/* ==========================================================================
HubSpot Migrations Services - COS Boilerplate v2.0.0                              
========================================================================== */


/* ==========================================================================
Table of Contents:

1. EXTERNAL RESOURCES
2. BASE STYLES
3. COS STRUCTURE
4. MAIN NAVIGATION
5. BLOG
6. FORMS
7. BUTTONS
8. MISCELLANEOUS
9. MOBILE MEDIA QUERIES
========================================================================== */


/* ==========================================================================
1. EXTERNAL RESOURCES                                            
========================================================================== */


/* =============== @import, @font-face, and CSS File Includes =============== */

/* EX: @import url('http://example.com/example_style.css'); */

@import url('//fonts.googleapis.com/css?family=Poppins:400,500,600,700');
@import url('//fonts.googleapis.com/css?family=Open+Sans:400,600,700');
@import url('//fonts.googleapis.com/css?family=Montserrat:300,400,500,700');
@import url('//fonts.googleapis.com/css?family=Lato:300,400,700');
@import url('//fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css');

@font-face {
  font-family: 'uncodeicon';
  src: url('//cdn2.hubspot.net/hubfs/5279291/Pro_Serve_It_February2019/Fonts/Uncodeicon/uncode-icons.eot'),
    url('//cdn2.hubspot.net/hubfs/5279291/Pro_Serve_It_February2019/Fonts/Uncodeicon/uncode-icons.woff2') format('woff2'),
    url('//cdn2.hubspot.net/hubfs/5279291/Pro_Serve_It_February2019/Fonts/Uncodeicon/uncode-icons.woff') format('woff'),
    url('//cdn2.hubspot.net/hubfs/5279291/Pro_Serve_It_February2019/Fonts/Uncodeicon/uncode-icons.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Images */
img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

/* Reduces min-height on bootstrap structure */
.row-fluid [class*="span"] { min-height: 1px; }

/* Blog Social Sharing */
.hs-blog-social-share .hs-blog-social-share-list {
    margin: 0;
    list-style: none !important;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
    height: 30px;
    list-style: none !important;
}
@media (max-width: 479px){
    .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
        float: none !important; /* Stack social icons into two rows on phones */
    }
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like > span{
    vertical-align: top !important; /* Aligns Facebook icon with other social media icons */
}

/* Captcha */
#recaptcha_response_field {
    width: auto !important;
    display: inline-block !important;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field { min-height: 0;line-height: 12px; }

@media all and (max-width: 400px) {
/* beat recaptcha into being responsive, !importants and specificity are necessary */
    #captcha_wrapper,
    #recaptcha_area,
    #recaptcha_area table#recaptcha_table,
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {
        width: auto !important;
        overflow: hidden; 
    }
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important; }
    #recaptcha_area table#recaptcha_table #recaptcha_image { width:280px !important; }
}

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

/* Date Picker */
#calroot {
    width: 202px !important;
    line-height: normal;
}
#calroot,
#calroot *,
#calroot *:before,
#calroot *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
} 
#calroot select {
    min-height: 0 !important;
    padding: 1px 2px !important;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet MS", Verdana, sans-serif !important;
    font-size: 10px !important;
    line-height: 18px !important;
    font-weight: normal !important;
} 
#caldays {
    margin-bottom: 4px;
}

/* Responsive Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
}
.hs-responsive-embed iframe, 
.hs-responsive-embed object, 
.hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-top: 0px;
    padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0 0 0 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 {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Fix radio button and check box fields in multi column forms*/
.hs-form fieldset[class*="form-columns"] input[type="checkbox"].hs-input,
.hs-form fieldset[class*="form-columns"] input[type="radio"].hs-input {
    width: auto;
}

/* System Template Forms */
#email-prefs-form .email-edit {
    width: 100% !important;
    max-width: 507px !important;
}
#hs-pwd-widget-password {
    height: auto !important;
}

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

/* Horizontal Menu
   ========================================================================== */

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
}
.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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > 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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > 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;
}
.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;
}

/* Vertical Menu
   ========================================================================== */ 

.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;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 0;
}
.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.hs-item-has-children {
    position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > 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-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}


@media (max-width: 767px) {
    .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;
    }

    /* Stacking Horizontal Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
        visibility: visible !important;
        opacity: 1 !important;
        position: static !important;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
        padding: 0;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
        white-space: normal;
    }

    /* Stacking Vertical Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper  {
        position: static;
        opacity: 1;
        visibility: visible;
    }
}

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

/* Space Module */
.widget-type-space { visibility: hidden; }

/* Blog Author Section */
.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");
}

/* Fix for CTA border box issue */
.hs-cta-wrapper a {
box-sizing: content-box;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
}

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

/* 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; padding: 0; 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}

/* FlexSlider Necessary Styles
*********************************/
.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%;}


/* 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("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/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("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/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: black;
    position: static;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    top: 40%;
    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;
    }
}

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

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img { max-width: initial; }

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


/* ==========================================================================
2. BASE STYLES                                             
========================================================================== */

/* =============== Base =============== */

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

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

body {
  font-weight: 400;
  font-family:"Poppins", "Sans-Serif";
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 36px;
  padding-right: 36px;
}

/* Highlighted Text */
::-moz-selection {
  background: #ff0000;
  color: #ffffff;
  text-shadow: none;
}
::selection {
  background: #ff0000;
  color: #ffffff;
  text-shadow: none;
}


/* =============== Typography =============== */

/* Basic text */
p, li, dt, dd, dl, address, label, small, pre, code {
  font-size: 16px;
  line-height: 1.75;
  margin: 18px 0 0;
}
p {} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

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

sup { top: -0.5em; }
sub { bottom: -0.25em; }

.hs_cos_wrapper_type_rich_text > *:first-child {
  margin-top: 0px;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  font-family:"Poppins", "Sans-Serif";
  color: #303133;
  -webkit-font-smoothing: antialiased;
  line-height: 1.2;
  margin: 27px 0 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1, .h1 {
  font-size: 35px;
}
h2, .h2 {
  font-size: 29px;
}
h3, .h3 {
  font-size: 20px;
  margin-top: 45px;
}
h4, .h4 {
  font-size: 16px;
}
h5, .h5 {
  font-size: 14px;
}
h6, .h6 {
  font-size: 12px;
}

/* Anchor Links */
a {
  outline: 0;
  border: 0;
  text-decoration: none;
}
.body-container a {
  -webkit-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  color: #169bb9;
}
a:hover, a:focus { 
  color: #117c93
}

/* Lists */
.body-container .hs_cos_wrapper_type_rich_text ul {
  list-style: initial;
  padding: 0px 0px 0px 18px;
}
.body-container .hs_cos_wrapper_type_rich_text ul,
.body-container .hs_cos_wrapper_type_rich_text ol {
  margin: 18px 0px 0px 0px;
  padding-left: 18px;
}
.body-container .hs_cos_wrapper_type_rich_text li {
  font-size: 14px;
}
ul ul, ul ol, ol ol, ol ul {}
li {}

/* Block Quotes */
blockquote {}
blockquote p {}
blockquote small {}

/* Horizontal Rules */
hr {
  margin: 27px 0px 27px 0px;
  border: 0;
  border-top-width: 1px;
  border-style: solid;
  border-color: #eaeaea;
}


/* =============== EU Cookie Confirmation Bar =============== */

/* Confirmation Outer Wrapper*/
#hs-eu-cookie-confirmation {}

/* Confirmation Inner Wrapper*/
#hs-eu-cookie-confirmation-inner {}
#hs-eu-cookie-confirmation-inner p{}

/* Confirmation Button */
#hs-en-cookie-confirmation-buttons-area {}
a#hs-eu-confirmation-button {}


/* =============== fonts =============== */

.fa {
  font-family: 'uncodeicon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}



/* ==========================================================================
3. COS STRUCTURE                                            
========================================================================== */




/* =============== Structure =============== */

/* The outer wrappers of your website */
.header-container-wrapper, 
.body-container-wrapper, 
.footer-container-wrapper {}

/* The inner wrappers of your website */
.header-container, 
.body-container, 
.footer-container {}


/* =============== Header =============== */

.header-container-wrapper {}
.header-container {}

.custom-header {
  position: fixed;
  top: 0px;
  width: 100% !important;
  -webkit-transition: background-color 0.4s ease-in-out;
  -moz-transition: background-color 0.4s ease-in-out;
  -o-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
  font-size: 14px;
  z-index: 9999;
}
.custom-header .page-center {
  padding: 0 !important;
}
.custom-header .page-center > .row-fluid-wrapper > .row-fluid {
  width: 100%;
  background-clip: content-box !important;
  position: relative;
  display: table;
  height: 100%;
  padding: 0px 36px 0px 36px;
}
.custom-header .page-center > .row-fluid-wrapper > .row-fluid:after,
.custom-header .page-center > .row-fluid-wrapper > .row-fluid:before{
  display:none;
}
.custom-logo {
  display: table-cell !important;
  height: 100% !important;
  float: none !important;
  -webkit-transition: padding 0.3s linear;
  -moz-transition: padding 0.3s linear;
  -o-transition: padding 0.3s linear;
  transition: padding 0.3s linear;
  padding: 27px 36px 21px 36px;
  vertical-align: middle;
  padding-left: 0px;
  width: auto !important;
}
.custom-logo a {
  height: 30px;
  line-height: 30px;
  -webkit-transition: height 0.3s linear, font-size 0.3s linear;
  -moz-transition: height 0.3s linear, font-size 0.3s linear;
  -o-transition: height 0.3s linear, font-size 0.3s linear;
  transition: height 0.3s linear, font-size 0.3s linear;
  display: inline-block;
  position: relative;
}

.custom-logo a img {
  width: auto;
  height: 100%;
  display: block;
  margin: auto;
  line-height: 1em;
  max-width: none;
}

.scroll-header .custom-header {
  background-color: #ffffff;
  -webkit-box-shadow: 0 4px 10px -10px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 4px 10px -10px rgba(0, 0, 0, 0.6);
  box-shadow: 0 4px 10px -10px rgba(0, 0, 0, 0.6);
}
.custom-menu-primary .hs-menu-wrapper > ul > li.search > a {
  padding-left: 10px;
}




/* =============== Body structure =============== */

.body-container-wrapper {
  padding-top: 65px;
}
.body-container {}

.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}


/* =============== Footer =============== */

.footer-container-wrapper {}
.footer-container {}

.custom-footer {
  background-color: #1b1d1f;
  position: relative;
  color: #ffffff;
}
.bottom-footer {
  background-color: #141618;
  padding: 20px 40px;
  font-size: 13px;
}
.bottom-footer .page-center {
  padding: 0 !important;
}
.copyright {
  width: 50% !important;
  float: left !important;
  margin: 0 !important;
  padding: 27px 36px;
}
.footer-social-share {
  width: 50% !important;
  padding: 27px 36px;
  margin: 0 !important;
  float: left !important;
  text-align: right;
}
.copyright p {
  font-size: 13px;
  margin: 0;
}
.custom-footer a{
  color: #ffffff;
}
.custom-footer a:hover{
  color: #ff0000;
}
.footer-social-share ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0;
}
.footer-social-share ul li {
  line-height: 13px;
  padding-left: 9px;
  padding-right: 9px;
  text-align: center;
  display: inline-block;
  margin: 0;
}
.footer-social-share i {
  font-size: 18px;
}
.fa-social-linkedin:before {
  content: "\e66c";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-social-twitter:before {
  content: "\e660";
}

.footer-social-share ul li:last-child {
  padding-right: 0px !important;
}
.footer-social-share ul li:first-child {
  padding-left: 0px !important;
}
.footer-social-share ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0;
  margin-top: 2px;
}
.custom-footer a {
  -webkit-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.footer-col {
  width: 25% !important;
  margin: 0 !important;
  position: relative;
  vertical-align: top;
  float: none !important;
  font-size: 14px;
  padding-left: 36px;
  display: table-cell !important;
  height: 100% !important;
}
.top-footer .page-center {
  padding-top: 72px;
  padding-bottom: 72px;
}
.top-footer .page-center > .row-fluid-wrapper > .row-fluid {
  position: relative;
  display: table;
  table-layout: fixed;
  height: 100%;
  min-width: 100%;
  width: auto;
  margin-left: -36px;
}
.top-footer .page-center > .row-fluid-wrapper > .row-fluidL:after,
.top-footer .page-center > .row-fluid-wrapper > .row-fluid:before{
  display:none !important;
}
.custom-footer h3 {
  font-family: Poppins;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 36px;
  color: #ffffff;
}
.custom-footer h3 {
  font-family: Poppins;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 36px;
  color: #ffffff;
  margin-top: 0 !important;
}
.footer-tags-cloud ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}
.footer-tags-cloud ul li {
  font-size: 11px !important;
  display: inline-block;
  margin: 0px 5px 9px 0px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: normal;
}
.footer-tags-cloud ul li a {
  padding: 2px 5px 2px 5px;
  display: inline-block;
  border: 1px solid;
  border-radius: 4px;
  font-size: 11px;
  border-color: rgba(255, 255, 255, 0.25);
}
.footer-tags-cloud span.filter-link-count {
  display: none;
}
.footer-rss-feed .hs-rss-item {
  padding: 0px 0px 5px 0px;
  position: relative;
  margin: 0;
  line-height: 1.75;
  font-size: 14px;
}
.footer-rss-feed .hs-rss-item li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.footer-search {
  margin-top: 54px;
}
.about-us-cotent p {
  font-size: 14px;
}
.about-us-cotent img {
  margin: 18px 0px 0px 0px;
}
img {
  max-width: 100%;
  height: auto; 
}
.search-container-inner {
  position: relative;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
}
.search-container-inner input[type="text"] {
  padding-right: 36px;
  border-color: rgba(255, 255, 255, 0.25);
  background-color: rgba(26, 27, 28, 0.5);
  margin: 9px 0px 0px 0px;
  color: #fff;
}
.search-container-inner i.fa {
  position: absolute;
  right: 1.35em;
  top: 50%;
  margin-top: -9px;
}
.fa-search3:before {
  content: "\e088";
}
.footer-form input[type="text"],
.footer-form input[type="email"],
.footer-form textarea {
  background-color: rgba(26, 27, 28, 0.5);
  border-color: rgba(255, 255, 255, 0.25);
  margin: 0;
  color: #fff;
}
.footer-form .hs-form-field {
  clear: both;
  position: relative;
  margin-bottom: 25px;
}
.footer-form .hs-form-field>label {
  margin-bottom: 10px;
  display: block;
}
.footer-form .hs-button.primary,
.footer-form input[type="submit"] {
  background-color: #191b1e;
  border-color: rgba(255, 255, 255, 0.25) !important;
  border-radius: 2px;
  margin: 0 0 25px 0;
  color: #fff !important;
}
.footer-rss-feed .hs-rss-item a {
  font-weight: 500;
}
.footer-form textarea {
  min-height: 200px;
}
.footer-rss-feed .hs-rss-item:last-child {
  padding: 0;
}



/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */


/* =============== Custom Menu Primary =============== */

/* Parent List */
.custom-menu-primary {
  margin: 0 !important;
  display: table-cell !important;
  height: 100% !important;
  width: 100% !important;
  vertical-align: middle;
  position: relative;
}
.custom-menu-primary .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_module.widget-type-menu {
  height: 100%;
}
.custom-menu-primary span.hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_menu {
  display: block;
  height: 100%;
}
.custom-menu-primary .hs-menu-wrapper {
  height: 100%;
}

.custom-menu-primary .hs-menu-wrapper > ul {
  display: block;
  text-align: right;
  padding: 0px 0px 0px 13px;
  height: 100%;
}
.custom-menu-primary .hs-menu-wrapper > ul > li {
  line-height: normal;
  display: inline-block;
  float: none !important;
  height: 100%;
  margin: 0;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  height: 100%;
  line-height: 1em;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #303133;
  padding: 0px 14px 0px 14px;
  display: block;
  position: relative;
  height: 100%;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a:before {
  content: "";
  display: block;
  height: 52%;
  height: calc(52% - 0.50em);
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:after {
  content: "";
  display: block;
  height: 50%;
  height: calc(50% - 0.50em);
}
.custom-menu-primary .hs-menu-wrapper>ul>li.search>a > span {
  display: none;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.search>a > i.fa.fa-search3 {
  top: 3px;
  font-size: 18px;
  width: 1em;
  line-height: 0px;
  position: relative;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color: rgba(48,49,51,.5);
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
  background-color: #fff;
}
.custom-menu-primary .hs-menu-wrapper > ul  > li.active-branch > a {
  color: rgba(48,49,51,.5)
}
.custom-menu-primary .hs-menu-wrapper > ul  ul  li.active-branch > a {

  color: rgba(255,255,255,.5);
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{}

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}
.fa-angle-down:before {
  content: "\f107";
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:960px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }
  .hs-content-id-7567210964.sharepoint-lyt .advanced-banner-image-inner {
    max-width: 70%;
  }
  .hs-content-id-7564735018 .full_width_convideo .inner {
    max-width: 696px;
    text-align: center;
  }  
  .hs-content-id-7562897555 .advanced-top-section>h2 {
    max-width: 696px;
    margin: 0 auto;
  }
  .scroll-header .custom-logo {
    padding: 18px 18px 12px 18px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a {
    padding-right: 0;
  }
  .two_col_content_back .max_5 {
    padding-left: 72px;
  }
  .mmb-container {
    display: none;
  }
  .first-line-workers-group .cm-row-inner {
    margin-left: -72px;
  }
  .industries-group .cm-row-inner {
    margin-left: -72px;
  } 
  .col-lg-6 {
    width: 50%;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul {
    transition: none !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.search > ul {
    display: none !important;
  } 
  .custom-menu-primary .hs-menu-wrapper>ul ul {
    color: #303133;
    background-color: #1b1d1f;
    -webkit-box-shadow: 0 4px 10px -10px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 4px 10px -10px rgba(0, 0, 0, 0.6);
    box-shadow: 0 4px 10px -10px rgba(0, 0, 0, 0.6);
    min-width: 15.25em;
    max-width: 20em;
    top: 100% !important;
    padding: 18px 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: normal;
    direction: ltr;
    padding: 0 18px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul li a {
    color: #ffffff;
    position: relative;
    display: block;
    font-size: 12px;
    text-align: left;
    padding: 5px 9px 5px 9px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul li.hs-item-has-children > a >.fa-dropdown {
    display: inline-block;
    position: relative;
    padding: 0px 0px 0px 9px;
    margin: 0px 0px 0px 0px;
    margin-right: 0;
    box-sizing: content-box !important;
    font-size: .8em;
    text-align: right !important;
    float: right;
    top: 5px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul li a:hover{
    color: rgba(255,255,255,.5);
    background-color: rgba(255, 255, 255, 0.03);
  } 
  .custom-menu-primary .hs-menu-wrapper>ul ul li.hs-item-has-children > a {
    font-weight: 600;
    letter-spacing: 0.05em;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul li.hs-item-has-children > a >.fa-dropdown {
    float: right;
    top: 5px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul li.hs-item-has-children > a > i.fa-dropdown:before {
    content: "\f105";
  }
  .custom-menu-primary .hs-menu-wrapper>ul > li > a i.fa-dropdown {
    display: none;
  }
  .hs-content-id-7610613477 .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    color: #fff;
  }

  .hs-content-id-7610613477 .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
    color: rgba(255,255,255,.5) !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul ul {
    top: 0 !important;
  }
  .overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s 0.5s, visibility 0s 1s;
    transition: opacity 0.5s 0.5s, visibility 0s 1s;
  }
  .overlay.overlay-search {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
    color: #ffffff;
    text-align: center;
  } 
  .overlay.style-dark-bg {
    background-color: rgba(20, 22, 24, 0.95) !important;
  }
  .mmb-container {
    position: absolute;
    top: 50%;
    right: 0;
  }  
  .overlay.overlay-search .mmb-container {
    top: 0px;
    z-index: 10001;
    display:block;

  }
  .overlay .navbar-main, .overlay .search-container {
    -webkit-perspective: 1200px;
    perspective: 1200px;
  }
  .overlay.overlay-search .search-container {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    font-size: 28px;
    font-size: 3.5vh;
  }
  .overlay.overlay-sequential .menu-sidebar-inner .menu-smart > li,
  .overlay.overlay-sequential .search-container form {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    -webkit-animation-timing-function: cubic-bezier(0.45, 0.005, 0, 1);
    -moz-animation-timing-function: cubic-bezier(0.45, 0.005, 0, 1);
    -o-animation-timing-function: cubic-bezier(0.45, 0.005, 0, 1);
    animation-timing-function: cubic-bezier(0.45, 0.005, 0, 1);
  }  
  .overlay.overlay-search .search-container form {
    display: inline-block;
    width: 100%;
    max-width: 600px;
    max-width: 60vw;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .overlay.overlay-search .search-container .search-container-inner {
    width: 100%;
    max-width: none;
  }

  .search-container-inner {
    position: relative;
  }
  .overlay.overlay-search .search-container form .search-container-inner input {
    display: inline-block;
    margin: 0px;
    width: 100%;
    font-size: 28px;
    font-size: 3.5vh !important;
    padding: .8em 3em .8em 1.5em !important;
  }
  .search-container-inner i.fa {
    position: absolute;
    right: 1.35em;
    top: 50%;
    margin-top: -9px;
  }
  .overlay.overlay-search .search-container .search-container-inner i {
    margin-top: -0.5em;
    right: 1.5em;
  }
  .fa-search3:before {
    content: "\e088";
  }
  .overlay.open {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .open-items.overlay.overlay-sequential .menu-sidebar-inner .menu-smart > li,
  .open-items.overlay.overlay-sequential .search-container form {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
  }  
  .mobile-menu-button.menu-close-search {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    line-height: 20px;
  }
  body .menu-button-offcanvas {
    display: inline-block;
  }
  .lines-button.x2.close .lines,
  .lines-button.x2.closing .lines {
    transition: background 0.3s 0s ease-in-out;
    background: transparent !important;
  }
  .lines-button.x2.close .lines:before,
  .lines-button.x2.close .lines:after {
    -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s 0.5s ease-in-out;
    -moz-transition: top 0.3s ease-in-out, -moz-transform 0.3s 0.5s ease-in-out;
    -o-transition: top 0.3s ease-in-out, -o-transform 0.3s 0.5s ease-in-out;
    transition: top 0.3s ease-in-out,-webkit-transform 0.3s 0.5s ease-in-out,-moz-transform 0.3s 0.5s ease-in-out,-o-transform 0.3s 0.5s ease-in-out,transform 0.3s 0.5s ease-in-out;
    top: 0;
    width: 20px;
  }
  .lines-button.x2.close .lines:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -moz-transform: rotate3d(0, 0, 1, 45deg);
    -o-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
  }
  .lines-button.x2.close .lines:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -moz-transform: rotate3d(0, 0, 1, -45deg);
    -o-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
  }
  .mobile-menu-button-dark .lines:before,
  .mobile-menu-button-dark .lines:after {
    background: #ffffff;
  }
  .hide-desktop{
    display:none !important;
  } 
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-0, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    display: table-cell;
    height: 100%;
  }
  .cm-row-inner {
    margin-left: -36px;
    position: relative;
    display: table;
    table-layout: fixed;
    height: 100%;
    min-width: 100%;
    width: auto;
  }
  .firstline-workers-wrapper .cm-row-inner {
    margin-left: -72px;
  }
  .col-lg-3 {
    width: 25%;
  }
  .copyright {
    width: auto !important;
  }
  .footer-social-share {
    width: auto !important;
    float: right !important;
  }


  .hs-content-id-7567629046 .advanced-banner-image-inner {
    max-width: 30%;
  }
}


.span12.widget-span.widget-type-cell {
  min-height: auto !important;
}

/* =============== Mobile Toggle Menu =============== */

/* Hide button on Desktop */
.mobile-trigger, .child-trigger{ display: none; }

@media (max-width: 959px){



  /* Hide menu on mobile */
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-children-wrapper{
    display: none;
  }  

  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }
  .error-page .custom_error_message>div {
   border: 0;
   max-width: 100%;
}

.error-page .custom_error_message h1 {
   display: none;
}


}


/* ==========================================================================
5. BLOG                                        
========================================================================== */


/* =============== General Blog Styles =============== */

/* Blog Post and Listing Body Class */
.blog {}

/* Blog Post */
.hs-blog-post {}

/* Blog Listing */
.hs-blog-listing {}

/* Blog Columns Wrapper */
.blog .content-wrapper {}


.sidebar-col {
  padding-top: 72px;
  padding-bottom: 72px;
  width: auto !important;
  margin: 0 !important;
  float: none !important;
  display: table-cell !important;
}
.blog-main-wrapper .page-center > .row-fluid-wrapper {
  display: table;
  table-layout: fixed;
  width: 100%;
  position: relative;
}
.blog-main-wrapper .page-center > .row-fluid-wrapper > .row-fluid {
  position: relative;
  display: table;
  table-layout: fixed;
  height: 100%;
  min-width: 100%;
  width: auto;
  margin-left: -54px;
}
.blog-main-wrapper .page-center > .row-fluid-wrapper > .row-fluid:after,
.blog-main-wrapper .page-center > .row-fluid-wrapper > .row-fluid:before{
  display:none;
}
.sidebar-col {
  padding-left: 54px;
  padding-right: 0px;
}
.blog-main-wrapper {
  background-color: #f7f7f7;
}
.post-item {
  width: 50%;
  padding-right: 18px;
  float: left;
}
.post-listing {
  margin-right: -18px;
  margin-top: -18px;
}

.post-entry {
  background-color: #ffffff;
  background-clip: content-box;
  position: relative;
  display: table;
  table-layout: fixed;
  width: 100%;
  border-radius: 4px;
  margin-top: 18px;
  border: 1px solid #eaeaea;
}
.post-entry-visual {
  position: relative;
  overflow: hidden;
  text-align: left;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-font-smoothing: antialiased;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px;
}
.post-entry-visual-tc .dummy {
  padding-top: 56.2%;
  margin-top: -1px;
}
.post-entry-visual-tc a.pushed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.post-entry-visual-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
}
.post-entry-visual-overlay-in {
  background-color: #141618;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
.post-overlay-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.post-overlay-inner {
  display: table;
  table-layout: fixed;
  position: absolute;
  width: 100%;
  height: 100%;
}
.post-overlay-content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.post-overlay-text.single-block-padding {
  padding: 36px 36px 36px 36px;
  display: inline-block;
  margin: 0 auto;
  -webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out, -moz-transform 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out, -o-transform 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out,-webkit-transform 0.2s ease-in-out,-moz-transform 0.2s ease-in-out,-o-transform 0.2s ease-in-out,transform 0.2s ease-in-out;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  color: #ffffff;
}
.t-single-line {
  width: 100%;
}
.post-entry-text {
  color: #777777;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.post-entry-text-tc.single-block-padding {
  padding: 36px 36px 36px 36px;
}
.post-entry-title {
  font-size: 14px;
  margin: 0;
}
.post-entry-title a {
  color: #303133;
}
.post-entry-title a:hover{
  color: #ff0000;
}
.post-entry-meta {
  margin: 9px 0px 0px 0px;
  color: #777777;
  width: 100%;
}
.post-entry-date {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #303133;
}
.post-entry-visual-tc:hover .post-entry-visual-overlay {
  opacity: 1;
  -webkit-transition-delay: 150ms;
  -moz-transition-delay: 150ms;
  -o-transition-delay: 150ms;
  transition-delay: 150ms;
}
.post-entry-visual-tc img {
  -webkit-transition-property: -webkit-transform, -webkit-filter;
  -moz-transition-property: -moz-transform, -moz-filter;
  -o-transition-property: -o-transform, filter;
  transition-property: -webkit-transform,-moz-transform,-o-transform,transform,-webkit-filter,-moz-filter,-o-filter,filter;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1);
  -moz-transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1);
  -o-transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1);
  transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1);
  width: 100%;
  max-width: none;
  z-index: 1;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.post-entry-visual-tc:hover img{
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
.post-listing > .post-item:nth-child(2n+1) {
  clear: left;
}
.blog .body-container-wrapper {
  padding: 0;
}
.blog-sidebar h3 {
  word-break: break-word;
  padding: 0px 0px 27px 0px;
  margin: 0px 0px 27px 0px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  font-family: Poppins;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 12px;
  border-color: #eaeaea;
}
.blog-content {
  padding-top: 72px;
}
.blog-sidebar .widget-span {
  margin: 54px 0px 0px 0px;
  position: relative;
}
.blog-sidebar-search {
  margin: 0 !important;
}
.blog-sidebar-search .search-container-inner input[type="text"] {
  border-color: #eaeaea;
  color: #777777;
  background-color: #ffffff;
}
.blog-sidebar-search .search-container-inner input[type="text"]::placeholder{
  color: #777777;
}
.sidebar-tags ul {
  line-height: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar-tags ul li {
  font-size: 11px !important;
  display: inline-block;
  margin: 0px 5px 9px 0px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: normal;
}
.sidebar-tags ul li a {
  padding: 2px 5px 2px 5px;
  display: inline-block;
  border: 1px solid;
  border-radius: 4px;
  font-size: 11px;
  border-color: rgba(255, 255, 255, 0.25);
  color: #303133;
  border-color: #eaeaea;
}
.sidebar-tags ul li a:hover {
  color: #ff0000;
}
.sidebar-tags span.filter-link-count {
  display: none;
}
.blog-pagination {
  clear: left;
}
.blog-pagination ul {
  padding: 0;
  list-style: none;
  margin: 0;
  margin-top: 36px;
  display: table;
  table-layout: fixed;
  text-align: center;
  width: 100%;
  border-radius: 2px;
}
.blog-pagination ul li {
  margin-top: 0;
  display: inline-block;
}
.blog-pagination ul li a {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  margin-top: 4.5px;
  margin-bottom: 4.5px;
  border-radius: 50%;
  color: #303133;
  font-size: 12px;
  font-weight: 600 !important;
  font-family: Poppins !important;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
}
.blog-pagination ul li a:hover{
  color: #ff0000;
}
.blog-pagination ul li a.active{
  z-index: 2;
  background-color: #eeeeee;
  color: #333333 !important;
  cursor: default;

}
.blog-pagination ul li.page-prev {
  float: left;
  width: 54px;
}
.blog-pagination ul li.page-next {
  float: right;
  width: 54px;
}
.blog-pagination {
  float: left !important;
  width: 100%;
}
/* =============== Blog Content Column =============== */

.blog .blog-content {}

/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {}

/* Blog Title */
.hs-blog-header h1 {}
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-header h2 {}
.post-header h2 a {}

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-height: 170px;
  max-width: 210px;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: right;
  margin: 20px 0 20px 20px;
}

/* Read More Link */
a.more-link {}

/* Blog Topics List */
#hubspot-topic_data {}
#hubspot-topic_data a.topic-link {}

/* Blog Social Sharing Icons */
.hs-blog-social-share {
  margin-top: 20px;
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}

/* Blog Commments */
#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {}
.blog-pagination a {}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

/* Blog All Posts Page */
.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


/* =============== Blog Sidebar =============== */

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {}


/* =============== Blog Author Page and Author Bio =============== */

.hs-blog-listing .hs-author-profile {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.hs-blog-post .hs-author-profile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}
.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}

/* Author Avatar */
.hs-author-profile .hs-author-avatar {
  float: left;
  margin-right: 15px;
  max-width: 100px;
}
.hs-author-profile .hs-author-avatar img{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 100%;
}

/* Author Bio Wrapper*/
.hs-author-profile .hs-author-bio {
  overflow: hidden;
}

/* Author Name */
.hs-author-profile h2.hs-author-name {
  margin: 0 0 10px 0;
}

/* Author Social Follow Me */
.hs-author-profile .hs-author-social-section {}
.hs-author-profile .hs-author-social-label {}
.hs-author-profile .hs-author-social-links {}
.hs-author-profile .hs-author-social-link {}
.hs-author-profile .hs-social-facebook {}
.hs-author-profile .hs-social-linkedin {}
.hs-author-profile .hs-social-twitter {}
.hs-author-profile .hs-social-google-plus {}


/* ==========================================================================
6. FORMS                                        
========================================================================== */


/* =============== Global Form Styles =============== */

/* Form Field */
.hs-form-field {
  margin-bottom:18px;
}

/* Descriptions */
.hs-field-desc {}

.form-title{
  font-size: 20px;
  color: #303133;
  margin-bottom: 36px;
}

/* Labels and Legends */
label {}
.hs-form-field > label {
  font-weight: 700;
  margin: 0;
  padding: 0;
  font-size: 14px;
  margin-bottom: 10px;
}

/* One Line Inputs */
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"],
input[type="file"],
textarea,
select {
  display: block;
  font-size: 14px;
  line-height: normal;
  padding: 10px 15px 10px 15px !important;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  font-weight: normal;
  border: 1px solid transparent;
  -webkit-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.025);
  -webkit-transition: color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  width: 100% !important;
  border-color: #eaeaea;
  color: #303133;
  background-color: #ffffff;
  font-family: Poppins;
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
  border-color: #ff0000;
  outline: 0;
}


/* Separate Styles for Multiple Line Inputs */
textarea {
  width: 100%;
  resize: none;
  min-height:190px;
}
textarea:focus {}

/* Separate Styles for Drop Downs */
select {}
select:focus {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}

/* Required */
input:focus:required:invalid, 
textarea:focus:required:invalid, 
select:focus:required:invalid {}

input:focus:required:invalid:focus, 
textarea:focus:required:invalid:focus, 
select:focus:required:invalid:focus {}

/* Error */
.hs-error-msgs label{}

/* Placeholder Text */
::-webkit-input-placeholder {

} /* Webkit Browsers */
:-moz-placeholder {} /* Firefox 18- */
::-moz-placeholder {} /* Firefox 19+ */
:-ms-input-placeholder {} /* IE10 */




.two_col_rightform .hs-input::-webkit-input-placeholder,
.webinar-form-section form .hs-input::-webkit-input-placeholder{
  color: #000;
  opacity:1;
}
.two_col_rightform .hs-input:-moz-placeholder,
.webinar-form-section form  .hs-input:-moz-placeholder{
  color: #000;
  opacity:1;
}
.two_col_rightform .hs-input::-moz-placeholder,
.webinar-form-section form  .hs-input::-moz-placeholder{
  color: #000;
  opacity:1;
}
.two_col_rightform .hs-input::-webkit-input-placeholder,
.webinar-form-section form  .hs-input::-webkit-input-placeholder{
  color: #000;
  opacity:1;
}
.search-container-inner  ::placeholder{
  color: #fff;
}




/* =============== Multi Column Form =============== */

.hs-form fieldset.form-columns-1 {}
.hs-form fieldset.form-columns-1 .hs-form-field {}
.hs-form fieldset.form-columns-2 {}
.hs-form fieldset.form-columns-2 .hs-form-field {}
.hs-form fieldset.form-columns-3 {}
.hs-form fieldset.form-columns-3 .hs-form-field {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}
form.hs-form fieldset { max-width: none; }
form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

@media (max-width: 400px) {
  form.hs-form fieldset .hs-form-field { padding: 0; }
  form.hs-form fieldset.form-columns-3 .hs-form-field,
  form.hs-form .form-columns-2 .hs-form-field .hs-input, 
  form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%; }
  form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
}


/* =============== Blog Comment Form =============== */

/* Label */
#comment-form .hs-form-field > label {}
#comment-form label {}

/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}


/* =============== Blog Subscription Form =============== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}
#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
  width: auto;
  margin-right: 10px;
}

/* =============== Google Search Form =============== */

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}


/* ==========================================================================
7. BUTTONS                                        
========================================================================== */


/* =============== All Global Buttons (Excluding CTAs) =============== */

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  border: 1px solid;
  padding: 13px 31px 13px 31px;
  color: #ffffff;
  /*background-color: #ff0000;
  border-color: #ff0000;*/
  background-color:#169bb9;
  border-color:#169bb9;
  text-align: center;
  vertical-align: middle;
  background-image: none;
  outline: none;
  white-space: normal !important;
  -webkit-text-stroke: 0px;
  width: auto;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-size: 12px;
  font-weight: 600 ;
  font-family: Poppins;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin:27px 0;
  border-radius: 10em;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  /*color: #ff0000;*/
  background-color: transparent;
  /*border-color: #ff0000;*/
  color:#169bb9;
  border-color:#169bb9;
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {}


/* =============== Form Module Button =============== */

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* =============== Blog Comment Button =============== */

#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* =============== Blog Subscription Button =============== */

#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* =============== Google Search Button =============== */

.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */

.microsoft-calling-plans-webinar.demo-page a.red-btn {
  background-color: #d22e2c;
  color: #ffffff;
  line-height: 21px;
  font-size: 18px;
  font-weight: 700;
  font-family: Montserrat;
  border-radius: 3px;
  border:0;
}
.microsoft-calling-plans-webinar.demo-page a.red-btn:hover {
  background-color: #464646;
  color: #ffffff;
}
.securely-migrated-web.demo-page .free-demand-webinar .top-content p {  
    font-size: 18px;
    line-height: 25px;
    font-family: Montserrat;
    font-weight: 400;
    font-style: normal;
}
.right-web-sec-inner h3 {
    margin: 20px 0;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 20px;
    color: rgb(0, 0, 0);
    line-height: 24px;
}
.on_demand_lay.share_lay.demo-page .helpful_tips_gr .down_btn {
    background-color: #169bb9;
    color: #ffffff;
    line-height: 21px;
    font-size: 18px;
    font-weight: 700;
    font-family: Montserrat;
    border-radius: 3px;
}
.on_demand_lay.share_lay.demo-page .helpful_tips_gr .down_btn:hover {
  background-color: #464646;
  color: #ffffff;
}

.securely-migrated-web.demo-page .free-demand-webinar .top-content p * {
    font-style: normal;
}
.securely-migrated-web.demo-page .right-web-sec form {
    background-color: transparent;
    border: 0;
    padding: 0;
}
.right-web-sec-inner {
    background-color: #ffffff;
    border: 1px solid #f9f9f9;
    border-radius: 4px 4px 4px 4px;
    padding: 0 27px;
    padding-bottom: 10px;
}
.hs-content-id-8434122945.demo-page .first_form .max_5.con .inner,
.hs-content-id-8434122945.demo-page .first_form .max_5 .form_inner{
margin-top: 0px !IMPORTANT;
}
.hs-content-id-8434122945.demo-page .form_inner {
    background-color: rgba(255, 255, 255, .6);
}
.availabel-grouop {
    float: left;
    width: 100%;
    padding: 24px 0 40px;
    background-color: #f0f0f0;
}
.hs-content-id-8434122945.demo-page .two_col_rightform .max_5.form {
    padding-left: 70px;
}
.availabel-grouop .page-center {
    max-width: 960px !IMPORTANT;
    text-align: center;
}
.availabel-grouop h1 {
    font-size: 30px;
    color: rgb(62, 62, 62);
    line-height: 42px;
    font-weight: 400;
    font-family: Montserrat;
}
.availabel-grouop h3 {
    font-size: 20px;
    line-height: 28px;
    color: rgb(0, 0, 0);
    font-family: Montserrat;
}
.availabel-grouop-item-col {
    width: 50%;
    float: left;
    min-height: 105px;
    margin-bottom: 50px;
    margin-top: 15px;
}
.cm-box {
    width: 100%;
    height: 100%;
    background-color: #169bb9;
    border: 1px solid #4da7e8;
    border-radius: 4px 0px 0px 4px;
    opacity: 1;
    filter: alpha(opacity=100);
}
.button-box {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    border: 1px solid #4ba6e8;
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    filter: alpha(opacity=100);
    min-height: 104px; 
}


.button-box a {
    background-color: #ff0000;
    color: #ffffff;
    width: 233px;
    height: 59px;
    z-index: 14;
    line-height: 59px;
    font-size: 21px;
    font-weight: 700;
    font-family: Lato;
    border-radius: 5px;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
}
.button-box a:hover {
    background-color: #3e3e3e;
}
.cm-box {
    padding: 15px;
}
.cm-box img {
    vertical-align: middle;
    float: left;
}
.cm-box p {
    margin: 0;
    font-size: 20px;
    color: rgb(55, 70, 90);
    line-height: 28px;
    text-align: left;
    color: rgb(255, 255, 255);
}
.demo-main-page .advanced-content-group {
    padding: 0 15px;
}



.cm-box {
    min-height: 105px;
    padding-top: 27px;
    vertical-align: middle;
}
.cm-box p {
    padding-top: 13px;
}
.availabel-grouop-content {
    max-width: 593PX;
    MARGIN: 0 AUTO;
}
.teams-demo-based .securely-zure-footer {
    background-color: #fff;
}
.availabel-grouop-item:nth-child(2) .button-box {
    width: 100%;
    height: 100%;
    background-color: #fbfbfb;
    border: 1px solid #c1c1c1;
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    filter: alpha(opacity=100);

}




.availabel-grouop-item:nth-child(2) .cm-box p {
    color: rgb(55, 70, 90);
}
.availabel-grouop-item:nth-child(2) .cm-box {
    width: 100%;
    height: 100%;
    background-color: #fdfdfd;
    border: 1px solid #c1c1c1;
    border-radius: 4px 0px 0px 4px;
    opacity: 1;
    filter: alpha(opacity=100);
}
.demo-page .section-main {
    background-image: url('//cdn2.hubspot.net/hubfs/5279291/Pro_Serve_It_February2019/Images/1551307822-34774666-ghost-email-photo.jpg');
    background-color: #f0f3f5;
    background-repeat: repeat;
    background-position: 50% 50%;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    border-width: 0;
    border-top-width: 0px;
    border-bottom-width: 0px;
    padding: 45px 0 50px;
}
.demo-page,
.demo-main-page,
.demo-main-page .cm-dynamics-crm-webinar-banner-area .cm-form-wrap h3{
    font-family: Montserrat;
    font-weight: 400;
}
.demo-page .first_form .max_5.con .inner {
    height: 100%;
}
.demo-main-page .cm-dynamics-crm-webinar-banner-area .cm-form-wrap {
    padding: 30px;
    position: relative;
}
.demo-main-page .cm-dynamics-crm-webinar-banner-area .cm-form-wrap:after {
    width: 100%;
    height: 100%;
    background-color: #f9f9f9;
    border-radius: 7px 7px 7px 7px;
    opacity: 0.5;
    filter: alpha(opacity=50);
    background-repeat: repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: top left;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
}
.cm-form-wrap-inner {
    position: relative;
    z-index: 1;
}
.demo-main-page .advanced-content-group {
    padding-bottom: 40px;
}
.demo-main-page .advanced-content-group a.red_btn {
  line-height: 21px;
  font-size: 18px;
  font-weight: 700;
  font-family: Montserrat;
  border-radius: 3px;
  text-transform: none;
  letter-spacing: 0;
  background-color: #ff0000;
  color: #ffffff !important;
  border: 0;
}
.demo-main-page .content-sec-bar {
    max-width: 690px;
    margin: 0 auto;
}
.demo-main-page .advanced-content-group a.red_btn:hover {
  background-color: #3e3e3e;
  color: #ffffff;
}
.demo-main-page .cont-wrap-inner iframe {
    height: 100%;
    min-height: 316px;
    margin-top: 50px;
}

.demo-page .advanced-top-section .content-sec-bar p {
    margin: 0;
    font-family: Montserrat;
}
.demo-page .advanced-top-section>h2 {
    font-size: 26px;
    font-family: Montserrat;
    font-weight: 400;
}
.demo-page .bottom_btn.margin_72 {
    margin-top: 16px;
    margin-bottom: 20px;
}
.demo-page .bottom_btn .red_btn {
    background-color: #16a697;
    color: #ffffff  !important;
    z-index: 10;
    line-height: 20px;
    font-size: 17px;
    font-weight: 700;
    font-family: Montserrat;
    border-radius: 3px;
    vertical-align: middle;
    border: 0;
    text-transform: none;
    letter-spacing: 0;
}
.demo-page .bottom_btn .red_btn:hover {
    background-color: #1565c0;
}
.demo-page .two_col_rightform .color-overlay {
    display: none !important;
}
.demo-page .two_col_rightform .border-holder {
    background: transparent !important;
    padding-top: 0;
}
.demo-page .section-1 {
    background-image: url('//cdn2.hubspot.net/hubfs/5279291/Pro_Serve_It_February2019/Images/1551307565-34774666-ghost-email-photo.jpg');
    background-color: #f0f3f5;
    background-repeat: repeat;
    background-position: 50% 50%;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    width: 100% !important;
    border-width: 0;
    border-top-width: 0px;
    border-bottom-width: 0px;
    min-height: 699px !important;
    padding-top: 45px;
    position: relative;
}
.demo-page .section-1:before,
.demo-page .section-main:before{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  margin: 0 auto;
  background-color: #ffffff;
  opacity: 0.88;
  display: block;
  top: 0;
  bottom: 0;
}
.demo-page .helpful_tips_gr * {
    color: rgb(0, 0, 0);
}
.demo-main-page .cm-webnair-grp-wrap {
    background-color: #464646;
}
.demo-main-page  .cm-webnair-grp-wrap .img-wrap {
    width: auto;
    height: auto;
    background: none;
    box-shadow: none;
}
.demo-main-page .cm-webnair-grp-wrap .img-wrap img {
    width: 198px;
    height: 126px;
    margin-left: 0;
}
.demo-main-page .cm-webnair-grp-wrap .cm-item-grp-wrap:after {
    background-image: url(//cdn2.hubspot.net/hubfs/5279291/Pro_Serve_It_February2019/Images/1551307825-30968586-960x71-line.png);
    top: 40px;
}
.demo-main-page .cm-webnair-grp-wrap .title-wrap h1 {
    color: #fff;
}
.demo-main-page .cm-webnair-grp-wrap .cm-item-grp-wrap .cm-cont-wrap {
    width: 22%;
    padding-top: 0 !important;
    padding: 0 15px;
    text-align: center;
}
.demo-page.share_lay .webinar_gr {
    padding-bottom: 40px !important;
}
.demo-main-page .cm-dynamics-crm-webinar-banner-area .cont-wrap {
    width: 50%;
    height: 100%;
    float: right;
}
.demo-main-page .cm-dynamics-crm-webinar-banner-area .cm-form-wrap {
    width: 50%;
    FLOAT: LEFT;
}
.demo-main-page .webinar_btn {
    background-color: #d22e2c;
    color: #ffffff;
}
.demo-main-page .cm-dynamics-crm-webinar-banner-area .cm-form-wrap h3 {
    font-size: 18px;
    color: rgb(62, 62, 62);
    line-height: 25px;
    text-align: center;
    margin: 0;
    font-weight: normal;
}
.demo-main-page .webinar_btn:hover {
    background-color: #464646;
}
.demo-main-page .cm-webnair-grp-wrap .cm-cont-wrap.has-cl-2 .img-wrap img {
    width: 123px;
    height: 142px;
}
.demo-main-page .cm-webnair-grp-wrap .cm-cont-wrap.has-cl-3 .img-wrap img {
    width: 195px;
    height: 134px;
    margin-left: 0 !important;
}
.demo-main-page .cm-webnair-grp-wrap .cm-item-grp-wrap .cm-cont-wrap.has-cl-4 .img-wrap img {
    margin-left: 16px;
    margin-top: 20px;
    margin-left: 0 !important;
}
.demo-page.microsoft-calling-plans-webinar .body-container-wrapper {
    padding-top: 0;
}
.demo-page .section-main .page-center {
    position: relative;
}
.demo-page .advanced-btn {
    text-align: center;
    padding-bottom: 40PX;
}
.blog-post-banner.has-banner:before {
   content: "";
   position: absolute;
   left: 0;
   right: 0;
   bottom: 0;
   top: 0;
   height: 100%;
   background-color: #fff;
   z-index: 1;
   opacity: 0.7;
}
.error-page .custom_error_message h5 {
   text-transform: uppercase;
}
.demo-page .first_form .max_5 .form_inner {
    margin-top: 69px;
}
.section-main {
    position: relative;
}

.blog-post-banner.has-banner .page-center.header-main-container .inner-wrap-blog-post-banner .header-content-inner {
   position: relative;
}
.custom-footer-microsoft-calling-plans-webinar {
  background-color: #464646;
  font-family: Open Sans;
  font-weight: 400;
  padding: 31px 0 20px;
}
html, body {
  overflow-x: hidden;
}
.custom-footer-microsoft-calling-plans-webinar .page-center {
  position: relative;
  width: 960px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cms-footer-logo {
  text-align: center;
}
.copyright-crm p {
  font-size: 14px;
  color: #ffffff;
  line-height: 20px;
  text-align: center;
}
.copyright-crm a{
  color: #ffffff;
  text-decoration:none;

}
.copyright-crm a:hover {
  text-decoration: underline;
}
.copyright-crm {
  margin-top: 12px;
}
.microsoft-calling-plans-webinar .cm-webnair-grp-wrap .has-cl-1 .img-wrap img {
  position: relative;
  top: 10px;
}
.microsoft-calling-plans-webinar-banner {
  min-height: 712px;
  position: relative;
  font-family: Open Sans;
}
.color-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  margin: 0 auto;
  background-color: #ffffff;
  opacity: 0.85;
  display: block;
}
.microsoft-calling-plans-webinar-banner-image {
  background-color: #000000;
  background-repeat: repeat;
  background-position: 50% 50%;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  width: auto;
  border-width: 0;
  border-top-width: 0px;
  border-bottom-width: 0px;
  min-height: 712px;
}
.microsoft-calling-plans-webinar-banner .page-center {
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.microsoft-calling-plans-webinar-banner-image-1 {
  height: 187px;
  width: 187px;
  left: 258px;
  top: 11px;
  z-index: 45;
  position: absolute;
}
.microsoft-calling-plans-webinar-banner-image-2 {
  height: 134px;
  width: 134px;
  left: 529px;
  top: 38px;
  z-index: 46;
  position: absolute;
}
.baner-plus-sign {
  height: 71px;
  width: 936px;
  left: 23px;
  top: 79px;
  z-index: 47;
  position: absolute;
}
.baner-plus-sign p {
  font-size: 51px;
  line-height: 71px;
  font-weight: bolder;
  margin: 0;
  color: rgb(93, 45, 78);
}
.microsoft-calling-plans-webinar-banner-title {
  height: 84px;
  width: 959px;
  left: 0px;
  top: 198px;
  z-index: 44;
  position: absolute;
  text-align: center;
}
.microsoft-calling-plans-webinar-banner-form {
  height: 335px;
  width: 399px;
  left: 280px;
  top: 316px;
  z-index: 3;
  position: absolute;
}
.microsoft-calling-plans-webinar-banner-title h1 {
  margin: 0;
  font-size: 30px;
  color: rgb(0, 0, 0);
  line-height: 42px;
  font-family: Open Sans;
  font-weight: bolder;
}
.microsoft-calling-plans-webinar-banner-form h3 {
  display: none;
}
.microsoft-calling-plans-webinar-banner-form form {
  width: 300px;
  margin: 0 auto;
  position:relative;
}
.microsoft-calling-plans-webinar-banner-form .hs_cos_wrapper_type_form:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border: 1px solid #f0f0f0;
  border-radius: 10px 10px 10px 10px;
  opacity: 0.61;
  filter: alpha(opacity=61);
  background-repeat: repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: top left;
  position: absolute;
}
.microsoft-calling-plans-webinar-banner-form form {
  padding: 33px 0;
}
.microsoft-calling-plans-webinar-banner-form  span.hs-form-required {
  display: none;
}
.microsoft-calling-plans-webinar-banner-form input[type="text"],
.microsoft-calling-plans-webinar-banner-form input[type="email"]{
  -moz-border-radius: 3px;
  -moz-box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #8095a8;
  border-radius: 3px;
  box-sizing: border-box;
  font-size: 15px;
  height: 43px;
  line-height: 19px;
  margin: 8px 0;
  padding: 9px 10px 10px !important;
  width: 100%;
  font-family: Open Sans;
  font-weight: 400;
  vertical-align: middle;
  color: #000000;
  background-color: rgba(0,0,0,0);
  border-color: #555555;
  -moz-box-shadow: inset 0 1px 3px rgba(0,0,0,.28);
  box-shadow: inset 0 1px 3px rgba(0,0,0,.28);
}
.microsoft-calling-plans-webinar-banner-form  .hs-form-field {
  margin-bottom: 16px;
}
.microsoft-calling-plans-webinar-banner-form .hs-input.nvalid.error {
  border-color: #e12627!important;
}
.microsoft-calling-plans-webinar-banner-form  .hs-button.primary,
.microsoft-calling-plans-webinar-banner-form  input[type="submit"] {
  font: 700 13px/100% Arial,Helvetica,Liberation Sans,FreeSans,sans-serif;
  background-color: #ff0000;
  color: #f9f9f9;
  width: 100%;
  line-height: 23px;
  font-size: 20px;
  font-weight: 700;
  font-family: Open Sans;
  border-radius: 5px;
  display: block;
  height: 58px;
  padding: 0;
  text-transform: none;
  letter-spacing: 0;
  padding-left: 5px;
  padding-right: 5px;
  border:0;
  margin: 0;
  -moz-box-shadow: 0 1px 3px rgba(1,1,1,.5);
  box-shadow: 0 1px 3px rgba(1,1,1,.5);
}
.microsoft-calling-plans-webinar-banner-form  .hs-button.primary:hover,
.microsoft-calling-plans-webinar-banner-form  input[type="submit"]:hover{
  background-color: #464646;
}
.microsoft-calling-plans-webinar-banner-form .actions {
  padding-top: 19px;
}
.microsoft-calling-plans-webinar .land_full_sec h3 {
  font-size: 20px;
  line-height: 28px;
}
.microsoft-calling-plans-webinar-group {
  text-align: center;
}
.microsoft-calling-plans-webinar-group .page-center {
  position: relative;
  width: 960px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.microsoft-calling-plans-webinar-group .land_full_sec {
  padding: 30px 15px 31px;
}
.microsoft-calling-plans-webinar-group .body-container-wrapper {
  padding-top: 50px;
}
.microsoft-calling-plans-webinar-group-button a {
  font: 700 13px/100% Arial,Helvetica,Liberation Sans,FreeSans,sans-serif;
  outline: none;
  line-height: 24px;
  font-size: 21px;
  font-weight: 700;
  font-family: Open Sans;
  border-radius: 10px;
  background-color: #ff0000;
  color: #f9f9f9;
  text-align: center;
  display: inline-block;
  line-height: 59px;
  padding: 0 42px;
}
.microsoft-calling-plans-webinar-group-button a:hover {
  background-color: #464646;
}
.microsoft-calling-plans-webinar-group-button {
  padding: 45px 0;
}
.microsoft-calling-plans-webinar-group-item {
  text-align: center;
  width: 40%;
  padding: 0 15px;
  display: inline-block;
  vertical-align: top;
}
.microsoft-calling-plans-webinar-group-item h4 {
  font-size: 22px;
  color: rgb(0, 0, 0);
  line-height: 31px;
  margin: 0;
  color: rgb(93, 45, 78);
  display: inline-block;
  font-family: Montserrat;
}
.microsoft-calling-plans-webinar-group-item p {
  max-width: 311px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 22px;
  color: rgb(0, 0, 0);
  font-family: Open Sans;
  font-weight: 400;
}
.microsoft-calling-plans-webinar-group-item h4:after {
  content: "";
  width: auto;
  height: 10px;
  border-bottom: 2px solid #5d2d4e;
  display: block;
}
.microsoft-calling-plans-webinar-group-wrapper {
  padding: 50px 0;
  text-align: center;
}
.microsoft-calling-plans-webinar-group-item p {
  padding-top: 24px;
}
.microsoft-calling-plans-webinar .page-center {
  max-width: 960px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  position: relative;
}
.calling-plans-title-image {
  width: 135px;
  display: inline-block;
  vertical-align: top;
  left: 74px;
  top: 46px;
  position: relative;
}
.calling-plans-title-wrapper {
  max-width: 584px;
  display: inline-block;
  left: 144px;
  position: relative;
  padding-top: 46px;
}
.calling-plans-title-wrapper h1 {
  margin: 0;
  font-size: 24px;
  line-height: 38px;
  color: rgb(70, 70, 70);
}
.calling-plans-title-wrapper p {
  font-size: 18px;
  line-height: 29px;
  color: rgb(70, 70, 70);
}
.calling-plans-section-banner {
  background-color: #f9f9f9;
  background-repeat: repeat;
  background-position: center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  width: auto;
  border-width: 0;
  border-top-width: 0px;
  border-bottom-width: 0px;
  min-height: 650px;
}
.calling-plans-group {
  text-align: center;
  font-size: 0;
  line-height: 0;
}
.calling-plans-group-item {
  width: 33.33%;
  display: inline-block;
  padding: 0 15px;
}
.calling-plans-section {
  position: relative;
}
.calling-plans-group {
  text-align: center;
  font-size: 0;
  line-height: 0;
  padding: 50px 0;
}
.calling-plans-group-item img {
  vertical-align: top;
}
.calling-plans-group-item-title p {
  font-size: 22px;
  line-height: 35px;
  color: rgb(0, 0, 0);
  font-family: Open Sans;
}
.bottom-btn a {
  background-color: #ff0000;
  color: #f9f9f9;
  min-width: 443px;
  line-height: 59px;
  font-size: 21px;
  font-weight: 700;
  font-family: Open Sans;
  border-radius: 10px;
  text-align: center;
  display: inline-block;
}
.bottom-btn a:hover{
  background-color: #464646;
}
.bottom-btn {
  text-align: center;
  padding-top: 25px;
}
.microsoft-calling-plans-webinar  .cm-webnair-grp-wrap .img-wrap {
  height: 100px;
  width: 100px;
  box-shadow: none;
  box-sizing: border-box;
  background-color: #ffffff;
  border: 1px solid #f0f0f0;
  background-repeat: repeat;
  background-position: top left;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  text-align: center;
}
.microsoft-calling-plans-webinar .cm-webnair-grp-wrap .img-wrap img {
  margin: 0 !important;
  width: 100%;
  height: 100%;
}
.microsoft-calling-plans-webinar .cm-webnair-grp-wrap .has-cl-1 .img-wrap img {
  width: 71px;
  height: 77px;
  vertical-align: top;
  text-align: center;
}
.microsoft-calling-plans-webinar .cm-webnair-grp-wrap .has-cl-2 .img-wrap img {
  width: 109px;
  height: 110px;
}
.microsoft-calling-plans-webinar .cm-webnair-grp-wrap .has-cl-2 .img-wrap {
  height: 110px;
  width: 107px;
  border:0;
}
.microsoft-calling-plans-webinar .cm-webnair-grp-wrap .has-cl-3 .img-wrap img {
  width: 85px;
  height: 89px;
}
.microsoft-calling-plans-webinar .cm-webnair-grp-wrap .has-cl-4 .img-wrap img {
  width: 109px;
  height: 107px;
}
.microsoft-calling-plans-webinar .cm-webnair-grp-wrap .has-cl-4 .img-wrap {
  height: 110px;
  width: 107px;
  border:0;
}
.microsoft-calling-plans-webinar .cm-webnair-grp-wrap {
  background-color: #ffffff;
}
.microsoft-calling-plans-webinar  .cm-webnair-grp-wrap .title-wrap h1 {
  font-size: 26px;
  line-height: 36px;
  color: rgb(255, 0, 0);
}
.microsoft-calling-plans-webinar .cm-webnair-grp-wrap .title-wrap {
  margin-bottom: 50px;
}
.microsoft-calling-plans-webinar .cm-webnair-grp-wrap .title-img-wrap {
  margin-left: 0;
  text-align: left;
  font-size: 18px;
  line-height: 25px;
  font-weight: bolder;
  color: rgb(93, 45, 78);
  font-family: Open Sans;
  max-width:100%;
}
.microsoft-calling-plans-webinar .title-img-wrap-title p {
  font-size: 16px;
  line-height: 22px;
  color: rgb(0, 0, 0);
  font-family: Open Sans;
}
.microsoft-calling-plans-webinar .cm-webnair-grp-wrap .has-cl-2 .img-wrap {
  position: relative;
  top: -17px;
}
.microsoft-calling-plans-webinar .cm-webnair-grp-wrap .cm-item-grp-wrap .cm-cont-wrap {
  padding: 0 6px;
}
.microsoft-calling-plans-webinar .cm-item-grp-wrap {
  display: flex;
}
.microsoft-calling-plans-webinar .cm-webnair-grp-wrap .cm-item-grp-wrap .cm-cont-wrap {
  width: auto;
  float: none;
  padding: 0 15px;
}
body.securely-migrated-web,
.right-web-sec form .hs-richtext h4,
.right-web-sec form input.hs-button.primary.large{
  -webkit-font-smoothing: auto !important;
}
.microsoft-calling-plans-webinar .land_full_sec {
  padding: 33px 15px 28px;
}
.microsoft-calling-plans-webinar .body-container-wrapper {
  padding-top: 50px;
}
.microsoft-calling-plans-webinar-group-wrapper {
  padding-top: 28px;
}
.microsoft-calling-plans-webinar-group-item h4:after {
  position: relative;
  top: 6px;
}
.microsoft-calling-plans-webinar-group-item p {
  padding-bottom: 20px;
}
.microsoft-calling-plans-webinar-banner-form input::placeholder {
  color: #464646;
  opacity: 1;
}
body.microsoft-calling-plans-webinar,
.microsoft-calling-plans-webinar-banner-title h1,
.microsoft-calling-plans-webinar-banner-form .hs-button.primary,
.microsoft-calling-plans-webinar .land_full_sec h3,
.calling-plans-title-wrapper h1,
.microsoft-calling-plans-webinar .cm-webnair-grp-wrap .title-wrap h1{
  -webkit-font-smoothing: auto !important;
}
.microsoft-calling-plans-webinar .cm-webnair-grp-wrap .cm-item-grp-wrap:after {
  top: 10px;
}
.microsoft-calling-plans-webinar .cm-webnair-grp-wrap .has-cl-4 .img-wrap {
  position: relative;
  margin-top: 16px;
}
.microsoft-calling-plans-webinar .cm-webnair-grp-wrap .cm-item-grp-wrap {
  overflow: visible;
}
.microsoft-calling-plans-webinar .cm-webnair-grp-wrap .has-cl-3 .img-wrap {
  position: relative;
  top: -10px;
}
.microsoft-calling-plans-webinar .cm-webnair-grp-wrap .has-cl-2 .img-wrap {
  top: -11px;
}
.custom-form{
  width:50% !important;
}
.about-us-cotent img {
  width: 220px;
}
.share-button.share-inline .social.top li {
  outline: 0;
}
.offer-azure-assessment-lay form.hs-form .hs-form-field ul.inputs-list {
  margin: 0;
}
.offer-azure-assessment-lay form.hs-form .hs-form-field ul.inputs-list li,
.offer-windows-10-compatibility-workshop-lay form.hs-form .hs-form-field ul.inputs-list li{
  margin: 0;
}
.header-group.no-nav .mobile-menu-button {
  display: none !important;
}
.cm-page-sample .body-container .page-center {
  padding-bottom: 36px;
}
.our_hubs_pages .custom_error_message.custom-form {
  margin-top: 20px;
}
.webinar-form-section form .input input::placeholder {
  color: #464646;
  opacity: 1;
}
.offer-windows-10-compatibility-workshop-lay form.hs-form .hs-form-field ul.inputs-list {
  margin: 0;
}
.offer-windows-10-compatibility-workshop-lay  ul.hs-error-msgs.inputs-list,
.offer-windows-10-compatibility-workshop-lay  ul.hs-error-msgs.inputs-list li{
  margin: 0;
}
.offer-windows-10-compatibility-workshop-lay .hs_error_rollup{
  display:none;
}
.cm-offer-windows-10-compa .cm-form-wrap {
  margin-bottom: 50px !important;
}
/* Styles that do not fit into any of the available sections above can go here. */

.custom-header-offer-offer-windows-10-compatibility-workshop {
  text-align: center;
  font-size: 13px;
  color: rgb(170, 179, 188);
  line-height: 18px;
  padding: 10px 0 12px 0;
}

.custom-header-offer-offer-windows-10-compatibility-workshop p {
  font-size: 13px;
  color: rgb(170, 179, 188);
  line-height: 18px;
  font-family: Lato;
  font-weight: 400;
}
.cm-offer-windows-10-compa .cm-form-wrap .hs_cos_wrapper_type_form .hs-button.primary.large {
  margin: 0;
  box-sizing: content-box;
  line-height: 24px;
  font-size: 20px;
  font-weight: 700;
  font-family: Lato;
  border-radius: 5px;
  text-transform: none;
  letter-spacing: 0;
  line-height: 30px;
  display: block;
}
.cm-windows-10-compability-grp-wrap .two-col-img-wrap img {
  width: 55px;
  height: 63px;
}
body.offer-windows-10-compatibility-workshop-lay .container-fluid .row-fluid .page-center {
  max-width: 770px;
  padding-left: 0;
  padding-right: 0;
}

body.offer-windows-10-compatibility-workshop-lay .max_header.max_header_1 {
  position: absolute;
  padding-top: 25px;
  z-index: 99;
  top: 0;
  width: 100% !important;
  left: 0;
}

body.offer-windows-10-compatibility-workshop-lay .dynamics-crm-row1 {}

.cm-offer-windows-10-compa {
  background-color: rgba(0,0,0,0);
  background-repeat: repeat;
  background-position: center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  width: auto;
  border-width: 0;
  border-top-width: 0px;
  border-bottom-width: 0px;
  min-height: 811px;
  background-attachment: fixed;
  margin-top: -1px;
  position: relative;
  padding-top: 93px;
}

.cm-offer-windows-10-compa .color-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  margin: 0 auto;
  background-color: #5d2d4e;
  opacity: 0.65;
  display: block;
  left: 0;
  top: 0;
  z-index: 1;
}
body.offer-windows-10-compatibility-workshop-lay.hs-content-id-7605968868 .color-overlay {
  opacity: 0.8;
}

body.offer-windows-10-compatibility-workshop-lay.hs-content-id-7605968868 .container-fluid .row-fluid .cm-offer-windows-10-compa input.hs-button.primary.large {
  background-color: #169bb9;
  color: #ffffff;
  border: none;
}

body.offer-windows-10-compatibility-workshop-lay.hs-content-id-7605968868 .container-fluid .row-fluid .cm-offer-windows-10-compa input.hs-button.primary.large:hover {
  background-color: #464646;
}
body.offer-windows-10-compatibility-workshop-lay.hs-content-id-7605968868 .container-fluid .row-fluid .cm-offer-windows-10-compa .page-center {
  max-width: 850px;
}


body.offer-windows-10-compatibility-workshop-lay.hs-content-id-7605968868 .container-fluid .row-fluid .cm-offer-windows-10-compa .page-center h1 {
  font-size: 44px;
  color: rgb(255, 255, 255);
  line-height: 53px;
  margin-top: 40px;
  margin-bottom: 39px;
}

.cm-offer-windows-10-compa .color-overlay .page-center {
  position: relative;
  z-index: 23;
}

.cm-offer-windows-10-compa .inner-wrap {
  position: relative;
  z-index: 9;
 /* color: #fff; */
}

.cm-offer-windows-10-compa .inner-wrap h1 {
  text-align: center;
  color: #fff;
  font-size: 50px;
  color: rgb(255, 255, 255);
  line-height: 60px;
  font-family: Lato;
  font-weight: 300;
  margin-bottom: 41px;
}

.cm-offer-windows-10-compa .inner-wrap p {
  font-size: 18px;
  color: rgb(255, 255, 255);
  line-height: 25px;
  font-family: Lato;
  font-weight: 400;
}
body.offer-windows-10-compatibility-workshop-lay.hs-content-id-7605968868 .container-fluid .dynamics-crm-row2 .row-fluid .page-center {
  max-width: 960px;
}
body.offer-windows-10-compatibility-workshop-lay.hs-content-id-7605968868 .container-fluid .dynamics-crm-row2 .item {
  width: 32.33%;
  float: none;
  display: inline-block;
  vertical-align: top;
  padding-left: 0;
  text-align: left;
}

body.offer-windows-10-compatibility-workshop-lay.hs-content-id-7605968868 .container-fluid .dynamics-crm-row2 .item-grp-wrap {
  text-align: center;
}

body.offer-windows-10-compatibility-workshop-lay.hs-content-id-7605968868 .container-fluid .dynamics-crm-row2 .item h3 {
  width: 60%;
}
.cm-offer-windows-10-compa .hs-form-field > label {
  /*display: none;*/
}

.cm-offer-windows-10-compa .cm-form-wrap .form-title {
  display: none;
}

.cm-offer-windows-10-compa .cm-form-wrap {
  margin-top: 50px;
  max-width: 300px;
  margin: 54px auto 0;
  background:#fff;
  padding:20px;
}

.cm-form-wrap .hs-form-field {
  margin-bottom: 16px;
}

.cm-get-from-the-work-wrap {
  text-align: center;
  background: #fff;
  padding: 40px;
  margin-top: -88px;
  position: relative;
  z-index: 9;
  padding-top: 76px;
  padding-bottom: 76px;
  -webkit-box-shadow: 0px 0px 43px -1px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 0px 43px -1px rgba(0,0,0,0.15);
  box-shadow: 0px 0px 43px -1px rgba(0,0,0,0.15);
}

.cm-get-from-the-work-wrap h3 {
  font-size: 24px;
  color: rgb(0, 0, 0);
  line-height: 34px;
  margin: 0;
  color: rgb(93, 45, 78);
  font-family: Lato;
  font-weight: bolder;
}

.dynamics-crm-row1 {}

body.offer-windows-10-compatibility-workshop-lay .container-fluid  .dynamics-crm-row1 .row-fluid .page-center {
  max-width: 860px;
}

.cm-get-from-the-work-wrap p {
  font-size: 16px;
  line-height: 22px;
  color: rgb(170, 179, 188);
  font-family: Lato;
  padding-top: 23px;
}

.cm-get-from-the-work-wrap .col {
  float: left;
  width: 33.33%;
}

.cm-get-from-the-work-wrap .col h4 {
  font-size: 20px;
  line-height: 28px;
  color: rgb(0, 0, 1);
  font-family: Lato;
  font-weight: 400;
}

.cm-get-from-the-work-wrap .cont-wrap-two-col {
  padding-top: 22px;
}
.cm-windows-10-compability-grp-wrap .item-grp-wrap .item {
  width: 50%;
  float: left;
  margin-top:50px;
}
.cm-windows-10-compability-grp-wrap {
  padding-top: 40px;
}
.cm-windows-10-compability-grp-wrap {
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: hidden;
}
.cm-windows-10-compability-grp-wrap .item-grp-wrap .item .two-col-img-wrap img {
  float: left;
  margin-right: 10px;
}
.cm-windows-10-compability-grp-wrap .item-grp-wrap .item .two-col-img-wrap {
  overflow: hidden;
}
.cm-windows-10-compability-grp-wrap .item-grp-wrap .item .two-col-img-wrap h3 {
  margin: 0;
  font-size: 24px;
  color: rgb(0, 0, 0);
  line-height: 34px;
  font-family: lato;
  font-weight: 400;
  width: 80%;
  float: left;
}
.cm-windows-10-compability-grp-wrap .item-grp-wrap .item:nth-child(2n) {
  padding-left: 50px;
}
.cm-windows-10-compability-grp-wrap .item-grp-wrap .item ul {
  display: block;
  list-style-type: disc;
  margin: 10px 0;
  padding-left: 40px;
  line-height: 21px;
  text-align: left;
  font-size: 15px;
  color: rgb(170, 179, 188);
}

.cm-windows-10-compability-grp-wrap .item-grp-wrap .item ul li {
  margin: 0;
}

.cm-windows-10-compability-grp-wrap .item-grp-wrap .item .cm-cont-wrap {
  margin-top: 60px;
}
.cm-windows-10-compability-grp-wrap .title-wrap h3 {
  text-align: center;
  font-size: 24px;
  color: rgb(0, 0, 0);
  line-height: 34px;
  color: rgb(93, 45, 78);
  font-family: Lato;
}
.cm-offer-windows-10-compa .cm-form-wrap input[type="text"],
.cm-offer-windows-10-compa .cm-form-wrap input[type="email"] {
  border: 1px solid #8095a8;
  font-family: Lato;
  font-weight: 400;
  border-radius: 3px;
  box-sizing: border-box;
  font-size: 15px;
  height: 43px;
  line-height: 19px;
  margin: 8px 0;
  padding: 9px 10px 10px !important;
  width: 100%;
  color: #000000;
  background-color: #ffffff;
}
.cm-windows-10-compability-grp-wrap .item-grp-wrap .item ul li {
  margin: 0;
  font-size: 15px;
  color: rgb(170, 179, 188);
  line-height: 21px;
  text-align: left;
  font-family: lato;
}
body.offer-windows-10-compatibility-workshop-lay .max_header.max_header_1 img.hs-image-widget {
  max-width: 284px;
  margin-top: 4px;
}
.blog-post-wrapper.cell-wrapper p {
  word-break: break-word;
}


.blog-postsocial ul li {
  display: inline-block;
}
.blog-postsocial ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.blog-postsocial {
  padding: 36px 36px 36px 36px;
}
.hs-blog-post .blog-content {
  width: 100% !important;
  padding: 0;
}
.blog-post-banner.has-banner {
  display: table;
  table-layout: fixed;
  position: relative;
  overflow: hidden;
  width: 100%;
  background-color: #777777;
  margin-top: -1px;
  height: 75vh;
}

.blog-post-banner.has-banner .header-bg {
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  height: calc(100% + 30vh);
  will-change: transform;
  transform: translate3d(0px, 0px, 0px);
}

.blog-post-banner.has-banner .page-center.header-main-container {
  z-index: 78;
  position: relative;
  text-align: center;
}

.blog-post-banner.has-banner .page-center.header-main-container h1.header-title {
  line-height: 1.2;
  margin: 0;
  font-size: 75px;
  font-weight: 700;
  text-transform: uppercase;
  color: #303133;
  font-family: Poppins;
}

.blog-post-banner.has-banner .page-center.header-main-container .inner-wrap-blog-post-banner {
  position: relative;
  z-index: 5;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  padding-top: 84px;
}

.blog-post-banner.has-banner .page-center.header-main-container .inner-wrap-blog-post-banner .header-content-inner {
  padding: 54px 36px 54px 36px;
}

.blog-post-banner.has-banner .page-center.header-main-container .post-info {
  margin: 18px 0px 0px 0px;
  font-family: Poppins;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 12px;
  color: #303133;
}

.blog-post-banner.has-banner .page-center.header-main-container .post-info div {
  display: inline-block;
}
.blog-post-banner.has-banner .page-center.header-main-container .post-info a {
  color: #303133;
}
.blog-post-banner.has-banner .page-center.header-main-container .post-info a:hover {
  color: #ff0000;
}
.blog-post-banner.has-banner .page-center.header-main-container .post-info span {
  margin: 0px 14px 0px 14px;
  font-weight: 400;
}
.blog-post-banner.has-banner .page-center.header-main-container div.author-info {
  display: none;
}
.blog-post-wrapper .post-body {
  max-width: 70%;
  margin: 0 auto;
  padding-left: 82px;
  padding-right: 36px;
  color: #777777;
}


.cm-offer-windows-10-compa .hs-input::-webkit-input-placeholder,
.cm-dynamics-crm-webinar-banner-area form .hs-input::-webkit-input-placeholder{
  color: #000;
}

.cm-offer-windows-10-compa .hs-input::-webkit-input-placeholder,
.cm-dynamics-crm-webinar-banner-area form .hs-input::-webkit-input-placeholder{ 
  color: #000;
}
.cm-offer-windows-10-compa .hs-input::-webkit-input-placeholder,
.cm-dynamics-crm-webinar-banner-area form .hs-input::-webkit-input-placeholder{
  color: #000;
}

.cm-offer-windows-10-compa .hs-input::-webkit-input-placeholder ,
.cm-dynamics-crm-webinar-banner-area form .hs-input::-webkit-input-placeholder{
  color: #000;
}


@media(max-width:1000px){
  body.offer-windows-10-compatibility-workshop-lay .container-fluid .row-fluid .page-center{
    padding-left:20px;
    padding-right:20px;
  }
  .microsoft-calling-plans-webinar .page-center {
    padding: 0 15px !important;
    max-width: 100% !important;
  }
  .microsoft-calling-plans-webinar-banner-title {
    width: 100%;
  }
  .microsoft-calling-plans-webinar-banner-form {
    left: 0;
    margin: 0 auto;
    position: relative;
  }
  .microsoft-calling-plans-webinar-banner-content {
    text-align: center;
  }
  .microsoft-calling-plans-webinar-banner-form {
    text-align: left;
  }
  .calling-plans-title-image {
    margin: 0 auto;
    left: 0;
    display: block;
  }
  .calling-plans-title-wrapper {
    left: 0;
    display: block;
    width: 100%;
    text-align: center;
    max-width: 100%;
  }
}

@media(max-width:767px){
.availabel-grouop-item-col {
    width: 100%;
}
  .hs-content-id-8434122945.demo-page .two_col_rightform .max_5.form {
    padding-left: 0;
}
  .demo-main-page .cm-webnair-grp-wrap .cm-item-grp-wrap .cm-cont-wrap {
    width: 100%;
}
  .demo-main-page .cm-dynamics-crm-webinar-banner-area .cont-wrap {
    width: 100%;
}
  .demo-main-page .cm-dynamics-crm-webinar-banner-area .cm-form-wrap{
   width: 100%;
  }  
  .bottom_con>div {
    max-width: 100% !important;
  }
  .cm-windows-10-compability-grp-wrap .item-grp-wrap .item {
    width: 100%;
    float: none;
    margin-top:50px;
  }
  .microsoft-calling-plans-webinar .cm-item-grp-wrap * {
    text-align: center !important;
  }
  .azure-two-col-left-img .azure-left-sec {
    display: none;
  } 
  .azure-two-col-left-img {
    padding-bottom: 40px !important;
    padding-top: 40px !important;
  }  

  .microsoft-calling-plans-webinar .cm-item-grp-wrap {
    display: block;
    text-align: center;
  } 
  .cm-get-from-the-work-wrap .col {
    float:none;
    width: 100%;
  }
  .cm-windows-10-compability-grp-wrap .item-grp-wrap .item:nth-child(2n) {
    padding-left: 0px;
  }
  .banner-area.has-banner.type2.with-btns.type4  .banner-type3-sub-title{
    display: block;
  }
  .cm-offer-windows-10-compa .inner-wrap h1 {
    font-size: 37px;
    line-height: 50px;
  }
  .cm-offer-windows-10-compa {
    padding-bottom: 90px;
  }
  .cm-windows-10-compability-grp-wrap .item-grp-wrap .item .two-col-img-wrap h3 {
    width: 66%;
  }
  body.offer-windows-10-compatibility-workshop-lay.hs-content-id-7605968868 .container-fluid .dynamics-crm-row2 .item {
    width:100%;
  }
  .hs-content-id-7519148920 div#hs_cos_wrapper_widget_1549875368807 .first_form .max_5.con .inner {
    text-align: left;
  }
  .microsoft-calling-plans-webinar-banner-content {
    max-width: 400px;
    margin: 0 auto;
    display: block;
  }
  .microsoft-calling-plans-webinar-banner-image-1 {
    display: inline-block;
    position: relative;
    left: 0;
    top: 0;
    height: 106px;
    width: 106px;
  } 
  .microsoft-calling-plans-webinar-banner-image-2 {
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
    height: 85px;
    width: 85px;
  }
  .baner-plus-sign {
    left: 0;
    position: relative;
    display: inline-block;
    top: 24px;
    width: 52px;
    vertical-align: top;
    margin: 0 25px;
  }
  .baner-plus-sign p {
    font-size: 32px;
  } 
  .microsoft-calling-plans-webinar-banner-content {
    padding-top: 26px;
  } 
  .microsoft-calling-plans-webinar-banner-title h1 {
    font-size: 18px;
    color: rgb(0, 0, 0);
    line-height: 25px;
    text-align: center;
  }
  .microsoft-calling-plans-webinar-banner-title {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 0;
  }
  .microsoft-calling-plans-webinar-banner {
    min-height: 602px;
  }
  .microsoft-calling-plans-webinar-banner-image {
    min-height: 602px;
  }
  .microsoft-calling-plans-webinar-banner-form {
    position: relative;
    left: 0;
    top: 0;
    width: 360px;
    height: auto;
  } 
  .microsoft-calling-plans-webinar-banner-form input[type="text"],
  .microsoft-calling-plans-webinar-banner-form input[type="email"] {
    padding-top: 12px;
    padding-bottom: 9px;
    font-size: 20px;
    line-height: 22px;
    height: 56px;
    -webkit-appearance: none;
  }
  .microsoft-calling-plans-webinar-group-button a {
    line-height: 47px;
    padding: 0 24px;
    font-size: 16px;
    width: 100%;
    MAX-WIDTH: 360PX;
  }
  .microsoft-calling-plans-webinar-group-item {
    WIDTH: 100%;
    padding: 20px 0;
  } 
  .microsoft-calling-plans-webinar-group-wrapper {
    padding: 0 0 50px;
    text-align: center;
  }
  .microsoft-calling-plans-webinar-group-item h4 {
    font-size: 18px;
    line-height: 25px;
  } 
  .calling-plans-title-image {
    display: block;
    margin: 0 auto;
    left: 0;
    height: 99px;
    width: 99px;
  } 
  .calling-plans-title-wrapper {
    text-align: center;
    left: 0;
    max-width: 100%;
    padding-top: 60px;
  }
  .calling-plans-title-wrapper h1 {
    font-size: 16px;
    line-height: 22px;
    max-width: 360px;
    margin: 0 auto;
  }
  .calling-plans-title-wrapper {
    max-width: 360px;
    margin: 0 auto;
    display: block;
  }
  .calling-plans-group {
    display: none;
  } 
  .calling-plans-section-banner {
    min-height: 455px;
  } 
  .bottom-btn a {
    height: 46px;
    z-index: 17;
    line-height: 46px;
    font-size: 16px;
    width: 360px;
  } 
  .microsoft-calling-plans-webinar-banner-form {
    WIDTH: 100%;
    MAX-WIDTH: 360PX;
  } 
  .microsoft-calling-plans-webinar-banner-form form {
    width: 100%;
    max-width: 360px;
    padding: 30px 30px;
  } 
  .microsoft-calling-plans-webinar-banner-form .hs-button.primary,
  .microsoft-calling-plans-webinar-banner-form input[type="submit"] {
    padding-left: 10px;
    padding-right: 10px;
  }  
}

/* Page Style */



.banner-area {
  background-position: center bottom;
  height: 55vh;
  min-height: 300px;
  background-color: #777777;
  display: table;
  table-layout: fixed;
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-top: -1px;
  padding-top: 84px;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner-main-content,
.advanced-banner-main-content{
  max-width: 100% !important;
  padding: 0 !important;
  position: relative;
  z-index: 5;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100%;
}
.banner-main-content-inner,
.advanced-banner-main-content-inner{
  margin: 0 auto;
  padding: 54px 36px 54px 36px;
}
.banner-area h1 {
  margin: 0;
  font-size: 50px;
  color: #ff0000;
}
.advanced-banner-area .page-center {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  padding-bottom: 0px;
}
.advanced-banner-main-content-inner {
  padding: 0;
}
.equal-col {
  width: 50%;
  float: left;
  padding: 0px 0px 0px 36px;
  font-size: 14px;
  padding-left: 54px;
  padding-right: 0px;
  display: table-cell;
  height: 100%;
  vertical-align: top;
  position: relative;
}
.row-wrapper {
  position: relative;
  display: table;
  table-layout: fixed;
  height: 100%;
  min-width: 100%;
  width: auto;
  margin-left: -54px;
}
.page-without-banner .custom-header {
  background: #fff;
}
.portfolio-details-wrapper .page-center {
  padding-top: 72px;
  padding-bottom:72px;
}
.page-without-banner .span12.widget-span.widget-type-cell.header-group {
  position: relative !important;
  min-height: 83.2px !important;
}
.inactive-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.portfolio-image-wrapper {
  position: relative;
  clear: both;
}
.post-title-wrapper h1 {
  font-size: 24px;
  line-height: 1.2;
  margin: 27px 0 0;
  margin-top: 0;
}
b, strong {
  font-weight: 600;
}
.portfolio-details-wrapper {
  color: #777777;
}
.portfolio-details-wrapper b,
.portfolio-details-wrapper strong {
  color: #303133;
}
.detail-container {
  display: table;
  table-layout: fixed;
}
.detail-container .detail-label {
  min-width: 108px;
  display: table-cell;
  color: #303133;
}

.detail-label {
  font-weight: 600;
}
.detail-container .detail-value {
  display: table-cell;
}
.detail-container a {
  color: #303133;
  font-weight: 400;
}
.detail-container a:hover{
  color: #ff0000;
}
.portfolio-details-wrapper .post-footer,
.portfolio-details-wrapper .post-share {
  padding-top: 27px !important;
}
.portfolio-wrapper .post-share {
  border-top-width: 1px;
  border-top-style: solid;
  padding-top: 30px;
  padding-top: 27px;
  border-color: #eaeaea;
}
.detail-container {
  display: table;
  table-layout: fixed;
}
.detail-container .detail-label {
  min-width: 108px;
  display: table-cell;
}
div[class*=sharer-].share-button {
  display: inline-table !important;
  font-size: 14px;
  width: 34px;
  position: relative;
  top: -2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
div[class*=sharer-].share-button.only-icon {
  display: inline-block !important;
  margin-bottom: -10px;
  top: 1px;
}
div[class*=sharer-].share-button.share-inline {
  width: auto;
  display: inline-block !important;
}
.share-button.share-inline .social-export {
  display: none;
}
.share-button .social ul, .share-button .social {
  position: relative;
  z-index: 1;
}
div[class*=sharer-].share-button .social.load {
  -webkit-transition: none!important;
  transition: none!important;
}

div[class*=sharer-].share-button .social.top {
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  margin-top: -180px;
}

div[class*=sharer-].share-button .social {
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  margin-left: 0;
  opacity: 0;
}
.share-button.share-inline .social.top {
  opacity: 1;
  margin-top: 0px !important;
  width: auto;
  float: none !important;
}
div[class*=sharer-].share-button .social ul {
  color: #ffffff;
  margin: auto;
  padding: 2px;
  display: table;
  table-layout: fixed;
  background-color: #222;
  border-radius: 1px;
  list-style: none;
}
div[class*=sharer-].share-button .social ul li {
  cursor: pointer;
  text-align: center;
  display: block !important;
  position: relative;
  z-index: 2;
  width: 24px;
  height: 24px;
  line-height: 24px;
  -webkit-transition: background-color 400ms ease-out;
  -moz-transition: background-color 400ms ease-out;
  -o-transition: background-color 400ms ease-out;
  transition: background-color 400ms ease-out;
}
.share-button.share-inline .social.top li {
  display: inline-block !important;
  margin-right: 2px;
}
.portfolio-wrapper div[class*=sharer-].share-button .social ul li {
  font-size: 13px;
  line-height: 20px;
  height: 20px;
}
div[class*=sharer-].share-button .social ul li:before {
  -webkit-transition: color 400ms ease-out;
  -moz-transition: color 400ms ease-out;
  -o-transition: color 400ms ease-out;
  transition: color 400ms ease-out;
}

div[class*=sharer-].share-button [class*=social-]:before {
  font-family: 'uncodeicon' !important;
}
.social-facebook:before {
  content: "\f09a" !important;
}
.social-twitter:before {
  content: "\f099" !important;
}
.social-gplus:before {
  content: "\f0d5" !important;
}
.social-pinterest:before {
  content: "\f0d2" !important;
}
.social-linkedin:before {
  content: "\f0e1" !important;
}
.social-xing:before {
  content: "\f168" !important;
}
.mail-icon:before {
  content: "\f1d8" !important;
  font-family: 'uncodeicon' !important;
}
.share-button.share-inline .social.top li {
  margin-top: 0;
}
.share-button.share-inline .social.top ul {
  width: auto;
  background: none;
  border: none;
  color: #303133;
  margin: 0px;
}
.bottom-pagination {
  position: relative;
  clear: both;
  border: 0;
  outline-width: 1px;
  outline-style: solid;
  outline-color: #eaeaea;
  background-color: #f7f7f7;
}
.bottom-pagination .page-center {
  padding: 27px 36px 27px 36px;
}
.pagination, .navigation {
  display: table;
  table-layout: fixed;
  text-align: center;
  width: 100%;
  padding-left: 0;
  margin: 0;
  border-radius: 2px;
  list-style: none;
}
.pagination .page-prev,
.navigation .page-prev {
  width: 33.33333%;
  border: 0px;
  text-align: left;
}
.navigation > li {
  margin-top: 0;
  display: table-cell;
}

.pagination .page-prev > a, .navigation .page-prev > a,
.pagination .page-prev > span, .navigation .page-prev > span {
  border-radius: 0px;
  width: 100%;
}
.pagination > li:first-child > a,
.navigation > li:first-child > a,
.pagination > li:first-child > span,
.navigation > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.pagination .page-prev .btn-link,
.navigation .page-prev .btn-link {
  text-align: left;
  position: relative;
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -o-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}
.mmb-container {
  position: absolute;
  top: 50%;
  right: 0;
  margin: 0 auto;
  line-height: normal;
} 
.mobile-menu-button {
  line-height: 0px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  padding: 21px 36px 27px 36px;
  cursor: pointer;
  display: inline-block;
  opacity: 1 !important;
  transition: .3s;
}
.lines, .lines:before, .lines:after {
  display: inline-block;
  width: 20px;
  height: 2px;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}
.lines {
  position: relative;
}
.lines:before,
.lines:after {
  position: absolute;
  left: 0;
  content: '';
  -webkit-transform-origin: 10px center;
  transform-origin: 10px center;
}  
.mobile-menu-button .lines,
.mobile-menu-button .lines:before,
.mobile-menu-button .lines:after {
  background: #303133;
}
.mobile-menu-button .lines:before,
.mobile-menu-button .lines:after {
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: top 0.3s 0.6s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -moz-transition: top 0.3s 0.6s ease-in-out, -moz-transform 0.3s ease-in-out;
  -o-transition: top 0.3s 0.6s ease-in-out, -o-transform 0.3s ease-in-out;
  transition: top 0.3s 0.6s ease-in-out,-webkit-transform 0.3s ease-in-out,-moz-transform 0.3s ease-in-out,-o-transform 0.3s ease-in-out,transform 0.3s ease-in-out;
}
.lines:before {
  top: 6px;
}
.lines:after {
  top: -6px;
}
.advanced-banner-area {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-top: -1px;
  padding-top: 84px;
  height: 65vh;
  position: relative;
}
.advanced-banner-area .page-center {
  padding-right: 72px !important;
  padding-left: 72px !important;
}
.advanced-banner-image {
  text-align: center;
  line-height: 0;
}
.advanced-banner-image-inner {
  max-width: 70%;
  display: inline-block;
}
.advanced-banner-main-content-inner {
  text-align: center;
}
.heading-text {
  margin: 18px 0px 0px 0px;
  clear: both;
}
.advanced-banner-area .heading-text {
  margin-top: 36px;
}
.heading-text h2 {
  font-size: 45px;
  line-height: 1.3;
  color: #000000;
  text-transform: uppercase;
  margin: 0;
}
.heading-text h2 span {
  display: block;
}
.btn-container {
  display: block;
  margin-top: 18px;
}
.advanced-banner-area  .btn-container {
  margin-top: 36px;
}
.btn, .btn-link {
  display: inline-block;
  font-size: 12px;
  padding: 13px 31px 13px 31px !important;
  font-style: normal !important;
  text-align: center;
  vertical-align: middle;
  margin-top: 1px;
  margin-bottom: 1px;
  cursor: pointer;
  background-image: none;
  border: 1px solid;
  border-radius: 2px;
  outline: none;
  white-space: pre-wrap;
  -webkit-text-stroke: 0px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.btn-circle {
  border-radius: 10em !important;
}

.btn-lg {
  font-size: 15px !important;
  padding: 14px 40px 14px 40px !important;
}
.btn-accent {
  color: #ffffff !important;
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
}
.buttons-style,
.btn, 
.btn-link,
.nav-tabs,
.panel-title > a span {
  font-weight: 600 !important;
  font-family: Poppins !important;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.btn-container a {
  -webkit-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.btn-accent:not(.btn-hover-nobg):not(.btn-text-skin):hover,
.btn-accent:not(.btn-hover-nobg):not(.btn-text-skin):focus,
btn-accent:active {
  color: #ff0000 !important;
}
.btn-accent:not(.btn-hover-nobg):hover,
.btn-accent:not(.btn-hover-nobg):focus,
btn-accent:active {
  background-color: transparent !important;
  border-color: #ff0000 !important;
}
.advanced-banner-area .page-center {
  padding-bottom: 36px;
  padding-top: 1px;
}
.cloud-solutions .body-container-wrapper {
  padding: 0;
}
.cm-full-width-title-with-content .page-center {
  text-align: center;
  padding-top: 108px;
  padding-bottom: 108px;
}
.cm-full-width-title-with-content .heading-text {
  margin: 0;
}
.cm-full-width-title-with-content .heading-text h2 {
  color: #303133;
  font-size: 35px;
  text-transform: capitalize;
  line-height: 1.2;
}
hr.separator-break {
  width: 90px;
  border-top-width: 2px;
}
hr.separator-break.separator-accent {
  border-color: #ff0000 !important;
}
.cm-full-width-title-with-content hr {
  margin-left: auto;
  margin-right: auto;
}
.heading-text.el-text > *:last-child {
  margin-bottom: 0 !important;
}
.cm-full-width-title-with-content-wrapper {
  margin-top: 72px;
  color: #777777;
}
.cm-full-width-title-with-content-wrapper-inner {
  max-width: 75%;
  margin: 0 auto;
  text-align: center;
}
.cm-full-width-title-with-content-wrapper-inner img {
  margin-top: 36px;
}
.product-for-firstline-workers .page-center {
  padding-bottom: 108px;
  padding-top: 72px;
}
.first-line-workers-group-title {
  max-width: 80%;
  margin: 0 auto;
  text-align: center;
}
.first-line-workers-group-title .heading-text {
  margin: 0;
}
.first-line-workers-group-title .heading-text h2 {
  font-size: 35px;
  text-transform: capitalize;
  color: #ff0000;
}
.row-container {
  margin-top: 72px;
  position: relative;
  clear: both;
  border: 0;
}
.cm-row {
  display: table;
  table-layout: fixed;
  width: 100%;
  position: relative;
}

.product-for-firstline-workers-item {
  padding-left: 72px;
  padding-right: 0px;
  vertical-align: top;
  font-size: 14px;
  clear: both;
}
.cm-row .uncoltable {
  display: table;
  table-layout: fixed;
  position: relative;
  width: 100%;
  height: 100%;
}
.cm-row .uncell {
  display: table-cell;
  position: relative;
  height: 100%;
  vertical-align:top;
  border: 0;
}
.uncoltable > .uncell > .uncont {
  margin: 0 auto;
  text-align: center;
}
.icon-box {
  display: table;
  width: 100%;
}
.icon-box-top {
  table-layout: fixed;
  position: relative;
}
.fa-container {
  display: inline-block;
  width: 100%;
  margin: 18px 0px 0px 0px;
}
.style-light .text-default-color,
.style-dark .style-light .text-default-color {
  color: #303133;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
  display: inline-block;
}

.fa-5x {
  font-size: 5em;
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-user:before {
  content: "\f007";
}
.fa-comments:before {
  content: "\f086";
}
.icon-box-heading > * {
  line-height: 1.5em;
}
.icon-box-content h3 {
  font-size: 20px;
  text-align: center;
}
.align_left {
  text-align: left;
}
.uncode_text_column > *:first-child {
  margin-top: 0px;
}
.align_left .uncoltable > .uncell > .uncont {
  color: #777777;
  text-align: left;
  vertical-align: top;
}
.left-col {
  padding: 0px 0px 0px 36px;
  vertical-align: top;
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-device-laptop:before {
  content: "\e6f7";
}
.fa-phone:before {
  content: "\f095";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-group:before {
  content: "\f0c0";
}
.first-line-workers-group .page-center {
  padding-bottom: 108px;
  padding-top: 72px;
}
.uncoltable > .uncell > .uncont {
  max-width: 85%;
  color: #777777;
}
.first-line-workers-group-item {
  padding-left: 72px;
  padding-right: 0px;
}
.first-line-workers-group-item {
  vertical-align: top;
}
.product-heaping-feature-group .page-center {
  padding-bottom: 108px;
  padding-top: 72px;
}
.product-heaping-feature-group-item {
  padding-left: 72px;
  padding-right: 0px;
}
.product-heaping-feature-group .cm-row-inner {
  margin-left: -72px;
}
.product-heaping-feature-group-item .heading-text {
  margin: 0;
}
.product-heaping-feature-group-item h2 {
  font-size: 20px;
  text-transform: capitalize;
  color: #169bb9;
  line-height: 1.2;
}
.product-heaping-feature-group-item {
  text-align: center;
}
.product-heaping-feature-group-item {
  color: #777777;
  text-align: center;
}
.uncode_text_column {
  margin-top: 36px;
}
.product-heaping-feature-group-item-inner {
  max-width: 85%;
  margin: 0 auto;
}
.fa-lock:before {
  content: "\f023";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-money:before {
  content: "\f0d6";
}
.product-benifit-group .page-center {
  padding-bottom: 108px;
  padding-top: 72px;
}
.align_left .icon-box-content h3 {
  text-align: left;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
  display: inline-block;
}

.fa-5x {
  font-size: 5em;
}
.text-color-jevc-color {
  color: #000000 !important;
  fill: #000000 !important;
}
.product-benifit-group-item h3 {
  margin: 27px 0 0;
}
.product-benifit-group .btn-container {
  text-align: center;
  padding: 0px 0px 0px 36px;
}
.product-benifit-group-item {
  vertical-align: top;
  padding: 0px 0px 0px 36px;
}
.bottom-form-section .page-center {
  padding-top: 108px;
  padding-bottom: 108px;
}
.formsection {
  color: #ffffff;
}
.heading-text.formsection {
  margin: 0;
  text-align: center;
}
.heading-text.formsection h2 {
  color: #ffffff;
  text-transform: capitalize;
  font-size: 35px;
  margin: 0;
}
.bottom-form-section-wrapper {
  max-width: 85%;
  margin: 0 auto;
  border: 36px;
  border-style: solid;
  border-color: transparent;
  border-top-width: 0px;
  border-bottom-width: 0px;
  background-clip: padding-box;
}
.bottom-form-section-wrapper span.hs-form-required {
  display: none;
}
.bottom-form-section-wrapper .hs-button.primary,
.bottom-form-section-wrapper input[type="submit"] {
  margin: 0;
}
.case-studies-slider {
  padding-top: 72px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.case-studies-slider-title {
  text-align: center;
}
.case-studies-slider-title {
  text-align: center;
  font-size: 35px;
  color: #ffffff;
  line-height: 1.2;
  font-weight: 600;
}
.case-studies-slider .page-center {
  padding-bottom: 72px;
  padding-top: 72px;
}
.case-studies-slider-wrapper {
  max-width: 70%;
  margin: 0 auto !important;
  text-align: center;
}
.case-studies-slider-item .heading-text {
  margin: 0;
}
.case-studies-slider-item .heading-text h2 {
  font-size: 16px;
  text-transform: capitalize;
  color: #fbe100;
  line-height: 1.2;
}
.case-studies-slider-item {
  text-align: center;
}
.case-studies-slider-item .btn-container {
  margin-top: 36px;
}
outline:not(.btn-text-skin) {
  color: #dddddd !important;
}
.btn-color-uydo.btn-outline {
  background-color: transparent !important;
  border-color: #dddddd !important;
}
.btn-color-uydo.btn-outline:not(.btn-hover-nobg):not(.btn-text-skin):hover, .btn-color-uydo.btn-outline:not(.btn-hover-nobg):not(.btn-text-skin):focus, btn-color-uydo.btn-outline:active {
  color: #ffffff !important;
}
.btn-color-uydo.btn-outline:not(.btn-hover-nobg):hover, .btn-color-uydo.btn-outline:not(.btn-hover-nobg):focus, btn-color-uydo.btn-outline:active {
  background-color: #dddddd !important;
  border-color: #dddddd !important;
}
.btn-color-uydo.btn-outline:not(.btn-text-skin) {
  color: #dddddd !important;
}
.btn-circle {
  border-radius: 10em !important;
}
.btn-sm {
  font-size: 10px !important;
  padding: 9px 25px 9px 25px !important;
}
.slick-dots{
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  padding: 9px 9px 9px 9px;
  opacity: 0;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-timing-function: easein;
  -moz-animation-timing-function: easein;
  -o-animation-timing-function: easein;
  animation-timing-function: easein;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  position: absolute;
  display: inline-block;
  text-align: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: bottom 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 0.2s linear 0.2s;
  -moz-transition: bottom 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 0.2s linear 0.2s;
  -o-transition: bottom 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 0.2s linear 0.2s;
  transition: bottom 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 0.2s linear 0.2s;
  -webkit-animation-name: alpha-in;
  -moz-animation-name: alpha-in;
  -o-animation-name: alpha-in;
  animation-name: alpha-in;
  bottom: -139px;
  z-index: 999 !important;
}
.slick-dots button {
  display: none;
}

.slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0px 6px;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  vertical-align: middle;
  -o-transform: scale(0.8);
  -webkit-box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.2);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  -moz-transition: -moz-transform 0.2s ease-in-out;
  -o-transition: -o-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out,-moz-transform 0.2s ease-in-out,-o-transform 0.2s ease-in-out,transform 0.2s ease-in-out;
  background-color: #fff;
}

.slick-dots li:hover,
.slick-dots li.slick-active,
.case-studies-slider-wrapper .slick-dots li:hover,
.case-studies-slider-wrapper .slick-dots li.slick-active{
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}


/* Alpha keyframes */
@-webkit-keyframes alpha-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes alpha-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes alpha-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes alpha-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


.case-studies-slider:hover .slick-dots,
.cloud-solutions-offering-slider:hover .slick-dots{
  bottom: -70px;
}
.case-studies-slider-wrapper .slick-dots li {
  -webkit-box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.2);
  background: #ffffff;
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.slick-dots li button{
  display:none;
}
.case-studies-slider-wrapper * {
  outline: 0;
}
.cloud-solutions-offering-slider {
  background: #fff;
  position: relative;
  padding-top: 72px;
}
.cloud-solutions-offering-slider-title {
  text-align: center;
}
.cloud-solutions-offering-slider-title h2 {
  font-size: 35px;
  margin: 0;
  line-height: 1.2;
}
.cloud-solutions-offering-slider-title hr {
  margin-left: auto;
  margin-right: auto;
}
.cloud-solutions-offering-slider .page-center {
  padding-top: 72px;
  padding-bottom: 72px;
}
.cloud-solutions-offering-wrapper {
  margin: 0 !important;
}
.cloud-solutions-offering-item-inner{
  min-height:245px;
}
.cloud-solutions-offering-item-inner {
  font-size: 16px;
  line-height: 25px;
  font-weight: normal;
  color: rgb(102, 102, 102);
  padding: 10px 30px 40px;
  position: relative;
  -webkit-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
  overflow: hidden;
  text-align: center;
}
.cloud-solutions-offering-item-inner a{
  color: rgb(102, 102, 102);
}
.cloud-solutions-offering-item-inner:hover {
  background: rgb(229, 229, 229);
}
.cloud-solutions-offering-item-inner p:nth-child(1) {
  margin: 0;
}
.advanced-banner-main-content {
  padding-top: 63px;
}

.case-studies-slider-wrapper {
  color: #ffffff;
}

.two_col_content_back .max_sec {
  padding-bottom: 108px;
  padding-top: 108px;
}
.row {
  margin-left: -36px;
}

.title {
  text-align: center;
  max-width: 696px;
  margin: 0 auto;
}

.title h2 {
  font-size: 35px;
  color: #303133;
  letter-spacing: -0.05em;
  margin: 0;
}
.indus_lay .banner-area.has-banner.type2,
.legal_lay .banner-area.has-banner.type2,
.services_lay .banner-area.has-banner.type2{
  height: 70vh;
  background-position: center center;
  padding-top:84px;
}

.services_lay  .body-container-wrapper {
  padding-top: 0;
}
.title h2:after {
  content: "";
  width: 90px;
  border: 0;
  display: block;
  margin: 27px auto 27px auto;
  border-color: #ff0000;
  border-style: solid;
  font-weight: normal;
  border-top-width: 2px;
}
.btn-container .fa {
  margin-right: 9px;
}

.max_5 {
  width: 50%;
}

.row {

  display: flex;
  flex-wrap: wrap;
}

.max_5 p:first-child ,
.content p:first-child {
  margin-top: 0;
}

.max_5 p:last-child {
  margin-bottom: 0;
}

.two_col_content_back {
  color: #777777;
}
.two_col_content_back .max_5 {

  padding: 0px 0px 0px 36px;
}

.margin_72 {
  margin-top: 72px;
}

.max_sec {
  padding-bottom: 72px;
  padding-top: 72px;
}

.full_width_back .content {
  color: #777777;
  font-size: 14px;
  padding-left: 36px;
}

body:not(.offer-lyt) .full_width_back .content *:not(p) {
  font-size: 14px;
}

.full_width_back .content ul {
  padding: 0px 0px 0px 18px;
  margin: 18px 0px 0px 0px;
}

.full_width_back .content ul li {
  margin: 0;
}

.two_col_content_back  .row {
  margin-left: -72px;
}

.full_width_back .row {
  margin-left: -36px;
}


.it_services_slider .caption h5 {
  font-size: 14px;
}

.it_services_slider .caption h3 {
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
}

.it_service_item {
  text-align: center;
}
.it_service_item_inner  img {
  margin: 0 auto;
}

.slider_link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  text-decoration: none;
}

.it_service_item_inner {
  margin-bottom: 35px;
  position: relative;
  -webkit-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
  font-weight: normal;
  color: rgb(10, 10, 10);
  padding: 10px 20px 20px;
  font-size: 32px;
}

.it_service_item_inner:hover {

  background: rgb(229, 229, 229);
}

.it_services_slider .max_sec {
  padding-top: 72px;
  padding-bottom: 36px;
}
.two_col_content_back .max_sec {
  padding-bottom: 108px;
  padding-top: 108px;
}
.services_lay .bottom-form-section .actions {
  text-align: center;
}
.it_services_slider  .slick-dots{
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  padding: 9px 9px 9px 9px;
  opacity: 0;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-timing-function: easein;
  -moz-animation-timing-function: easein;
  -o-animation-timing-function: easein;
  animation-timing-function: easein;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  position: absolute;
  display: inline-block;
  text-align: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: bottom 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 0.2s linear 0.2s;
  -moz-transition: bottom 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 0.2s linear 0.2s;
  -o-transition: bottom 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 0.2s linear 0.2s;
  transition: bottom 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 0.2s linear 0.2s;
  -webkit-animation-name: alpha-in;
  -moz-animation-name: alpha-in;
  -o-animation-name: alpha-in;
  animation-name: alpha-in;
  bottom: -139px;
}

.it_services_slider .slick-dots button {
  display: none;
}

.it_services_slider .slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0px 6px;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  vertical-align: middle;
  -o-transform: scale(0.8);
  -webkit-box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.2);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  -moz-transition: -moz-transform 0.2s ease-in-out;
  -o-transition: -o-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out,-moz-transform 0.2s ease-in-out,-o-transform 0.2s ease-in-out,transform 0.2s ease-in-out;
  background-color: #fff;
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}

.it_services_slider .slick-dots li:hover,.it_services_slider .slick-dots li.slick-active {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

.it_services_slider:hover .slick-dots {
  bottom: -39px;
}

.it_services_slider .slick-arrow {
  display: none !important;
}




.hs-content-id-7518328766 .title {
  max-width: 100%;
}

.cloud_title {
  margin: 0;
  color: #169bb9;
  font-size: 20px;
}

.cloud_con {
  margin-top: 36px;
  margin-bottom: 36px;
  color: #777777;
}
.max_3 {
  width: 33.33333333333333%;
  padding: 0px 0px 0px 36px;
}
.cloud_trans_item .inner {
  max-width: 90%;
  margin: 0 auto;
}

.max_btn {
  display: inline-block;
  font-size: 12px;
  padding: 13px 31px 13px 31px !important;
  font-style: normal !important;
  text-align: center;
  vertical-align: middle;
  margin-top: 1px;
  margin-bottom: 1px;
  border-radius: 10em;
  cursor: pointer;
  border: 1px solid;
  color: #ff0000 !important;
  border-color: #ff0000;
  font-weight: 600;
  font-family: Poppins;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.max_btn:hover {
  background-color: #ff0000;
  border-color: #ff0000;
  color: #ffffff !important;
}

.cloud_trans_item:nth-of-type(n+4) {
  margin-top: 72px;
}
.offer_lay .container-fluid .row-fluid .page-center {
  padding: 0;
  max-width: 960px;
}

.max_logo {
  text-align: center;
  padding: 17.5px 0;
}
.two_col_rightform {
  position: relative;
}

.border-holder {
  background-color: #f0f0f0;
  background-repeat: repeat;
  background-position: top left;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  width: auto;
  border-width: 0;
  border-top-width: 0px;
  border-bottom-width: 0px;
  min-height: inherit;
  padding-top: 50px;
  padding-left: 20px;
  padding-right: 20px;
}
.block-inner {
  margin: 0 auto;
  position: relative;
  max-width: 960px;
}

.two_col_rightform .hs-input {
  -moz-border-radius: 3px;
  font: 1em/1.2em Arial,Helvetica,Liberation Sans,FreeSans,sans-serif;
  -moz-box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #8095a8;
  border-radius: 3px;
  box-sizing: border-box;
  font-size: 15px;
  height: 43px;
  line-height: 19px;
  margin: 8px 0;
  padding: 9px 10px 10px !important;
  width: 100%;
  color: #000000;
  background-color: #ffffff;
  border-color: #98a0a6 !important;
  font-family: Open Sans;
  font-weight: 400;
}

.first_form  .hs-form-field > label {
  display: none;
}

.two_col_rightform  .hs-button {
  text-align: center;
  font: 700 13px/100% Arial,Helvetica,Liberation Sans,FreeSans,sans-serif;
  line-height: 26px;
  font-size: 22px;
  font-weight: 700;
  font-family: Open Sans;
  color: #fff !important;
  outline: none;
  border-radius: 5px;
  border: 0;
  display: block;
  text-transform: none;
  min-height: 64px;
  width: 100%;
  margin-bottom: 0;
  padding-left: 5px;
  letter-spacing: normal;
  padding-right: 0;
}
.two_col_rightform.red .hs-button {
  background-color: #ff0000;
}
.two_col_rightform .hs-button:hover {
  background-color: #2d2d2d;
}
.two_col_rightform .hs-form-field {
  margin-bottom: 16px;
}

.form_inner {
  max-width: 100%;
  padding: 40px 0 40px;
  padding-left: 15px;
  padding-right: 15px;
  background: #fff;
  border-radius: 15px 15px 15px 15px;
}

.form_inner h3,.two_col_rightform h1 {
  font-size: 24px;
  color: rgb(0, 0, 0);
  line-height: 34px;
  text-align: center;
  font-family: Montserrat;
  font-weight: 700;
  margin: 0;
}
.form_inner form {
  width: 360px;
  margin: 30px auto 0 auto;
  max-width: 100%;
}


.two_col_content_back ul {
  padding: 0px 0px 0px 18px;
  margin: 0 0px 0px 0px;
}

.two_col_content_back ul li {
  margin: 0;
  font-size: 14px;
}

.border-holder p {
  margin: 0;
}
.two_col_rightform h1 {
  text-align: left;
  margin-bottom: 27px;
}
.two_col_content_back.has_color .max_sec {
  padding-top: 72px;
  padding-bottom: 72px;
}
.two_col_rightform .color-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  margin: 0 auto;
  background-color: #f0f0f0;
  opacity: 0.6;
  display: block;
}.two_col_rightform .color-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  margin: 0 auto;
  background-color: #f0f0f0;
  opacity: 0.6;
  display: block;
}
.two_col_rightform .color-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  margin: 0 auto;
  background-color: #f0f0f0;
  opacity: 0.6;
  display: block;
}
.two_col_rightform.blue.has_back .form_inner {
  background-color: rgba(255,255,255,0.6);
}

.two_col_rightform.blue .hs-button {
  background-color: #169bb9;
}

.two_col_rightform.blue .hs-button:hover {
  background-color: #98a0a6;
}

.two_col_rightform .max_5.form {
  padding-left: 13px;
}



ul.hs-error-msgs.inputs-list {
  list-style: none;
  padding: 0;
}

.hs-error-msgs label {
  color: red;
}

.two_col_rightform .hs-error-msgs label {
  color: #e12627;
  font-weight: 400;
  font-family: Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-size: 13px;
  line-height: 19px;
}

.two-col_btnwrap .max_con h1 {
  color: rgb(255, 0, 0);
  font-size: 22px;
  line-height: 31px;
  margin-top: 0;
  margin-bottom: 35px;
  font-family: Montserrat;
  font-weight: 700;
}

.two-col_btnwrap .row {
  text-align: center;
  margin-left: 0;
}
.two_col_btn {
  font: 700 13px/100% Arial,Helvetica,Liberation Sans,FreeSans,sans-serif;
  background-color: #ff0000;
  color: #ffffff !important;
  line-height: 22px;
  font-size: 19px;
  font-weight: 700;
  font-family: Open Sans;
  border-radius: 5px;
  display: inline-block;
  padding: 17px 32.6px;
}

.two_col_btn:hover {
  background-color: #0a0c0e;
}

.two-col_btnwrap .max_con p {
  font-size: 18px;
  color: rgb(0, 0, 0);
  line-height: 25px;
  font-family: "Open Sans";
}

.max_title h1 {
  margin: 0  0  60px;
  font-family: Montserrat;
  font-weight: 700;
  font-size: 32px;
  color: rgb(0, 0, 0);
  line-height: 45px;
}

.two-col_btnwrap {
  position: relative;
}
.max_copyright {
  max-width: 1556px;
  margin: 0 auto !important;
  float: none !important;
  text-align: center;
  background-color: #f9f9f9;
  font-family: Open Sans;
  font-weight: 400;padding: 22.5px 0;
}
.max_copyright p {
  font-size: 14px;
  color: #98a0a6;
  line-height: 22px;
}
.max_copyright p a {
  color: #98a0a6;
}

.max_copyright p a:hover {
  text-decoration: underline;
}

.two_col_rightform .border-holder {
  background-attachment: fixed;
  background-position: center bottom;
  padding-bottom: 60px;
  padding-top: 45px;

}

.two-col_btnwrap .two_col_btn {
  margin-top: 30px;
  position: absolute;
  bottom: -90px;
  left: 50%;
  transform: translateX(-50%);
}

.two_col_rightform .hs-input.invalid.error {
  border-color: #e12627!important;
}

.offer_land_lay .body-container-wrapper {
  padding-top: 0;
}

.max_logo a img {
  margin-right: 130px;
  vertical-align: middle;
}
.advanced-banner-area {
  min-height: 550px;
}
.one-col-content-group .page-center {
  padding-bottom: 108px;
  padding-top: 108px;
}
.one-col-content-group .row-container {
  margin: 0;
}
.one-col-item {
  padding: 0px 0px 0px 36px;
}
.one-col-item-inner {
  max-width: 90%;
  text-align: center;
  margin: 0 auto;
  color: #777777;
}
.one-col-item-inner .btn-container {
  margin-top: 36px;
}
hr.separator-break {
  margin-left: auto;
  margin-right: auto;
}
.main-title {
  margin: 0;
}
.main-title h1 {
  margin: 0;
}
.industries-group .page-center {
  padding-top: 72px;
  padding-bottom: 108px;
}
.heading-text.main-title {
  margin: 0;
  text-align: center;
}
.heading-text.main-title h1 {
  margin: 0;
  letter-spacing: -0.05em;
}
.industries-group-item {
  padding-left: 72px;
}
.industries-group-item-inner {
  max-width: 85%;
  margin: 0 auto;
  text-align: center;
}
.fa-bank:before {
  content: "\f19c";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-industry:before {
  content: "\f275";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-truck:before {
  content: "\f0d1";
}
.industries-group-item .fa-container {
  margin: 0;
}
.industries-group-item-inner .heading-text {
  margin-top: 36px;
}
.industries-group-item-inner .heading-text h2 {
  font-size: 25px;
  color: #303133;
  text-transform: capitalize;
  line-height: 1.2;
}
.industries-group-item-inner .uncode_text_column {
  color: #777777;
}
.industries-group-item-inner .btn-container {
  margin-top: 36px;
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-laptop:before {
  content: "\f109";
}
.depoyment-group .page-center {
  padding-bottom: 108px;
  padding-top: 72px;
}
.depoyment-group-item {
  padding-left: 72px;
  padding-right: 0px;
  vertical-align: top;
}
.depoyment-group-item-inner {
  max-width: 85%;
  margin: 0 auto;
  text-align: center;
}
.depoyment-group-item-inner .fa-container {
  margin: 0;
}
.depoyment-group-item-inner .heading-text {
  margin: 0;
}
.depoyment-group-item-inner .heading-text {
  margin-top: 36px;
}
.depoyment-group-item-inner .heading-text h2 {
  font-size: 25px;
  color: #303133;
  text-align: center;
  line-height: 1.2;
  text-transform: capitalize;
}
.depoyment-group-item-inner .uncode_text_column {
  color: #777777;
}
.microsoft-packages-group .page-center {
  padding-bottom: 108px;
  padding-top: 72px;
}
.uncode_text_column ul {
  list-style: initial;
  padding: 0px 0px 0px 18px;
  margin: 0;
}
.uncode_text_column ul li {
  font-size: 14px;
  margin: 0;
  color: #777777;
}
.microsoft-packages-group-item-inner {
  max-width: 85%;
  margin: 0 auto;
}
.microsoft-packages-group-item {
  padding-left: 72px;
  padding-right: 0px;
}
.microsoft-packages-group-title h2 {
  line-height: 1.2;
  color: #ff0000;
  font-size: 25px;
  margin: 0;
}
.microsoft-packages-group-sub-title {
  margin-top: 36px;
}
.microsoft-packages-group-sub-title h3 {
  font-size: 20px;
  margin: 0;
  color: #303133;
  line-height: 1.2;
}
.microsoft-packages-group-item .btn-container {
  margin-top: 36px;
}
.btn-accent.btn-outline:not(.btn-text-skin) {
  color: #ff0000 !important;
}
.btn-accent.btn-outline {
  background-color: transparent !important;
  border-color: #ff0000 !important;
}
.btn-accent.btn-outline:not(.btn-hover-nobg):hover,
.btn-accent.btn-outline:not(.btn-hover-nobg):focus,
btn-accent.btn-outline:active {
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
}
.btn-accent.btn-outline:not(.btn-hover-nobg):not(.btn-text-skin):hover,
.btn-accent.btn-outline:not(.btn-hover-nobg):not(.btn-text-skin):focus,
btn-accent.btn-outline:active {
  color: #ffffff !important;
}
.banner-area-3 .page-center {
  padding-left: 72px !important;
  padding-right: 72px !important;
  padding-bottom: 72px;
  padding-top: 1px;
}

.banner-area-3 {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-top: -1px;
  padding-top: 84px;
  text-align: center;
  height: 70vh;
  min-height: 500px;
}
.banner-area-3-main-content {
  position: relative;
  display: table;
  table-layout: fixed;
  height: 100%;
  min-width: 100%;
  width: auto;
}
.banner-area-3-content-inner {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
.banner-area-3 .page-center {
  height: 100%;
}
.banner-area-3-title h2 span {
  display: block;
}
.banner-area-3-title h2 {
  font-size: 45px;
  line-height: 1.3;
  color: #000000;
  margin: 0;
  text-transform: uppercase;
}
.banner-area-3-title {
  margin-top: 36px;
}
.banner-area-3-sub-title {
  margin-top: 36px;
}
.banner-area-3-sub-title h2 {
  margin: 0;
  color: #ff0000;
  font-size: 30px;
}
.hs-content-id-7539143414 .banner-area-3 .page-center {
  padding-bottom: 36px !important;
  padding-top: 36px !important;
}
.hs-content-id-7539143414 .banner-area-3 {
  height: 60vh;
}
.hs-content-id-7539143414 .banner-area-3-title h2 {
  color: #169bb9;
}
.cm-section-header .page-center {
  padding-bottom: 108px;
  padding-top: 108px;
}
.cm-section-header-content {
  max-width: 80%;
  margin: 0 auto;
  text-align: center;
}
.cm-section-header {
  text-align: center;
}
.cm-section-header h2 {
  font-size: 35px;
  margin: 0;
}
.cm-section-header hr {
  margin-bottom: 0;
}
.cm-section-header-sub-title {
  margin-top: 36px;
  color: #777777;
}
.cm-section-header-sub-title p {
  margin: 0;
}
.two_col_content_back .top_con p:first-child {
  margin-top: 0;
}

.two_col_content_back .top_con {
  margin-top: 72px;
  margin-bottom: -40px;
}

.full_width_convideo .page-center {
  padding-bottom: 108px;
  padding-top: 108px;
}



.full_width_convideo .inner {
  max-width: 70%;
  margin: 0 auto;
  text-align: center;
}

.full_width_convideo .inner .title {
  max-width: 100%;
}

.full_width_convideo .middle_con,.full_width_convideo .bottom_con {
  text-align: left;
  color: #777777;
}

.full_width_convideo iframe {
  position: absolute !important;
  top: 0px;
  left: 0px;
  width: 100% !important;
  height: 100% !important;
  margin-bottom: 36px;
}

.video_btn {
  font-weight: 600;
  border: 1px solid;
  font-family: Poppins;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff !important;
  background-color: #ff0000;
  border-color: #ff0000;
  display: inline-block;
  font-size: 12px;
  text-align: center;
  vertical-align: middle;
  border-radius: 10em;
  margin-top: 1px;
  margin-bottom: 1px;
  padding: 13px 31px 13px 31px;
}

.video_btn:hover {
  color: #ff0000 !important;
  background-color: transparent !important;
  border-color: #ff0000 !important;
}

.full_width_convideo .middle_video {
  padding-top: 56.25%;
  position: relative;
  display: block;
  z-index: 3;
  margin: 0px;
  font-size: 20px;
  margin-top: 72px;
  margin-bottom: 36px;
}

.full_width_convideo .bottom_con {
  margin-top: 72px;
}
.slider-group .cm-section-header .page-center {
  padding-bottom: 72px;
  padding-top: 72px;
}
.slider-wrapper .page-center {
  padding-bottom: 36px;
  padding-top: 36px;
}
.slider-group-item {

}
.slider-group-wrapper {
  margin-bottom: 0 !important;
  width: auto;
  margin-left:-36px !important;
}
.slider-group-wrapper *{
  outline:0;
}
.slider-group-title h2 {
  font-size: 20px;
  margin: 0;
  color: #777777;
}
.slider-group-item-inner {
  padding-left: 36px;
}
.slider-group-wrapper .uncode_text_column{
  color: #777777;
}
.empty-space.empty-quart {
  padding-top: 9px;
}

.slick-dotted.slick-slider:hover .slick-dots{
  z-index:1;
}
.slider-group-wrapper:hover .slick-dots{
  bottom:-31px;
}
.slider-group {
  padding-bottom: 72px;
}
.bottom-form-section {
  position: relative;
  z-index: 1;
}
.hs-content-id-7539143414 .product-heaping-feature-group-item-inner,
.hs-content-id-7564341845 .product-heaping-feature-group-item-inner,
.sharepoint-lyt .product-heaping-feature-group-item-inner{
  max-width: 100%;
  text-align: left;
}
.hs-content-id-7539143414 .product-heaping-feature-group-item h2,
.hs-content-id-7564341845 .product-heaping-feature-group-item h2,
.sharepoint-lyt .product-heaping-feature-group-item h2{
  font-size: 16px;
}
.hs-content-id-7539143414 .product-heaping-feature-group-item-inner .uncode_text_column,
.hs-content-id-7564341845 .product-heaping-feature-group-item-inner .uncode_text_column,
.sharepoint-lyt .product-heaping-feature-group-item-inner .uncode_text_column{
  margin-top: 9px;
}
.hs-content-id-7539143414  .product-heaping-feature-group .uncode_text_column,
.hs-content-id-7564341845  .product-heaping-feature-group .uncode_text_column,
.sharepoint-lyt .product-heaping-feature-group .uncode_text_column{
  color: #777777;
}
.two-col_btnwrap .color-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  margin: 0 auto;
  background-color: #ffffff;
  opacity: 0.95;
  display: block;
}

.two-col_btnwrap .page-center {
  position: relative;
  text-align: center;
  max-width: 1011px !important;
}
.two-col_btnwrap_back {
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
  -webkit-background-size: auto;
  -moz-background-size: auto;
  -o-background-size: auto;
  width: auto;
  border-width: 0;
  border-top-width: 0px;
  border-bottom-width: 0px;
  padding: 62px 15px 160px 15px;
}

.max_logo a:last-child img {
  margin-right: 0;
}

.two-col_btnwrap_back .max_5 {
  position: relative;
}

.offer_lay .max_header {
  position: absolute;
  top: 0;
  background: #fff;
  z-index: 1;
  max-width: 1505px;
  margin: 0 auto !important;
  float: none !important;
  left: 50%;
  transform: translateX(-50%);
  height: 82px;
  width: 100%;
}
.offer_lay .two-col_btnwrap_back {
  padding-top: 143px;
}
.two-col_btnwrap_item {
  max-width: 370px;
  margin: 0 auto;
}
.first_form .max_5.con .inner {
  margin-top: 69px;
}
.first_form .max_5.con .inner p {
  line-height: 26px;
  font-family:  "Open Sans";
}
.two_col_rightform .row {
  max-width: 905px;
  margin: 0 auto;
}
.two-col_btnwrap b,.two-col_btnwrap  strong {
  font-weight: bold;
}
.two-col_btnwrap .max_5,
.two_col_rightform .max_5 {
  width: 50%;
}

.sharepoint-lyt .banner-area.has-banner.type2 {
  height: 55vh;
}

.advanced-content-group .page-center {
  padding-top: 108px;
  padding-bottom: 89px;
  text-align: center;
}

.advanced-top-section h2 {
  margin-top: 0;
  font-size: 35px;
  letter-spacing: -0.05em;
}

.advanced-top-section {
  padding-bottom: 27px;
}

.advanced-item p {
  text-align: left;
  color: #777777;
}

.advanced-top-section .content-sec-bar p {
  font-size: 16px;
  color: #777777;
}

.advanced-content-group.no-sec-head .advanced-top-section {
  max-width: 696px;
  margin: 0 auto;
}

.content-sec-bar {
  padding-top: 18px;
}

.advanced-bottom-section.custom-3 {
  padding-top: 45px;
}

.advanced-bottom-section.custom-3 .advanced-item {
  width: 33.33333333333333%;
  padding: 0px 0px 0px 36px;
  float: left;
  text-align: left;
  padding-left: 72px;
  padding-right: 0px;
}

.advanced-bottom-section.custom-3 .advanced-item h2 {
  font-size: 16px;
  line-height: 1.3;
  margin: 0;
}

.advanced-bottom-section.custom-3 .advanced-item  p {
  margin-top: 9px;
}

.advanced-bottom-section.custom-2 .advanced-item {
  width: 50%;
}

.advanced-bottom-section .advanced-item {
  text-align: left;
  padding-left: 72px;
  float: none;
  display: table-cell;
  height: 100%;
  vertical-align:top;
}

.advanced-bottom-section .row-fluid {
  position: relative;
  display: table;
  table-layout: fixed;
  height: 100%;
  min-width: 100%;
  width: auto;
}

.advanced-bottom-section.custom-2 .advanced-item h2 {
  font-size: 20px;
  line-height: 1.3;
  padding-bottom: 36px;
}

.advanced-bottom-section.custom-2 .advanced-item p:first-of-type {
  margin-top: 0px;
}

.advanced-item h4 {
  margin-top: 36px;
  padding-top: 18px;
  line-height: 1.3;
}

.advanced-item ul {
  padding: 0px 0px 0px 18px;
  margin: 0;
  color: #777777;
  font-size: 14px;
  margin-top: 36px;
}

.advanced-item ul li {
  margin: 0;
  font-size: 14px;
}

.btn-container a.filled,
.btn-container a.outline{
  outline: none;
  display: inline-block;
  font-size: 12px;
  padding: 13px 31px 13px 31px !important;
  font-style: normal !important;
  text-align: center;
  vertical-align: middle;
  margin-top: 1px;
  margin-bottom: 1px;
  cursor: pointer;
  background-image: none;
  border: 1px solid;
  border-radius: 10em;
  border-color: #ff0000 !important;
  background-color: #ff0000 !important;
  color: #ffffff !important;
  font-weight: 600 !important;
  font-family: Poppins !important;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  -webkit-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -o-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}
.btn-container a.outline{
  color: #ff0000 !important;
  background-color: transparent !important;
  border-color: #ff0000 !important;
}

.btn-container a.filled:hover,
.btn-container a.outline:hover{
  background-color: transparent !important;
  border-color: #ff0000 !important;
  color: #ff0000 !important;
}
.btn-container a.outline:hover{
  color: #ffffff !important;
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
}

.full-width-layout-type-3.hs-content-id-7610613477 .banner-area h1 {
  font-size: 35px;
  line-height: 1.75
}

.advanced-item .btn-container {
  margin-top: 36px;
}

.advanced-item p:first-of-type {
  margin-top: 0;
}

.advanced-bottom-section.custom-1 .advanced-item {
  padding-left: 0;
  display: block;
}
.hs-content-id-7544741903 .two_col_content_back .title {
  max-width: 100%;
}
.slider-group-item {
  vertical-align: top;
}
.hs-content-id-7544741903 .slider-group-wrapper {
  position: relative;
  display: table;
  table-layout: fixed;
  height: 100%;
  min-width: 100%;
  width: auto;
}
.hs-content-id-7544741903 .slider-group-item-inner .btn-container {
  margin-top: 36px;
}
.hs-content-id-7544741903 .slider-wrapper .page-center {
  padding-top: 0;
}
.slider-group-item {
  vertical-align: top;
}
.hs-content-id-7544741903 .slider-group-item:nth-child(1) .slider-group-item-inner .btn-container {
  margin-top: 18px;
}
.hs-content-id-7544741903 .first-line-workers-group-title .heading-text h2 {
  font-size: 35px;
  letter-spacing: -1.75px;
}
.hs-content-id-7544741903 .product-heaping-feature-group-item-inner {
  max-width: 100%;
  text-align: left;
}
.hs-content-id-7544741903 .product-heaping-feature-group-item h2 {
  font-size: 16px;
}
.hs-content-id-7544741903 .product-heaping-feature-group-item-inner .uncode_text_column {
  margin-top: 9px;
}
.full-width-content-with-btn .page-center {
  padding-bottom: 72px;
  padding-top: 72px;
}
.full-width-content-with-btn-inner {
  max-width: 70%;
  margin: 0 auto;
  text-align: center;
}
.full-width-content-with-btn-inner h2 {
  font-size: 35px;
  letter-spacing: -0.05em;
  margin: 0;
}
.hs-content-id-7544741903 .two_col_content_back .title h2 {
  letter-spacing: -0.05em;
}
.cm-section-header-content h2 {
  letter-spacing: -0.05em;
}
.full-width-content-with-btn-inner .uncode_text_column {
  color: #777777;
}
.hs-content-id-7545502917 .first-line-workers-group-inner {
  color: #777777;
}
.hs-content-id-7545502917 .product-heaping-feature-group-item-inner {
  max-width: 100%;
  text-align: left;
}
.hs-content-id-7545502917 .product-heaping-feature-group-item-inner h2 {
  font-size: 16px;
  line-height: 1.3;
}
.hs-content-id-7545502917 .product-heaping-feature-group-item-inner .uncode_text_column {
  margin-top: 9px;
}
.custom-logo {
  padding-left: 0px !important;
}
.first-line-workers-group-title .heading-text.true h2:after {
  content: "";
  display: block;
  margin: 27px auto 27px auto;
  border: 0;
  border-style: solid;
  width: 90px;
  border-top-width: 2px;
  border-color: #ff0000;
}
.full_width_convideo .middle_con p:first-of-type {
  margin-top: 0;
}

.full_width_convideo .middle_con {
  margin-top: 72px;
}
.hs-content-id-7545716282 .content-sec-bar {
  margin-bottom: 72px;
  padding-top: 3px;
}

.hs-content-id-7545716282 .advanced-top-section {
  padding-bottom: 0;
}

.hs-content-id-7545716282 .advanced-item p strong {
  color: #303133;
}

.hs-content-id-7545716282 .full_width_convideo .middle_con{
  text-align: center;
}

.hs-content-id-7545716282 .full_width_convideo .middle_video{
  margin-bottom: 72px;
  margin-top: 36px;
}
.hs-content-id-7545716282 .full_width_convideo .inner{
  max-width: 75%;
}
.hs-content-id-7545716282 .full_width_convideo .page-center {
  padding-bottom: 72px;
  padding-top: 72px;
}
.advanced-top-section .content-sec-bar p:first-of-type {
  margin-top: 0;
}
.two_col_content_back .max_5 h2 {
  font-size: 20px;
  margin: 0 0 36px;
}
.it_services_slider {
  overflow: hidden;
}
.two_col_rightform label {
  font-family: Montserrat;
  font-weight: 400;
  color: #808080;
  font-size: 14px;
  margin: 5px 0 0;
  display: inline-block;
  line-height: 19px;
}

.two_col_rightform span.hs-form-required {
  display: none;
}
.same_rform.two_col_rightform .hs-input {
  border-color: #d2d2d2 !important;
  font-family: Montserrat;
}

.same_rform.two_col_rightform h3 {
  font-size: 21px;
  line-height: 29px;
  font-weight: bold;
}

.same_rform.two_col_rightform .row{
  max-width: 960px;
}
.row {
  display: flex;
  flex-wrap: wrap;
}
.webinar_btn {
  font: 700 13px/100% Arial,Helvetica,Liberation Sans,FreeSans,sans-serif;
  line-height: 24px;
  font-size: 21px;
  font-weight: 700;
  font-family: Montserrat;
  border-radius: 9px;
  text-align: center;
  background-color: #16a697;
  color: #ffffff !important;
  padding: 17px 25px;
  display: inline-block;
}
.webinar_btn:hover {
  background-color: #464646;
}

.webinar_gr {
  padding-bottom: 47px;
  text-align: center;
  padding-top: 40px;
}
.max_3 {
  width: 33.33%;
}
.webinar_item h6 {
  font-size: 17px;
  color: rgb(106, 107, 112);
  line-height: 27px;
  font-family: Montserrat;
  font-weight: 400;
}

.webinar_item  span.number {
  color: #16a697;
  font-weight: bold;
}

.webinar_gr * {
  font-family: Montserrat;
}
.land_full_sec {
  text-align: center;
  color: #fff;
  padding: 27px 15px;
}

.land_full_sec * {
  color: #fff;
  font-family: Montserrat;
}

.land_full_sec  h3 {
  font-size: 22px;
  margin-top: 0;
  line-height: 31px;
}

.webinar_gr .webinar_title {
  padding-top: 20px;
  margin-bottom: 50px;
}

.webinar_gr .row {
  max-width: 842px;
  margin: 0 auto;
  margin-bottom: 65px;
}

.max_footer1 .max_copyright {
  color: #fff;
  background-color: #222222;
  padding: 32px 0;
  max-width: 100%;
}

.max_footer1 .max_copyright * {
  color: #fff;
  font-family: Montserrat;
}

.max_footer1 .max_copyright p {
  font-size: 15px;
  line-height: 21px;
}

.webinar_gr h2 {
  font-size: 30px;

  color: rgb(13, 26, 43);
  font-weight: 700;
}

.max_header_1 .max_logo img {
  max-width: 293px;
  margin-right: 0;
  margin-top: 6px;
  height: 31px;
}

.no_body_padd .body-container-wrapper {
  padding-top: 0;
}

.it_road_form .border-holder {
  background-attachment: scroll;
  padding-bottom: 75px;
  background-position: center top;
}

h1.it_road_title {
  color: rgb(22, 166, 151) ;
  font-family: Montserrat;
  font-weight: bold;
  font-size: 28px;
  line-height: 39px;
  text-align: center;
}

.max_header_1 .max_logo {
  padding: 17.5px 0 23.5px;
}

.it_road_form  .max_5.con {
  font-family:  Montserrat;
}

.same_rform .max_5.con p {
  margin-bottom: 27px;
  font-size: 17px;
  color: rgb(0, 0, 0);
  line-height: 27px;
}

.same_rform .max_5.con ul li {
  margin-top: 24px;
  position: relative;
  padding-left: 35px;
  font-size: 17px;
  line-height: 24px;
}

.same_rform  .max_5.con ul {
  list-style: none;
  padding: 0;
  padding-top: 15px;
  text-align: left;
}

.same_rform .max_5.con ul li:before {
  content: "";
  box-sizing: border-box;
  background-color: #16a697;
  border: 1px solid #16a697;
  opacity: 1;
  filter: alpha(opacity=100);
  background-image: url(//cdn2.hubspot.net/hubfs/5279291/Pro_Serve_It_February2019/Images/26846671-0-CHECK2.svg);
  background-repeat: cover;
  background-position: top left;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  display: inline-block;
  width: 19px;
  height: 19px;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: -1px;
  top:4px
}

.same_rform.two_col_rightform .color-overlay {
  background-color: #ffffff;
  opacity: 0.69879518072289;
}

.it_road_form .row {
  margin-top: 60px;
}
.same_rform .max_5.con ul li:first-child {
  margin-top: 0;
}
.it_road_form .form_inner {
  border: 1px solid #ececec;
  border-radius: 4px 4px 4px 4px;
  padding-top: 30px;
  padding-bottom: 20px;
}
.full_content_withbtn {
  text-align: center;
  padding: 0 20px;
  font-family: Montserrat;
  padding-bottom: 53px;
}

.full_content_withbtn h1 {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  margin: 0 0 50px;
}

.webinar_gr .max_3 ,
.helpful_tips_gr .max_3 {
  width: 33.33%;
}

.same_rform .max_5.con .inner {
  width: 423px;
  max-width: 100%;
  margin-top: 33px;
}

.it_road_form .max_5.form {
  padding-left: 55px;
}

.it_road_form .form_inner form {
  width: 335px;
  margin-top: 25px;
  max-width: 100%;
}

.same_rform .hs-form-field {
  margin-bottom: 8px;
}

.same_rform .hs-button {
  margin-top: 20px;
  background-color: #16a697;
  transition: none;
  padding: 17.5px  10px 17.5px 10px;
  min-height: auto;
  font-family: Montserrat;
  font-size: 21px;
  line-height: 24px;
}

.same_rform .hs-button:hover {
  background-color: #464646;
}

.it_road_form .max_5.form .form_inner_1:after {
  position: absolute;
  content: "";
  background-image: url(//cdn2.hubspot.net/hubfs/5279291/Pro_Serve_It_February2019/Images/5593268-0-22222.png);
  background-position: 0px -105px;
  width: 423px;
  height: 52px;
  background-size: 423px 157px;
  display: block;
  left: 0;
  max-width: 100%;
}
.form_inner_1 {
  position: relative;
}
.full_content_withbtn .full_content_con {
  margin-top: 0;
}
.full_content_withbtn {
  padding-top: 56px;
  text-align: center;
  padding-bottom: 52px;
}

.full_content_withbtn h1 {
  margin-top: 0;
  margin-bottom: 50px;
  line-height: 1.25em;
  font-family: Montserrat;
  font-weight: 400;
  font-size: 30px;
}

.full_content_withbtn  p {
  font-size: 17px;
  color: rgb(106, 107, 112);
  line-height: 27px;
  font-family: Montserrat;
  margin-top: 27px;
}

.full_content_btn {
  background-color: #169bb9;
  color: #ffffff !important;
  line-height: 21px;
  font-size: 18px;
  font-weight: 700;
  font-family: Montserrat;
  border-radius: 5px;
  padding: 15.5px 47.2px 16px 47.2px;
  display: inline-block;
  margin-top: 40px;
}

.full_content_btn:hover {
  background-color: #6a6b70;
}
.full_content_withbtn .con {
  max-width: 793px;
  margin: 0 auto;
}
.webinar_item span.number {
  font-size: 17px;
  line-height: 27px;
}
.helpful_tips_gr .left {
  width: 145px;
  max-width: 100%;
}

.helpful_tips_gr .row {
  margin-left: 0;
}

.helpful_tips_gr .right {
  max-width: 100%;
  width: 587px;
  margin-left: 45px;
  margin-top: 10px;
  text-align: left;

}

.helpful_tips_gr .max_3 {
  padding: 0;
  text-align: center;
}

.helpful_tips_gr * {
  color: #fff;
  font-family: Montserrat;

}

.helpful_tips_gr .right h4 {
  font-size: 26px;
  color: rgb(106, 107, 112);
  line-height: 42px;
  margin-top: 0;
}

.helpful_tips_gr p {
  font-size: 20px;
  line-height: 32px;
}
.helpful_tips_gr {
  padding: 62px 20px 64px 20px;
  text-align: center;
}

.helpful_tips_gr .page-center {
  padding: 0 !important;
  max-width: 780px !important;
}

.helpful_tips_gr .row:last-of-type {margin: 0 auto;margin-top: 55px;max-width: 690px;margin-bottom: 60px;}

.down_btn {
  line-height: 23px;
  font-size: 20px;
  font-weight: 700;
  font-family: Montserrat;
  background-color: #e73c3a;
  color: #ffffff  !important;
  border-radius: 4px;
  display: inline-block;
  padding: 17px 51.5px;
  transition: none !important;
}
.helpful_tips_gr .top_subtitle {
  display: none;
}
.down_btn:hover {
  background-color: #d22e2c;
}
.share_lay .webinar_gr {
  padding-bottom: 0;
}
.helpful_tips_gr .row:first-of-type {
  flex-wrap: nowrap;
}
.on_deman_form .border-holder {
  background-position: center top;
  background-attachment: scroll;
  padding-bottom: 75px;
  padding-top: 90px;
}

.on_deman_form  .max_5.con h1 {
  font-size: 35px;
  color: rgb(0, 0, 0);
  line-height: 49px;
  margin-bottom: 31px;
}
.same_rform .max_5.con {
  font-family: Montserrat;
  font-weight: 400;
}
.on_deman_form.a_red h1 span {
  color: rgb(231, 60, 58);
}
.on_deman_form.a_red .max_5.con ul li:before {
  background-color: #e73c3a;
  border: 1px solid #e73c3a;
}

.on_deman_form .form_inner {
  border: 1px solid #ececec;
  border-radius: 4px 4px 4px 4px;
  margin-top: 8px;
  padding-top: 30px;
  width: 385px;
  padding-bottom: 35px;
  align-self: baseline;
}

.on_deman_form .form_inner form {
  width: 300px;
}
.on_deman_form .form {
  display: flex;
  justify-content: flex-end;
}

.on_deman_form .row {
  justify-content: space-between;
}

.on_deman_form .form h3 {
  max-width: 300px;
  margin: 0 auto;
}

.on_deman_form.a_red  .hs-button {
  background-color: #e73c3a;
}

.on_deman_form.a_red .hs-button:hover {
  background-color: #d22e2c;
}
.share_lay .webinar_item span.number {
  min-height: 54px;
  display: block;
}

.share_lay .webinar_item {
  padding: 0;
  margin-left: 7.7%;
  width: 28.2%;
}
.share_lay .webinar_gr .row {
  max-width: 810px;
}

.share_lay .webinar_item:first-child {
  margin-left: 0;
}
.on_deman_form.a_blue .max_5.con h1 span {
  color: rgb(22, 155, 185);
}

.on_deman_form.a_blue .hs-button {
  background-color: #169bb9;
}

.on_deman_form.a_blue .hs-button:hover {
  background-color: #6a6b70;
}

.on_deman_form.a_blue .max_5.con ul li:before {
  background-color: #169bb9;
  border: 1px solid #169bb9;
}
body.two-column-equal-lay .page-center.content-wrapper {
  padding-top: 108px;
  padding-bottom: 108px;
}

.heading-text.el-text.advanced-title {
  text-align: center;
}

.heading-text.el-text.advanced-title h1 {
  letter-spacing: -0.05em;
}
.body-container .cm-two-column-eql-wrap .hs_cos_wrapper_type_rich_text ol li,
.body-container .cm-two-column-eql-wrap .hs_cos_wrapper_type_rich_text ul li{
  margin:0;
}
.cm-two-column-eql-wrap {
  padding-top: 72px;
  color: #777777;
}
.cm-two-column-eql-wrap .hs-form {
  margin-top: 36px;
}
.cm-two-column-eql-wrap .hs-form-field > label{
  display:none;
}
.cm-two-column-eql-wrap .hs_cos_wrapper_type_form .hs-button.primary.large {
  margin: 0;
}

/* =============== Homepage =============== */


.home-banner-area {
  -webkit-transition: height 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 0.5s ease-out 0.2s !important;
  -moz-transition: height 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 0.5s ease-out 0.2s !important;
  -o-transition: height 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 0.5s ease-out 0.2s !important;
  transition: height 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 0.5s ease-out 0.2s !important;
  display: table;
  table-layout: fixed;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 70vh;
  margin-top: -1px;
}

.banner-container {
  position: relative;
  clear: both;
  border: 0;
  background-color: #ffffff;
}

.background-element {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
  opacity: 1;
}

.home-banner-content {
  position: relative;
  display: table;
  width: 100%;
  table-layout: fixed;
  padding: 72px !important;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
  height: 70vh;
}

.background-wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: calc(100% + 30vh);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
}

.background-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.home-banner-content .row-inner {
  padding: 0;
  font-size: 14px;
  vertical-align: middle;
  text-align: center;
  display: table-cell;
  position: relative;
}

.home-banner-inner {
  padding-top: 84px;
}

.home-banner-inner h2 {
  font-weight: 600;
  color: #169bb9;
  font-size: 50px;
  line-height: 1.3;
  margin: 0;
}

.home-banner-inner h3 {
  color: #777777;
  text-transform: capitalize;
  font-size: 30px;
  line-height: 1.3;
  font-weight: 600;
  margin: 0;
  margin-top: 36px;
}

.home .body-container-wrapper {
  padding: 0;
}

.home-row2 {
  background-color: #f7f7f7;
  text-align: center;
}

.home-row2 .page-center {
  padding: 36px;
}

.home-row2 .hs_cos_wrapper_type_linked_image {
  display: block;
  max-width: 70%;
  margin: 0 auto;
  border: 36px;
  border-style: solid;
  border-color: transparent;
  border-top-width: 0px;
  border-bottom-width: 0px;
  background-clip: padding-box;
  margin-bottom: 72px;
}

.home-row2 .hs_cos_wrapper_type_rich_text {
  border: 36px;
  border-style: solid;
  border-color: transparent;
  border-top-width: 0px;
  border-bottom-width: 0px;
  background-clip: padding-box;
  margin: 0 auto;
  display: block;
  max-width: 70%;
}

.home-row2 .hs_cos_wrapper_type_rich_text p {
  color: #777777;
}

.gallery-settings {
  display: none;
}

.logo-gallery-wrapper .page-center {
  padding: 72px !important;
  padding-bottom: 54px !important;
}

.custom-logo-slider-sec {
  margin-bottom: 54px;
}

.logo-item-inner {
  padding-right: 62px;
  text-align: center;
}

.logo-gallery-wrapper .slick-arrow {
  display: none !important;
}

.logo-gallery-wrapper ul.slick-dots {
  transform: none;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -57px;
  top: auto;
  z-index: 999;
}

.logo-gallery-wrapper ul.slick-dots li {
  background-color: rgba(25, 27, 30, 0.25);
  padding: 0;
  width: 6px;
  height: 6px;
  margin: 0px 8px;
  cursor: pointer;
}

.flipping-content-group {
  background-color: #f7f7f7;
  position: relative;
}

.flipping-title h2 {
  line-height: 1.2;
  margin: 27px 0 0;
  text-transform: capitalize;
  font-family: Poppins;
  font-size: 35px;
  letter-spacing: -0.05em;
  margin: 0;
}

.flipping-top-section {
  max-width: 696px;
  margin: 0 auto;
  text-align: center;
}

.flipping-content-group .page-center {
  padding-top: 108px;
  padding-bottom: 28px;
}

.flipping-item {
  display: block;
  text-align: center;
  position: relative;
  -webkit-perspective: 1000px;
  -o-perspective: 1000px;
  -ms-perspective: 1000px;
  perspective: 1000px;
  margin-bottom: 35px;
}

.flipping-item-inner {
  cursor: pointer;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition: 750ms;
  transition: 750ms;
  -ms-perspective: 1000px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  min-height: 200px;
}

.ifb-flip-box {
  height: 100%;
  position: relative;
  display: block;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  margin-top: 0;
}

.ifb-face.ifb-front,.ifb-face.ifb-back {
  padding: 0;
  height: 100%;
  margin-bottom: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 750ms;
  transition: 750ms;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.ifb-face.ifb-front {
  z-index: 9;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transform: rotateX(0);
  -ms-transform: rotateX(0);
  transform: rotateX(0);
  color: #159ab9;
  border-width: 0px;
  border-style: solid;
  border-color: #ffffff;
}

.ifb-face.ifb-front, .ifb-face.ifb-back {
  display: block;
  width: 100%;
}

.ifb-face.ifb-back {
  position: absolute;
  top: 0;
  z-index: -1;
  overflow: hidden;
  -webkit-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  color: #159ab9;
  border-width: 0px;
  border-style: solid;
  border-color: #ffffff;
}

.ifb-flip-box-section {
  vertical-align: middle!important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block;
  position: relative;
  padding: 15px;
}

.flip-box-icon {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block;
  margin: 0 auto;
}

.aio-icon-img {
  width: 1em;
  max-width: 100%;
  -moz-box-sizing: content-box!important;
  -webkit-box-sizing: content-box!important;
  box-sizing: content-box!important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin: 0 auto;
}

.aio-icon-img img {
  width: 1em;
  max-width: 100%!important;
  -webkit-border-radius: 0!important;
  border-radius: 0!important;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
  display: block;
  font-size: inherit;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.ifb-flip-box-section h3 {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block;
  margin: 15px 0 12px;
  line-height: 17px;
  font-size: 15px;
  color: #159ab9;
}

.flipping-bottom-section {
  padding: 0px 0px 0px 36px;
  vertical-align: top;
}

.ifb-flip-box:hover .ifb-face.ifb-front {
  -webkit-transform: rotateX(-180deg);
  -ms-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}

.ifb-flip-box:hover .ifb-face.ifb-back {
  -ms-transform: rotateX(0);
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
}

.flipping-content-group .row-container {
  margin-top: 80px;
}

.flipping-content-group .row-container .row-inner .flipping-item:last-of-type {
  padding-top: 70px;
}

.ifb-desc-back p {
  font-size: 13px;
  line-height: 17px;
}

.flip_link {
  display: block;
  position: relative;
}

.flip_link a {
  -webkit-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  display: inline-block;
  margin: 10px auto 0;
  padding: .3em .6em;
  text-decoration: none;
  cursor: pointer;
  font-size: 13px;
  color: #fff;
  background: #159ab9;
}

.ifb-desc-back {
  margin-bottom: 15px;
  max-height: calc(100% - 55px);
  position: relative;
  overflow: hidden;
}

.home .cloud-solutions-offering-slider-title h2 {
  letter-spacing: -0.05em;
}

.home .cloud-solutions-offering-slider .page-center {
  padding-top: 40px;
}

.case-studies-slider {
  overflow: hidden;
}

.featured-blogs-group {
  background-color: #f7f7f7;
  position: relative;
}

.featured-blog-top-sec h2 {
  margin: 0;
  letter-spacing: -0.05em;
  font-size: 35px;
}

.featured-blogs-group .page-center {
  padding-top: 108px;
  padding-bottom: 108px;
}

.featured-blog-top-sec {
  text-align: center;
}

.featured-blog-item-inner {
  padding-right: 18px;
  height: 100%;
  display: block;
}

.featured-blog-item {
  table-layout: fixed;
  vertical-align: top;
  position: relative;
  min-height: 1px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  display: table-cell;
}

.blog-featured-wrapper .slick-track {
  height: 100%;
  display: table;
  table-layout: fixed;
  position: relative;
}

.featured-blog-inside {
  background-color: #ffffff;
  background-clip: content-box;
  position: relative;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 4px;
  -webkit-animation-duration: 0.6s;
  -moz-animation-duration: 0.6s;
  -o-animation-duration: 0.6s;
  animation-duration: 0.6s;
  height: 100%;
  display: table;
  table-layout: fixed;
  -webkit-animation-name: anim_btt;
  -moz-animation-name: anim_btt;
  -o-animation-name: anim_btt;
  animation-name: anim_btt;
  opacity: 1;
}

.t-entry-visual {
  position: relative;
  overflow: hidden;
  text-align: left;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-font-smoothing: antialiased;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px;
}

.t-entry-visual-tc {
  color: #fff;
}

.dummy {}

.t-entry-visual a.pushed {
  -webkit-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
}

.t-entry-visual-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  color: #fff;
  opacity: 0;
}

.t-overlay-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  color: #fff;
}

.style-color-wayh-bg {
  background-color: #141618;
  color: #fff;
  width: 100%;
  height: 100%;
}

.t-overlay-inner {
  display: table;
  table-layout: fixed;
  position: absolute;
  width: 100%;
  height: 100%;
  color: #fff;
}

.t-overlay-content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #ffffff;
}

.t-overlay-text.single-block-padding {
  padding: 36px 36px 36px 36px;
  display: inline-block;
  margin: 0 auto;
  -webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out, -moz-transform 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out, -o-transform 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out,-webkit-transform 0.2s ease-in-out,-moz-transform 0.2s ease-in-out,-o-transform 0.2s ease-in-out,transform 0.2s ease-in-out;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  color: #ffffff;
}

.t-entry.t-single-line {
  width: 100%;
  color: #fff;
}

.t-entry-visual-cont > a > img {}

.t-entry-visual a.pushed > img {
  -webkit-transition-property: -webkit-transform, -webkit-filter;
  -moz-transition-property: -moz-transform, -moz-filter;
  -o-transition-property: -o-transform, filter;
  transition-property: -webkit-transform,-moz-transform,-o-transform,transform,-webkit-filter,-moz-filter,-o-filter,filter;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1);
  -moz-transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1);
  -o-transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1);
  transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1);
  transform-style: preserve-3d;
  width: 100%;
  max-width: none;
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.t-entry-text {
  text-align: center;
  color: #777;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.t-entry-text-tc {
  padding: 36px;
}

.t-entry-text-tc h3 {
  margin: 0;
  text-transform: capitalize;
  font-weight: 600;
  font-family: Poppins;
  min-height: 59px;
}

.t-entry-text-tc h3 a {
  color: #303133;
}

.t-entry-text-tc h3 a:hover {
  color: #ff0000;
}

p.t-entry-meta {
  margin: 0;
  color: #777;
}

p.t-entry-meta span {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #303133;
}

.blog-featured-wrapper {
  margin-right: -15px !important;
  margin-bottom: 0;
}

.featured-blogs-group hr.separator-break.separator-accent {
  margin-bottom: 0;
}

.featured-blog-btm-sec {
  margin-top: 72px;
}

.t-entry-visual:hover .t-entry-visual-overlay {
  opacity: 1;
  -webkit-transition-delay: 150ms;
  -moz-transition-delay: 150ms;
  -o-transition-delay: 150ms;
  transition-delay: 150ms;
}

.t-entry-visual:hover img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

.button-bottom-section span.btn-container {
  text-align: center;
  margin-top: 72px;
}

.subscription-form {
  background-color: #169bb9;
  position: relative;
  clear: both;
  border: 0;
  color: #fff;
}

.subscription-top-content {
  text-align: center;
}

.subscription-inner {
  max-width: 75%;
  margin: 0 auto;
  border: 36px;
  border-style: solid;
  border-color: transparent;
  border-top-width: 0px;
  border-bottom-width: 0px;
  background-clip: padding-box;
}

.subscription-top-content h2 {
  margin: 0;
  letter-spacing: -0.05em;
  color: #fff;
  font-size: 35px;
  text-transform: capitalize;
}

.subscription-form .page-center {
  padding-bottom: 108px;
  padding-top: 108px;
}

.subscription-bottom-content .form-title {
  display: none;
}

.subscription-bottom-content form {
  max-width: 80%;
  margin: 0 auto;
  margin-top: 36px;
  position: relative;
  display: table;
  table-layout: auto;
  width: 100%;
}

.subscription-bottom-content .hs-form-field > label {
  display: none;
}

.subscription-bottom-content .hs_email.hs-email {
  display: table-cell;
  width: 99%;
}

.subscription-bottom-content .hs_submit.hs-submit {
  display: table-cell;
  width: 1%;
  vertical-align: top;
}

.subscription-bottom-content .hs_email.hs-email input {
  font-weight: normal;
  border: 1px solid transparent;
  border-width: 1px;
  border-style: solid;
  display: block;
  font-size: 14px;
  -webkit-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.025);
  -webkit-transition: color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  border-radius: 10em !important;
  border-color: #eaeaea;
  margin: 0;
  background-color: #ffffff;
  text-align: left;
  width: 100%;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  line-height: 1.65em;
  padding: 11px 15px !important;
  color: rgb(48, 49, 51);
  border-right: none !important;
  height: auto;
  min-height: initial !important;
}

.subscription-bottom-content .hs_submit.hs-submit input.hs-button.primary.large {
  margin: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  outline: none;
  white-space: nowrap;
  -webkit-text-stroke: 0px;
  text-align: center !important;
  vertical-align: middle;
  background-image: none;
  display: inline-block;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-size: 12px;
  font-weight: 600 !important;
  font-family: Poppins !important;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-width: 1px;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  height: 47px;
}

.subscription-bottom-content ul.hs-error-msgs {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 0;
  bottom: -32px;
  color: #fff;
}

.subscription-bottom-content .hs_error_rollup ul.hs-error-msgs.inputs-list {
  bottom: -70px;
}

.subscription-bottom-content ul.hs-error-msgs label {
  color: #fff;
}

.cloud-solutions-offering-slider {
  overflow: hidden;
}

.case-studies-slider-item .heading-text h2 {
  font-size: 14px;
}

.case-studies-slider .page-center {
  padding-top: 32px;
}

.case-studies-slider p {
  font-size: 15px;
  line-height: 1.3;
  font-weight: 600;
  font-family: Poppins;
}

.featured-blogs-group .slick-arrow {
  display: none !important;
}



.fw-layout .banner-area.has-banner.type2 .banner-main-content-inner h1 {
  color: #000000;
  line-height: 1.3;
}

.fw-layout .banner-area.has-banner.type2 .banner-main-content-inner h2 {
  margin-top: 36px;
  font-size: 30px;
  line-height: 1.5;
}

.fw-layout .banner-area.has-banner.type2 .page-center {
  padding: 72px 36px !important;
}

.fw-layout .banner-area.has-banner.type2 {
  padding: 0;
  min-height: initial;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  height: auto;
  background-color: transparent;
}

.fw-layout .banner-area.has-banner.type2 .banner-main-content-inner {
  padding-bottom: 36px;
  padding-top: 84px;
}

.fw-layout .body-container-wrapper {
  padding-top: 0;
}

.cm-full-width-content .heading-text {
  text-align: center;
}

.cm-full-width-content .heading-text h2 {
  font-size: 35px;
  letter-spacing: -0.05em;
  text-transform: capitalize;
  color: #373e4b;
  line-height: 1.2;
}

.fw-row2 .page-center {
  padding: 108px 36px;
  padding-top: 90px;
}

.custom-content {
  text-align: center;
}

.custom-content a.custom-link.btn {
  height: auto;
  letter-spacing: 1.2px;
  font-size: 12px;
  line-height: normal;
  padding: 13px 31px 13px 31px !important;
  white-space: normal !important;
}

.custom-content span.btn-container {
  margin-top: 72px;
}

.bottom-video-part .fluid-object {
  line-height: 1.2;
  position: relative;
  display: block;
  z-index: 3;
  margin: 0px;
  font-size: 20px;
  color: #fff;
}

.bottom-video-part .fluid-object iframe {
  position: absolute !important;
  top: 0px;
  left: 0px;
  width: 100% !important;
  height: 100% !important;
}

.bottom-video-part {
  margin-top: 72px;
}

.cm-full-width-content {
  max-width: 80%;
  border: 36px;
  border-style: solid;
  border-color: transparent;
  border-top-width: 0px;
  border-bottom-width: 0px;
  background-clip: padding-box;
  margin: 0 auto;
}

.cm-full-width-content .heading-text hr.separator-break.separator-accent {
  margin-bottom: 0;
}

.custom-content {
  padding-top: 18px;
}

.fw-layout .advanced-content-group .page-center {
  padding-bottom: 108px;
}

.banner-area.has-banner.type2 .banner-main-content-inner {
  padding-left: 0;
  padding-right: 0;
}

.full_width_titl-btn-vido-wrap .page-center{
  padding-top: 0px;
  padding-bottom: 0px;
}
body.fw-layout-type-2 .banner-area.has-banner.type2 h1 {
  line-height: 1.3;
  color: #000000;
}

body.fw-layout-type-2 .banner-area.has-banner.type2 h2 {
  line-height: 1.5;
  margin-top: 36px;
  font-family: Poppins;
  color: #ff0000;
  margin: 36px auto 0px;
  font-size: 30px;
}
body.fw-layout-type-2 .body-container-wrapper {
  padding-top: 0;
}

.full_width_titl-btn-vido-wrap .title-wrap h2 {
  text-align: center;
  margin: 0;
  font-size: 28px;
}

.full_width_titl-btn-vido-wrap .inner {
  max-width: 80%;
  margin: 0 auto;
  border: 36px;
  border-style: solid;
  border-color: transparent;
  border-top-width: 0px;
  border-bottom-width: 0px;
  background-clip: padding-box;
  text-align: center;
}

.full_width_titl-btn-vido-wrap .title-wrap {
  margin-bottom: 72px;
}

.full_width_titl-btn-vido-wrap .middle_video {
  margin-top: 72px;
  padding-top: 56.25%;
  position: relative;
  margin-bottom: 18px;
}

.full_width_titl-btn-vido-wrap .middle_video iframe {
  position: absolute !important;
  top: 0px;
  left: 0px;
  width: 100% !important;
  height: 100% !important;
}


.what-next-group {
  background-color: #f7f7f7;
}
.what-next-group .page-center {
  padding-top: 108px;
  padding-bottom: 108px;
}

.what-next-group-title {
  text-align: center;
}

.what-next-group-title h2 {
  font-size: 35px;
  margin: 0;
  letter-spacing: -0.05em;
}

.what-next-group .what-next-group-col h2 {
  color: #169bb9;
  margin: 0;
  line-height: 1.3;
  font-size: 20px;
  text-transform: none;
}
.what-next-group .what-next-group-col .heading-text {
  margin-top: 36px;
  clear: both;
}
.what-next-group .cm-row-inner {
  margin-left:0;
}
.what-next-group .col-lg-6:last-child {
  padding-left: 36px;
}
.what-next-group .what-next-group-col:first-child .heading-text {
  margin-top: 0;
}

.what-next-group .what-next-group-col span.btn-container {
  margin-top: 36px;
}

.full-width-content-with-btn-inner .icon-box-icon i {
  width: 1.28571429em;
  text-align: center;
  display: inline-block;
  font-size: 5em;
  color: #169bb9;
}

.fw-layout .full-width-content-with-btn-inner {
  border: 36px;
  border-style: solid;
  border-color: transparent;
  border-top-width: 0px;
  border-bottom-width: 0px;
  background-clip: padding-box;
}

.fw-layout:not(.offer-lyt) .page-center.max_sec {
  padding: 0;
}

.fw-layout .full_width_convideo .inner {
  max-width: 74%;
}

.offer-lyt.fw-layout .banner-area.has-banner.type2 .banner-main-content-inner h1 {
  font-size: 50px;
}

.offer-lyt.fw-layout .banner-area.has-banner.type2 .banner-main-content-inner h2 {
  font-size: 28px;
  margin-top: 33px;
}

.offer-lyt.fw-layout .banner-area.has-banner.type2 .banner-main-content-inner {
  padding-bottom: 0;
}

.offer-lyt.fw-layout .banner-area.has-banner.type2 .page-center {
  padding-bottom: 69px !important;
}

.offer-lyt .advanced-bottom-section.custom-2 .advanced-item h2 {
  font-size: 35px;
  letter-spacing: -0.05em;
  line-height: 1.2;
  color: #464646;
  padding: 0;
  margin: 0;
}

.offer-lyt .advanced-bottom-section.custom-2 .advanced-item hr {
  margin: 27px 0px 27px 0px;
  width: 90px;
  border-top-width: 2px;
  border-color: #ff0000 !important;
  margin-right: auto;
  margin-left: 0;
  margin-bottom: 36px;
}

.offer-lyt .advanced-bottom-section.custom-2 .advanced-item:first-of-type .advanced-item-inner {
  max-width: 80%;
}

.offer-lyt .advanced-bottom-section.custom-2 .advanced-item {
  padding: 0px 0px 0px 36px;
}

.offer-lyt .advanced-bottom-section .row-fluid {
  margin-left: -36px;
}

.offer-lyt.fw-layout .advanced-content-group .page-center {
  padding-bottom: 72px;
  padding-top: 72px !important;
}

.icon-content-sec-group .page-center {
  padding-top: 72px;
  padding-bottom: 72px;
}

.icn-contet-top-sec {
  text-align: center;
}

.icn-contet-top-sec .heading-text.el-text {
  margin: 0;
}

.icn-contet-top-sec .heading-text.el-text h2 {
  color: #464646;
  font-size: 35px;
  text-transform: none;
  line-height: 1.2;
  letter-spacing: -0.05em;
}

.icon-content-item {
  display: table-cell;
  height: 100%;
  position: relative;
  font-size: 14px;
  vertical-align: top;
  padding: 0px 0px 0px 36px;
  text-align: center;
}

.icn-contet-btm-sec {
  margin-top: 66px;
}

.icn-contet-btm-sec .row-fluid {
  min-width: 100%;
  width: auto;
  position: relative;
  display: flex;
  table-layout: fixed;
  margin-left: -36px;
  flex-wrap: wrap;
}

.icn-contet-btm-sec .icon-box-icon i {
  width: 1.28571429em;
  text-align: center;
  display: inline-block;
  font-size: 5em;
}

.icn-contet-btm-sec .icon-btm-content-part {
  margin-top: 36px;
}

.icn-contet-btm-sec .icon-btm-content-part h3 {
  margin: 0;
  font-size: 20px;
  line-height: 1.2;
}

.icn-contet-btm-sec p {
  margin-top: 36px;
  color: #464646;
}

.icn-contet-btm-sec.cm-4 .icon-content-item {
  width: 25%;
}

.icon-button-bottom-section {
  margin-top: 36px;
  text-align: center;
  padding-top: 36px;
}

.icon-button-bottom-section a.custom-link {
  display: inline-block;
  font-size: 12px;
  padding: 13px 31px 13px 31px !important;
  font-style: normal !important;
  text-align: center;
  vertical-align: middle;
  margin-top: 1px;
  margin-bottom: 1px;
  cursor: pointer;
  background-image: none;
  border: 1px solid;
  border-radius: 10em;
  color: #ffffff !important;
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
  font-weight: 600 !important;
  font-family: Poppins !important;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -o-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

.icon-button-bottom-section span.btn-container {
  margin: 0;
}

.icon-button-bottom-section a.custom-link:hover {
  color: #ff0000 !important;
  background-color: transparent !important;
  border-color: #ff0000 !important;
}


.fw-layout.offer-lyt.hs-content-id-7586438519 .banner-area.has-banner.type2 {
  height: 50vh;
}

.fw-layout.offer-lyt.hs-content-id-7586438519 .banner-area.has-banner.type2 h2 {
  line-height: 1.3;
  padding-top: 3px;
  padding-bottom: 3px;
}

.fw-layout.offer-lyt.hs-content-id-7586438519 .full_width_convideo .page-center.max_sec {
  padding-top: 72px;
  padding-bottom: 72px;
}

.fw-layout.offer-lyt .full_width_convideo .inner {
  max-width: 100%;
}

.fw-layout.offer-lyt .full_width_convideo .inner .middle_con {
  text-align: center;
  max-width: 85%;
  margin: 0 auto;
  margin-top: 36px;
}

.fw-layout.offer-lyt .custom-iframe {
  margin-top: 0;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.title h2 {
  text-transform: capitalize;
}

.fw-layout.offer-lyt .custom-iframe .middle_video {
  margin-top: 36px;
  margin-bottom: 56px;
}

.custom-header-offer-azure-assessment {
  text-align: center;
  position: relative;
  padding: 25px 0 24px 0;
  background-color: #f0f0f0;
}

.custom-header-offer-azure-assessment:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  margin: 0 auto;
  background-color: rgba(0,0,0,0);
  opacity: 0.5;
  display: block;
  top: 0;
  left: 0;
}

.azure-assment-banner-area {
  background-color: #233347;
  background-repeat: repeat;
  background-position: center bottom;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: auto;
  border-width: 0;
  border-top-width: 0px;
  border-bottom-width: 0px;
  min-height: 756px;
  position: relative;
}

.azure-assment-banner-area .color-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  margin: 0 auto;
  background-color: #233347;
  opacity: 0.37349397590361;
  display: block;
  left: 0;
  top: 0;
}
.container-fluid .row-fluid .azure-assment-banner-area .page-center {
  max-width: 960px;
  padding: 0;
  position: relative;
  z-index: 5;
}

.azure-assment-banner-area .page-center .left-col {
  height: 394px;
  width: 537px;
  left: 0;
  top: 181px;
  z-index: 3;
  position: absolute;
  background-color: #233347;
  color: #fff;
  opacity: 0.89156626506024;
  border-left: 10px solid #16a697;
}

.azure-assment-banner-area .page-center .right-col {
  width: 424px;
  left: 536px;
  top: 123px;
  z-index: 16;
  position: absolute;
  background: #fff;
  padding: 40px 39px;
}

.azure-assment-banner-area .page-center .left-col h1 {
  font-size: 38px;
  color: rgb(255, 255, 255);
  line-height: 53px;
  text-align: left;
  margin: 0;
  font-family: Montserrat;
  font-weight: 700;
  padding-top: 62px;
}

.azure-assment-banner-area .page-center .left-col h3 {
  margin: 0;
  line-height: 31px;
  font-size: 22px;
  color: rgb(255, 255, 255);
  font-family: "Open Sans";
  padding-top: 12px;
  font-weight: 700;
  padding-bottom: 30px;
}

.azure-assment-banner-area .page-center .left-col p {
  line-height: 22px;
  font-size: 16px;
  font-family: Open Sans;
  font-weight: 400;
  padding-bottom: 4px;
}

.azure-assment-banner-area .page-center .right-col h1 {
  text-align: center;
  line-height: 31px;
  color: rgb(0, 0, 0);
  font-size: 22px;
  font-family: Montserrat;
  font-weight: 700;
  margin: 0;
  position: relative;
  z-index: 11;
}

.azure-assment-banner-area .page-center .right-col .form-title {
  display: none;
}

.azure-assment-banner-area .page-center .right-col form {
  padding-top: 26px;
  padding-left: 10px;
  padding-right: 10px;
}

.azure-assment-banner-area .page-center .right-col form .hs-form-field > label {
  display: none;
}

.azure-assment-banner-area .page-center .right-col form input[type="text"],.azure-assment-banner-area .page-center .right-col form input[type="email"] {
  -moz-border-radius: 3px;
  -moz-box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #8095a8;
  border-radius: 3px;
  box-sizing: border-box;
  font-size: 15px;
  height: 43px;
  line-height: 19px;
  margin: 8px 0;
  padding: 9px 10px 10px;
  width: 100%;
  color: #000000;
  background-color: #ffffff;
  border-color: #bbbbbb;
  font-family: Open Sans;
  font-weight: 400;
  vertical-align: middle;
}

.azure-assment-banner-area .page-center .right-col form .hs-form-field {
  margin: 0 0 16px;
  position: relative;
  z-index: 11;
}
body.offer-azure-assessment-lay .body-container-wrapper {
  padding-top: 0;
}
.azure-assment-banner-area .page-center .right-col form .hs-button.primary.large {
  background-color: #16a697;
  color: #ffffff;
  height: 68px;
  box-sizing: content-box;
  line-height: 27px;
  font-size: 23px;
  font-weight: 700;
  font-family: Open Sans;
  border-radius: 5px;
  padding: 0;
  margin: 0;
  min-width: 327px;
  border: none;
  text-transform: none;
  letter-spacing: 0;
}

.azure-assment-banner-area .page-center .right-col form .hs-button.primary.large:hover {
  background-color: #464646;
}

body.offer-azure-assessment-lay .body-container-wrapper .product-heaping-feature-group h2 {
  font-size: 24px;
  color: rgb(0, 0, 0);
  line-height: 34px;
  text-align: center;
  font-family: Montserrat;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

body.offer-azure-assessment-lay .body-container-wrapper .product-heaping-feature-group .page-center {
  padding-top: 63px;
  margin: 0 auto;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 90px;
}

body.offer-azure-assessment-lay .product-heaping-feature-group .cm-row-inner {
  margin-left: 0;
}
body.offer-azure-assessment-lay .product-heaping-feature-group .cm-row-inner .product-heaping-feature-group-item{
  padding:0;

}

body.offer-azure-assessment-lay .product-heaping-feature-group .product-heaping-feature-group-item-inner {
  max-width: 90%;
}

body.offer-azure-assessment-lay .product-heaping-feature-group .product-heaping-feature-group-item-inner p {
  text-align: center;
  line-height: 24px;
  font-size: 17px;
  color: #939393;
  font-family: Open Sans;
}


.azure-asstment-procs-grp {
  text-align: center;
  background-color: #ffffff;
  background-repeat: repeat;
  background-position: center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  width: auto;
  border-width: 0;
  border-top-width: 0px;
  border-bottom-width: 0px;
  min-height: 1043px;
  padding-top: 69px;
}
.azure-asstment-procs-grp .item {
  margin: 0 auto;
  max-width: 497px;
  color: #939393;
  font-family: "Open Sans";
}
.azure-asstment-procs-grp .title-wrap h1 {
  text-align: center;
  line-height: 34px;
  font-size: 24px;
  margin: 0;
  color: rgb(0, 0, 0);
  font-family: Montserrat;
  font-weight: 700;
}

.azure-asstment-procs-grp .cont-wrap p {
  margin: 0;
}

body.offer-azure-assessment-lay .container-fluid .row-fluid .page-center {
  max-width: 960px;
  padding-left: 0;
  padding-right: 0;
  position:relative;
}
.azure-asstment-procs-grp .title-wrap {
  padding-bottom: 59px;
}

.azure-asstment-procs-grp .item .bottom-img img {
  width: 31px;
  height: 47px;
}

.azure-asstment-procs-grp .item .bottom-img {
  padding: 41px 0 37px;
}


.cm-quick-demo-wrap {
  background-color: #2fce6f;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border-width: 0;
  border-top-width: 0px;
  border-bottom-width: 0px;
  min-height: 445px;
  background-attachment: fixed;
  padding-top: 130px;
  position: relative;
}

.cm-quick-demo-wrap .color-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  margin: 0 auto;
  background-color: #233347;
  opacity: 0.87951807228916;
  display: block;
  top: 0;
  left: 0;
}

.cm-quick-demo-wrap .left-col img {
  width: 65px;
  height: 65px;
}

.cm-quick-demo-wrap .left-col,.cm-quick-demo-wrap .right-col {
  float: left;
  padding: 0;
}

.cm-quick-demo-wrap .right-col h3 {
  margin: 0;
  color: #fff;
  text-align: left;
  line-height: 36px;
  font-size: 26px;
  font-family: Montserrat;
  font-weight: 700;
}

.cm-quick-demo-wrap .left-col {
  width: 44.4%;
  text-align: center;
  padding-top: 60px;
  padding-left: 44px;
}

.cm-quick-demo-wrap .right-col {
  width: 41.6%;
}

.cm-quick-demo-wrap .right-col p {
  line-height: 22px;
  font-size: 16px;
  color: #fff;
  font-family: "Open Sans";
  padding-top: 5px;
}

.custom-footer-for-azure-asst {
  text-align: center;
  padding: 28px 0 29px 0;
}

.custom-footer-for-azure-asst p {
  line-height: 22.4px;
  font-size: 16px;
  color: rgb(149, 155, 161);
  font-family: "Open Sans";
}

.custom-footer-for-azure-asst a {
  color: rgb(149, 155, 161);
}

.offer-lyt .full_width_back .content {
  max-width: 80%;
  margin: 0 auto;
  text-align: center;
}

.offer-lyt .full_width_back  .title {
  max-width: 80%;
}

.offer-lyt .full_width_back .content p,.offer-lyt .full_width_back .content p span {
  font-size: 16px;
  line-height: 1.75;
  text-align: center;
}

.offer-lyt .full_width_back .content h2 {
  font-size: 28px;
  line-height: 1.2;
  margin: 27px 0 0;
  padding-top: 27px;
  padding-bottom: 18px;
}

.offer-lyt .full_width_back .content h2 span {
  font-size: 28px;
  line-height: 1.2;
}

.offer-lyt .full_width_back .margin_72 {
  margin-top: 36px;
}

.icn-contet-btm-sec.cm-3 .icon-content-item {
  width: 33.33333333333333%;
  float: left;
  margin-top: 36px;
}

.icn-contet-btm-sec.cm-3 {
  margin-top: 26px;
}

.fw-layout.offer-lyt.hs-content-id-7587334500 .banner-area.has-banner.type2 .banner-main-content-inner h1 {
  font-size: 50px;
  letter-spacing: -0.02em;
  line-height: 1;
  padding-bottom: 3px;
}

.fw-layout.offer-lyt.hs-content-id-7587334500 .banner-area.has-banner.type2 {
  height: 45.2vh;
}

.fw-layout.offer-lyt.hs-content-id-7587334500 .full_width_back h2 {
  color: #464646;
}
.footer-social-share ul li {
  width: auto;
}
.two_col_content_back:not(.has_color) ul {

  margin: 18px 0px 0px 0px;
}

.custom-menu-primary .hs-menu-wrapper>ul ul li.hs-item-has-children > a {
  text-transform: uppercase;
}
.bottom-form-section .heading-text.formsection h2 {
  letter-spacing: -0.05em;
}
.search-container-inner > UL LI {
  TEXT-ALIGN: LEFT;
  padding: 20px;
}
.bottom-form-section-wrapper-form .form-columns-1 .hs-form-field,.bottom-form-section-wrapper-form .form-columns-2 .hs-form-field:last-child {
  padding-right: 0;
}

.mobile-menu-button-dark .lines:before,
.mobile-menu-button-dark .lines:after {
  background: #ffffff;
}
.overlay-search .hs-search-field__suggestions {
  POSITION: ABSOLUTE;
}
.home .case-studies-slider-wrapper {
  max-width: 80%;
}
.case-studies-slider-title {
  padding: 0 36px;
  letter-spacing: -0.05em;
}




/* Dynamics Crm Webinar */



.custom-footer-dynamics-crm-webinar {
  padding: 25px 0 18px 0;
}

.custom-footer-dynamics-crm-webinar p {
  font-size: 15px;
  color: rgb(0, 0, 0);
  font-family: Montserrat;
  line-height: 21px;
}

.custom-footer-dynamics-crm-webinar a {
  color: #000;
}

.cm-webnair-grp-wrap {
  background-color: #f6f6f6;
}

.cm-webnair-grp-wrap .img-wrap img {
  width: 41px;
  height: 32px;
  margin-top: 18px;
  margin-left: 20px;
}

.cm-webnair-grp-wrap .img-wrap {
  height: 72px;
  width: 72px;
  z-index: 11;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: 3;
  margin: 0 auto;
  background: #fff;
}

.cm-webnair-grp-wrap {
  background-color: #f6f6f6;
  padding: 58px 0 88px;
}
.cm-webnair-grp-wrap .cm-item-grp-wrap {
  overflow: hidden;
}

.cm-webnair-grp-wrap .cm-item-grp-wrap .cm-cont-wrap {
  width: 25%;
  float: left;
  position: relative;
  z-index: 5;
}

.cm-webnair-grp-wrap .title-img-wrap {
  text-align: center;
  font-size: 15px;
  line-height: 21px;
  color: rgb(0, 0, 0);
  font-family: Montserrat;
  max-width: 171px;
  margin: 20px auto 0;
}
.cm-webnair-grp-wrap .title-wrap {
  text-align: center;
}

.cm-webnair-grp-wrap .title-wrap h1 {
  font-size: 32px;
  line-height: 45px;
  color: rgb(27, 37, 47);
  font-family: Montserrat;
  font-weight: 700;
  margin: 0;
}
.cm-item-grp-wrap {
  position: relative;
}

.cm-webnair-grp-wrap .cm-item-grp-wrap:after {
  content: '';
  position: absolute;
  background-image: url(//cdn2.hubspot.net/hubfs/5279291/Pro_Serve_It_February2019/Images/18452231-0-Path-2.png);
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.cm-webnair-grp-wrap .title-wrap {
  margin-bottom: 82px;
}
body.dynamics-crm-webnair-lay .body-container-wrapper {
  padding-top: 0;
}
body.dynamics-crm-webnair-lay .dynamics-crm-row1 {
  text-align: center;
  padding: 61px 0 81px 0;
}

body.dynamics-crm-webnair-lay .container-fluid .row-fluid .page-center {
  max-width: 960px;
  position: relative;
  padding-left: 0;
  padding-right: 0;
}

body.dynamics-crm-webnair-lay .container-fluid .dynamics-crm-row1 .row-fluid .page-center .hs_cos_wrapper_type_rich_text {
  display: block;
  max-width: 766px;
  margin: 0 auto;
}
body.dynamics-crm-webnair-lay .container-fluid .dynamics-crm-row1 .row-fluid .page-center .hs_cos_wrapper_type_rich_text p {
  font-size: 16px;
  color: rgb(0, 0, 0);
  line-height: 22px;
  font-family: Montserrat;
}

body.dynamics-crm-webnair-lay .container-fluid .dynamics-crm-row1 .row-fluid .page-center .hs_cos_wrapper_type_rich_text h6 {
  font-size: 16px;
  color: rgb(0, 0, 0);
  line-height: 22px;
  max-width: 610px;
  margin: 30px auto 64px;
  font-family: Montserrat;
}

body.dynamics-crm-webnair-lay .container-fluid .dynamics-crm-row1 .row-fluid .page-center .hs_cos_wrapper_type_rich_text h1 {
  font-size: 32px;
  color: rgb(0, 0, 0);
  line-height: 45px;
  font-family: Montserrat;
}



.cm-dynamics-crm-webinar-banner-area {
  background-color: transparent;
  background-repeat: repeat;
  background-position: center bottom;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  width: auto;
  border-width: 0;
  border-top-width: 0px;
  border-bottom-width: 0px;
  min-height: 803px;
  position: relative;
  padding-top: 143px;
}
.cm-dynamics-crm-webinar-banner-area .cont-wrap p {
  margin: 00;
  font-size: 18px;
  color: rgb(0, 0, 0);
  line-height: 25px;
  font-family:Montserrat;
}
.cm-dynamics-crm-webinar-banner-area .color-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  margin: 0 auto;
  background-color: #ffffff;
  opacity: 0.90361445783133;
  display: block;
  top: 0;
  left: 0;
}


.cm-dynamics-crm-webinar-banner-area .cont-wrap p {
  margin: 00;
  font-size: 18px;
  color: rgb(0, 0, 0);
  line-height: 25px;
  font-family: Montserrat;
}

body.dynamics-crm-webnair-lay .max_header_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  z-index: 999;
}

body.dynamics-crm-webnair-lay {}

.cm-dynamics-crm-webinar-banner-area h1 {
  font-size: 35px;
  line-height: 49px;
  text-align: center;
  color: rgb(22, 155, 185);
  font-family: Montserrat;
  font-weight: 700;
  margin: 29px auto 0;
  max-width: 740px;
}

.cm-dynamics-crm-webinar-banner-area h5 {
  text-align: center;
  line-height: 24px;
  font-size: 17px;
  color: #000;
  margin: 53px 0 0;
  font-family: Montserrat;
}

.cm-dynamics-crm-webinar-banner-area .hs-form-field > label {
  display: none;
}

.cm-dynamics-crm-webinar-banner-area form {
  max-width: 300px;
  margin: 41px auto 0;
  padding-bottom: 30px;
}

.cm-dynamics-crm-webinar-banner-area h3.form-title {
  display: none;
}

.cm-dynamics-crm-webinar-banner-area form input[type="text"],.cm-dynamics-crm-webinar-banner-area form input[type="email"] {
  -moz-border-radius: 3px;
  -moz-box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #8095a8;
  border-radius: 3px;
  box-sizing: border-box;
  font-size: 15px;
  height: 43px;
  line-height: 19px;
  margin: 8px 0;
  padding: 9px 10px 10px !important;
  width: 100%;
  color: #000000;
  background-color: #ffffff;
  border-color: #555555;
  font-family: Montserrat;
  font-weight: 400;
}

.cm-dynamics-crm-webinar-banner-area form .hs-form-field {
  margin-bottom: 16px;
}

.cm-dynamics-crm-webinar-banner-area .hs_cos_wrapper_type_form .hs-button.primary.large {
  line-height: 24px;
  font-size: 20px;
  font-weight: 700;
  border-radius: 5px;
  margin: 0;
  text-transform: none;
  background-color: #ff0000;
  color: #ffffff;
  font-family: Montserrat;
  letter-spacing: 0;
  min-height: 59px;
  -webkit-box-shadow: -1px 10px 15px -6px rgba(0,0,0,0.75);
  -moz-box-shadow: -1px 10px 15px -6px rgba(0,0,0,0.75);
  box-shadow: -1px 10px 15px -6px rgba(0,0,0,0.75);
}

body.dynamics-crm-webnair-lay .max_header_wrap .max_logo a img {
  margin-right: 0;
}

body.dynamics-crm-webnair-lay .max_header_wrap .max_logo a:first-child img {
  margin-right: 83px;
}

body.dynamics-crm-webnair-lay .max_header_wrap .max_logo {
  padding-right: 66px;
  padding-top: 34px;
}

body.dynamics-crm-webnair-lay .max_header_wrap .max_logo a:first-child img {
  width: 246px !important;
}


@media(max-width:1000px){
  .cm-dynamics-crm-webinar-banner-area,
  body.dynamics-crm-webnair-lay .dynamics-crm-row1{
    padding-left: 20px;
    padding-right: 20px;
  }
  body.dynamics-crm-webnair-lay .max_header_wrap .max_logo {
    padding-right: 0;
    padding-top: 34px;
  }
  .azure-assment-banner-area .page-center .left-col {
    height: auto;
    width: 100%;
    left: 0;
    top: 0;
    position: relative;
    padding: 15px;
    z-index: 99;
  }
}
@media(max-width:767px){
  .cm-dynamics-crm-webinar-banner-area {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom:50px;
  }
  .cm-webnair-grp-wrap .cm-item-grp-wrap .cm-cont-wrap {
    width: 100%;
    float: none;
    position: relative;
    z-index: 5;
    margin-bottom: 30px;
  }
  .cm-webnair-grp-wrap .cm-item-grp-wrap:after {
    display:none;
    content:none;
  }
  .bottom-btn a {
    min-width: auto;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
  .calling-plans-section-banner {
    padding: 20px 0 40px;
  }
  .microsoft-calling-plans-webinar-banner-form .hs-button.primary,
  .microsoft-calling-plans-webinar-banner-form input[type="submit"] {
    height: auto;
    line-height: 43px;
  }
  .right-web-sec form input.hs-button.primary.large {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .free-demand-webinar .top-content h1 {
    font-size: 24px;
    line-height: 29px;
  }
  .free-demand-webinar .top-content p {
    font-size: 20px;
    line-height: 24px;
  }
}



.icon-contnt-bottom {
  max-width: 75%;
  margin: 0 auto;
  text-align: center;
  margin-top: 90px;
}

.icon-contnt-bottom hr {
  border-color: #777777;
  margin-left: auto;
  margin-right: auto;
  width: 500px;
}

.hs-content-id-7587334500 .icon-content-sec-group .icn-contet-btm-sec.cm-4,
.hs-content-id-7587334500 .icon-content-sec-group .icn-contet-top-sec{
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.hs-content-id-7587334500 .icon-content-sec-group .icon-button-bottom-section {
  padding-top: 0;
}

a.red-btn {
  font-style: normal !important;
  text-align: center;
  vertical-align: middle;
  margin-top: 1px;
  margin-bottom: 1px;
  cursor: pointer;
  background-image: none;
  border: 1px solid;
  display: inline-block;
  font-size: 15px;
  padding: 14px 40px 14px 40px;
  border-radius: 10em;
  border-color: #ff0000;
  background-color: #ff0000;
  color: #fff;
  font-weight: 600 !important;
  font-family: Poppins !important;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  -webkit-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.banner-main-content span.btn-container {
  margin-top: 36px;
}

a.red-btn:hover {
  color: #ff0000;
  background-color: transparent;
  border-color: #ff0000;
}

.offer-lyt.fw-layout .banner-area.has-banner.type2 .banner-main-content-inner h1{
  letter-spacing: -0.02em;
}

.hs-content-id-7588063349.fw-layout .banner-area.has-banner.type2 {
  height: 50vh;
}

.hs-content-id-7588063349.fw-layout .banner-area.has-banner.type2 .banner-main-content-inner {
  padding-top: 76px;
  padding-bottom: 3px;
}

.hs-content-id-7588063349.fw-layout .banner-area.has-banner.type2 .banner-main-content-inner h2 {
  margin-top: 29px;
}

.hs-content-id-7588063349 .icon-content-sec-group .inner-max-width {
  max-width: 85%;
  border: 36px;
  border-style: solid;
  border-color: transparent;
  border-top-width: 0px;
  border-bottom-width: 0px;
  background-clip: padding-box;
  text-align: center;
  margin: 0 auto;
}

.custom-icon-top-content {
  margin-top: 36px;
}

.hs-content-id-7588063349 .icon-content-sec-group .icon-button-bottom-section {
  padding-top: 0;
}
.header-container .hs-search-field--open .hs-search-field__suggestions {
  border-color: #fff;
  width: 100%;
}
.header-container .hs-search-field--open .hs-search-field__suggestions > li {
  padding-top: 5px;
  padding-bottom: 5px;
}
.header-container .hs-search-field--open .hs-search-field__suggestions > li > a {
  color: #fff;
}
.advanced-top-section h2 span {
  color: #ff0000;
}
.hs-content-id-7545716282 .icon-box-content {
  color: #464646;
}

.hs-content-id-7545716282 .icon-box-content p {
  line-height: normal;
  margin-top: 0;
}

.azure-mig.offer-lyt.fw-layout .banner-area.has-banner.type2 .banner-main-content-inner h1 {
  letter-spacing: 0;
}

.azure-mig.offer-lyt.fw-layout .banner-area.has-banner.type2 .banner-main-content-inner h2 {
  line-height: 1.3;
  padding-top: 3px;
  padding-bottom: 3px;
}

.azure-mig-row1 span.text-color-jevc-color.btn-disable-hover,.azure-mig-row1 span.text-color-jevc-color.btn-disable-hover i {
  color: #777777 !important;
  fill: #777777 !important;
}

.azure-mig-row1 h2 {
  color: #777;
}

.azure-mig-row2 {
  background-color: #f7f7f7;
}

.azure-mig-row2 .page-center {
  padding-top: 72px;
  padding-bottom: 72px;
}

.azure-mig-row2 h1 {
  margin-top: 0;
  color: #464646;
}

.heading-text.el-text.advanced-title {
  display: block;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  color: #464646;
}

.three-col-icon-content {
  text-align: center;
  margin-top: 66px;
}

.three-col-icon-content .row-fluid {
  margin-top: 46px;
  margin-left: -36px;
}

.three-col-icon-content .row-fluid i {
  font-size: 5em;
  width: 1.28571429em;
  text-align: center;
  display: inline-block;
}

.three-col-icon-content h3 {
  color: #777777;
  margin: 0;
  margin-top: 36px;
  margin-bottom: 36px;
}

.three-col-icon-content p {
  margin: 0;
}

.azure-mig-row2 .hs_cos_wrapper_type_rich_text hr {
  border-style: solid;
  border-color: #777777 !important;
  margin-left: auto;
  margin-right: auto;
  width: 65%;
  margin: 0 auto;
  border-top-width: 2px;
  margin-top: 46px !important;
}

.services-pricing-module {
  text-align: center;
  padding-top: 36px;
}

.services-pricing-module .heading-text.el-text h2 {
  color: #ff0000;
  font-size: 28px;
  line-height: 1.2;
  text-transform: capitalize;
}

.services-pricing-module .row-internal {
  margin-top: 36px;
  padding-top: 15px;
}

.services-pricing-module .row-internal .row.row-child {
  width: 100%;
  table-layout: fixed;
  display: table;
  position: relative;
}

.services-pricing-module .row-internal .row.row-child .row-inner {
  min-width: 100%;
  width: auto;
  position: relative;
  display: table;
  table-layout: fixed;
  margin-left: -36px;
}

.services-pricing-module .row-internal .span6 {
  display: table-cell;
  height: 100%;
  width: 53%;
  font-size: 14px;
  padding: 0px 0px 0px 36px;
  vertical-align: top;
  text-align: left;
  float: none;
}

.services-pricing-module .row-internal .span6 h2 {
  font-size: 28px;
  line-height: 1.2;
  color: #777;
}

.services-pricing-module {
  padding-left: 36px;
}

.services-pricing-module .row-internal .span6  ul {
  margin: 0;
  list-style: initial;
  padding: 0px 0px 0px 18px;
  color: #fff;
  margin-top: 36px;
}

.services-pricing-module .row-internal .span6 ul li {
  margin: 0;
  font-size: 14px;
}

.services-pricing-module .row-internal .span3 {
  padding: 0px 0px 0px 36px;
  vertical-align: top;
  width: 25%;
  display: table-cell;
  height: 100%;
  margin: 0;
  float: none;
  text-align: left;
}
.bottom-pagination nav.post-navigation ul.navigation span.btn-container {
  margin: 0;
}
.services-pricing-module .row-internal .span3 h2 {
  color: #777777;
  line-height: 1.2;
  font-size: 28px;
}


.bottom-pagination nav.post-navigation ul.navigation span.btn-container a {
  display: inline-block;
  font-size: 12px;
  padding: 1px 21px;
  text-align: left;
  position: relative;
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -o-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  color: #303133;
  font-weight: 600;
  font-family: Poppins;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: all 0.5s ease;
}
.bottom-pagination nav.post-navigation ul.navigation li.page-next i.fa.fa-angle-right {
  left: auto;
  right: 0;
  margin-right: 0;
}
.bottom-pagination nav.post-navigation ul.navigation span.btn-container a i {
  position: absolute;
  margin-right: 14px;
  font-size: 18px;
  line-height: 18px;
  top: 50%;
  margin-top: -11px;
  left: 0px;
}

.bottom-pagination nav.post-navigation ul.navigation span.btn-container a:hover {
  color: #ff0000;
  padding-left: 15px;
}


.services-pricing-module .row-internal .span3 h3 {
  margin: 0;
  margin-top: 36px;
  line-height: 1.2;
  color: #ff0000;
  font-size: 20px;
}

.btm-pricin .span6 {
  text-align: right;
  float: right;
}

.services-pricing-module .row-internal .btm-pricing .span6 {
  text-align: left;
  padding-left: 0;
}

.row-fluid.btm-pricing {
  min-width: 100%;
  width: auto;
  position: relative;
  display: table;
  table-layout: fixed;
  margin-left: -36px;
  padding-top: 20px;
  padding-bottom: 40px;
}

.service-pricing-btn a.red-btn {
  font-weight: 600 !important;
  font-family: Poppins !important;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 12px;
  padding: 13px 31px 13px 31px !important;
}

.azure-mig-row3 .inner-max-width .custom-icon-top-content {
  text-align: center;
  max-width: 80%;
  margin: 0 auto;
}

.overlay.overlay-search .search-container-inner input[type="text"] {
  background-color: transparent !important;
}

.fw-layout.hs-content-id-7604961956 .banner-area.has-banner.type2 .banner-main-content-inner h1 {
  font-size: 50px;
}

.fw-layout.hs-content-id-7604961956 .icon-content-sec-group .page-center {
  padding-top: 36px;
  padding-bottom: 36px;
}

.fw-layout.hs-content-id-7604961956 .icon-content-sec-group .icn-contet-btm-sec.cm-1 {
  margin-top: 36px;
}

.fw-layout.hs-content-id-7604961956 .icon-content-sec-group .inner-max-width {
  max-width: 90%;
  margin: 0 auto;
}

.fw-layout.hs-content-id-7604961956 .icon-content-sec-group .inner-max-width .item-inner {
  max-width: 65%;
  margin: 0 auto;
}

.fw-layout.hs-content-id-7604961956 .icon-content-sec-group .icon-button-bottom-section {
  padding-top: 0;
  margin-bottom: 20px;
}

.fw-layout.hs-content-id-7604961956 .advanced-bottom-section.custom-2 {
  margin-top: 72px;
}

.fw-layout.hs-content-id-7604961956 .advanced-bottom-section.custom-2 h2 {
  letter-spacing: 0;
}

.fw-layout.hs-content-id-7604961956 .advanced-top-section {
  padding-bottom: 0;
}

.fw-layout.hs-content-id-7604961956 .advanced-item .btn-container {
  padding-top: 20px;
}

.custom-content span.btn-container {
  margin-top: 54px;
}

.fw-layout.hs-content-id-7604961956 .icn-contet-top-sec .heading-text.el-text h2 {
  color: #303133;
}
.indus_lay .advanced-content-group hr.separator-break {
  margin-bottom: 0;
}
.indus_lay .advanced-content-group .content-sec-bar {
  padding-top: 0;
  margin-top: 72px;
}

.webinar-logo img {
  width: 279px !important;
}

.webinar-logo {
  text-align: center;
  padding-top: 27px;
  padding-bottom: 29px;
}

.web-full-width-content-form {
  padding-top: 37px;
  min-height: 901px;
  position: relative;
  background-color: #3c4558;
  background-repeat: repeat;
  background-position: center top;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-attachment: fixed;
}

.demand-webinar-lyt .body-container-wrapper {
  padding: 0;
}

.web-full-width-content-form:after {
  width: 100%;
  height: 100%;
  position: absolute;
  margin: 0 auto;
  background-color: #464646;
  opacity: 0.73;
  display: block;
  content: '';
  left: 0;
  right: 0;
  top: 0;
}

.web-full-width-content-form .page-center {
  position: relative;
  z-index: 9;
}

.webinar-top-content {
  text-align: center;
}

.webinar-top-content h1 {
  color: #fff;
  line-height: 49px;
  font-size: 35px;
  font-weight: 400;
  font-family: Montserrat;
}

.web-banner-sub-title p {
  text-align: center;
  line-height: 25px;
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  font-family: Montserrat;
  max-width: 448px;
  margin: 0 auto;
  position: relative;
}

.web-banner-sub-title p:before {
  border-bottom: 2px solid #ffffff;
  content: '';
  display: block;
  width: 51px;
  position: absolute;
  top: 37px;
  left: -51px;
}

.web-banner-sub-title p:after {
  border-bottom: 2px solid #ffffff;
  content: '';
  display: block;
  width: 51px;
  position: absolute;
  top: 37px;
  right: -51px;
}

.web-banner-sub-title {
  margin-top: 51px;
}

.webinar-bottom-content {
  background-color: #fff;
  border-radius: 3px 3px 3px 3px;
  max-width: 625px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 47px;
}

.webinar-top-content {
  padding-bottom: 56px;
}

.webinar-form-section h4 {
  text-align: center;
  color: rgb(231, 76, 60);
  line-height: 24px;
  font-size: 17px;
  font-family: Lato;
  font-weight: bolder;
  margin: 0;
}

.webinar-bottom-content p {
  color: rgb(52, 73, 94);
  text-align: center;
  line-height: 21px;
  font-size: 15px;
  max-width: 491px;
  margin: 0 auto;
  font-family: Lato;
  padding-top: 22px;
}

.webinar-form-section .form-title {
  display: none;
}

.webinar-form-section form {
  max-width: 300px;
  margin: 0 auto;
  margin-top: 32px;
}

.webinar-form-section form .hs-form-field>label {
  display: none;
}

.webinar-form-section form .input input {
  vertical-align: middle;
  cursor: auto!important;
  font: 1em/1.2em Arial,Helvetica,Liberation Sans,FreeSans,sans-serif;
  background: #eee;
  font-family: Lato;
  font-weight: 400;
  border: 1px solid #8095a8;
  border-radius: 3px;
  font-size: 15px;
  height: 43px;
  line-height: 19px;
  margin: 8px 0;
  padding: 9px 10px 10px !important;
  color: #464646;
  background-color: #ffffff;
  border-color: #464646;
  min-height: auto !important;
}

.webinar-form-section form .hs-form-field {
  margin-bottom: 16px;
}

.webinar-form-section form input.hs-button.primary.large {
  margin: 0;
  text-align: center;
  text-decoration: none;
  font: 700 13px/100% Arial,Helvetica,Liberation Sans,FreeSans,sans-serif;
  outline: none;
  text-shadow: none;
  padding: 0;
  vertical-align: middle;
  -moz-border-radius: 0;
  border: 0;
  display: block;
  background-color: #e74c3c;
  color: #ffffff;
  line-height: 21px;
  font-size: 18px;
  font-weight: 700;
  font-family: Montserrat;
  border-radius: 5px;
  width: 100%;
  letter-spacing: 0;
  text-transform: none;
  padding: 16px 30px;
}

.webinar-form-section form input.hs-button.primary.large:hover {
  background-color: #464646;
}

.web-full-width-content-form ul.hs-error-msgs.inputs-list {
  margin: 0;
}

.web-full-width-content-form ul.hs-error-msgs.inputs-list li {
  margin: 0;
}

.webinar-form-section form .input input.invalid.error {
  border-color: #e12627!important;
}

.webinar-form-section form .hs_error_rollup {
  margin-bottom: 20px;
}

.webinar-footer {
  text-align: center;
  background-color: #464646;
  padding-bottom: 32px;
  padding-top: 33px;
}

.webinar-copyright p {
  color: rgb(255, 255, 255);
  line-height: 21px;
  font-size: 15px;
  font-family: Lato;
}

.benefits-top-content h2 {
  margin: 0;
  text-align: center;
  line-height: 42px;
  font-size: 30px;
  color: rgb(52, 73, 94);
  font-family: Montserrat;
  font-weight: 400;
}

.benefits-top-content {
  text-align: center;
  max-width: 752px;
  margin: 0 auto;
}

.benefits-group {
  padding-top: 85px;
}

.benefits-top-content p {
  color: rgb(52, 73, 94);
  line-height: 21px;
  font-size: 15px;
  font-family: Lato;
  padding-top: 12px;
}

.benefits-item {
  width: 22.8%;
  text-align: center;
  position: relative;
  min-height: 311px;
  max-width: 218px;
}

.benefits-bottom-content {
  max-width: 960px;
  margin: 0 auto;
  padding-top: 63px;
}

.benefits-item:nth-of-type(4) {
  margin-right: 0;
}

.benefits-inner {
  background-color: #ffffff;
  border: 1px solid #eaeaea;
  border-radius: 3px 3px 3px 3px;
  min-height: 311px;
  position: relative;
  z-index: 9;
  padding-top: 98px;
}

.benefits-group {
  padding-bottom: 97px;
}

.benefits-item:after {
  width: 100%;
  content: '';
  display: block;
  background-image: url('//cdn2.hubspot.net/hubfs/5279291/Pro_Serve_It_February2019/Images/15990641-0-shadow.png');
  height: 22px;
  background-size: 219px 243px;
  background-position: -1px -215px;
  position: absolute;
  bottom: -11px;
}

.benefits-item h4 {
  margin: 0;
  color: rgb(231, 76, 60);
  line-height: 25px;
  font-size: 18px;
  font-family: Lato;
  font-weight: 400;
  display: inline-block;
  padding-bottom: 30px;
}

.benefits-item p {
  line-height: 22px;
  font-size: 16px;
  color: rgb(52, 73, 94);
  font-family: Lato;
  font-weight: 400;
  max-width: 163px;
  margin: 0 auto;
}

.benefits-group .row-fluid:before,.benefits-group .row-fluid:after {
  display: none;
}

.benefits-group .row-fluid {
  display: flex;
  justify-content: space-between;
}
.indus_lay .advanced-top-section h2 {
  text-transform: capitalize;
}
.indus_lay .banner-area.has-banner.type2 .banner-main-content-inner {
  padding-left: 36px;
  padding-right: 36px;
}
.first-line-workers-group-title .heading-text h2 {
  letter-spacing: -0.05em;
}
.indus_lay .case-studies-slider-wrapper {
  max-width: 80%;
}
.hs-content-id-7539562779 div#hs_cos_wrapper_widget_1549955264680 .two_col_content_back .max_sec {
  padding-top: 72px;
  padding-bottom: 72px;
}

.hs-content-id-7545716282 .advanced-top-section h2 {
  letter-spacing: normal;
}
.hs-content-id-7545716282 .uncoltable > .uncell > .uncont {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 100%;
}

.hs-content-id-7545716282  .first-line-workers-group .page-center {
  padding-bottom: 130px;
}
.hs-content-id-7545716282 .full_width_convideo .title h2 {
  letter-spacing: normal;
}
.hs-content-id-7539562779 div#hs_cos_wrapper_widget_1549861038289 .title {
  max-width: 100%;
}
.onepage-pagination li {
  text-align: right;
  height: 1.5em;

  margin-top: 0;
}
.onepage-pagination li:hover .cd-label {
  display: inline-block;
}
.onepage-pagination a {
  display: inline-block;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: default;
}
.onepage-pagination span.cd-dot-cont:hover .cd-dot,
.onepage-pagination a.is-selected .cd-dot {
  background-color: #ffffff;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
.onepage-pagination span.cd-dot-cont:hover + .cd-label {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.cd-dot-cont {
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer;
  float: right;
  display: inline-block;
  text-align: center;
}
.onepage-pagination .cd-dot {
  -webkit-transition: all 100ms ease-out;
  -moz-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
  width: 6px;
  height: 6px;
  background-color: rgba(255, 255, 255, 0.5);
  display: inline-block;
  -webkit-backface-visibility: visible;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.onepage-pagination .cd-label {
  font-size: 13px;
  font-weight: 500;
  padding: 6px 18px 6px 18px;
  position: relative;
  margin-right: 12px;
  color: #ffffff;
  display: none;
  top: -5px;
  border-radius: 1px;
  font-weight: 600;
  opacity: 0;
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -o-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all 100ms ease-out;
  -moz-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}
.onepage-pagination .cd-label:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  top: 50%;
  right: -5px;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: inherit;
}
body.wrap.disabled-onepage-scroll {
  display: block !important;
}
body.wrap.disabled-onepage-scroll > div[data-parent="true"],
.disabled-onepage-scroll,
.disabled-onepage-scroll .wrapper {
  overflow: auto !important;
}
.disabled-onepage-scroll .onepage-wrapper .section {
  position: relative !important;
  top: auto !important;
  left: auto !important;
}
.disabled-onepage-scroll .onepage-wrapper {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  transform: none !important;
  -ms-transform: none !important;
  min-height: 100%;
}
.disabled-onepage-scroll .onepage-pagination {
  display: none;
}
body.disabled-onepage-scroll,
.disabled-onepage-scroll .onepage-wrapper,
html {
  position: inherit;
}
.border-accent-color {
  border-color: #ff0000 !important;
}
.style-accent-bg {
  background-color: #ff0000;
}
.two_col_left_form .max_5:first-child ul {
  padding: 0px 0px 0px 18px;
  margin: 18px 0px 0px 0px;
}

.two_col_left_form .max_5:first-child  * {
  color: #fff;
}

.two_col_left_form {
  padding: 90px 0 50px 0;
}

h2.form_title {
  color: #fff;
  font-size: 28px;
  margin: 0 0 18px;
}
.two_col_left_form  label {
  color: #fff;
  margin-bottom: 10px;
  display: inline-block;
  font-size: 16px;
}
.two_col_left_form .hs-error-msgs label {
  color: #e80000;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}

.two_col_left_form .hs-error-msgs {
  margin: 0;
}

.two_col_left_form  span.hs-form-required {
  color: #e80000;
}

.two_col_left_form .row {
  margin-left: -72px;
}

.two_col_left_form .max_5 {
  padding-left: 72px;
}

.two_col_left_form .max_5:first-child .inner {
  max-width: 85%;
  margin: 0 auto;
}

.two_col_left_form .max_5:last-child .inner {
  max-width: 80%;
  margin: 0 auto;
}

.two_col_left_form .max_5:first-child  li {
  margin: 0;
  font-size: 14px;
}

.two_col_left_form .max_5:first-child p:first-of-type {
  margin-top: 0;
}

.two_col_left_form .max_5:first-child h2 {
  margin: 0 0 36px;
  font-size: 28px;
}
.two_col_left_form .hs-form-field {
  margin-bottom: 25px;
}
.two_col_left_form .hs-button {
  background-color: #ff0000;
  border-color: #ff0000;
  color: #ffffff;
  border-radius: 2px;
  margin: 0;
}
.banner-area.has-banner.type2.type4.with-btns .cont-wrap p{
  font-weight: 400;
  line-height: 1.5;
}
.two_col_left_form .hs-button:hover {
  background-color: #ffffff;
  border-style: solid;
  border-color: #ff0000;
  color: #000000;
}
.banner-area.has-banner.type2.type4.with-btns .banner-main-content-inner {
  padding-top: 72px;
  padding-left: 72px;
  padding-bottom: 72px;
}
.two_col_left_form .max_5 .hs-richtext *:not(.hs-form-required) {
  color:#fff
}

.two_col_left_form .form-title {
  display: none;
}

.onepage-pagination {
  position: fixed;
  right: 22px;
  top: 50%;
  z-index: 100;
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}



.sharepoint-lyt .advanced-bottom-section .row-fluid {
  padding-top: 45px;
}

.sharepoint-lyt .advanced-content-group .advanced-top-section {
  padding-bottom: 19px;
}

.sharepoint-lyt .advanced-bottom-section.custom-3 {
  padding-top: 0;
  padding-bottom: 19px;
}

.sharepoint-lyt .advanced-content-group[style*="rgba(247, 247, 247,1.0)"] .content-sec-bar {
  padding-top: 36px;
}

.sharepoint-lyt .advanced-bottom-section.custom-3 .row-fluid {
  margin-left: -72px;
  padding-top: 53px;
}

.sharepoint-lyt .advanced-bottom-section.custom-3 .row-fluid h2 {
  padding-bottom: 1px;
}

.advanced-top-section>h2 {
  text-transform: capitalize;
}

.sharepoint-lyt .advanced-bottom-section.custom-1 .row-fluid {
  margin: 0;
  padding-top: 45px;
}



<style>
.cm-related-post-wrap {
  border-top: 1px solid #eaeaea;
  margin-top: 50px;
  margin-bottom: 50px;
}

.cm-related-post-wrap h3 {
  color: #303133;
  font-size: 28px;
  font-weight: 600;
  font-family: Poppins;
  margin-top: 36px;
  margin-bottom: 36px;
}


.cm-related-post-wrap .item-grp-wrap {}

.cm-related-post-wrap .item-grp-wrap .related-post-item {
  position: relative;
  min-height: 1px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.5);
  -webkit-touch-callout: none;
  display: inline-table;
  table-layout: fixed;
  vertical-align: top;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 33%;
  padding-right: 36px;
}

.cm-related-post-wrap .item-grp-wrap .related-post-item:last-child {
  padding-right: 0;
}

.cm-related-post-wrap .item-grp-wrap .related-post-item .related-image {
  position: relative;
  overflow: hidden;
  text-align: left;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-font-smoothing: antialiased;
  border: 1px solid #eaeaea;
}

.related-date {
  padding-top: 36px;
  color: #303133;
  display: block;
  font-size: 12px;
  font-weight: 600;
}

.related-title {
  width: 100%;
  color: #303133;
  margin: 9px 0px 0px 0px;
}

.related-date {}

.related-title a {
  color: #303133;
  font-weight: 400;
}

.related-title a:hover,
.bottom-topic-wrap a:hover{
  color: #ff0000;
}

.bottom-topic-wrap a {
  font-size: 11px !important;
  padding: 2px 5px 2px 5px;
  display: inline-block;
  border: 1px solid;
  border-radius: 4px;
  margin: 0px 5px 9px 0px;
  text-transform: uppercase;
  color: #303133;
  font-weight: 600;
  border-color: #eaeaea;
}

.bottom-topic-wrap {
  padding-bottom: 72px;
}


.cm-related-post-wrap .item-grp-wrap .related-post-item .related-image a {
  display: block;
  position: relative;
  -webkit-transition-property: -webkit-transform, -webkit-filter;
  -moz-transition-property: -moz-transform, -moz-filter;
  -o-transition-property: -o-transform, filter;
  transition-property: -webkit-transform,-moz-transform,-o-transform,transform,-webkit-filter,-moz-filter,-o-filter,filter;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1);
  -moz-transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1);
  -o-transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1);
  transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1);
}

.cm-related-post-wrap .item-grp-wrap .related-post-item .related-image a:after {
  margin: 0 auto;
  -webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out, -moz-transform 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out, -o-transform 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out,-webkit-transform 0.2s ease-in-out,-moz-transform 0.2s ease-in-out,-o-transform 0.2s ease-in-out,transform 0.2s ease-in-out;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.cm-related-post-wrap .item-grp-wrap .related-post-item .related-image a:hover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 250ms;
  -moz-transition-delay: 250ms;
  -o-transition-delay: 250ms;
  transition-delay: 250ms;
  background-color: #141618;
  opacity: 0.5;
}

.cm-related-post-wrap .item-grp-wrap .related-post-item .related-image a:hover img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

.cm-related-post-wrap .item-grp-wrap .related-post-item .related-image a img {
  -webkit-transition-property: -webkit-transform, -webkit-filter;
  -moz-transition-property: -moz-transform, -moz-filter;
  -o-transition-property: -o-transform, filter;
  transition-property: -webkit-transform,-moz-transform,-o-transform,transform,-webkit-filter,-moz-filter,-o-filter,filter;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1);
  -moz-transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1);
  -o-transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1);
  transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1);
}
.blog-postsocial ul li {
  -webkit-transition: background-color 400ms ease-out;
  -moz-transition: background-color 400ms ease-out;
  -o-transition: background-color 400ms ease-out;
  transition: background-color 400ms ease-out;
  display: inline-block;
  font-size: 1.5em;
  width: 40px !important;
  height: 40px !important;
  line-height: 40px !important;
  position: relative;
  z-index: 2;
  cursor: pointer;
  text-align: center;
  margin-right: -2px;
  color: #303133;
}
.blog-postsocial ul li a {
  font-family: 'uncodeicon';
  color: #303133;
  display:block;
}
.blog-postsocial ul li.fac:hover a {
  background-color: #3b5998;
  color: #fff;
}
.blog-postsocial ul li:hover a {
  color: #fff;
}
.blog-postsocial ul li.gpls:hover a {
  background-color: #d7473d;
}
.blog-postsocial ul li.twt:hover a {
  background-color: #3b8aca;
}
.blog-postsocial ul li.prnt:hover a {
  background-color: #c5142b;
}
.blog-postsocial ul li.lnkdn:hover a {
  background-color:#2c8cc0;
}
.blog-postsocial ul li.xng:hover a {
  background-color: #fff;
}
.blog-postsocial ul li.eml:hover a {
  background-color: #999;
}
.tech_gr .page-center {
  padding-top: 108px;
  padding-bottom: 72px;
}

.tech_gr .title {
  max-width: 100%;
}

.tech_gr .title span {
  color: #ff0000;
}

.tech_gr .title h2:after {
  margin-bottom: 0;
}

.tech_gr .row {
  margin-top: 72px;
}
.tech_gr .row .max_4 {
  width: 25%;
  padding: 0px 0px 0px 36px;
}

.tech_gr .row .max_4 h3 {
  color: #169bb9;
}

.tech_gr .row .content p {
  color: #777777;
}
.get_btn {
  border: 1px solid;
  color: #ffffff !important;
  background-color: #ff0000;
  border-color: #ff0000;
  border-radius: 10em;
  display: inline-block;
  font-size: 12px;
  padding: 13px 31px 13px 31px;
  font-style: normal;
  text-align: center;
  vertical-align: middle;
  font-weight: 600;
  font-family: Poppins;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.get_btn:hover {
  color: #ff0000 !important;
  background-color: transparent;
  border-color: #ff0000;
}

.tech_gr .row .max_4 .get_btn {
  margin-top: 36px;
}


.banner-area-type5 {
  position: relative;
  clear: both;
  border: 0;
}

.banner-area-type5 .background-inner {
  background-position: center bottom;
}

.banner-area-type5 .type5banner-content {
  position: relative;
  display: table;
  width: 100%;
  table-layout: fixed;
  padding-top: 72px;
  padding-bottom: 72px;
  height: 100%;
}

.banner-area-type5.has-banner {
  margin-top: -1px;
  height: 100%;
  overflow: hidden;
}

.banner-area-type5 .type5banner-content .row-inner {
  min-width: 100%;
  width: auto;
  position: relative;
  display: table;
  table-layout: fixed;
  margin-left: -36px;
  padding-top: 84px;
  padding-bottom: 36px;
}

.banner-area-type5 .type5banner-content .row-inner .type5-content-inner {
  display: table-cell;
  padding: 0px 0px 0px 36px;
  width: 100%;
  font-size: 14px;
  vertical-align: middle;
  clear: both;
  text-align: center;
}

.type5banner-content h1 {
  color: #000000;
  font-size: 50px;
  line-height: 1.3;
  margin: 0;
}

.type5banner-content h2 {
  font-size: 30px;
  line-height: 1.5;
  margin: 0;
  margin-top: 36px;
}

.fw-layout.hs-content-id-7567628941 .custom-content span.btn-container {
  margin-top: 54px;
}

.advanced-bottom-section.custom-2 {
  margin-top: 72px;
}

.advanced-bottom-section.custom-2 .advanced-item h2 {
  letter-spacing: 0;
}

.hs-content-id-7564532515 .custom-content span.btn-container {
  margin-top: 72px;
}

.hs-content-id-7567870589 .title h2 {
  color: #464646;
}

.hs-content-id-7567870589 .full_width_convideo {
  padding-top: 18px;
}

.hs-content-id-7567870589 .full_width_convideo a.video_btn {
  margin-top: 36px;
}

.hs-content-id-7567870589 .full-width-content-with-btn .page-center {
  padding-top: 36px;
  padding-bottom: 56px;
}

.banner-btm-sec {
  width: 66.66666666666666%;
  padding-right: 20px;
}

.share-banner-content-inner {
  padding-top: 39px;
}

.share-banner-content-inner h2 {
  letter-spacing: -0.02em;
  margin-top: 0;
}

.share-banner-content-inner h3 {
  margin-top: 36px;
  padding-bottom: 18px;
}

.share-banner-content-inner p {
  padding-bottom: 12px;
}

.shre-banner-btn {
  margin-top: 42px;
}

.sharepoint-banner-area {
  overflow: hidden;
}

.sharepoint-banner-area .background-inner {
  background-position: center bottom;
}


.share-banner-content-inner {
  padding-top: 84px !important;
}


.share-point-lyt .body-container-wrapper {
  padding: 0;
}

.share-point-lyt .icn-contet-btm-sec .icon-btm-content-part h2 {
  font-size: 16px !important;
  line-height: 1.75 !important;
  margin: 0;
  padding-top:18px;
}

.share-jump-row2 {
  background-color: #f7f7f7;
  padding-top: 72px;
}

.share-jump-row2 h2 {
  text-align: center;
  color: #000000;
  font-size: 35px;
  letter-spacing: -0.05em;
  text-transform: capitalize;
  line-height: 1.2;
}

.share-jump-row2 .slick-slide {
  margin: 0 !important;
}

.share-jump-row2 .slick-slider {
  padding: 72px 0 57px!important;
  margin-bottom: 0;
}

.share-jump-row2 .slick-slider h2 {
  line-height: 1.2;
  margin: 0;
  color: #169bb9;
  font-size: 20px;
  letter-spacing: normal;
}

.share-jump-row2 .caption.below {
  max-width: 80%;
  margin: 0 auto;
  text-align: center !important;
}

.share-jump-row2 .caption.below img {
  margin-top: 36px;
}

.share-jump-row2 .slick-arrow {
  display: none !important;
}

.share-jump-row2 ul.slick-dots {
  bottom: -120px;
  transition: 0.3s ease;
}

.share-jump-row2 {
  overflow: hidden;
}

.share-jump-row2:hover ul.slick-dots {
  bottom: -40px;
}

.share-jump-row3 {
  text-align: center;
  padding: 36px 0;
}

.share-jump-row3 span.btn-container {
  margin: 0;
}

.share-jump-row3 span.btn-container a.red-btn {
  font-size: 12px;
  padding: 13px 31px 13px 31px !important;
}

.share-jump-row1 .icon-content-sec-group[style*="rgba(255, 255, 255,1.0)"] h2 {
  line-height: 1.2;
  color: #101213;
  font-size: 28px;
  letter-spacing: 0;
}

.share-jump-row1 .icon-content-sec-group[style*="rgba(255, 255, 255,1.0)"] hr.separator-break.separator-accent {
  display: none;
}
.offer_daylay .advanced-bottom-section.custom-2 {
  margin-top: 0;
}

.offer_daylay  div#hs_cos_wrapper_widget_1550213875788 .advanced-item:first-of-type > .advanced-item-inner {
  max-width: 88%;
}
.hs-content-id-7588063349 .banner-area-type5 .type5banner-content .row-inner {
  padding-top: 77px;
  padding-bottom: 0;
}

.hs-content-id-7588063349 .banner-area-type5 .type5banner-content h2 {
  font-size: 28px;
  line-height: 1.5;
  margin-top: 28px;
  margin-bottom: 36px;
}

.hs-content-id-7588063349 .title h2 {
  color: #464646;
}

.hs-content-id-7588063349 .full_width_back {
  padding-top: 9px;
}

.recent-post .featured-blog-top-sec h2 {
  color: #464646;
}

.offer-lyt .banner-area-type5 .type5banner-content .row-inner {
  padding-bottom: 0;
}

.offer-lyt .banner-area-type5 .type5banner-content .row-inner h2 {
  font-size: 28px;
  line-height: 1.3;
}

.offer-lyt .advanced-bottom-section.custom-2 {
  margin-top: 0;
}

.hs-content-id-7583734890 .recent-post a.custom-link.btn.btn-accent.btn-circle.btn-icon-left {
  color: #ffffff !important;
  background-color: #169bb9 !important;
  border-color: #169bb9 !important;
}

.hs-content-id-7583734890 .recent-post a.custom-link.btn.btn-accent.btn-circle.btn-icon-left:hover {
  color: #169bb9 !important;
  background-color: transparent !important;
  border-color: #169bb9 !important;
}

.hs-content-id-7586438519.offer-lyt .banner-area-type5 .type5banner-content .row-inner {
  padding-top: 118px;
  padding-bottom: 33px;
}

.hs-content-id-7587334500.offer-lyt .banner-area-type5 .type5banner-content .row-inner {
  padding-top: 86px;
  padding-bottom: 18px;
}

.services-pricing-module .row-internal .span3:last-of-type {
  padding-left: 30px;
  position: relative;
  left: 20px;
}

.azure-assment-banner-area .hs-input::-webkit-input-placeholder {
  color: #000000;
}
.azure-assment-banner-area .hs-input:-moz-placeholder  {
  color: #000000;
}
.azure-assment-banner-area .hs-input::-moz-placeholder {
  color: #000000;
}
.azure-assment-banner-area .hs-input:-ms-input-placeholder {
  color: #000000;
}


body.offer-azure-assessment-lay .product-heaping-feature-group .product-heaping-feature-group-item-inner p strong {
  font-weight: bold;
}

body.offer-azure-assessment-lay  .row-container{
  margin-top: 60px;
}

.azure-asstment-procs-grp .cont-wrap p strong {
  font-weight: bolder;
}

.azure-asstment-procs-grp .cont-wrap p {
  line-height: 24px;
  font-size: 17px;
}

.cm-webnair-grp-wrap .img-wrap {
  -webkit-box-shadow: 0px 0px 43px -1px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 0px 43px -1px rgba(0,0,0,0.15);
  box-shadow: 0px 0px 43px -1px rgba(0,0,0,0.15);
}

.share-jump-row2 .caption.below p {
  margin-top: 36px;
}
.indus_lay .advanced-bottom-section.custom-2 .advanced-item:nth-of-type(-n+2) {
  margin-top: 0;
}
.banner-image {
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  top: 0;
  background-position: center bottom;
  height: calc(100% + 30vh);
  will-change: transform;
}
.indus_lay .product-heaping-feature-group .btn-container {
  margin-top: 36px;
}

.hs-content-id-7611635976  .product-heaping-feature-group .row-container {
  padding-bottom: 36px;
}
.our-story-layout .banner-image {
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}
.banner-area .page-center {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  padding-bottom: 0px;
}
.hs-content-id-7611847158.our-story-layout .banner-area {
  height: 55vh;
}
.hs-content-id-7611847158.our-story-layout .banner-main-content-inner {
  padding-left: 0;
  padding-right: 0;
}
.banner-area.has-banner.type2 {
  height: 520px;
  padding-top: 48px;
}
.banner-area.has-banner.type2 .banner-image {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
body.fw-layout-type-2 .banner-area.has-banner.type2 .banner-main-content-inner {
  padding-left: 0;
  padding-right: 0;
}
.page-with-banner .span12.widget-span.widget-type-global_group {
  min-height: auto !important;
}
.our-work-layout .banner-image {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
}
.banner-area.has-banner.type2.with-btns h1.banner-type3-title {
  line-height: 1;
}
.banner-area.has-banner.type2.with-btns h5.banner-type3-sub-title {
  line-height: 1.5;
}
.banner-area.has-banner.type2.type-btn.with-btns {
  height: 70vh;
  padding-top: 78px;
}
.hs-content-id-7591314431 .cm-offer-windows-10-compa .cm-form-wrap .hs_cos_wrapper_type_form .hs-button.primary.large {
  border: 0;
  transition: none;
  width: 100%;
  padding: 14.5px 31px 14.5px 31px;
  max-width: 300px;
  box-sizing: border-box;
}
.hs-content-id-7591314431 .cm-offer-windows-10-compa .cm-form-wrap .hs_cos_wrapper_type_form .hs-button.primary.large:hover {
  background-color: #464646;
  color: #fff;
}
.two-column-equal-lay .body-container-wrapper {
  padding: 0;
}
.heading-text.el-text.advanced-title h1 {
  margin: 0;
}
.heading-text.el-text.advanced-title {
  margin-top: 0;
}
.advanced-banner-area .page-center {
  z-index: 9;
  position: relative;
}
.advanced-banner-area {
  min-height: 481px;
  height: 65vh;
  z-index: 9;
  overflow: hidden;
}

.hs-content-id-7586438519 .title h2 {
  color: #464646;
}
.hs-content-id-7586438519 .icn-contet-top-sec .heading-text.el-text h2 {
  color: #303133;
}


.cm-get-from-the-work-wrap .clearfix {
  display: flex;
  justify-content: space-between;
  text-align: left;
  flex-wrap: wrap;
}

.cm-get-from-the-work-wrap .clearfix:before, .cm-get-from-the-work-wrap .clearfix:after {
  display: none;
}

.cm-get-from-the-work-wrap .col:nth-of-type(1) h4 {
  text-align-last: center;
  max-width: 188px;
}

.cm-get-from-the-work-wrap .col:nth-of-type(3) h4 {
  text-align: right;
  text-align-last: center;
  max-width: 188px;
  margin-left: auto;
}


.cm-get-from-the-work-wrap .col:nth-child(2) h4 {
  text-align: center;
}
.hs-content-id-7591314431 .cm-windows-10-compability-grp-wrap .item-grp-wrap .item .two-col-img-wrap img {
  margin-right: 18px;
}

.hs-content-id-7591314431  .item-grp-wrap {
  display: flex;
  flex-wrap: wrap;
}

.hs-content-id-7591314431  .cm-windows-10-compability-grp-wrap .item-grp-wrap .item .two-col-img-wrap {
  display: flex;
  min-height: 115px;
}

body.offer-windows-10-compatibility-workshop-lay .container-fluid .row-fluid .page-center {
  max-width: 724px;
}
.hs-content-id-7591314431 .cm-windows-10-compability-grp-wrap .item-grp-wrap .item:nth-child(2n) {
  padding-left: 75px;
}
.hs-content-id-7591314431 .cm-windows-10-compability-grp-wrap .item-grp-wrap .item .cm-cont-wrap {
  margin-top: 0;
}

.hs-content-id-7591314431 .cm-windows-10-compability-grp-wrap .item-grp-wrap .item:not(:nth-last-of-type(-n+2)) {
  margin-bottom: 45px;
}
.hs-content-id-7611635976 .banner-area.has-banner.type2 {
  height: 70vh;
}
.indus_lay .case-studies-slider-item .heading-text h2 {
  text-transform: none;
}
.advanced-banner-area {
  padding-top: 84px;
}
.advanced-banner-area .banner-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.indus_lay .banner-area.has-banner.type2 .banner-image,
.services_lay .banner-area.has-banner.type2 .banner-image{
  height: 100%;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}

.our_hubs_pages .body-container-wrapper {
  padding-bottom: 65px;
}
.error-page .body-container-wrapper {
  padding: 0;
  background-color: #ff0000;
}

.error-page .custom_error_message {
  text-align: center;
}

.error-page .custom_error_message h1 {
  font-weight: 700;
  font-size: 125px;
  line-height: .5;
  letter-spacing: -0.05em;
  color: #fff;
}

.error-page .custom_error_message h5 {
  line-height: 1;
  color: #fff;
  font-weight: 700;
  font-size: 35px;
  margin-top: 36px;
}

.error-page .custom_error_message p {
  font-size: 18px;
  line-height: 1.75;
  margin: 0;
  margin-top: 9px;
  color: #fff;
}

.error-page .custom_error_message>div {
  border: 36px;
  border-style: solid;
  border-color: transparent;
  border-top-width: 0px;
  border-bottom-width: 0px;
  background-clip: padding-box;
  text-align: center;
  margin: 0 auto;
  max-width: 504px;
  padding-top: 84px;
}

.error-page .custom_error_message hr {
  border-color: rgba(255, 255, 255, 0.25);
  margin-top: 36px;
  margin-bottom: 36px;
}

.sharepoint-lyt .advanced-banner-area .heading-text h2 {
  text-transform: none;
  color: #303133;
  font-size: 35px;
  line-height: 1.5;
}
.error-page .custom_error_message a {
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  display: inline-block;
  font-size: 12px;
  padding: 13px 31px 13px 31px !important;
  font-style: normal !important;
  text-align: center;
  vertical-align: middle;
  margin-top: 1px;
  margin-bottom: 1px;
  cursor: pointer;
  background-image: none;
  border: 1px solid;
  border-radius: 2px;
  outline: none;
  font-weight: 600 !important;
  font-family: Poppins !important;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-radius: 10em !important;
  -webkit-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  color: #303133 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}

.error-page .custom_error_message a i {
  position: relative;
  line-height: inherit;
  margin-right: 9px;
  vertical-align: middle;
}

.error-page .hs-search-field form {
  display: block;
  text-align: center;
  margin: 36px auto;
  width: 100%;
  max-width: 600px;
}

.error-page .hs-search-field form input {
  display: block;
  margin: 0 auto;
}

.error-page .custom-form {
  width: 100% !important;
}
.advanced-banner-area .btn-container .fa {
  margin-right: 9px;
}
.azure-layout .advanced-banner-area .btn-container a {
  background-color: transparent !important;
  border-color: #ff0000 !important;
  color: #ff0000 !important;
}
.azure-layout .advanced-banner-area .btn-container a:hover {
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
  color: #ffffff !important;
}
.banner-area.has-banner.type2.type4.with-btns .banner-main-content-inner {
  padding-top: 0;
  padding-right: 72px;
  padding-bottom: 0;
  padding-left: 0;
}
.banner-main-content-wrap {
  padding: 0;
}
.banner-area.has-banner.type2.type4 {
  min-height: 568px;
}
.banner-main-content-wrap {
  padding-top: 84px;
}
.banner-area.has-banner.type2.type4 {
  padding-top: 72px;
}
.banner-area.has-banner.type2.type4 {
  padding-top: 62px;
}
.banner-area.has-banner.type2.type4 {
  min-height: 561px;
}
.banner-area.has-banner.type2.type2.with-btns h5.banner-type3-sub-title {
  line-height: 1.2;
}
.hs-content-id-7610613018 .banner-area.has-banner.type2.with-btns h1.banner-type3-title {
  line-height: 1.2;
  letter-spacing: 0;
}
.our-story-layout .full_width_back .page-center {
  padding-bottom: 72px !important;
  padding-top: 72px !important;
}
.two_col_content_back.both_av  .top_con {
  margin-bottom: 0;
}
.two_col_content_back.both_av  .bottom_con {
  margin-top: 72px;
}
.hs-content-id-7611170508.our-story-layout .full_width_back .margin_72 {
  margin-top: 72px;
}

.hs-content-id-7587654293 .cm-dynamics-crm-webinar-banner-area .hs_cos_wrapper_type_form .hs-button.primary.large {
  transition: none;
  border: 0;
  width: 100%;
}

.hs-content-id-7587654293 .cm-dynamics-crm-webinar-banner-area .hs_cos_wrapper_type_form .hs-button.primary.large:hover {
  background-color: #0066cc;
}
.error-page .custom_error_message a:hover {
  color: #ffffff !important;
  background-color: transparent !important;
  border-color: #ffffff !important;
}
.hs-content-id-7611170508.our-story-layout .full_width_back .content {
  padding-left: 0;
}
.hs-content-id-7611847158.our-story-layout .full_width_back .content {
  padding-left: 0;
}
.microsoft-packages-group-item-inner .uncode_text_column blockquote {
  color: #303133;
}
.blog .blog-sidebar ul.hs-search-field__suggestions li a {
  padding: 5px 20px;
}
.blog .blog-sidebar ul li#results-for {
  padding: 0 20px;
  margin-top: 5px;
}
.isotope-filters ul.menu-smart>li>span>a:hover,
.isotope-filters ul.menu-smart>li>span>a:focus,
.isotope-filters ul.menu-smart>li.active>span>a{
  color: rgba(48,49,51,.5);
}
.our-work-layout .banner-area h1 {
  font-size: 30px;
  line-height: 1.75;
  color: #303133;
}
.our-work-layout .body-container-wrapper {
  padding-top: 0px;
}
.case-studues-title-section .page-center {
  padding-bottom: 72px;
  padding-top: 108px;
}
.heading-text-wrapper {
  text-align: center;
}
.case-studues-title-section h2 {
  margin: 0;
  font-size: 35px;
  letter-spacing: -0.05em;
}
.case-studues-title-section hr {
  margin-bottom: 0;
}
.isotope-post-wrapper .page-center {
  padding: 36px 36px 36px 36px;
}  
.isotope-post-wrapper ul {
  margin: 0;
  line-height: 0px;
}
.isotope-post-wrapper ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: normal;
  direction: ltr;
}
ul.menu-smart:after {
  content: "\00a0";
  display: block;
  height: 0;
  font: 0/0 serif;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
.isotope-filters ul.menu-smart>li>span>a {
  color: #303133;
  display: block;
  position: relative;
  letter-spacing: 0.05em;
}
.isotope-wrapper-item {
  width: 33.33%;
  float: left;
} 
.style-color-xsdn-bg {
  background-color: #ffffff;
}
.case-studues-section {
  background-color: #f7f7f7;
} 
.isotope-container {
  width: auto;
  margin-right: -36px;
} 
body:not(.homepage).t-entry-text-tc h3 {
  font-size: 25px;

} 
p.t-entry-meta {
  margin: 9px 0px 0px 0px;
} 
.tmb .t-entry p.t-entry-meta .t-entry-category {
  text-transform: capitalize;
  display: inline-block;
}
.tmb .t-entry p.t-entry-meta .t-entry-category .cat-comma {
  display: inline;
  padding-right: 3px;
}
.tmb .t-entry p.t-entry-meta .t-entry-category .ft-dot {
  display: inline;
  padding-right: 3px;
}  
.tmb .t-entry p.t-entry-meta a {
  color: #303133;
} 
.tmb .t-entry p.t-entry-meta a:hover{
  color: #ff0000;
} 
p.t-entry-meta .t-entry-category:last-child .ft-dot {
  display: none !important;
}
.style-dark-bg {
  background-color: #141618;
}
.t-entry-visual-overlay-in {
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
.t-entry-visual:hover .t-entry-visual-overlay{
  opacity: 1;
  -webkit-transition-delay: 150ms;
  -moz-transition-delay: 150ms;
  -o-transition-delay: 150ms;
  transition-delay: 150ms;
}
.our-work-layout .logo-gallery-wrapper .slick-arrow {
  display: none !important;
}
.cloud-solutions-offering-item-inner p {
  line-height: 25px;
}
.search-container-inner input[type="text"] {
  padding-right: 36px !IMPORTANT;
}
.hs-content-id-7564917249 .full_width_titl-btn-vido-wrap .page-center {
  padding-top: 108px;
  padding-bottom: 108px;
}
.cm-bredcrmb.row-breadcrumb .hs_cos_wrapper ul li.hs-breadcrumb-menu-item {
  padding: 0;
}

.cm-bredcrmb.row-breadcrumb span.hs-breadcrumb-menu-divider {
  display: none;
}
.blog-post-banner.has-banner .page-center.header-main-container {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  padding-bottom: 0px;
}
.fa-angle-down:before {
  content: "\f107";
}

.header-scrolldown {
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -6px;
  z-index: 100;
  -webkit-transition: -webkit-transform 0.2s ease-in-out, opacity 0.2s linear 0.2s !important;
  -moz-transition: -moz-transform 0.2s ease-in-out, opacity 0.2s linear 0.2s !important;
  -o-transition: -o-transform 0.2s ease-in-out, opacity 0.2s linear 0.2s !important;
  color: #777777;
  transition: -webkit-transform 0.2s ease-in-out,-moz-transform 0.2s ease-in-out,-o-transform 0.2s ease-in-out,transform 0.2s ease-in-out, opacity 0.2s linear 0.2s !important;
}
.header-scrolldown i {
  font-size: 24px;
  cursor: pointer;
  color: #303133;
}

.manage_serlay .depoyment-group-item-inner .uncode_text_column strong {
  color: #303133;
}
.blog-post-wrapper .post-body {
  padding-left: 0;
  padding-right: 0;
  border: 36px;
  border-style: solid;
  border-color: transparent;
  border-top-width: 0px;
  border-bottom-width: 0px;
  background-clip: padding-box;
}
.section-post-body {
  padding: 36px 0;
}
.cm-related-post-wrap {
  padding-top: 36px;
  padding-bottom: 36px;
}
.depoyment-group .heading-text.main-title h1 {
  letter-spacing: normal;
}
.bottom-topic-wrap {
  padding-top: 72px;
}
.section.post-footer {
  max-width: 804px;
  margin: auto;
  padding: 36px 36px 36px 36px;
  padding-bottom: 72px;
}
#comments-listing {
  margin: 0;
  border: 0;
}
.section.post-footer .hs-button.primary,
.section.post-footer input[type="submit"] {
  background-color: #f7f7f7 !important;
  border-radius: 0;
  border-color: #eaeaea !important;
  padding: 13px 31px 13px 31px;
  color: #303133 !important;
}
.hs-content-id-7516976435 .first-line-workers-group-title .heading-text h2 {
  letter-spacing: 0;
}
.bottom-pagination nav.post-navigation ul.navigation span.btn-container a.cm-pagination {
  padding: 1px 21px;
}
a.btn-disable-hover {
  color: #999999 !important;
  cursor: auto !important;
}
.blog-postsocial ul li {
  margin: 0;
}
.isotope-wrapper .t-entry-text-tc h3 {
  font-size: 25px;
}
.isotope-wrapper .t-entry-visual {
  border-radius: 0;
}
.portfolio-detail-page .body-container-wrapper {
  padding: 0;
}

.share-button.share-inline .social.top li[class*=facebook]:hover:before,
.share-button.share-inline .social.top li[class*=facebook]:focus:before {
  color: #3b5998;
}
.share-button.share-inline .social.top li[class*=twitter]:hover:before,
.share-button.share-inline .social.top li[class*=twitter]:focus:before {
  color: #3b8aca;
}
.share-button.share-inline .social.top li[class*=gplus]:hover:before,
.share-button.share-inline .social.top li[class*=gplus]:focus:before {
  color: #d7473d;
}
.share-button.share-inline .social.top li[class*=pinterest]:hover:before,
.share-button.share-inline .social.top li[class*=pinterest]:focus:before {
  color: #c5142b;
}
.share-button.share-inline .social.top li[class*=linkedin]:hover:before,
.share-button.share-inline .social.top li[class*=linkedin]:focus:before {
  color: #2c8cc0;
}
.share-button.share-inline .social.top li[class*=xing]:hover:before,
.share-button.share-inline .social.top li[class*=xing]:focus:before {
  color: #126567;
}
.share-button.share-inline .social.top li[class*=paper-plane]:hover:before,
.share-button.share-inline .social.top li[class*=paper-plane]:focus:before {
  color: #999;
}
.pagination .page-next,
.navigation .page-next {
  width: 33.33333%;
  border: 0px;
  text-align: right;
}
.navigation > li {
  margin-top: 0;
  display: table-cell;
}
.pagination .page-prev .cm-pagination span, 
.navigation .page-prev .cm-pagination span {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.2s;
  -moz-transition: -moz-transform 0.2s;
  -o-transition: -o-transform 0.2s;
  transition: -webkit-transform 0.2s,-moz-transform 0.2s,-o-transform 0.2s,transform 0.2s;
}
.pagination .page-next .cm-pagination span,
.navigation .page-next .cm-pagination span {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.2s;
  -moz-transition: -moz-transform 0.2s;
  -o-transition: -o-transform 0.2s;
  transition: -webkit-transform 0.2s,-moz-transform 0.2s,-o-transform 0.2s,transform 0.2s;
}
.pagination .page-next .cm-pagination span:hover,
.navigation .page-next .cm-pagination span:hover {
  -webkit-transform: translateX(4px);
  -moz-transform: translateX(4px);
  -o-transform: translateX(4px);
  -ms-transform: translateX(4px);
  transform: translateX(4px);
}
.pagination .page-prev .cm-pagination span:hover, 
.navigation .page-prev .cm-pagination span:hover {
  -webkit-transform: translateX(-4px);
  -moz-transform: translateX(-4px);
  -o-transform: translateX(-4px);
  -ms-transform: translateX(-4px);
  transform: translateX(-4px);
}
.navigation .page-prev .cm-pagination.btn-disable-hover span:hover {
  transform: none !important;
}
.navigation .page-next .cm-pagination.btn-disable-hover span:hover {
  transform: none !important;
}

.sharepoint-lyt .advanced-bottom-section.custom-2 .row-fluid {
  padding-top: 0;
}

.portfolio-details-wrapper .post-share {
  border-top: 1px solid #eaeaea;
}  
.hs-content-id-7513599842 .portfolio-image-wrapper-dummy,
.hs-content-id-7513600688 .portfolio-image-wrapper-dummy{
  padding-top: 50% !important;
}
.hs-content-id-7567210964 .banner-area-3-title h2 {
  color: #169bb9;
}
.banner-area h1 span {
  display: block;
}
.homepage .cloud-solutions-offering-slider:hover ul.slick-dots {
  bottom: -70px;
}
.hs-content-id-7562898296 .two_col_content_back .title {
  max-width: 100%;
}
.hs-content-id-7562897824 .two_col_content_back .title {
  max-width: 100%;
}
.hs-content-id-7544741903 .banner-area.has-banner.type2 .banner-image {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}
.hs-content-id-7544741903 .banner-area.has-banner.type2 {
  padding-top: 84px;
}
.slider-group-title h2 {
  line-height: 1.3;
}
.full-width-content-with-btn-inner h2 {
  text-transform: capitalize;
}
.hs-content-id-7544741903  .full-width-content-with-btn-inner .btn-container {
  margin-top: 36px;
}

.slider-group {
  overflow: hidden;
}
.hs-content-id-7546275344 .advanced-bottom-section.custom-2 .advanced-item h2 {
  font-size: 16px;
  padding-bottom: 9px;
  color: #169bb9;
}

.hs-content-id-7562897555.sharepoint-lyt .banner-area.has-banner.type2 {
  height: 55.1vh;
  padding-top: 84px;
}
.hs-content-id-7562897555.sharepoint-lyt .two_col_content_back .max_sec .title {
  max-width: 100%;
}
.hs-content-id-7562897555 .first-line-workers-group-title .heading-text h2 {
  line-height: 1.2;
}
.cloud-solutions-offering-slider-title hr {
  margin-bottom: 0;
}
.hs-content-id-7562897555 .advanced-banner-area {
  height: 60vh;
}
.advanced-item ul {
  margin-top: 0;
}
.hs-content-id-7562897555 .advanced-content-group.no-sec-head .advanced-top-section {
  padding-bottom: 0;
  max-width: 100%;
}
.hs-content-id-7562897555.sharepoint-lyt .advanced-bottom-section.custom-3 .row-fluid {
  padding-top: 32px;
}
.hs-content-id-7564735018 .full_width_convideo .page-center h2 {
  color: #ff0000;
}
.hs-content-id-7564735018 .full_width_convideo .page-center h2:after {
  display:none;
}
.hs-content-id-7564735018 .full_width_convideo .middle_con {
  margin-top: 36px;
  text-align: center;
}
.hs-content-id-7564735018 .full_width_convideo .middle_video {
  margin-top: 36px;
}
.hs-content-id-7562897824 .cloud-solutions-offering-item-inner {
  padding-top: 0;
}
.hs-content-id-7562898296 .cloud-solutions-offering-slider-title h2 {
  letter-spacing: -0.05em;
  padding: 0 36px;
}
.hs-content-id-7513600611 .portfolio-image-wrapper-dummy {
  padding-top: 50% !important;
}
.two_col_content_back .max_5  strong {
  color: #303133;
}
.legal_lay .advanced-content-group .btn-container a {
  font-size: 12px !important;
  padding: 13px 31px 13px 31px !important;
}
.case-studies-slider .btn-container a {
  padding: 9px 25px 9px 25px !important;
}
.banner-area-3 {
  position: relative;
  overflow: hidden;
}
.hs-content-id-7567210964 .banner-area-3 {
  height: 60vh;
}
.banner-area-3 .banner-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.hs-content-id-7567210964 .two_col_content_back .max_sec .title {
  max-width: 100%;
}
.hs-content-id-7567210964 .two_col_content_back .max_sec .title h2 {
  letter-spacing: 0;
}
.hs-content-id-7567210964 .full_width_convideo .title h2 {
  color: #ff0000;
}

.hs-content-id-7567210964 .full_width_convideo .title h2:after {
  display:none;
}
.hs-content-id-7567210964 .full_width_convideo .middle_con {
  margin-top: 36px;
  text-align: center;
}
.hs-content-id-7567210964 .full_width_convideo .middle_video {
  margin-top: 36px;
}
.hs-content-id-7564341845 .banner-area-3 {
  height: 60vh;
  min-height: 442px;
}
.hs-content-id-7564341845 .banner-area-3-title h2 {
  color: #169bb9;
}
.hs-content-id-7539143414 .cm-section-header-content h2 {
  letter-spacing: 0;
}
.hs-content-id-7544307045 .banner-area.has-banner.type2 .banner-image {
  height: 100%;
  background-position: center center;
  background-size: cover;
}
.hs-content-id-7544307045 .two_col_content_back .title {
  max-width: 100%;
}
.our-story-layout  .logo-gallery-wrapper .slick-arrow {
  height: 65px;
}
.our-story-layout .logo-gallery-wrapper .slick-arrow:after{
  line-height: 65px;
}
.custom-footer .hs-error-msgs label {
  font-size: 13px;
}
.banner-area-type5 .type5banner-content .row-inner {
  margin-left: 0;
}

.banner-area-type5 .type5banner-content .row-inner .type5-content-inner {
  padding-left: 0;
}

.offer-lyt  div#hs_cos_wrapper_widget_1550132238994 .full_width_back .title {
  max-width: 100%;
}
.hs-content-id-7564735018 .banner-area.has-banner.type2 .banner-image {
  background-position: center center;
  background-size: cover;
  height: 100%;
}


.two_col_rightform ul.hs-error-msgs.inputs-list  li,
.web-full-width-content-form ul.hs-error-msgs.inputs-list li{
  margin-top: 0;
}

.two_col_rightform ul.hs-error-msgs.inputs-list li label ,
.web-full-width-content-form ul.hs-error-msgs.inputs-list li label {
  margin: 0;
}



.custom-logo-offer-ast {
  position: relative;
  z-index: 1;
}

.azure-assment-banner-area .hs-error-msgs label,
.web-full-width-content-form  .hs-error-msgs label{
  color: #e12627;
  font-weight: 400;
  font-family: Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-size: 13px;
  line-height: 19px;
  margin: 5px 0 0;
  display: inline-block;
}

.custom-footer-for-azure-asst a:hover {
  text-decoration: underline;
}


.azure-assment-banner-area .page-center .right-col form .hs-button.primary.large {
  transition: none;
}


.azure-assment-banner-area div#element-18 {
  width: 416px;
  left: 0;
  top: 130px;
  z-index: 7;
  position: absolute;
}
#element-18 img {
  width: 416px;
  vertical-align: top;
  border: 0;
}

.azure-assment-banner-area .page-center .right-col form:after {
  content: "";
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block; 
  height: 100%;
  width: 100%;
  z-index: 10;
}

.azure-assment-banner-area  .hs-button,.azure-assment-banner-area ul.hs-error-msgs.inputs-list  {
  position: relative;
  z-index: 11;
}
.hs-content-id-7610613018 .full_width_convideo a {
  color: #169bb9;
}

.footer-search ul li {
  padding: 0 15px;
  margin-top: 10px;
}
.featured-blog-item-inner p.t-entry-meta {
  margin: 0;
}
.subscription-bottom-content .hs_email.hs-email input:focus {
  border-color: #ff0000;
}

.custom-footer-dynamics-crm-webinar a:hover {
  text-decoration: underline;
}
.hs-content-id-7605968868 .cm-offer-windows-10-compa .cm-form-wrap .hs_cos_wrapper_type_form .hs-button.primary.large {
  width: 100%;
  box-sizing: border-box;
  min-height: 59px;
}
.custom-menu-primary .hs-menu-wrapper > ul li .fa-dropdown {
  font-weight: 600;
}
.three-col-icon-content .row-fluid {
  width: auto;
}

.header-scrolldown:hover {
  -webkit-transform: translateY(3px);
  -moz-transform: translateY(3px);
  -o-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
  opacity: .8 !important;
}

html, body.blog {
  overflow-x: hidden;
}

.hs-content-id-7545502917 .banner-area.has-banner.type2 .banner-image {
  height: 100%;
  background-position: center center;
  background-size: cover;
}

.hs-content-id-7546275344 .banner-area.has-banner.type2 .banner-image {
  background-position: center center;
  background-size: cover;
  height: 100%;
}

.hs-content-id-7567629046    .advanced-banner-area {
  height: 60vh;
}

.hs-content-id-7567629046 .advanced-banner-image-inner{
  max-width: 30%;
}

.two_col_rightform .hs-button{
  transition:none !important;
}

.hs-content-id-7519148920 div#hs_cos_wrapper_widget_1549875368807 .first_form .max_5.con .inner {
  text-align: left;
}


.hs-content-id-7562897824 .banner-area.has-banner.type2 .banner-image {
  background-position: center center;
  background-size: cover;
  height: 100%;
}

.share-button.share-inline .social.top li a {
  position: absolute;
  z-index: 2;
  width: 24px;
  height: 24px;
  line-height: 24px;
  left: 0;
}


.hs-content-id-7513542439 .portfolio-image-wrapper-dummy {
  padding-top: 50% !important;
}
#back-to-top {
  z-index: 100;
  position: fixed;
  right: 22px;
  bottom: 22px;
  cursor: pointer;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
#back-to-top i {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border: 2px solid #c0c0c0;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  -webkit-backface-visibility: hidden;
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
  border-radius: 2px;
  width: 2em;
  height: 2em;
  line-height: 2em;
  color: #ffffff !important;
  background-color: #303133 !important;
  border-color: #303133 !important;
  text-align: center;
}
#back-to-top:hover {
  opacity: .8;
}
.fw-layout.hs-content-id-7604961956 .icn-contet-top-sec .heading-text.el-text h2 {
  text-transform: capitalize;
}

.securely-migrated-web .body-container-wrapper {
  padding: 0;
}

.free-demand-webinar {
  position: relative;
  min-height: 625px;
}

.free-demand-webinar .color-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  margin: 0 auto;
  background-color: #464646;
  opacity: 0.9;
  display: block;
}

.free-demand-webinar .border-holderr {
  background-color: #f0f3f5;
  background-repeat: repeat;
  background-position: 50% 50%;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  width: auto;
  border-width: 0;
  border-top-width: 0px;
  border-bottom-width: 0px;
  min-height: 625px;
}

.free-demand-webinar .top-content h1 {
  margin: 0;
  line-height: 46px;
  font-size: 33px;
  font-family: Roboto;
  -webkit-font-smoothing: initial;
  color: #fff;
}

.free-demand-webinar .top-content {
  text-align: center;
  padding-top: 62px;
}

.free-demand-webinar .top-content h1 span {
  color: rgb(251, 225, 0);
}

.free-demand-webinar .top-content p {
  font-family: Roboto;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  margin: 0;
  color: #fff;
  padding-top: 7px;
}

.free-demand-webinar .top-content p span {
  color: rgb(251, 225, 0);
  font-style: italic;
}

.free-demand-webinar .row-fluid>div {
  width: calc(100% - 60.2%);
  float: left;
}

.free-demand-webinar .row-fluid {
  padding-top: 70px;
}

.video_wrapper.contents {
  height: 100%;
  width: 100%;
}

.free-demand-webinar .video_wrapper.contents iframe.youtube_object {
  width: 100%;
  height: 357px;
}

.free-demand-webinar .row-fluid>div.left-web-sec {
  width: 60.2%;
}

.right-web-sec form {
  background-color: #ffffff;
  border: 1px solid #f9f9f9;
  border-radius: 4px 4px 4px 4px;
  padding: 0 27px;
  padding-bottom: 10px;
}

.right-web-sec .form-title {
  display: none;
}

.right-web-sec {
  padding-left: 49px;
  margin-top: -21px;
}

.right-web-sec form .hs-richtext {
  text-align: center;
  margin: 0 -20px;
  padding-top: 30px;
  padding-bottom: 14px;
}

.right-web-sec form .hs-richtext h4 {
  color: rgb(22, 155, 185);
  font-family: Roboto;
  font-size: 20px;
  line-height: 1;
  margin: 0;
}

.right-web-sec form .hs-richtext p {
  font-size: 16px;
  line-height: 22px;
  font-family: Roboto;
  color: #000;
  font-weight: bold;
  margin: 0;
  padding-top: 10px;
}

.right-web-sec form .hs-form-field > label {
  display: none;
}

.right-web-sec form .input input {
  border: 1px solid #d2d2d2;
  border-radius: 3px;
  box-sizing: border-box;
  font-size: 15px;
  height: 43px;
  line-height: 19px;
  margin: 8px 0 16px;
  padding: 9px 10px 10px !important;
  color: #000000;
  background-color: #ffffff;
  font-family: Roboto;
  width: 100% !important;
  display: block;
}

.right-web-sec form .hs-form-field {
  margin: 0;
}

.right-web-sec form input.hs-button.primary.large {
  font: 700 13px/100% Arial,Helvetica,Liberation Sans,FreeSans,sans-serif;
  text-align: center;
  padding: 0;
  vertical-align: middle;
  background-color: #fbe100;
  color: #000000;
  line-height: 19px;
  font-size: 16px;
  font-weight: 700;
  font-family: Montserrat;
  border-radius: 4px;
  border: 0;
  text-transform: none;
  width: 100%;
  padding: 14px 0;
  letter-spacing: 0;
  margin: 0;
}

.right-web-sec form input.hs-button.primary.large:hover {
  background-color: #464646;
}

.azure-two-col-left-img {
  background-color: #2a2a2a;
  padding-top: 87px;
  clear: both;
  overflow: hidden;
}

.azure-two-col-left-img .azure-left-sec {
  width: 48.6%;
  float: left;
  text-align: center;
  padding-top: 1px;
}

.azure-two-col-left-img .azure-right-sec {
  width: 40%;
  float: left;
  margin-left: -71px;
  padding-top: 1px;
}

.cropped-img1 {
  background-position: -361px -97px;
  width: 288px;
  height: 88px;
  background-size: 660px 324px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.cropped-img2 {
  background-position: -18px -28px;
  width: 288px;
  height: 221px;
  background-size: 582px 285px;
  margin: 0 auto;
}

.azure-right-sec h4 {
  color: rgb(251, 225, 0);
  margin: 0;
  -webkit-font-smoothing: initial;
  font-family: Roboto;
  font-size: 18px;
  line-height: 29px;
  font-weight: 400;
}

.azure-right-sec p {
  font-family: Roboto;
  font-size: 18px;
  line-height: 29px;
  margin: 0;
  color: #fff;
  padding-bottom: 29px;
}

.custom-azure-btn-sec {
  clear: both;
}

.custom-azure-btn-sec a.azure-btn {
  font: 700 13px/100% Arial,Helvetica,Liberation Sans,FreeSans,sans-serif;
  text-align: center;
  vertical-align: middle;
  background-color: #fbe100;
  color: #000000;
  line-height: 19px;
  font-size: 16px;
  font-weight: 700;
  font-family: Montserrat;
  border-radius: 4px;
  border: 0;
  text-transform: none;
  padding: 14px 32px;
  letter-spacing: 0;
  margin: 0;
  display: inline-block;
}

.securely-zure-footer {
  background-color: #f0f0f0;
  text-align: center;
  padding-bottom: 14px;
  padding-top: 22px;
}

.securely-zure-copyright p {
  font-family: Roboto;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  color: #000;
  font-weight: 400;
}

.securely-zure-copyright p a {
  color: #000;
  padding: 0 3px;
}

.securely-zure-copyright p a:hover {
  text-decoration: underline;
}

.securely-zure-copyright p a:first-of-type {
  padding-left: 0;
}

.securely-zure-copyright img {
  margin-bottom: 8px;
}

.azure-two-col-left-img {
  padding-bottom: 70px;
}

.custom-azure-btn-sec a.azure-btn:hover {
  background-color: #ead313;
}

.azure-right-sec {
  width: 47% !important;
}

.custom-azure-btn-sec {
  padding-top: 29px;
  text-align:center;
}
.microsoft-calling-plans-webinar-banner-content .hs_error_rollup {
  display: none;
}
.microsoft-calling-plans-webinar-banner-form {
  height: auto;
}
.microsoft-calling-plans-webinar form.hs-form .hs-form-field ul.inputs-list li {
  margin-top: 0px !important;
}
.microsoft-calling-plans-webinar form.hs-form .hs-form-field ul.inputs-list {
  margin: 0 !important;
}
.microsoft-calling-plans-webinar form.hs-form .hs-form-field ul.inputs-list {
  font-size: 0;
  line-height: 0;
}

.search-result-page ul.hs-search-results__listing {
  padding: 72px 36px;
}
.search-result-page ul.hs-search-results__listing > li {
  width: 16.6666%;
  float: left;
  padding-right: 36px;
}
.search-result-page ul.hs-search-results__listing > li .search-result-wrapper {
  padding: 36px 36px 36px 36px;
  border: 1px solid #eaeaea;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
}
.search-result-page ul.hs-search-results__listing > li .search-result-wrapper > a {
  color: #303133;
  font-weight: 600;
  font-family: Poppins;
  font-size: 14px;
  line-height: 1.2;
}
.search-result-page ul.hs-search-results__listing > li {
  line-height: 1;
}
.search-result-page ul.hs-search-results__listing > li .search-result-wrapper > p {
  margin: 9px 0px 0px 0px;
  color: #777777;
}
.search-result-page ul.hs-search-results__listing > li .search-result-wrapper > p:before {
  content: "";
  border-top: 1px solid #eaeaea;
  display: block;
  margin-top: 18px;
  margin-bottom: 18px;
}
.search-result-page ul.hs-search-results__listing > li {
  margin-bottom: 36px;
}
.search-result-page .banner-area {
  background-color: #777777;
}
.search-result-page .banner-area h1 {
  font-size: 35px;
  line-height: .85;
  letter-spacing: -0.02em;
  color: #ffffff;
}
.search-result-page .header-scrolldown i {
  color: #ffffff;
}
.search-result-page .custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color: #ffffff;
}
.search-result-page .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
  color: rgba(255,255,255,.5) !important;
}
.cm-bredcrmb.row-breadcrumb .hs_cos_wrapper ul li a:hover {
  color: #ff0000;
}
.search-result-page  .mobile-menu-button .lines,
.search-result-page  .mobile-menu-button .lines:before,
.search-result-page  .mobile-menu-button .lines:after {
  background: #ffffff;
}

.search-result-page.menu-open .mobile-menu-button .lines:before,
.search-result-page.menu-open .mobile-menu-button .lines:after{
  background: #303133;
}

.scroll-header.search-result-page .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    color: #303133;
}
.scroll-header.search-result-page .mobile-menu-button .lines,
.scroll-header.search-result-page .mobile-menu-button .lines:before,
.scroll-header.search-result-page .mobile-menu-button .lines:after{
background: #303133;
}
.hs-search-results__pagination {
    float: left;
    width: 100%;
    outline-color: #eaeaea;
    background-color: #f7f7f7;
    padding: 27px 36px 27px 36px;
}
.search-result-page .body-container-wrapper {
    padding-bottom: 0;
}
.hs-search-results__pagination a {
    color: #303133;
}
.hs-search-results__pagination a:hover{
    color: #ff0000;
}
.search-result-page ul.hs-search-results__listing > li:nth-child(6n+1) {
    clear: left;
}
.search-result-page .custom-form {
    padding-left: 36px;
    padding-right: 36px;
}
.hs-inline-edit .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_menu {
    HEIGHT: 100%;
}
/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */
@media (min-height:700px){
  .advanced-banner-area {
    padding-top: 84px;
  }
}




/* =============== Screen sizes smaller than .page-center =============== */
@media (min-width:768px){
  .share_lay .land_full_sec h3 {
    font-size: 20px;
    line-height: 28px;
  }
  .button-box {
    border-left: 0;
}

.availabel-grouop-item:nth-child(2) .button-box {
    border-left: 0;
}
  .microsoft-calling-plans-webinar .cm-webnair-grp-wrap .cm-item-grp-wrap {
    margin: 0 -15px;
    width: auto;
  }

  .share_lay .land_full_sec {
    padding: 35.5px 15px;
  }
}
@media (max-width: 1699px) {
  .advanced-content-group .page-center {
    padding-top: 72px !important;
    padding-bottom: 72px;
  }
  .two_col_content_back .max_sec {
    padding-bottom: 72px;
    padding-top: 72px;
  }
  .tech_gr .page-center {
    padding-top: 72px;
  }
  .case-studues-title-section .page-center {
    padding-top: 72px !important;
  }
  .bottom-form-section .page-center {
    padding-bottom: 72px;
    padding-top: 72px;
  }
  .full_width_convideo .page-center {
    padding-bottom: 72px;
    padding-top: 72px;
  }
  .featured-blogs-group .page-center {
    padding-bottom: 72px;
    padding-top: 72px;
  }

  .subscription-form .page-center {
    padding-bottom: 72px;
    padding-top: 72px;
  }

  .subscription-inner {
    margin-bottom: 27px;
  }

  .flipping-content-group .page-center {
    padding-bottom: 10px;
    padding-top: 72px;
  }

  .flipping-content-group .row-container .row-inner .flipping-item:last-of-type {
    margin-bottom: 0;
  }

  .fw-row2 .page-center {
    padding-bottom: 72px;
    padding-top: 72px;
  }

  .cm-full-width-content .heading-text {
    margin: 0;
  }

  .fw-layout .advanced-content-group .page-center {
    padding-bottom: 72px;
  }

  .cm-full-width-content {
    margin-bottom: 18px;
  }

  .fw-layout .advanced-top-section {
    padding-bottom: 17px;
  }

  .cm-full-width-title-with-content .page-center {
    padding-bottom: 72px;
    padding-top: 72px;
  }
  .hs-content-id-7564917249 .full_width_titl-btn-vido-wrap .page-center {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}

@media (max-width: 1499px) {
  body.two-column-equal-lay .page-center.content-wrapper {
    padding-bottom: 54px;
    padding-top: 54px;
  }
  .fw-layout .advanced-content-group .page-center {
    padding-bottom: 54px;
  }
  .hs-content-id-7564917249 .full_width_titl-btn-vido-wrap .page-center {
    padding-top: 54px;
    padding-bottom: 54px;
  }
  .tech_gr .page-center {
    padding-top: 54px;
  }
  .advanced-content-group .page-center {
    padding-top: 54px !important;
    padding-bottom: 54px;
  }
  .cm-full-width-title-with-content .page-center {
    padding-top: 54px;
    padding-bottom: 54px;
  }
  .product-for-firstline-workers .page-center {
    padding-bottom: 54px;
  }
  .cm-section-header .page-center {
    padding-bottom: 54px;
    padding-top: 54px;
  }
  .first-line-workers-group .page-center {
    padding-bottom: 54px;
    padding-top: 72px;
  }
  .product-heaping-feature-group .page-center {
    padding-bottom: 54px;
  }
  .product-benifit-group .page-center {
    padding-bottom: 54px;
  }
  .bottom-form-section .page-center {
    padding-top: 54px;
    padding-bottom: 54px;
  }
  .two_col_content_back .max_sec {
    padding-bottom: 54px;
    padding-top: 54px;
  } 
  .one-col-content-group .page-center {
    padding-bottom: 54px;
    padding-top: 54px;
  }
  .depoyment-group .page-center {
    padding-bottom: 54px;
  }
  .microsoft-packages-group .page-center {
    padding-bottom: 54px;
  }  

  .featured-blogs-group .page-center {
    padding-bottom: 54px;
    padding-top: 54px;
  }

  .subscription-form .page-center {
    padding-bottom: 54px;
    padding-top: 54px;
  }

  .flipping-content-group .page-center {
    padding-top: 54px;
  }

  .fw-row2 .page-center {
    padding-bottom: 54px;
    padding-top: 54px;
  }
  .what-next-group .page-center {
    padding-bottom: 54px;
    padding-top: 54px;
  }
  .case-studues-title-section .page-center {
    padding-top: 54px !important;
  }
  .search-result-page ul.hs-search-results__listing > li{
    width:25%;
  }
.search-result-page ul.hs-search-results__listing > li:nth-child(4n+1) {
    clear: left;
}
  .search-result-page ul.hs-search-results__listing > li:nth-child(6n+1){
  clear: none;
  }

}

@media (max-width: 1050px)  {

  .isotope-wrapper-item {
    width: 50%;
  }  

  .free-demand-webinar .border-holderr {
    padding: 0 15px 15px;
  }

  .azure-two-col-left-img .azure-right-sec {
    margin-left: 0;
  }
  .search-result-page ul.hs-search-results__listing > li{
    width:33.33%;
  }
  .search-result-page ul.hs-search-results__listing > li:nth-child(3n+1) {
    clear: left;
}
  .search-result-page ul.hs-search-results__listing > li:nth-child(4n+1) {
  clear: none;
  } 

}


@media (max-width:1039px){
  .web-full-width-content-form {
    padding-bottom: 60px;
  }
}

@media(max-width:1000px){

  .azure-assment-banner-area .page-center .left-col {
    height: auto;
    width: 100%;
    left: 0;
    top: 0;
    position: relative;
    padding: 15px;
    z-index:99;
  }
  .azure-assment-banner-area .page-center .right-col {
    height: auto;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    position: static;
    background: #fff;
    padding: 40px 20px;
    margin-top: 20px;
  }
  .azure-assment-banner-area .page-center .left-col h1 {
    padding-top: 0px;
  }
  .azure-assment-banner-area {
    padding: 20px;
  }
}
@media (max-width: 991px)  and (min-width:768px){
  .tech_gr .row .max_4 {
    width: 50%;
  }
  .tech_gr .row .max_4:nth-child(n+3) {
    margin-top: 50px;
  }
}
@media(max-width:964px){
  .logo-gallery-wrapper .slick-arrow {
    display: inline-block !important;
    height: 90px;
    width: 36px;
    top: 0;
    background-color: rgba(0, 0, 0, 0.1);
    cursor: pointer;
    text-align: center;
    transform: none !important;
    -webkit-border-radius: 2px 0 0 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px 0 0 2px;
    -moz-background-clip: padding;
    border-radius: 2px 0 0 2px;
    background-clip: padding-box;
    color: #ffffff !important;
    background-color: #303133 !important;
    border-color: #303133 !important;
    z-index: 9;
    font-size: 0;
  }

  .logo-gallery-wrapper .slick-arrow:before {
    content: none;
  }

  .logo-gallery-wrapper .slick-arrow.slick-prev {
    left: 0;
    -webkit-transition: margin-left 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: margin-left 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: margin-left 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: margin-left 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }

  .logo-gallery-wrapper .slick-arrow.slick-next {
    right: 0;
  }

  .logo-gallery-wrapper .slick-arrow:after {
    font-family: 'uncodeicon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 1.28571429em;
    text-align: center;
    display: inline-block;
    font-size: 21px;
    position: relative;
    top: 0;
    text-indent: 1px;
    line-height: 90px;
  }

  .logo-gallery-wrapper .slick-arrow.slick-prev:after {
    content: "\f104";
  }

  .logo-gallery-wrapper .slick-arrow.slick-next:after {
    content: "\f105";
  }

  .logo-gallery-wrapper ul.slick-dots {
    display: none !important;
  }
}

@media (min-width: 960px){
  .two_col_content_back .max_5 {
    padding-left: 72px;
  }

  .hs-content-id-7611847158.our-story-layout .full_width_back .content {
    max-width: 70%;
  }
  .advanced-bottom-section .row-fluid {
    margin-left: -72px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul ul {

    margin-left: 1px;
  }
  .hs-content-id-7544741903 .first-line-workers-group-inner {
    max-width: 696px;
    margin: 0 auto;
  }
  .blog-content {
    width: 75% !important;
  }
  .blog-sidebar {
    width: 25% !important;
  }  
  .hs-content-id-7545502917 .first-line-workers-group-inner {
    max-width: 696px;
    margin: 0 auto;
  }
  .hs-content-id-7544741903 .slider-group-item-inner {
    padding-left: 72px;
  }
  .hs-content-id-7544741903 .slider-group-wrapper {
    margin-left: -72px !important;
  }

  .flipping-content-group .page-center {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
  .flipping-content-group .cm-row-inner {
    margin-left: -18px;
    margin-right: -18px;
  }

  .icn-contet-btm-sec.cm-2 .icon-content-item {
    width: 50%;
  }
}

@media (max-width: 1080px) and (min-width: 960px) {
  .custom-logo {
    padding-right: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul {
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    padding: 0px 5px 0px 10px;
  }
}
@media (max-width: 991px) {
  .two-col_btnwrap_item {
    max-width: 100%;
  }

  .two-col_btnwrap .max_5 {
    padding: 0 15px;
  }

  .two-col_btnwrap .max_5:first-child {
    padding-left: 0;
  }

  .two-col_btnwrap .max_5:last-child {
    padding-right: 0;
  }
}

@media (max-width: 959px) {

  .three-col-icon-content .row-fluid {
    margin-left: 0;
  }
  .search-result-page ul.hs-search-results__listing > li{
    width:50%;
  }
  .search-result-page ul.hs-search-results__listing > li:nth-child(2n+1) {
    clear: left;
}
  .search-result-page ul.hs-search-results__listing > li:nth-child(3n+1){
  clear: none;
  }

  .fw-layout.offer-lyt.hs-content-id-7587334500 .banner-area.has-banner.type2 .banner-main-content-inner h1 {
    font-size: 33.333333333333px;
  }
  .hs-content-id-7610612973 .advanced-bottom-section.custom-3 {
    padding-top: 54px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li.hs-item-has-children > a {
    letter-spacing: 0.05em;
  }
  .azure-assment-banner-area .page-center .right-col form:after {
    display: none;
  }
  .hs-content-id-7545974262.hs-site-page .hs_cos_wrapper_type_form .hs-button.primary.large {
    width: 100%;
  }
  .full_width_convideo .inner {
    max-width: 100%;
  }
  .hs-content-id-7610613477 .banner-area.has-banner.type2 .banner-main-content-inner {
    padding-left: 0;
    padding-right: 0;
  }
  .azure-assment-banner-area div#element-18 {
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul {
    padding-left: 5px;
  } 
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    color: #ffffff !important;
}

  .icn-contet-btm-sec .row-fluid {
    margin-left: 0;
  }
  .blog-post-wrapper .post-body {
    max-width: 100%;
    border: 0;
  }
  .cm-career-lay.page-without-banner .span12.widget-span.widget-type-cell.header-group {
    min-height: 73.2px !important;
  }
  .portfolio-details-wrapper .portfolio-details-image-wrapper {
    padding-bottom: 72px;
  }
  .hs-content-id-7567210964.sharepoint-lyt .advanced-banner-image-inner{
    max-width:100% !important;
  }
  .cloud-solutions-offering-item-inner {
    min-height: auto;
  }
  .portfolio-details-wrapper .portfolio-details-content-wrapper {
    padding-top: 36px;
    padding-left: 0;
  }
  .advanced-bottom-section.custom-2 {
    margin-top: 54px;
  } 
  .offer_daylay div#hs_cos_wrapper_widget_1550213875788 .advanced-item:first-of-type > .advanced-item-inner {
    max-width: 100%;
  }
  .hs-content-id-7611170508.our-story-layout .full_width_back .margin_72 {
    margin-top:54px;
  }
  .cm-bredcrmb.row-breadcrumb .hs_cos_wrapper {
    float: none;
    text-align: center;
    width: 100%;
  }

  .cm-bredcrmb.row-breadcrumb .breadcrumb-title.h5.text-bold {
    display: block;
    float: none;
    text-align: center;
  }

  .cm-bredcrmb.row-breadcrumb .hs_cos_wrapper ul li {
    float: none;
  }

  .cm-bredcrmb.row-breadcrumb .hs_cos_wrapper ul {
    margin-top: 10px;
  }
  .header-container .hs-search-field--open .hs-search-field__suggestions > li#results-for {
    padding: 5px 40px;
    color: #fff;
  }
  .banner-image {
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -o-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    height: 100% !important;
  }
  .our-story-layout .microsoft-packages-group-item {
    width: 100%;
  }
  .our-story-layout .microsoft-packages-group  .cm-row-inner {
    margin-left: 0;
  }  
  .two_col_content_back.both_av  .bottom_con {
    margin-top: 54px;
  } 
  .advanced-bottom-section .advanced-item {
    padding-left: 36px;
  }
  .indus_lay .banner-area.has-banner.type2,
  .services_lay .banner-area.has-banner.type2 .banner-image{
    padding-top: 47px;
  }
  .microsoft-packages-group-item-inner .uncode_text_column blockquote {
    margin-bottom: 0;
  }
  .indus_lay .banner-area.has-banner.type2 .banner-main-content-inner {
    padding-left: 0;
    padding-right: 0;
  } 
  .custom-menu-primary {
    min-height: auto !important;
  }
  .page-without-banner .custom-header {
    border-bottom: 1px solid rgba(234,234,234,0.5);
  }  
  .indus_lay .advanced-content-group .content-sec-bar {
    margin-top: 54px;
  }
  .custom-footer .search-container-inner ::placeholder{
    color: #fff !important;
  }
  .cm-two-column-eql-wrap {
    padding-top: 54px;
  }
  .banner-area.has-banner.type2.with-btns .banner-main-content {
    text-align: center;
  }
  .blog-post-banner.has-banner .page-center.header-main-container h1.header-title{
    font-size: 50px;
  }

  .fw-layout.offer-lyt.hs-content-id-7587334500 .banner-area.has-banner.type2 .banner-main-content-inner h2 {
    line-height: 1.5;
  }
  .sharepoint-lyt .advanced-bottom-section.custom-3 .row-fluid {
    margin-left: 0;
  }
  .fw-layout.offer-lyt.hs-content-id-7587334500.offer-lyt .full_width_back .title {
    max-width: 100%;
  }
  .banner-area.has-banner.type2 {
    height: 484px;
    padding-top: 0;
  }
  .full_width_titl-btn-vido-wrap .title-wrap {
    margin-bottom: 54px;
  }
  .full_width_titl-btn-vido-wrap .middle_video {
    margin-top: 54px;
  }
  .banner-area.has-banner.type2 .banner-image {
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -o-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    height: 100% !important;
  } 
  .hs-content-id-7587334500 .icon-content-sec-group .icn-contet-btm-sec.cm-4, .hs-content-id-7587334500 .icon-content-sec-group .icn-contet-top-sec {
    max-width: 100%;
  }

  .icon-contnt-bottom {
    max-width: 100%;
    overflow: hidden;
  }

  .hs-content-id-7588063349 .icon-content-sec-group .inner-max-width {
    max-width: 100%;
    border: 0;
  }
  .about-us-cotent {
    display: none !important;
  }
  .cloud_trans_item .inner {
    max-width: 100%;
  }
  .onepage-pagination {
    display: none;
  }
  .custom-menu-primary .fa-dropdown {
    width: auto;
  }
  .cloud_trans_gr .row {
    margin-left: 0;
  }
  .hs-content-id-7545716282 .full_width_convideo .middle_video {
    margin-bottom: 54px;
  }

  .hs-content-id-7545716282 .full_width_convideo .inner {
    max-width: 100%;
  }
  .cm-section-header-content {
    max-width: 100%;
  }
  .full_width_convideo .middle_con {
    margin-top: 54px;
  }
  .full-width-content-with-btn-inner {
    max-width: 100%;
  }
  .equal-col {
    display: block;
    height: auto;
    width: 100%;
    vertical-align: top;
    position: relative;
  }
  .advanced-content-group.no-sec-head .advanced-top-section {
    max-width: 100%;
  }

  .advanced-bottom-section.custom-2 .advanced-item {
    width: 100%;
    padding-left: 0;
  }

  .advanced-bottom-section.custom-2 .advanced-item:first-of-type h2 {
    margin-top: 0;
  }
  .sidebar-col {
    width: 100% !important;
    display: block !important;
    padding-top: 72px;
  }
  .page-without-banner .span12.widget-span.widget-type-cell.header-group {
    position: relative !important;
    min-height: 73.2px !important;
  }  
  .advanced-bottom-section .row-fluid {
    margin-left: -36px;
  }


  .advanced-bottom-section.custom-2 .advanced-item {
    width: 100%;
    padding-left: 0;
    display: block;
  }

  .advanced-bottom-section.custom-3 .row-fluid {
    margin-left: -36px;
  }
  .footer-col {
    width: 33.33333333% !important;
  }


  .footer-form span.hs-form-required {
    display: none;
  }

  .custom-header .page-center>.row-fluid-wrapper>.row-fluid {
    padding: 0;
    display: block;
    border-bottom: 1px solid rgba(234,234,234,0.5);
    border-color: transparent;
    width: 100%;
    background-clip: content-box !important;
    position: relative;
  } 
  .custom-logo {
    display: block !important;
    position: relative;
    padding: 27px 36px 22px 36px;
  }
  .mmb-container {
    position: absolute;
    top: 50%;
    right: 0;
    margin: 0 auto;
    line-height: normal;
  } 
  .mobile-menu-button {
    line-height: 0px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    padding: 21px 36px 27px 36px;
    cursor: pointer;
    display: inline-block;
    opacity: 1 !important;
    transition: .3s;
  }
  .lines, .lines:before, .lines:after {
    display: inline-block;
    width: 20px;
    height: 2px;
    -webkit-border-radius: 5px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 5px;
    -moz-background-clip: padding;
    border-radius: 5px;
    background-clip: padding-box;
  }
  .lines {
    position: relative;
  }
  .lines:before,
  .lines:after {
    position: absolute;
    left: 0;
    content: '';
    -webkit-transform-origin: 10px center;
    transform-origin: 10px center;
  }  
  .mobile-menu-button .lines,
  .mobile-menu-button .lines:before,
  .mobile-menu-button .lines:after {
    background: #303133;
  }
  .mobile-menu-button .lines:before,
  .mobile-menu-button .lines:after {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: top 0.3s 0.6s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -moz-transition: top 0.3s 0.6s ease-in-out, -moz-transform 0.3s ease-in-out;
    -o-transition: top 0.3s 0.6s ease-in-out, -o-transform 0.3s ease-in-out;
    transition: top 0.3s 0.6s ease-in-out,-webkit-transform 0.3s ease-in-out,-moz-transform 0.3s ease-in-out,-o-transform 0.3s ease-in-out,transform 0.3s ease-in-out;
  }
  .lines:before {
    top: 6px;
  }
  .lines:after {
    top: -6px;
  } 
  .custom-logo .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_module.widget-type-rich_text {
    line-height: 0px;
    text-align: center;
    position: relative;
    z-index: 10;
    display: inline-block;
  }
  .custom-logo a {
    height: 20px !important;
  } 
  .banner-area {
    padding-top: 47px;
  }
  .banner-area h1 {
    font-size: 33.333333333333px;
  }
  .custom-menu-primary {
    display: block !important;
    width: 100% !important;
  } 
  .custom-menu-primary .hs-menu-wrapper {
    background-color: #1b1d1f;
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    padding: 27px 0px 27px 0px;
    line-height: 0px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li {
    display: block;
    text-align: left;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    height: auto;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-size: 12px;
    color: #ffffff;
    display: block;
    padding: 9px 36px 9px 36px;
    line-height: normal;
  }
  .custom-menu-primary i.fa-dropdown {
    display: inline-block;
    position: relative;
    padding: 0px 0px 0px 9px;
    margin: 0px 0px 0px 0px;
    margin-right: 0;
    box-sizing: content-box !important;
    font-size: .8em;
    text-align: right !important;
  }  
  .custom-menu-primary .fa-dropdown {
    float: right;
    right: 7px;
    top: .3em;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.search>a>span {
    display: inline-block;
    position: relative;
    background: inherit;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.search>a>i.fa.fa-search3 {
    margin-right: 18px;
    width: auto;
    font-size: 12px;
    top: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover,
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:focus {
    color: rgba(255,255,255,.5);
  }
  .fa-angle-right:before {
    content: "\f105";
  }
  .custom-menu-primary i.fa-dropdown.fa-angle-right {
    right: 8px;
  } 
  .hide-mobile {
    display: none !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: #1b1d1f;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li {
    display: block;
    margin: 0;
    line-height: normal;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    font-family: Poppins;
    font-weight: 600;
    font-size: 12px;
    color: #ffffff;
    padding: 9px 36px 9px 41px;
    text-transform: uppercase;
  }  
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
    color: rgba(255,255,255,.5);
  }
  .menu-open .mobile-menu-button .lines {
    transition: background 0.3s 0s ease-in-out;
    background: transparent !important;
  }
  .menu-open .mobile-menu-button .lines:before,
  .menu-open .mobile-menu-button .lines:after {
    -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s 0.5s ease-in-out;
    -moz-transition: top 0.3s ease-in-out, -moz-transform 0.3s 0.5s ease-in-out;
    -o-transition: top 0.3s ease-in-out, -o-transform 0.3s 0.5s ease-in-out;
    transition: top 0.3s ease-in-out,-webkit-transform 0.3s 0.5s ease-in-out,-moz-transform 0.3s 0.5s ease-in-out,-o-transform 0.3s 0.5s ease-in-out,transform 0.3s 0.5s ease-in-out;
    top: 0;
    width: 20px;
  }
  .menu-open .mobile-menu-button .lines:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -moz-transform: rotate3d(0, 0, 1, 45deg);
    -o-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
  }
  .menu-open .mobile-menu-button .lines:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -moz-transform: rotate3d(0, 0, 1, -45deg);
    -o-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
  }
  .mobile-menu-search {
    padding: 9px 36px 9px 36px;
  }
  .mobile-menu-search input[type="text"] {
    width: 100%;
    background-color: #ffffff;
  }
  .custom-menu-primary.mobile .hs-menu-wrapper > ul > li.search > ul > li > a{
    display:none;
  } 
  .heading-text h2 {
    font-size: 30px;
  }
  .advanced-banner-area .page-center {
    padding-right: 36px !important;
    padding-left: 36px !important;
  }
  .advanced-banner-main-content {
    padding-top: 75px;
  } 
  .cm-full-width-title-with-content-wrapper-inner {
    max-width: 100%;
  }
  .cm-full-width-title-with-content-wrapper {
    margin-top: 54px;
  }
  .first-line-workers-group-title {
    max-width: 100%;
  }
  .first-line-workers-group-title .heading-text h2 {
    line-height: 1.2;
  }
  .product-for-firstline-workers-item {
    padding-left: 36px;
  }
  .cm-row-inner {
    position: relative;
    display: table;
    table-layout: fixed;
    height: 100%;
    min-width: 100%;
    width: auto;
  }
  .row-container {
    margin-top: 54px;
  }
  .first-line-workers-group-item {
    padding-left: 36px;
  }
  .uncoltable > .uncell > .uncont {
    max-width: 100%;
  } 
  .product-heaping-feature-group-item {
    padding-left: 36px;
  }
  .product-heaping-feature-group-item-inner {
    max-width: 100%;
    margin: 0 auto;
  }
  .product-heaping-feature-group-item h2 {
    font-size: 20px;
  }
  .product-heaping-feature-group .cm-row-inner {
    margin-left: -36px;
  }
  .bottom-form-section-wrapper {
    max-width: 100%;
    border: 0;
  } 
  .bottom-form-section-wrapper .hs-button.primary,
  .bottom-form-section-wrapper input[type="submit"] {
    width: 100%;
  }
  .case-studies-slider-wrapper {
    max-width: 100% !important;
  }
  .uncoltable > .uncell > .uncont {
    max-width: 100% !important;
  }
  .first-line-workers-group-item {
    padding-left: 0;
  }
  .max_5 {
    width: 100%;
  }

  .two_col_content_back .row {
    margin-left: 0;
  }

  .two_col_content_back .max_5 {
    padding-left: 0;
  }

  .margin_72 {
    margin-top: 54px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul {

    /*overflow-x: hidden;
    overflow-y: auto;*/
  }
  .two_col_content_back .max_5:last-child {
    padding-top: 36px;
  }
  .max_3 {
    width: 100%;
    padding: 0;
  }

  .cloud_trans_item {
    margin-top: 36px !important;
  }

  .cloud_trans_item:first-child {
    margin-top: 0 !important;
  }  
  .one-col-item-inner {
    max-width: 100%;
  }
  .one-col-item:nth-child(1) {
    padding-bottom: 36px;
  }
  .industries-group .page-center {
    padding-bottom: 54px;
  }
  .industries-group-item-inner {
    max-width: 100%;
  }
  .industries-group-item {
    vertical-align: top;
    padding-left: 36px;
  } 

  .depoyment-group-item {
    padding-left: 36px;
  } 
  .depoyment-group-item-inner {
    max-width: 100%;
  }
  .depoyment-group-item:nth-child(3) {
    width: 100%;
    padding-top: 36px;
  }
  .depoyment-group .row-container {
    text-align: center;
  }
  .banner-area-3-title h2 {
    font-size: 30px;
  }
  .banner-area-3 .page-center {
    padding-left: 36px !important;
    padding-right: 36px !important;
  } 
  .banner-area-3 {
    padding-top: 47px;
  }
  .custom-logo {
    position: relative;
    padding: 27px 36px 27px 36px !important;
  }

  .home-banner-inner h2 {
    font-size: 33.333333333333px;
  }

  .home-banner-inner {
    padding-top: 47px;
  }

  .background-wrapper {
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -o-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    height: 100% !important;
  }
  .home-row2 .hs_cos_wrapper_type_linked_image {
    max-width: 100%;
    border: 0;
  }

  .home-row2 .hs_cos_wrapper_type_linked_image img.hs-image-widget {
    width: 100% !important;
  }

  .home-row2 .hs_cos_wrapper_type_rich_text {
    max-width: 100%;
    border: 0;
  }

  .logo-item-inner {
    padding-right: 36px;
  }

  .logo-gallery-wrapper .page-center {
    max-width: 100% !important;
    padding-left: 36px !important;
    padding-right: 36px !important;
  }

  .home-banner-content {
    padding-left: 36px !important;
    padding-right: 36px !important;
  }

  .subscription-inner {
    max-width: 100%;
    border: 0;
  }

  .fw-layout .banner-area.has-banner.type2 .banner-main-content-inner {
    padding-top: 47px;
  }



  .cm-full-width-content {
    max-width: 100%;
    border: 0;
  }

  .custom-content span.btn-container {
    margin-top: 54px;
  }

  .bottom-video-part {
    margin-top: 54px;
  }

  body.fw-layout-type-2 .banner-area.has-banner.type2 h1 {
    font-size: 33.3333px;
  }
  body.fw-layout-type-2 .banner-area.has-banner.type2 .banner-main-content-inner {
    padding-left: 36px;
    padding-right: 36px;
    padding-top: 72px;
  }
  .full_width_titl-btn-vido-wrap {
    padding-top: 0;
    padding-bottom: 0;
  }
  .full_width_titl-btn-vido-wrap .inner {
    max-width: 100%;
    border: 0;
  }
  .what-next-group .col-lg-6:last-child {
    padding-top: 36px;
    padding-left: 0px;
  }

  .offer-lyt.fw-layout .banner-area.has-banner.type2 .banner-main-content-inner h1 {
    font-size: 33.333333333333px;
  }

  .offer-lyt.fw-layout .banner-area.has-banner.type2 .banner-main-content-inner h1 br {
    display: none;
  }

  .offer-lyt.fw-layout .banner-area.has-banner.type2 .page-center {
    padding-bottom: 72px !important;
  }

  .offer-lyt .advanced-bottom-section.custom-2 .advanced-item:first-of-type .advanced-item-inner {
    max-width: 100%;
  }

  .offer-lyt .advanced-bottom-section.custom-2 .advanced-item:last-of-type {
    padding-top: 36px;
  }

  .offer-lyt.fw-layout .banner-area.has-banner.type2 .banner-main-content-inner {
    padding-top: 63px;
    padding-bottom: 17px;
  }

  .offer-lyt.fw-layout .banner-area.has-banner.type2 .banner-main-content-inner h2 {
    line-height: 1.3;
    padding-top: 3px;
  }

  .icn-contet-btm-sec.cm-4 .icon-content-item {
    width: 100%;
    display: block;
    padding: 36px 0px 0px 0px;
  }

  .icn-contet-btm-sec.cm-4 .icon-content-item:first-of-type {
    padding-top: 0;
  }

  .fw-layout.offer-lyt .full_width_convideo .inner .middle_con {
    max-width: 100%;
  }
  .advanced-bottom-section .row-fluid {
    margin-left: 0;
  }
  .fw-layout.offer-lyt .custom-iframe {
    max-width: 100%;
  }

  .offer-lyt .full_width_back .content {
    max-width: 100%;
  }

  .icn-contet-btm-sec.cm-3 .icon-content-item {
    padding: 0;
    width: 100%;
    float: none;
    display: block;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.search > a{
    padding: 9px 36px 9px 36px;
  }
  .custom-logo {
    padding: 27px 36px 20px 36px !important;
  }
  .search-container-inner input[type="text"] {
    color: #777777;
  }
  .search-container-inner input[type="text"]::placeholder {
    color: #777777;
  } 
  .custom-menu-primary .hs-menu-wrapper{
    height:auto;
  }

  .portfolio-details-wrapper .portfolio-details-image-wrapper {
    padding-left: 0;
  }

  .portfolio-details-wrapper  .row-wrapper {
    margin-left: 0;
    display: block;
  }

  .icon-content-item {
    display: block;
    text-align: center;
    padding-left: 0;
  }

  .icn-contet-btm-sec.cm-2 .icon-content-item:nth-of-type(2) {
    margin-top: 36px;
  }

  .heading-text.el-text.advanced-title {
    max-width: 100%;
  }

  .services-pricing-module .row-internal .span6 {
    display: block;
    width: 100%;
  }

  .services-pricing-module .row-internal .span3 {
    display: block;
    width: 100%;
  }

  .services-pricing-module .row-internal .row.row-child .row-inner {
    display: block;
  }

  .azure-mig-row3 .inner-max-width .custom-icon-top-content {
    max-width: 100%;
  }

  .services-pricing-module {
    padding-left: 0;
  }

  .services-pricing-module .row-internal .row.row-child {
    margin-left: 0;
  }

  .row-fluid.btm-pricing {
    margin-left: 0;
  }

  .fw-layout.hs-content-id-7604961956 .banner-area.has-banner.type2 .banner-main-content-inner h1 {
    font-size: 33.333333333333px;
  }

  .fw-layout.hs-content-id-7604961956 .custom-content span.btn-container {
    margin-top: 36px;
  }

  .fw-layout.hs-content-id-7604961956 .icon-content-sec-group .inner-max-width .item-inner {
    max-width: 100%;
  }

  .fw-layout.hs-content-id-7604961956 .icon-content-sec-group .inner-max-width {
    max-width: 100%;
  }

  .fw-layout.hs-content-id-7604961956 .advanced-bottom-section.custom-2 {
    margin-top: 52px;
  }

  .advanced-bottom-section.custom-2 .advanced-item:nth-of-type(2) {
    padding-top: 54px;
  }
  .hs-content-id-7545716282 .first-line-workers-group .col-md-33 {
    width: 100%;
    float: none;
  }

  .hs-content-id-7545716282 .first-line-workers-group .cm-row-inner {
    margin-left: 0;
  }

  .hs-content-id-7545716282 .uncoltable > .uncell > .uncont {
    padding-top: 5px;
    padding-bottom: 20px;
    margin-bottom: 35px;
  }

  .hs-content-id-7545716282 .first-line-workers-group .page-center {
    padding-bottom: 72px;
  }
  .banner-area.has-banner.type2.type4.with-btns h1.banner-type3-title {
    font-size: 26.666666666667px;
  }


  .banner-area.has-banner.type2.type4.with-btns .banner-main-content-inner {
    text-align: center;
    padding-left: 0;
    padding-top: 85px;
    padding-bottom: 120px;
  }

  .two_col_left_form .max_5 {
    padding: 0;
  }

  .two_col_left_form .max_5:last-child {
    padding: 90px 0px 0px 0px;
  }

  .two_col_left_form .row {
    margin-left: 0;
  }

  .two_col_left_form .max_5 .inner {
    max-width: 100% !important;
  }

  .two_col_left_form {
    padding: 90px 0 70px;
  }

  .banner-area.has-banner.type2.type4.with-btns .banner-main-content {
    margin-left: 0;
  }

  .banner-main-content-wrap {
    padding: 0 36px;
  }

  .type5banner-content h1 {
    font-size: 33.333333333333px;
    line-height: 1.3;
  }

  .banner-area-type5 .type5banner-content .row-inner {
    padding-top: 47px;
    padding-bottom: 36px;
  }

  .fw-layout.hs-content-id-7567628941 .custom-content span.btn-container {
    margin-top: 36px;
  }

  .banner-area-type5 .type5banner-content .row-inner .type5-content-inner {
    padding-left: 0;
  }

  .banner-area-type5 .type5banner-content .row-inner {
    margin-left: 0;
  }

  .type5banner-content h1 br {
    display: none;
  }

  .share-banner-content-inner h2 {
    font-size: 33.333333333333px !important;
  }

  .banner-btm-sec {
    width: 100%;
    padding: 0;
    text-align: center;
  }

  .share-banner-content-inner {
    padding: 0;
    padding-top: 48px !important;
    padding-bottom: 36px !important;
  }

  .share-banner-content .row-inner {
    margin: 0;
  }

  .share-jump-row2 .caption.below {
    max-width: 100%;
  }

  .hs-content-id-7564532515 .type5banner-content h1 {
    font-size: 30px !important;
  }

  .hs-content-id-7567870589 .type5banner-content h1 {
    font-size: 33.333333333333px !important;
  }

  .hs-content-id-7567870589 .type5banner-content h1 br {
    display: block;
  }

  .fw-layout .full_width_convideo .inner {
    max-width: 100%;
  }

  .hs-content-id-7567870589 .full_width_convideo {
    padding-top: 0;
  }

  .full_width_convideo .middle_video {
    margin-top: 54px;
  }

  .services-pricing-module .row-internal .span3:last-of-type {
    padding-left: 0;
    padding-left: 16px;
  }

  .menu-open .custom-header {
    background-color: #ffffff;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a {
    color: rgba(255,255,255,.5) !important;
  }
  body.fw-layout-type-2 .banner-area.has-banner.type2 .banner-main-content-inner {
    padding-left: 0;
    padding-right: 0;
  }
  .banner-main-content-wrap {
    padding: 0;
  }
  .banner-area.has-banner.type2.type4.with-btns .banner-main-content-inner {
    padding-right: 0;
    padding-top: 70px;
  }
  .banner-area.has-banner.type2.type4 {
    min-height: 561px;
  }  

  .hs-content-id-7567629046 .advanced-banner-area {
    height: auto;
  }
}



@media (max-width: 959px) and (min-width: 768px){
  .col-md-33 {
    width: 33.33333333%;
  }
  .col-md-100, .col-md-75, .col-md-66, .col-md-50, .col-md-33, .col-md-25, .col-md-16 {
    display: inline-table;
    table-layout: fixed;
  }
  .cm-row-inner {
    height: 100% !important;
    margin-left: -36px;
  }
  .advanced-bottom-section.custom-3 .advanced-item {
    padding-left: 36px;
  }

  .advanced-bottom-section.custom-3 {
    padding-top: 28px;
  }
}

@media (max-width: 863px) {
  .offer_lay .two-col_btnwrap_back {
    padding-bottom: 180px;
  }

  .two-col_btnwrap .two_col_btn {
    bottom: -110px;



  }
}



@media (min-height: 500px){
  .custom-menu-primary.mobile .hs-menu-wrapper > ul {
    max-height: 306px;
  }
}

@media (max-height: 400px){
  .custom-menu-primary.mobile .hs-menu-wrapper > ul {
    height: calc(100vh - 74px);
    overflow-x: hidden;
    overflow-y: auto;
  }
}


/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {
.availabel-grouop-content {
    padding: 0 15px;
}
  .cm-dynamics-crm-webinar-banner-area h1 {
    font-size: 28px;
    line-height: 39px;
  }
  .blog-post-wrapper .post-body {
    max-width: 100%;
    margin: 0;
    padding-left: 0px;
    padding-right: 0px;
    color: #777777;
  }
  .hs-content-id-7519148920 div#hs_cos_wrapper_widget_1549875368807 .first_form .max_5.con .inner {
    text-align: left;
  }
  .hs-content-id-7519148920 .form_inner h3 {
    font-size: 20px;
  }  
  .advanced-bottom-section .row-fluid {
    margin-left: 0;
    display: block;
  }

  .azure-assment-banner-area .page-center .left-col h1 {
    font-size: 30px;
    line-height: normal;
  }
  body.offer-azure-assessment-lay .body-container-wrapper .product-heaping-feature-group h2 {
    max-width: 90%;
    margin: 0 auto;
  }

  .advanced-bottom-section .advanced-item {
    padding-left: 0;
    display: block;
  }
  .icon-box-top>div {
    text-align: center;
  }
  form.hs-form fieldset .hs-form-field {
    padding-right: 0;
  }
  .two-column-equal-lay .main-content {
    padding: 36px 0px 0px 0px;
  }   
  .hs-form fieldset.form-columns-2 .hs-form-field {
    width: 100% !important;
    float: none !important;
  }
  .banner-area.has-banner.type2 {
    padding-top: 48px;
  }
  .bottom-form-section .hs-form-field {width: 100% !important;padding-right: 0 !important;}

  .tech_gr .row .max_4 {
    width: 100%;
    padding-left: 0;
  }
  .hs-content-id-7567866487 .banner-area.has-banner.type2.with-btns h1.banner-type3-title {
    font-size: 33.333333333333px;
  }
  .tech_gr .row .max_4:not(:first-child) {
    padding: 36px 0px 0px 0px;
  }

  .tech_gr .row {
    margin-left: 0;
    margin-top: 36px;
  }
  .team-member-item {
    padding-bottom: 36px;
  }
  .depoyment-group-item:last-child {
    padding: 0;
  }
  .depoyment-group-item:nth-last-child(-n+2) {
    padding: 0 !important;
  }
  .depoyment-group-item:nth-last-child(-n+3) {
    padding: 0 !important;
  } 
  .get_btn {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -o-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
  }
  .blog-post-banner.has-banner .page-center.header-main-container .inner-wrap-blog-post-banner .header-content-inner {
    padding: 54px 0px 54px 0px;
  }
  .bottom-pagination nav.post-navigation ul.navigation span.btn-container a span {
    display: none;
  }
  .cm-related-post-wrap .item-grp-wrap .related-post-item {
    width: 100%;
    padding-right: 0;
    padding-bottom: 30px;
  }
  .blog-postsocial {
    padding: 36px 0px 36px 0px;
  }
  .bottom-pagination nav.post-navigation ul.navigation span.btn-container a {
    padding: 0 !important;
  }
  .custom-form{
    width:100% !important;
  }
  .helpful_tips_gr .row:first-of-type {
    flex-wrap: wrap;
  }
  .post-item {
    width: 100%;
    padding-right: 0;
  }
  .post-listing {
    margin-right: 0;
  }  
  .custom-menu-primary .hs-menu-wrapper>ul>li.search>a>i.fa.fa-search3 {
    display: inline-block;
  }
  .copyright {
    width: 100% !important;
    text-align: center;
    padding: 27px 0;
  }
  .footer-social-share {
    width: 100% !important;
    text-align: center;
    padding: 27px 0;
    padding-top: 0;
  }
  .footer-col {
    width: 100% !important;
    display: block !important;
    height: auto !important;
    padding-left: 0;
    padding-top: 36px;
  }
  .top-footer .page-center>.row-fluid-wrapper>.row-fluid {
    display: block;
    margin: 0;
  }
  .footer-social-share ul {
    margin-top: 1px;
    margin-bottom: 1px;
  }
  .footer-col:nth-child(1) {
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.search>a>span {
    width: auto;
  }
  .advanced-banner-main-content {
    padding-top: 0;
  }
  .webinar_gr .max_3,
  .helpful_tips_gr .max_3 {
    width: 100%;
  }
  .same_rform .hs-button {
    padding: 17.5px 5px 17.5px 5px;
  }
  .left-col {
    padding: 0;
  }
  .two-col_btnwrap .max_5,
  .two_col_rightform .max_5 {
    width: 100%;
  }
  .product-for-firstline-workers-item {
    padding-left: 0;
  }
  .product-benifit-group-item {
    vertical-align: top;
    padding: 0;
  }
  .one-col-item {
    padding-left: 0;
  }
  .industries-group-item {
    padding-left: 0;
  } 
  .industries-group-item:not(:nth-child(1)),
  .depoyment-group-item:not(:nth-child(1)),
  .microsoft-packages-group-item:not(:nth-child(1)),
  .product-heaping-feature-group-item:not(:nth-child(1)),
  .slider-group-item.col-lg-4.col-md-33:not(:nth-child(1)){
    padding-top: 36px;
  }

  .depoyment-group-item {
    padding-left: 0;
  }
  .microsoft-packages-group-item {
    padding-right: 0px;
  }  
  .two-col_btnwrap .max_con p {
    font-size: 16px;
    color: rgb(0, 0, 0);
    line-height: 22px;
  }

  .two-col_btnwrap .max_con h1 {
    font-size: 19px;
    line-height: 23px;
    margin-bottom: 10px;
  }

  .max_title h1 {
    font-size: 28px;
    line-height: 39px;
  }

  .two-col_btnwrap .two_col_btn {
    position: static;
    transform: none;
  }



  .two-col_btnwrap .max_5.left {
    margin-bottom: 70px;
    padding-right: 0;
  }

  .offer_lay .two-col_btnwrap_back {
    padding-bottom: 55px;
  }

  .two_col_rightform h1 {
    font-size: 23px;
    line-height: 28px;
    text-align: center;
  }

  .two_col_rightform {
    text-align: center;
  }
  .form_inner form {
    width: 307px;
  }
  .first_form .max_5.con .inner {
    margin-top: 0;
  }

  .two_col_rightform .border-holder {
    padding-top: 57px;
    background-attachment: scroll;
  }

  .two_col_rightform .max_5.form {
    padding-left: 0;
    margin-top: 40px;
    text-align: left;
  }

  .block-inner ,.two-col_btnwrap .page-center{
    max-width: 400px !important;
  }

  .two_col_rightform .row {
    max-width: 360px;
  }

  .two_col_rightform .color-overlay {
    opacity: 0.9;
  }
  .max_logo a img {
    width: auto !important;
    max-width: 150px;
    margin: 0 auto 15px auto !important;
    display: block;
  }

  .offer_lay .max_header {
    max-width: 399px;
    height: auto;
  }

  .max_logo a:last-child img {
    margin-bottom: 0 !important;
    width: 100% !important;
    height: auto;
  }
  .advanced-bottom-section.custom-3 .advanced-item {
    width: 100%;
    padding-left: 0;
    padding-top: 36px;
  }

  .advanced-bottom-section.custom-3 .row-fluid {
    margin-left: 0;
  }

  .advanced-bottom-section.custom-3 .advanced-item:first-of-type {
    padding-top: 0;
  }

  .advanced-bottom-section.custom-3 {
    padding-top: 36px;
  }

  .advanced-top-section {
    padding-bottom: 10px;
  }

  .advanced-content-group.no-sec-head .advanced-top-section {
    padding-bottom: 0;
  }
  .max_footer1 .max_copyright > div {
    max-width: 360px;
    margin: 0 auto;
  }

  .max_footer1 .max_copyright {
    padding: 27px  15px 20px 15px;
  }

  .webinar_btn {
    line-height: normal;
    font-size: 15px;
    padding: 12px 25.4px;
  }

  .webinar_gr {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 40px;
    padding-top: 20px;
  }

  .webinar_gr  .page-center {
    padding: 0 !important;
    max-width: 378px !important;
  }

  .webinar_item h6 {
    margin-top: 18px;
  }
  .webinar_item {
    margin-top: 45px;
  }

  .webinar_gr .row {
    margin-bottom: 50px;
  }


  .webinar_gr h2 {
    font-size: 26px;
    line-height: 36px;
    color: rgb(13, 26, 43);
    margin-top: 0;
  }

  .webinar_gr .webinar_title {
    margin-bottom: 0;
    max-width: 360px;
    margin: 0 auto;
  }

  .land_full_sec h3 {
    font-size: 19px;
    line-height: 23px;
    max-width: 360px;
    margin: 0 auto;
  }
  .same_rform.two_col_rightform .row {
    max-width: 360px;
  }

  .same_rform .max_5.con ul li {
    font-size: 18px;
    color: rgb(0, 0, 0);
    line-height: 25px;
    margin-top: 25px;
    padding-left: 34px;
  }

  .same_rform .max_5.con p {
    font-size: 18px;
    color: rgb(0, 0, 0);
    line-height: 29px;
  }

  .same_rform h1 {
    max-width: 374px;
    margin: 0 auto;
  }

  .it_road_form .border-holder {
    padding-top: 40px;
    padding-bottom: 35px;
  }

  .it_road_form h1.it_road_title {
    font-size: 22px;
    line-height: 31px;
  }

  .it_road_form .row {
    margin-top: 5px;
  }

  .same_rform.two_col_rightform .hs-input {
    font-size: 20px;
    height: 56px;
    line-height: 22px;
  }

  .same_rform .form_inner form {
    max-width: 100%;
    width: 280px;
    margin: 17px auto 0 auto;
  }

  .it_road_form .hs-button {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .it_road_form .max_5.form .form_inner_1:after {
    display: none;
  }

  .max_header_1 .max_logo {
    padding: 21px 15px 20px;
  }
  .helpful_tips_gr {
    padding: 32px 20px 34px 20px;
  }
  .helpful_tips_gr .right p {
    display: none;
  }

  .helpful_tips_gr .right h4 {
    font-size: 22px;
    line-height: 35px;
    text-align: center;
  }

  .helpful_tips_gr .max_3 p {
    font-size: 15px;
    line-height: 24px;
  }

  .helpful_tips_gr .max_3 p br {
    display: none;
  }

  .helpful_tips_gr .max_3 {
    margin-top: 30px;
  }

  .helpful_tips_gr .top_subtitle {
    display: block;
    font-size: 22px;
    line-height: 31px;
    max-width: 360px;
    margin: 0 auto 38px auto;
  }

  .helpful_tips_gr .max_3 img {
    max-width: 45px;
    height: auto !important;
  }

  .helpful_tips_gr .row:last-of-type {
    margin-top: 9px;
  }

  .helpful_tips_gr .right {
    width: 100%;
    max-width: 359px;
    margin: 0 auto;
  }

  .down_btn {
    min-width: 281px;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .helpful_tips_gr .left {
    width: 100%;
    text-align: center;
  }

  .helpful_tips_gr .left img {
    width: 110px;
    margin-bottom: 25px;
  }
  .on_deman_form .max_5.con h1 {
    font-size: 30px;
    line-height: 42px;
  }

  .on_deman_form .border-holder {
    padding-top: 40px;
    padding-bottom: 35px;
  }

  .on_deman_form .max_5.con h1 {
    margin-bottom: 40px;
  }

  .same_rform .max_5.con ul li:before {
    height: 20px;
    top: 0;
    width: 20px;
  }

  .on_deman_form .max_5.form {
    margin-top: 15px;
  }

  .share_lay .webinar_gr .row {
    margin-bottom: 40px;
  }
  .same_rform label {
    color: #808080;
    font-size: 20px;
    line-height: 22px;
    padding-top: 12px;
    padding-bottom: 9px;
  }

  .on_deman_form .form_inner {
    padding-bottom: 25px;
  }
  .share_lay .webinar_item span.number {
    min-height: auto;
  }

  .share_lay .webinar_item {
    margin-left: 0;
  }
  .full_content_btn {
    font-size: 15px;
    padding: 11.5px 5px;
    width: 360px;
    max-width: 100%;
    margin-top: 44px;
  }

  .full_content_withbtn {
    padding-bottom: 43px;
    padding-top: 30px;
  }

  .full_content_withbtn h1 {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 45px;
  }

  .full_content_withbtn .con {
    max-width: 373px;
  }

  .col-sm-100 {
    width: 100%;
  }

  .flipping-bottom-section {
    padding: 0;
  }

  .flipping-content-group .row-container .row-inner .flipping-item:last-of-type {
    padding-top: 0;
  }

  .flipping-item {
    margin-bottom: 35px !important;
  }

  .subscription-bottom-content form {
    max-width: 100%;
  }

  .full_width_titl-btn-vido-wrap .inner {
    max-width: 100%;
    border: 0;
  }


  .full_width_titl-btn-vido-wrap {
    padding-top: 0;
    padding-bottom: 0;
  }

  .offer-lyt.fw-layout .banner-area.has-banner.type2 .banner-main-content-inner {
    padding-top: 47px;
    padding-bottom: 0;
  }

  .azure-assment-banner-area .page-center .right-col form .hs-button.primary.large {
    font-size: 17px;
    min-width: auto;
    display: block;
    width: 100%;
  }
  .azure-asstment-procs-grp {
    min-height: auto;
    padding: 60px 20px;
  }
  .cm-quick-demo-wrap .left-col {
    width: 100%;
    text-align: center;
    padding-top: 0px;
    padding-left: 0;
  }
  .cm-quick-demo-wrap .right-col {
    width: 100%;
    margin-top:20px;
  }
  .cm-quick-demo-wrap {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .custom-footer-for-azure-asst {
    text-align: center;
    padding: 28px 20px 29px 20px;
  }

  .web-banner-sub-title {
    overflow: hidden;
  }

  .webinar-bottom-content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .benefits-item {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 40px;
    max-width: 100%;
  }

  .benefits-group {
    padding-bottom: 57px;
  }

  .benefits-group .row-fluid {
    display: block;
  }


  .banner-area.has-banner.type2.with-btns h1.banner-type3-title {
    text-align: center;
    font-size: 28px;
    line-height: 1;
  }

  .banner-area.has-banner.type2.with-btns .banner-main-content {
    padding-left: 36px;
    padding-right: 36px;
  }

  .banner-area.has-banner.type2.with-btns a {
    padding: 13px !important;
    margin-bottom: 13px;
  }
  .banner-area.has-banner.type2{height:656px;}

  .banner-area.has-banner.type2.with-btns .btn-wrap {
    text-align: center;
  }

  .advanced-bottom-section.custom-2 .advanced-item:nth-of-type(2) {
    padding-top: 36px;
  }

  .cm-get-from-the-work-wrap .clearfix {
    display: block;
  }
  .cm-get-from-the-work-wrap .col h4 {
    text-align: center !important;
    max-width: 100% !important;
  }
  .hs-content-id-7591314431 .cm-windows-10-compability-grp-wrap .item-grp-wrap .item:nth-child(2n) {
    padding-left: 0;
  }  
  .isotope-wrapper-item {
    width: 100%;
  }  
  .bottom-form-section input {
    width: 100% !important;
  }

  .microsoft-packages-group-item {
    padding-left: 0;
  }

  .microsoft-packages-group-item-inner {
    max-width: 100%;
  }

  .two-column-equal-lay .main-content {
    padding: 0;
  }

  .cm-dynamics-crm-webinar-banner-area .cont-wrap p {
    font-size: 16px;
    line-height: 22px;
  }

  body.dynamics-crm-webnair-lay .container-fluid .dynamics-crm-row1 .row-fluid .page-center .hs_cos_wrapper_type_rich_text h1 {
    font-size: 23px;
    line-height: 28px;
  }

  body.dynamics-crm-webnair-lay .container-fluid .dynamics-crm-row1 .row-fluid .page-center .hs_cos_wrapper_type_rich_text h6 {
    font-size: 15px;
    line-height: 21px;
  }

  .cm-webnair-grp-wrap .title-wrap h1 {
    font-size: 20px;
    line-height: 28px;
  }

  .cm-webnair-grp-wrap .title-img-wrap {
    max-width: 320px;
  }


  .cm-webnair-grp-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .fw-layout .full-width-content-with-btn-inner {
    border: 0;
  }

  .hs-content-id-7521995574 .on_deman_form .max_5.con h1 {
    font-size: 28px;
    line-height: 39px;
  }


  .hs-content-id-7521995574  .on_deman_form .border-holder {
    padding-top: 55px;
  }

  .free-demand-webinar .row-fluid>div.left-web-sec {
    width: 100%;
    float: none;
  }

  .free-demand-webinar .row-fluid>div {
    width: 100%;
    margin: 0;
    float: none;
  }

  .free-demand-webinar .row-fluid>div.right-web-sec {
    padding-left: 0;
    margin-top: 30px;
  }

  .azure-two-col-left-img .azure-left-sec {
    width: 100%;
    float: none;
  }

  .azure-right-sec {
    width: 100% !important;
    margin: 0 auto !important;
    margin-top: 40px !important;
    max-width: 400px !important;
    float: none !important;
  }
  .azure-right-sec {
    margin-top: 0 !important;
  } 
}  


@media (max-width: 569px) {
  .indus_lay .advanced-content-group .content-sec-bar {
    margin-top: 36px;
  }
  .advanced-bottom-section.custom-2 {
    margin-top: 36px;
  }
  .error-page .custom_error_message a {
   -webkit-transform: scale(0.8);
   -moz-transform: scale(0.8);
   -o-transform: scale(0.8);
   -ms-transform: scale(0.8);
   transform: scale(0.8);
}
  .search-result-page ul.hs-search-results__listing > li{
    width:100%;
    padding-right:0;
  }
  .two_col_content_back .top_con,
  .full_width_convideo .middle_con {
    margin-top: 36px;
  }
  .blog-post-banner.has-banner .page-center.header-main-container h1.header-title{
    font-size: 35px;
  }

  .btn:not(input), .btn-link:not(input),
  .max_btn,.red_btn,.video_btn {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);

  }
  .cm-two-column-eql-wrap {
    padding-top: 36px;
  }
  .hs-content-id-7610612973 .advanced-bottom-section.custom-3 {
    padding-top: 36px;
  }

  .banner-area.has-banner.type2.with-btns h5.banner-type3-sub-title,
  .banner-area.has-banner.type2.with-btns .cont-wrap {
    display: none;
  }
  .banner-area.has-banner.type2.type4.with-btns .cont-wrap {
    display: none;
  }

  .banner-area.has-banner.type2.type4.with-btns .banner-main-content-inner {
    padding-top: 0;
    padding-bottom: 0;
  }

  .banner-area.has-banner.type2.type4 {
    height: 562px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
  }

  .banner-area.has-banner.type2.type4 .page-center {
    height: auto;
    margin-top: -20px;
  }

  .btn-container a.filled,
  .btn-container a.outline{
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -o-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
  }

  .icon-button-bottom-section a.custom-link {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }

  .cm-banner-btn-sec a.red-btn,.advanced-content-group .btn-container a {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .btn:not(input),.advanced-content-group .btn-container a  {
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -o-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
  }
  .advanced-content-group.has_btn .advanced-bottom-section.custom-2,
  .advanced-content-group.has_btn .margin_72 {
    margin-top: 36px;
  } 
  .advanced-banner-area .btn-container a.custom-link.btn.btn-lg.btn-accent.btn-circle.btn-icon-left{
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -o-transform-origin: center;
    -ms-transform-origin: left;
    transform-origin: center;

  }
  .banner-area.has-banner.type2.type4 {
    padding-top: 0;
  }
  .banner-area.has-banner.type2.type4.with-btns .banner-main-content-inner {
    padding-top: 45px;
  }
  .two_col_content_back.both_av  .bottom_con,
  .two_col_content_back.both_av .margin_72 {
    margin-top: 36px;
  } 
  .video_btn {
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -o-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
  }
  .cm-full-width-content    a.custom-link.btn,.one-col-content-group .btn-container a{
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -o-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
  }

  .custom-content {
    padding-top: 0;
  }

  .bottom-video-part {
    margin-top: 36px;
  }
  .full_width_convideo .video_btn,.banner-area.has-banner.type2.type-btn.with-btns.banner .video_btn,
  .sharepoint-banner-area .btn-container a{
    -webkit-transform-origin: left;
    -moz-transform-origin: center;
    -o-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
  }

  .manage_serlay .depoyment-group-item:first-of-type {
    padding-top: 0;
  }

  .depoyment-group .row-container {
    margin-top: 20px;
  }

  .bottom_con>div {
    max-width: 100% !important;
  }

  .full_width_titl-btn-vido-wrap a.video_btn {
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -o-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
  }

  .product-heaping-feature-group .row-container {
    margin-top: 36px;
  }
}

/* =============== Landscape phones and smaller devices =============== */


@media (max-width: 400px) {
  .subscription-bottom-content ul.hs-error-msgs {
    position: static;
  }
  .two_col_content_back  .title h2 {
    font-size: 30px;
  }
  .subscription-bottom-content .hs_email.hs-email {
    display: block;
    width: 100%;
  }

  .subscription-bottom-content form {
    display: block;
  }

  .subscription-bottom-content .hs_submit.hs-submit {
    display: block;
    width: 100%;
  }
  .baner-plus-sign {

    margin: 0px 0px;
  }

  .subscription-bottom-content .hs_email.hs-email input {
    border-radius: 10em !important;
  }

  .subscription-bottom-content .hs_submit.hs-submit input.hs-button.primary.large {
    border-radius: 10em !important;
  }
  .detail-container {
    display: block;
    table-layout: auto;
    margin-bottom: 5px;
  }

  .detail-container .detail-label {
    display: block;
    min-width: auto;
  }

  .detail-container:last-child {
    margin-bottom: 0;
  }

  .btn-container a.filled, .btn-container a.outline {
    padding: 13px 23px !important;
  }
  .microsoft-calling-plans-webinar-banner-form {
    WIDTH: 100%;
    MAX-WIDTH: 360PX;
    margin: 0 auto;
  }
}

@media (max-width: 380px) {
  .down_btn {
    min-width: auto;
    padding-left: 20px;
    padding-right: 20px;
    width: 230px;
    max-width: 100%;
  }
  .banner-area-3-title h2,
  .blog-post-banner.has-banner .page-center.header-main-container h1.header-title,
  .home-banner-inner h2,
  .advanced-banner-main-content .heading-text h2,
  body.fw-layout-type-2 .banner-area.has-banner.type2 h1,
  .type5banner-content h1,
  .share-banner-content-inner h2,
  .hs-content-id-7564532515 .type5banner-content h1,
  .hs-content-id-7567870589 .type5banner-content h1,
  .banner-area h1{
    font-size: 28px !important;
  }
  .cm-career-lay.hs-content-id-7541149609 .body-container .hs_cos_wrapper_type_rich_text h1 {
    font-size: 28px;
  }

}

