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

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

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

/* These includes are optional, but helpful. */
/* Images */

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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


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

.hs-header-search input.hs-search-field__input {
    padding: 10px 10px !important;
    background-image: url(https://www.aujas.com/hubfs/Aujas%202020/search.png);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: 98%;
    height: 60px !important;
    font-family: 'Roboto', sans-serif;
    width: 60%;
    max-width: 80%;
    margin: 0 auto !important;
    border-color: #a42675 !important;
    border: 2px solid #a42675;
    border-radius: 4px;
    display: block;
    outline: 0;
}

div#___gcse_0 {
    display: none;
}





.search-close {
    position: absolute;
    right: 40px;
    top: 20px;
    cursor: pointer;
}
.search-close img {
    width: 20px;
    height: 20px;
}

td, th {
    border: 1px solid #99acc2;
}

.global-search-box.popup {
    display: block !important;
}

.global-search-box {
    position: absolute;
    top: 90px;
    padding: 60px 20px 58px;
    background-color: #ffffff;
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000;
    z-index: 99;
}

.global-search-box div#___gcse_1 {
    display: none;
}

.global-search-box td.gsc-search-button {
    display: none;
}

.global-search-box td.gsc-input input#gsc-i-id1 {
    padding: 10px 10px !important;
    background-image: url(https://www.aujas.com/hubfs/Aujas%202020/search.png);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: 98%;
    height: 60px !important;
    font-family: 'Roboto', sans-serif;
}

.global-search-box td.gsc-input td#gs_tti50 {
    padding: 0px !important;
}

.global-search-box td.gsc-input div#gsc-iw-id1 {
    width: 60%;
    max-width: 80%;
    margin: 0 auto;
    border-color: #a42675 !important;
    border: 2px solid #a42675;
    border-radius: 4px;
}

.topsticky .global-search-box {
    top: 78px;
    position: fixed;
}

body {
  margin:0px;
  font-family: 'Roboto', sans-serif;
   -webkit-appearance: none;
   -moz-appearance: none;
        appearance: none;
}

.page-center {
  max-width:1200px;
  width:100% !important;
  float:none !important;
  padding:0px 0px;
  margin:0 auto !important;
}

/************************************************** Header Code Starts Here ***********************************************************/
.header-outer-wrap {
    background: #4F479D;
    padding: 20px;
    position:absolute;
    -webkit-transition: all 0.5s ease;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: all 0.5s ease;    
    width: 100% !important;
}
.header-topsticky .header-logo-outer .header-logo {
    width: 55%;
}
.header-topsticky .header-cta-outer {
    padding-top: 10px;
}
.header-topsticky {
  position: fixed;
  top: 0;
  z-index:9999999;
  left: 0;
  animation: smoothScroll 1s forwards;
  padding:15px 20px;
}
.header-topsticky .header-menu .hs-menu-wrapper>ul {
  padding:0px;
}
@keyframes smoothScroll {
	0% {
		transform: translateY(-40px);
	}
	100% {
		transform: translateY(0px);
	}
}
.home-banner-outer-wrapper .banner-cta a:hover {
    border: 2px solid #a42675;
    background-color: #a42675 !important;
    color: #fff;
}

.scale-section-left-wrp a:hover {
    background-color: #a52675;
    color: #ffffff;
}

.ses-offering-block-content-link a:hover {
    color: #ffffff;
    background-color: #a52675;
}

.desktop-menu-outer ul.hs-menu-children-wrapper {
    background-color: #e8e8e8;
    top: 100%;
    width: 340px;
}

.desktop-menu-outer ul.hs-menu-children-wrapper li a {
    color: #000 !important;
    text-transform: capitalize;
    padding-bottom: 10px !important;
    border-bottom: 1px dotted #717171;    
  width: 92% !important;
    max-width: 100% !important;
}

/* .desktop-menu-outer ul.hs-menu-children-wrapper li:last-child a {
   border: 0;
} */

.desktop-menu-outer ul.hs-menu-children-wrapper ul.hs-menu-children-wrapper {
    left: 340px !important;
}

.desktop-menu-outer ul.hs-menu-children-wrapper li a:hover {
    color: #a42675 !important;
}

.desktop-menu-outer ul.hs-menu-children-wrapper li.active a {  
  color: #a42675 !important; 
}

.desktop-menu-outer ul.hs-menu-children-wrapper li.active>ul.hs-menu-children-wrapper li a {
    color: #000 !important;
}

.desktop-menu-outer ul.hs-menu-children-wrapper li.active>ul.hs-menu-children-wrapper li.active a {
    color: #a42675 !important;
}

.header-menu ul li a {
  padding: 10px 12px 30px !important;
  color: #4f479d !important;
  font-weight: 400;
}


.header-outer-wrap {
  background-color: #ffffff !important;
  padding-bottom: 0px !important;
}

.nsc-logo-wrp {
    //float: right !important;
    text-align: right !important;
}

.nsc-logo-wrp img {
    height: auto !important;
    max-width: 120px;
}

.header-menu ul li.active a {
    color: #a42675 !important;
}

.header-right-section-outer {
    margin: 0px !important;
}

.header-menu ul li {
    position: relative;
}

.header-menu ul li.active a:after {
    content: "";
    position: absolute;
    border-bottom: 4px solid #a42675;
    display: block;
    background: #a42675;
    height: 2px;
    width: 100%;
    left: 0;
    bottom: 0;
}
.header-menu ul li.hs-menu-depth-1.active:last-child a:after {
    display: none;
}

.header-menu ul li a:after {
    content: "";
    position: absolute;
    border-bottom: 4px solid transparent;
    display: block;
    background: transparent;
    height: 2px;
    width: 100%;
    left: 0;
    bottom: 0;
}

.desktop-menu-outer ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2.hs-item-has-children a:after {
    content: "\f0da";
    font-size: 15px;
    display: inline-block;
    padding: 0px 15px 0px 0px;
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    vertical-align: middle;
    position: absolute;
    right: -6px !important;
    border: 0px;
    background: none;
    left: unset !important;
    width: auto !important;
    bottom: unset !important;
}

.desktop-menu-outer ul.hs-menu-children-wrapper li ul.hs-menu-children-wrapper li a:after {
    display: none !important;
}

.desktop-menu-outer ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2.hs-item-has-children {
    position: relative;
    border-right: 2px solid #4a4c60;
}

.right-content p a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 400;
    display: block;
    margin-top: 20px;
}

.header-menu ul li ul.hs-menu-children-wrapper.active-branch li.hs-menu-item.hs-menu-depth-2.active a:after {
    border-bottom: 0;
    background: none;
}

.header-cta-outer {
    margin: 0px !important;
}

.scale-section-inner-wrp {
    display: flex;
    align-items: center;
}

.home-banner-outer-wrapper {
    min-height: 350px;
    padding: 200px 20px 140px 20px;
}

.header-cta-outer {
  width: 22% !important;
}

.nsc-logo-wrp {
    margin: 0px !important;
    margin-left: 24px !important;
    //width: 20% !important;
}

.header-menu ul li a:hover {
  color: #a42675 !important;
}

.footer-menu .hs-menu-wrapper.hs-menu-flow-vertical li a:hover {
  color: #a42675 !important;
}

.footer-contact p a:hover {
  color: #a42675 !important;
}

.footer-social-section p a:hover {
  color: #a42675 !important;
}

.store-module-content-outer {
    min-height: 434px;
}

.header-topsticky {
    box-shadow: 0 0 15px #888;
}

.home-banner-outer-wrapper .banner-header.center-style h2 {
    padding-bottom: 55px;
}

.text-banner-outer-wrapper {
    float: left;
    width: 100%;
}

.banner-outer-career .banner-cta a:hover {
    color: #ffffff;
    border: 2px solid #ffffff;
}

.desktop-menu-outer ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2 {
    border-right: 2px solid #4a4c60;
}

.form-header h2 {
    color: #4e479d;
    font-size: 22px;
    margin: 0px;
    padding-bottom: 9px;
    background-image: url(https://2139287.fs1.hubspotusercontent-na1.net/hubfs/2139287/Aujas%202019/Career%20New/border.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    margin-bottom: 20px;
    background-size: 45px;
    text-transform: uppercase;
}

.job-form-wrp .hs-form-required {
    display: none;
}
.span12.widget-span.widget-type-custom_widget.footer-menu {
    display: block !important;
}
.job-form-wrp .input input {
    height: 50px;
    border: 2px solid #4e479d;
    color: #4a4c60;
    font-size: 14px;
    margin: 0px;
    line-height: 1.4;
    font-weight: 300;
}

.job-form-wrp .input select {
    height: 50px;
    border: 2px solid #4e479d;
    color: #4a4c60;
    font-size: 14px;
    margin: 0px;
    line-height: 1.4;
    font-weight: 300;
    background-color: #ffffff !important;
}

.job-form-wrp .hs-form-field {
    height: 70px;
}

.job-form-wrp .hs_upload_your_cv .input input {
    border: 0px;
    height: auto !important;
    margin-top: 2%;
}

.job-form-wrp .hs_upload_resume label {
    color: #4a4c60;
    font-size: 14px;
    margin: 0px;
    line-height: 1.4;
    font-weight: 300;
}

.job-form-wrp input.hs-button.primary.large {
    cursor: pointer;
    color: #ffff;
    background: #a32375;
    text-decoration: none;
    font-family: 'Roboto',sans-serif;
    padding: 12px 40px;
    font-size: 22px;
    text-transform: capitalize;
    border: 2px solid #a52675;
    font-weight: 400;
    display: inline-block;
    margin-top: 3%;
}

.job-form-wrp input.hs-button.primary.large:hover {
    background-color: transparent;
    color: #a32375;
}

.job-form-outer-wrapper {
    width: 26% !important;
    float: right !important;
}


.list-post-items .post-item:nth-child(3n+1) {
    clear: both;
}

.blue-content h3 {
    font-size: 18px;
}

.header-menu ul li.hs-menu-depth-1:last-child {
/**    display: none;**/
}

/*.header-menu ul li.hs-menu-depth-1:last-child a {
    background: #4f479d;
    color: #fff !important;
    text-decoration: none;
    font-family: 'Roboto',sans-serif;
    text-transform: uppercase;
    padding: 10px 20px !important;
    border: 1px solid #ffffff;
    transition: .3s all;
}*/

.header-menu ul li.hs-menu-depth-1:nth-child(6) a {
    color: #a42675;
    text-decoration: none;
    font-family: 'Roboto',sans-serif;
    text-transform: uppercase;
    transition: .3s all;
    font-weight: 600;
    -webkit-box-shadow: 0 0 10px #fff;
    box-shadow: 0 0 6px #00000075;
    padding-bottom: 10px !important;
    margin-right: 6px;
    border-radius: 3px;
}

.header-menu ul li.hs-menu-depth-1:last-child a {
    padding: 0px !important;
    padding-top: 10px !important;
    padding-left: 7px !important;
}
.gcsc-more-maybe-branding-root {display:none!important;}

.header-menu ul li.hs-menu-depth-1:last-child a img {
    width: 18px;
    height: 18px;
}

.job-form-wrp .hs_upload_resume input {
    border: 0px !important;
    margin-top: 2%;
}

.job-form-wrp .hs_upload_resume.hs-form-field {
    height: auto !important;
}

.mobile-footer-menu {
  display:none !important;
}

.mobile-menu-outer {
    display: none !important;
}
.header-menu ul li a {
    color: #fff;
    text-transform: uppercase;
}
.header-cta-outer {
    padding-top: 17px;
    text-align: right;
}
.header-logo-outer .header-logo {
    width: 70%;
}
.header-menu .hs-menu-wrapper>ul {
    padding: 8px 0px 0px;
    float:right;
}
.header-cta-outer{
  min-width:195px;
}
/************************************************** Header Code Ends Here ***********************************************************/

/************************************** Footer Code Starts Here ******************************/

.footer-header h2 {
    margin: 0;
    color: #474462;
    font-size: 17px;
    font-weight: 500;
    padding-bottom: 10px;
    text-transform: capitalize;
}

.footer-header h2 a {
    color: #474462;
    font-size: 17px;
    text-decoration: none;
}

.footer-menu .hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: pre-line;
    width: auto;
    overflow: visible;
    text-overflow: ellipsis;
    padding: 10px 0px 5px !important;
    color: #4a4c60;
    font-size: 15px;
}

.footer-outer-wrp {
    padding: 50px 0px;
    background-color: #e1e1e1;
}

.copyright-outer {
    padding-top: 50px;
    border-top: 1px solid #717171;
}

.copyright-content p {
    margin: 0px;
    color: #717171;
    font-size: 15px;
}

.privacy-content ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.privacy-content ul li {
    color: #717171;
    display: inline-block;
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
    border-right: 1px solid #717171;
}

.privacy-content ul li:first-child {
    padding-right: 3%;
    border-right: 1px solid #717171;
}

.privacy-content ul li:last-child {
    padding-left: 14px;
  border-right:none;
}

.footer-logo img {
    width: 120px !important;
    height: auto !important;
}

.footer-contact h2 {
    margin: 0;
    color: #474462;
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 20px;
    text-transform: uppercase;
}

.footer-contact {
    padding-bottom: 10px;
    border-bottom: 1px solid #717171;
    margin-bottom: 20px;
    padding-top: 20px;
}

.footer-contact p {
    margin: 0px;
}

.footer-contact p a {
    text-decoration: none;
    color: #4a4c60;
    font-size: 18px;
}

.footer-social-section h2 {
    margin: 0;
    color: #474462;
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 20px;
    text-transform: uppercase;
}

.footer-social-section p span {
    font-size: 16px !important;
    color: #474462;
}




.footer-social-section p {
    margin: 0px;
    padding-bottom: 20px;
}

.footer-social-section p a {
    text-decoration: none;
    color: #4a4c60;
    font-size: 16px;
}

.footer-social-section ul {
    list-style-type: none;
    padding: 0px;
}

.footer-social-section ul span {
    font-size: 0px;
}

.footer-social-section ul li {
    display: inline-block;
    margin-right: 5%;
}

.footer-social-section ul li a {
    background-color: #5a54a2;
    border-radius: 50%;
    padding: 10px;
}

.footer-social-section ul li a i {
    width: 20px;
    text-align: center;
    color: #ffffff;
}

.footer-logo {
    padding-bottom: 40px;
}

.footer-logo-section {
    width: 90% !important;
}

.footer-menu-col-5, .footer-menu-col-6, .footer-menu-col-7 {
    padding-top: 20px;
}

.footer-header h2 a:hover {
    color: #a52675;
}


.footer-menu-col-3 h2 a:hover {
  color: #474462;
}

.footer-menu-col-4 h2 a:hover {
  color: #474462;
}

.privacy-outer-wrp {
    padding: 50px 0px;
    margin-top: 30px;
}

.privacy-outer-wrp p {
    color: #4a4c60 !important;
    font-size: 18px !important;
    margin: 0px !important;
    font-weight: 300 !important;
    line-height: 30px !important;
    padding-bottom: 20px !important;
}

.privacy-outer-wrp h3 {
    font-size: 27px;
    color: #717171;
    margin-bottom: 0px;
    line-height: 33px !important;
    padding-bottom: 20px;
    font-weight: 500;
}

.privacy-outer-wrp h4 {
    color: #717171;
    font-size: 18px;
    margin: 0px;
    padding-bottom: 5px;
    line-height: 1.4;
    font-weight: 500;
}

.privacy-outer-wrp h5 {
    color: #717171;
    font-size: 18px;
    margin: 0px;
    padding-bottom: 5px;
    line-height: 1.4;
    font-weight: 500;
}

.privacy-outer-wrp p a {
    color: #4a4c60 !important;
    text-decoration: none;
}

.privacy-outer-wrp p a:hover {
    color: #a32375 !important;
}

.privacy-content ul li a {
    color: #717171;
    text-decoration: none;
}

.privacy-content ul li a:hover {
    color: #a32375 !important;
}

.privacy-outer-wrp ul {
    margin: 0px;
    margin-bottom: 20px;
    padding-left: 20px;
}

.privacy-outer-wrp ul li {
    color: #4a4c60 !important;
    font-size: 18px !important;
    margin: 0px !important;
    font-weight: 300 !important;
    line-height: 30px !important;
    padding-bottom: 5px !important;
}

.footer-menu-col-6 {
    margin: 0px !important;
    width: 32% !important;
}

/************************************** Footer Code Ends Here ******************************/

.grey-content p, .blue-content p {
    padding-bottom: 20px !important;
}

.shield-blockchain-header h2,
.protect-blockchain h2,
.about-us-outer-wrapper h2,
.app-secure-content-wrapper h2,
.bottom-content h2,
.functional-benefits-header h2,
.aujas-code-sign h2,
.code-signing h2,
.etdr-capabalities h2,
.deceive-attack h2,
.block-content-header h2,
.block-chain-security-header h2,
.box-header h2,
.box-content h2,
.section-1-content h2,
.section-1 h2,
.control-compliance-header h2,
.bottom-section-content h2,
.security-stance-header h2,
.section-2-content h2{
  color: #A52675;
    font-size: 35px;
    margin: 0px;
    padding-bottom: 9px;
    background-image: url(https://2139287.fs1.hubspotusercontent-na1.net/hubfs/2139287/Aujas%202019/Penetration%20Testing%20Service/underline.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
    margin-bottom: 20px;
    background-size: 45px;
}

.iden
{

  color: #717171;
}
.iden ul
{
margin-bottom:0px;
}


.iden li
{
    color: #717171;
    font-size: 18px;
    line-height:30px;
}

.block-content-wrapper {
    padding: 50px 20px;
}

.bc-banner-outer-wrap {
    background-position: right;
    background-size: cover;
}
.banner-post-title h2 {
    margin: 0px;
    font-size: 30px;
    color: #fff;
    font-weight: 300;
}
.banner-outer-wrap {
    /*padding: 140px 20px 80px 20px;*/
  margin-top: 60px;
      height: 500px;
    background-size: cover!important;
}

.banner-outer-wrap-2 {
    /*padding: 140px 20px 80px 20px;*/
  margin-top: 60px;
      height: 500px;
    background-size: cover;
}

.banner-outer-wrap-1 {
   background-size: cover!important;
  background-image: url(https://www.aujas.com/hs-fs/hubfs/FAIR-Whitepaper-Background.png?width=1347&name=FAIR-Whitepaper-Background.png);
  color:white;
}

.red-teaming-banner .bc-banner-content h1 {
    color: #FFFFFF;
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0;
    padding-bottom: 20px;
}

.red-teaming-banner .bc-banner-content p {
    font-size: 35px !important;
}
.red-teaming-banner .bc-banner-content p {
    font-weight: 300;
    color: #FFFFFF;
    font-size: 42px;
    padding-bottom: 55px;
    line-height: 100%;
    margin: 0;
}
.red-teaming-banner .bc-banner-content h2 {
    font-weight: 300;
    color: #FFFFFF;
    font-size: 42px;
    padding-bottom: 55px;
    line-height: 100%;
    margin: 0;
}
.contact-banner-content h1 {
    font-size: 70px;
    font-weight: 500;
    padding-bottom: 10px;
    color: #fff;
    margin: 0px;
}
.blog-banner-content h2 {
    margin: 0px;
    padding: 10px 0px;
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
}
.prevent-large {
    padding-bottom: 33px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.section-1-content {
    padding: 50px 20px;
}
.section-1-content h4 .blockchain-application-content h4, .app-secure-content-wrapper h4, .code-signing-content h4, .edr-service-content h4, .section-1-content h4, .section-2-content h4, .section-1-content-outer h4, .section-1 h4, .blockchain-application-content h4 {
    font-size: 27px;
    color: #717171;
    margin: 0px;
    line-height: 33px !important;
    padding-bottom: 20px;
    font-weight: 500;
}
.app-secure-content p:nth-child(3), .bottom-content p:nth-last-child(2), .section-1-content p:nth-last-child(2) {
    padding-bottom: 0px;
}
p.ul-li-top-p {
    padding: 0px;
}
.section-1-content p {
    color: #717171;
    font-size: 18px;
    margin: 0px;
    padding-bottom: 20px;
    line-height: 1.4;
    font-weight: 300;
}
.section-1-content p {
    color: #717171;
    font-size: 18px;
    margin: 0px;
    padding-bottom: 25px;
    line-height: 1.4;
    font-weight: 300;
}
.edr-offerings ul, .operational-support-content ul, .blue-inner-content ul, .bottom-section-content ul, .section-1-content ul, .app-secure-content ul, .edr-service-content ul, .code-signing-content ul, .section-2-content ul, .box-content ul, .etdr-capabalities ul {
    padding-left: 20px;
    margin: 0px auto !important;
}
.app-secure-content ul li, .edr-service-content ul li, .etdr-capabalities ul li, .section-1-content ul li, .section-2-content ul li, .box-content ul li, .mid-section-content ul li, .box-content ul li, .section-2-content ul li, .deceive-attack ul li, .etdr-capabalities ul li, .edr-service-content ul li, .code-signing-content ul li, .bottom-content ul li, .app-secure-content-wrapper ul li, .bottom-section-content ul li, .block-chain-security-header ul li, .bottom-content-1 ul li, .app-secure-content-wrapper ul li, .empowering-content ul li, .outer-body ul li, .edr-service ul li, .etdr-capabalities ul li, .deceive-attack ul li, .code-signing-content ul li, .operational-support-content ul li, .capability-snapshot ul li, .meet-compliance ul li, .capability-belief ul li, .our-expert ul li {
    color: #717171 !important;
    font-size: 18px !important;
    margin: 0px !important;
    font-weight: 300 !important;
    line-height: 30px !important;
    padding-bottom: 0px !important;
}
.blue-section-wrapper {
    padding-top: 50px;
    background-image: url(https://2139287.fs1.hubspotusercontent-na1.net/hubfs/2139287/Aujas%202019/Penetration%20Testing%20Service/purple-BG.jpg);
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 20px;
}
.blue-section-content h2, .blue-background-content h2, .aujas-code-content h2, .edr-offerings h2, .blue-section-wrapper h2, .blue-inner-content h2 {
    color: #fff !important;
    font-size: 35px !important;
    margin: 0px !important;
    padding-bottom: 9px !important;
    background-image: url(https://2139287.fs1.hubspotusercontent-na1.net/hubfs/2139287/Aujas%202019/Penetration%20Testing%20Service/white%20line.png) !important;
    background-repeat: no-repeat !important;
    background-position: left bottom !important;
    margin-bottom: 20px !important;
    background-size: 45px !important;
}
.blue-section-wrapper p {
    color: #fff;
    font-size: 18px;
    margin: 0px;
    padding-bottom: 20px;
    line-height: 1.4;
    font-weight: 300;
}
.bottom-content-wrapper {
    padding: 50px 20px;
    background: #f6f6f6;
}
.app-secure-content p:nth-child(3), .bottom-content p:nth-last-child(2), .section-1-content p:nth-last-child(2) {
    padding-bottom: 0px;
}
p.ul-li-top-p {
    padding: 0px;
}
.bottom-content p {
    color: #717171;
    font-size: 18px;
    margin: 0px;
    padding-bottom: 20px;
    line-height: 1.4;
    font-weight: 300;
}
.bottom-content ul {
    margin-top: 5px;
    margin-bottom: 0px;
    padding-left: 20px;
}
.iot {
    margin-bottom: -3%;
}
.contact-banner-content h2 {
    font-size: 70px;
    font-weight: 500;
    padding-bottom: 10px;
    color: #fff;
    margin: 0px;
}
.contact-banner-content {
    text-align: center;
}
.lp-section1-content p {
    font-size: 20px;
    color: #717171;
    margin: 0px;
    padding-bottom: 30px;
}
.lp-section1-content ul li:before {
    content: "•";
    padding-right: 15px;
}
.lp-section1-content h3 {
    color: #717171;
    margin: 0px;
}
.lp-section1-content ul li {
    color: #717171;
    margin: 0px;
    font-size: 20px;
    padding-bottom: 14px;
}
.lp-banner-content h3{
    font-weight: 200;
}
.lp-section2-outer .same-headline-style h3 {
    font-size: 44px;
}
.lp-section1-content ul {
    margin: 0px;
    padding-left: 0px;
    list-style-type:none;
    padding-bottom: 24px;
}
.lp-section1-outer,.lp-section2-outer {
    padding: 60px 20px;
}

.lp-section2-outer {
    background-image: url(https://2139287.fs1.hubspotusercontent-na1.net/hubfs/2139287/Aujas%202019/Landing%20Page/Aujas_landing-page-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-shadow: 0px 5px 12px -3px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 5px 12px -3px rgba(0,0,0,0.1);
    box-shadow: 0px 5px 12px -3px rgba(0,0,0,0.1);
    position: relative;
}

.lp-form-headline h3 {
    text-transform: uppercase;
}
.section3-content p {
    font-size: 20px;
    color: #717171;
    margin: 0px;
    padding: 15px 0px;
    line-height: 1.6;
}
.lp-section3-outer {
    padding: 60px 20px;
}
/********************Contact Page Code********************/
.contact-section2-outer {
    padding: 60px 20px;
}
.contact-banner-content {
    text-align: center;
}
.contact-banner-content h2 {
    font-size: 70px;
    font-weight: 500;
    padding-bottom: 10px;
}
.contact-form-headline h3 {
    text-align: center;
    text-transform: uppercase;
    background-position: center bottom;
}
.contact-section1-form {
    text-align: center;
}
.contact-section1-form .input input {
    width: 100% !important;
    background:#fff0;
}
.contact-section1-form fieldset {
    max-width: 100% !important;
}
.contact-section1-form-outer {
    width: 75% !important;
    margin: 0 auto !important;
    float: none !important;
}
.contact-section1-form fieldset .hs-form-field {
    width: 48% !important;
}
.contact-section1-form fieldset .hs-form-field:first-child {
    margin-right: 2%;
}
.contact-section1-form fieldset .hs-form-field:last-child {
    margin-left: 2%;
}
.contact-section1-form fieldset.form-columns-1 .hs-form-field {
    width: 100% !important;
    margin:0px !important
}
.contact-section3-outer {
    background: #F8F8F8;
    text-align: center;
}
.contact-section3-outer .same-headline-style h3 {
    background-position: center bottom;
    font-size: 46px;
}
.lp-section3-outer .same-headline-style h3 {
    font-size: 44px;
}
.location-headline h2 {
    color: #a52675;
    margin: 0px;
    padding-bottom: 15px;
    text-align: center;
    font-size: 50px;
    font-weight: 500;
    text-transform: uppercase;
}
.location-content-wrap {
    padding: 25px;
}
.contact-info-outer {
    background: url(https://2139287.fs1.hubspotusercontent-na1.net/hubfs/2139287/Aujas%202019/Contact%20Page/bg2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.section2-logo-wrap {
    text-align: center;
}
.contact-section2-outer .same-headline-style h3 {
    text-align: center;
    font-size: 40px;
    background-position: center bottom;
    margin-bottom:30px;
}
.same-headline-style h3 {
    color: #A52675;
    font-size: 28px;
    margin: 0px;
    padding-bottom: 9px;
    background-image: url(https://2139287.fs1.hubspotusercontent-na1.net/hubfs/2139287/Aujas%202019/line%20-%20pink.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    margin-bottom: 20px;
    background-size: 45px;
}
.same-style-form input {
    border: 1px solid #a52675 !important;
    padding: 15px;
    font-size: 18px;
    background-color:#fff0;
    font-weight: 300;
    font-family: 'Roboto',sans-serif;
    color: #9b9b9b !important;
    height: 54px;
    box-shadow: 0px 0px 3px -1px #a52675;
    -webkit-box-shadow: 0px 0px 3px -1px #a52675;
    -moz-box-shadow: 0px 0px 3px -1px #a52675;
}
.same-style-form .hs-form-field {
    min-height:75px;
  position:relative;
}
.same-style-form input.hs-button.primary.large {
    -webkit-appearance: none;
    cursor:pointer;
    border: 2px solid #a52675;
    background: #a52675;
    padding: 10px 35px;
    color: #fff !important;
    font-weight: 400;
    outline: #a52675 auto 0px;
    font-size: 22px;
    box-shadow:none;
}
.same-style-form input.hs-button.primary.large:hover {
    background: #ffff;
    border: 2px solid #a52675 !important;
    color: #a52675 !important;
}
ul.hs-error-msgs.inputs-list {
    margin: 0;
    padding: 0px;
    list-style-type: none;
    color: red;
    font-size: 12px;
    text-align:left;
}
span.hs-form-required {
    color: red;
}
.hs_error_rollup {
    display: none;
}
.header-cta-outer {
    text-align: right;
}
.banner-outer-wrap h4 {
    color: #fff;
    font-weight: 200;
    font-size: 38px;
    margin: 0;
}
.same-style-form .hs-form-field>label {
    position: absolute;
    left: 0;
    padding: 18px;
    color: #9b9b9b !important;
    font-weight:300;
}
.submitted-message {
    font-size: 18px;
    color: #717171;
    margin: 0px;
    padding-bottom: 10px;
}
.same-style-form textarea {
    border: 1px solid #a52675 !important;
    padding: 15px;
    font-size: 18px;
    background-color: #fff0;
    font-weight: 300;
    font-family: 'Roboto',sans-serif;
    color: #9b9b9b !important;
    height: 54px;
    box-shadow: 0px 0px 3px -1px #a52675;
    -webkit-box-shadow: 0px 0px 3px -1px #a52675;
    -moz-box-shadow: 0px 0px 3px -1px #a52675;
    width: 100% !important;
}
.contact-info-outer {
    background: url(https://2139287.fs1.hubspotusercontent-na1.net/hubfs/2139287/Aujas%202019/Contact%20Page/bg2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.content-block-outer {
    padding: 20px 0px;
}
.botton-block-outer {
    padding: 10px 0px;
}
.content-blocks-inner h2 {
    margin: 0;
    color: #4E479D;
    font-size: 32px;
    padding-bottom: 10px;
}
.content-blocks-inner p.address-section {
    min-height: 66px;
}
.content-blocks-inner p, .content-blocks-inner p.tele-inform a {
    margin: 0;
    color: #717171;
    font-size: 18px;
    padding: 20px 0px;
    text-decoration: none;
}
.content-blocks-inner p.direction-link a {
    text-decoration: none;
    color: #4e479d;
}
.content-blocks-inner p.direction-link a i {
    padding-right: 5px;
}
.content-blocks-inner p.direction-link {
    padding-bottom: 0px;
}

/**************Blog code starts here**********/
.blog-banner-outer-wrap {
  background-image:url("https://2139287.fs1.hubspotusercontent-na1.net/hubfs/2139287/Aujas%202019/Blog/Aujas_Blog-banner.jpg");
  background-repeat:no-repeat;
  background-size:cover;
      padding: 130px 15px 50px;
}
.blog-banner-content img {
    max-width: 150px;
}
.blog-banner-content {
    text-align: center;
    max-width: 815px;
    float: none !important;
    margin: 0 auto !important;
}
.blog-banner-content h1 {
       margin: 0px;
    font-size: 56px;
    font-weight: 300;
    padding: 10px 0px;
    color: #fff;
}
.blog-banner-content p {
    margin: 0px;
    padding: 10px 0px;
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
}
.post-items-wrp {
    background-image: url(https://2139287.fs1.hubspotusercontent-na1.net/hubfs/2139287/Aujas%202019/Blog/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
      padding: 40px 15px 60px;
}
.blog-banner-content h1 span {
    font-weight: 400;
    font-size: 64px;
    display: block;
    margin-top: -10px;
}
.list-post-items .post-item {
    width: 30.33%;
    float: left;
    margin: 20px 1.5% 40px;  
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.20);
}
.bottom-pagination ul li {
    display: inline-block;
    margin: 0px 10px;
}
.list-post-items .post-inner {
    padding: 30px;
      float: left;
  background-color: #fff;
}
.list-post-items p.post-date {
    margin: 0px;
    float: left;
    width: 50%;
    font-weight: 300;
    color: #717171;
}
.list-post-items p.post-topic {
    float: right;
    margin: 0px;
    width: 50%;
    text-align: right;
    height: 44px;
    padding-bottom: 4px;
}
.list-post-items .hs-featured-image-wrapper {
    float: left;
    text-align: center;
      margin-top: 10px;
      width: 100%;
      margin-bottom: 20px;
}
.list-post-items p.post-topic a.topic-link {
    text-decoration: none;
      color: #4e479c;
    font-weight: 300;
}
.list-post-items .hs-featured-image {
   float: initial;
    margin: 0px;
    max-width: 100%;
    height: 190px;
    width: 100%;
}
.list-post-items .post-item h2 {
    float: left;
    margin: 0px;
    height: 150px;
    width: 100%;
}
.list-post-items .post-item h2 a {
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
    color: #a32375;
}
.list-post-items a.more-link {
    float: left;
    display: block;
    background-color: #4e479c;
    padding: 10px 25px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    border: 2px solid #4e479c;
}
.list-post-items a.more-link:hover{
  background-color: #fff;
  color:#4e479c;
}
.blog-pagination {
    float: left;
    clear: both;
    width: 100%;
      padding-top: 50px;
}
.bottom-pagination ul.pagination {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: center;
}
.bottom-pagination ul.pagination li a{
  color:#717171;
  font-weight: 600;
  text-decoration: none;
 
}
.bottom-pagination ul.pagination li a:hover{
  color: #a32375;
}
.bottom-pagination ul.pagination li.active a {
    color: #a32375;  
   border-bottom: 2px solid;
    
}
.post-banner-wrp {
    background-image: url(https://2139287.fs1.hubspotusercontent-na1.net/hubfs/2139287/Aujas%202019/Blog/Aujas_Blog-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 130px 15px 60px 15px;
}
.banner-post-title {
    text-align: center;
    max-width: 75%;
    float: none !important;
    margin: 0 auto !important;
}
.banner-post-title p {
    margin: 0px;
    font-size: 30px;
    color: #fff;
    font-weight: 300;
}
.banner-post-title h1 {
    margin: 0px;
    font-size: 54px;
    color: #fff;
    font-weight: 400;
    padding: 10px 0px 0px;
}
.post-details ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: center;
}
.post-details ul li.author-info img {
    max-width: 45px;
    border-radius: 50%;
    vertical-align: middle;
      margin-right: 20px;
}
.post-details ul li {
    display: inline-block;
    padding: 0px 30px;
}
.post-details ul li a.author-link {
    color: #717171;
    text-decoration: none;
    font-size: 16px;
}
.post-details ul li.p-date {
    color: #717171;
      font-size: 16px;
}
.post-details ul li.pbar-topic a {
    text-decoration: none;
    color: #a32375;
    font-size: 16px;
}
.post-details-wrp {
    padding: 25px 15px;
    background-color: #f6f6f6;
}
.post-content-wrp {
    background-color: #ffffff;
    padding: 60px 15px;
}
.post-content {
    //padding-right: 130px;
}
.post-content .post-body h2 {
    margin: 0px;
    color: #585858;
    font-size: 40px;
    font-weight: 400;
      padding-bottom: 10px;
}
.post-content .post-body p {
    color: #4a4c60;
    font-size: 18px !important;
    margin: 0px;
    padding-bottom: 20px;
    line-height: 1.5;
    font-weight: 300;
}
.post-content .post-body p span{
    color: #4a4c60;
    font-size: 18px !important;
}
.post-content .post-body ul {
    margin: 0px;
    padding-left: 20px;
}
.post-content .post-body ul li {
    color: #4a4c60;
    font-size: 18px;
    margin: 0px;
    padding-bottom: 10px;
    line-height: 1.5;
    font-weight: 300;
}
.post-content .post-body ul li a {
text-decoration: none;
  color: #4a4c60;
}
.post-content .post-body ul li a:hover {
   color: #a52675 !important;
}

.post-content .post-body ol {
    margin: 0px;
    padding-left: 20px;
}
.post-content .post-body ol li {
    color: #4a4c60;
    font-size: 18px;
    margin: 0px;
    padding-bottom: 10px;
    line-height: 1.5;
    font-weight: 300;
}
.post-content .post-body ol li a {
    text-decoration: none;
    color: #4a4c60;
}
.post-content .post-body ol li a:hover {
   color: #a52675 !important;
}
.post-content .post-body p a {
    text-decoration: none;
    color: #4a4c60 !important;
}
.red-content p {
    color: #4a4c60 !important;
}
.red-content h4 {
    color: #717171;
    font-size: 18px;
    margin: 0px;
    padding-bottom: 0px;
    line-height: 1.4;
    font-weight: 500;
}
.post-content .post-body p a:hover {
   color: #a52675 !important;
}
.post-content .post-body h3 {
    font-size: 35px !important;
    margin: 0px;
    padding-bottom: 20px;
    color: #4a4c60 !important;
}
.social-media-ics {   
    text-align: center;
      padding-top: 10px;
}
.social-media-ics p {
    margin: 0px;
    font-size: 20px;
    color: #585858;
    padding-bottom: 10px;
}
.social-media-ics a {
    display: block;
    font-size: 32px;
    color: #afafaf;
     margin-bottom: 12px;
}
.social-media-ics a:hover{
  color:#a32375;
}
/**************Blog code ends here***************/

/************News and events page code starts here*************/
.ne-banner-content h1 {
    margin: 0px;
    text-align: center;
    color: #fff;
    font-size: 64px;
    font-weight: 500;
}
.news-events-img {
    float: left;
    width: 25%;
}
.news-events-content {
    float: left;
    width: 75%;
}
.news-events-module {
    float: left;
    padding: 60px 0px;
    border-bottom: 1px solid #aaa;
}
.news-events-content-inner {
    padding: 0px 0px 0px 40px;
}
.news-events-content h2 {
    margin: 0px;
    font-size: 40px;
    font-weight: 500;
    color: #717171;
  padding-bottom: 20px;
}
span.ne-date {
    padding: 20px 0px 0px;
    display: block;
    color: #717171;
    font-weight: bold;
    font-size: 22px;
}
.news-events-content p {
    margin: 0px;
    font-size: 22px;
    line-height: 28px;
    color: #717171;
    padding: 15px 0px;
}
a.ne-link {
    display: inline-block;
    color: #a32375;
    border: 2px solid #a32375;
    padding: 10px 30px 10px 30px;
    text-decoration: none;
    font-size: 22px;
    font-weight: 500;
    margin-top: 10px;
}
a.ne-link img {
    max-width: 25px;
    vertical-align: middle;
    padding-left: 5px;
}
.paginate-pagination {
    float: left;
    clear: both;
    width: 100%;
    padding: 50px 0px;
}
.paginate-pagination ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: center;
}
.paginate-pagination ul li {
    display: inline-block;
    margin: 0px 10px;
}
.paginate-pagination ul li a {
    color: #717171;   
    text-decoration: none;
      font-size: 20px;
}
.paginate-pagination ul li a.active{
   color: #a32375;  
   border-bottom: 2px solid;
   font-weight: 600;
}
.paginate-pagination ul li a:hover{
  color: #a32375;
}
.paginate-pagination ul li a.page-prev, 
.paginate-pagination ul li a.page-next{
    font-size: 28px;
    font-weight: 900;
}
/***********News and events page code ends here************/
/***************Thankyou page code starts here***********/
.typ-banner-wrp {
    background-color: #a52675;
}
.typ-banner-content h1 {
    font-size: 64px;
    color: #fff;
    margin: 0px;
    font-weight: 500;
    padding-bottom: 10px;
}
.typ-banner-content{
  text-align:center;
}
.typ-banner-content p {
    margin: 0px;
    color: #fff;
    font-size: 36px;
    font-weight: 200;
}
.typ-testi-outer {
    padding: 60px 15px;
}
.typ-content p {
    margin: 0px;
    padding: 10px 0px;
    font-weight: 300;
    font-size: 22px;
    line-height: 30px;
    color: #717171;
}

.typ-testi-content-inner p {
    margin: 0px;
    padding: 5px 0px 30px;
    font-size: 22px;
    font-weight: 300;
    line-height: 30px;
    color: #717171;
}
.typ-testi-content-inner span {
    font-size: 22px;
    color: #717171;
    font-weight: 500;
}
.typ-testi-slider-wrp h2 {
    margin-bottom: 20px;
}
.typ-testi-content-inner:before {
    content: '';
    background: url(https://2139287.fs1.hubspotusercontent-na1.net/hubfs/2139287/Aujas%202019/TYP/testi-quote.png);
    padding: 5px;
    position: absolute;
    left: calc(10% - 15px);
    width: 50px;
    top: 25px;
    height: 44px;
    background-size: 55px;
    background-repeat: no-repeat;
}
/**************Thankyou page code ends here************/

.mobile-image img {
  display: none !important  
}

.mobile-image {
    display: none !important;
}

.result-outer-col {
    padding: 40px 0px;
}

.result-outer-col .gsc-webResult.gsc-result {
    background-color: #e1e1e1;
    padding: 20px;
    margin: 20px 0px;
    border: 0px !important;
    border-radius: 5px;
}

.result-outer-col .gsc-webResult.gsc-result a.gs-title,
.result-outer-col .gsc-webResult.gsc-result a.gs-title b{
    color: #a42675 !important;
    font-size: 36px;
    padding-bottom: 15px !important;
    display: inline-block;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.result-outer-col .gsc-webResult.gsc-result .gs-bidi-start-align.gs-visibleUrl.gs-visibleUrl-long {
    color: #4f479d !important;
    display: block;
    padding-bottom: 10px;
    font-size: 18px;
}

.result-outer-col .gsc-webResult.gsc-result .gs-bidi-start-align.gs-snippet,
.result-outer-col .gsc-webResult.gsc-result .gs-bidi-start-align.gs-snippet b{
    font-size: 18px;
    color: #717171;
}

.result-outer-col .gsc-cursor-box.gs-bidi-start-align {
    margin: 0 auto;
    text-align: center;
}

.result-outer-col .gsc-cursor-box.gs-bidi-start-align .gsc-cursor-page {
    color: #4f479d !important;
    font-size: 14px;
}

.result-outer-col .gsc-cursor-box.gs-bidi-start-align .gsc-cursor-page.gsc-cursor-current-page {
    color: #a42675 !important;
}

.result-outer-col .gcsc-more-maybe-branding-root {
    text-align: center;
    padding: 15px 0px;
}

.result-outer-col .gcsc-more-maybe-branding-root span.gcsc-find-more-on-google-text {
    color: #4f479d !important;
    font-size: 16px;
}

.result-outer-col span.gcsc-find-more-on-google-query {
    color: #a42675 !important;
    font-size: 16px;
}

.result-outer-col svg.gcsc-find-more-on-google-magnifier {
    fill: #4f479d !important;
    width: 17px;
    height: 17px;
}

.result-outer-col .gsc-webResult.gsc-result:hover {
    background-color: #e1e1e1;
}

.gsc-positioningWrapper {
    display: none;
}

.gsc-above-wrapper-area {
    display: none;
}
  .mobile-logo {
    display: none !important;
}
  .nsc-logo-wrp {
    display: block !important;
}
.outer-mob-aujas {
    display: none !important;
  }
/*****************************Responsive Code Starts Here***********************************/
/************** ipad ***************/
 @media (max-width: 1080px) {
  
 .ses-offering-header {
    padding: 0px 20px;
  }
   
   .aujas-text-outer {
    padding: 0px 20px;
  }
   
.section-1-wrapper {
    padding: 0px 23px;
}
   .section-1 {
    padding: 5px 20px;
}
   .mid-section-wrapper {
    padding: 0px 25px;
}
   .section-1-content {
    padding: 10px 20px;
}
   .box-inner-wrapper {
    width: 32%;
    float: left;
    background-color: #d7d3ff;
    margin: 0px 6px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.box-inner-wrapper h2 {
    color: #717171;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;
    padding: 10px 60px;
    text-align: center;
}
   .aujas-code-sign {
    padding: 0px 20px;
}
     .bottom-wrapper {
    padding: 0px 25px; 
}
  .blockchain-application-content{
    padding:10px 20px;
  }
     .protect-blockchain {
    padding: 0px 20px;
}
   .content-section-outer-wrapper { 
    padding: 0px 20px;
}
  .bottom-section-content-outer-banner {
    padding: 0px 20px;
}
     .mid-section-content ul li {
    color: #717171;
    font-size: 18px;
    margin: 0px;
    padding-bottom: 10px;
    display: flex;
    line-height: 30px;
    font-weight: 300;
}
     .code-signing-wrapper {
    padding: 35px 15px;
}
   .block-inner-wrapper{
     padding:15px 19px;
     width: 100% !important;
   }
   .model-block1{
     padding-top:35px;
   }
   .bottom-section-content-outer-banner {
    padding: 0px 30px;
}
   .content-wrapper {
    padding: 30px 20px;
}
   .content-wrapper{
     padding:0px 20px;
   }
   .content-wrapper {
    padding: 50px 20px;
}
   
   .text-banner-inner-wrapper {
    padding-left: 20px;
  }
   
   .about-team-inner {
    padding: 0px 20px;
  }
   
   .awards-inner {
    padding: 0px 20px;
  }
   
   .dna-inner {
    padding: 0px 20px;
  }
   
   .office-tab-inner {
    padding: 0px 20px;
  }
   
   .office-tab-inner-wrapper ul li {
    width: 20%;
   }
   
   
  .office-location-inner-wrapper:nth-child(3n+2) {
      margin: 0px 3%;
  }
   
   .scale-section-inner-wrp {
    padding: 0px 20px;
  }
   
   .ses-offering-inner-padding {
    padding: 0px 20px;
  }
   
   .model-inner-paading {
     padding: 0px 20px;
   }
   
   .blue-content-inner-wrapper {
    padding: 0px 20px;
  }
   
   .model-inner-paading {
    padding: 0px 20px;
  }
   
   .emp-slider-wrp .slick-dotted.slick-slider {
    max-width: 90%;
    margin: 0 auto;
   }
   
   .mission-section-inner-wrp {
    padding: 0px 20px;
  }
   
   .store-module-inner-wrp {
    padding: 0px 20px;
  }
   
   .emp-slider-wrp h2 {
    text-align: center;
  }
   
   .life-module-iner {
    padding: 0px 20px;
  }
   
   .life-module-inner-module {
    min-height: 300px;
  }
   
   .footer-inner-wrp {
    padding: 0px 20px;
  }
   
   .footer-menu-col-3 {
    width: 18% !important;
  }
   
   .footer-menu-col-4 {
    width: 18% !important;
  }
   
   .copyright-outer {
    padding: 50px 20px;
  }
   
   .copyright-content {
    width: 50% !important;
    float: left !important;
  }
   
   .privacy-content {
    width: 50% !important;
    float: right !important;
    margin: 0px !important;
  }
   
   .header-menu ul {
    /**text-align: left !important;
    float: left !important;**/
  }
   
   .header-menu {
    //width: 54% !important;
  }
   
   .nsc-logo-wrp {
    //width: 18% !important;
    text-align: left !important;
    margin: 0px !important;
  }
   
   .header-cta-outer {
    text-align: left !important;
    float: left !important;
  }
   
   .header-menu ul li a {
    padding: 10px 11px 30px !important;
   }
   
   .banner-inner-wrapper {
    padding: 0px 20px;
  }
   
   .block-outer-padding {
    padding: 0px 20px;
  }
   
   .joinus-job-desc-inner-wrp {
    padding: 0px 20px;
  }
   
   .joinus-post-social {
    width: 66%;
   }
   
   .descriptopn-inner-wrapper {
    padding: 0px 20px;
  }
   
   .privacy-inner-wrp {
     padding: 0px 20px;
   }
   
 .header-menu ul li.hs-menu-depth-1:last-child {
/**    display: none;**/
}
   
   .mobile-footer-menu {
  display:none !important;
}
   
   .list-post-items .post-item h2{
    height: 160px;
  }
   .typ-testi-outer ul.slick-dots {
      max-width: 98%;
  }
   
   .header-menu ul li a {
    padding: 10px 18px !important;
  }
  .team-profile-outer h2 {
    font-size:20px;
  }
  .team-profile-outer h3 {
    font-size:18px;
  }
  .content-blocks-inner p.address-section {
    min-height: 87px;
  }
/*********************Thank you page*********************/
  .news-events-outer {
    padding: 0px 20px;
  }
  .banner-outer-wrap.career-banner-outer {
    background-size: cover;
  }  
  .logo-padding-class {
      padding: 45px 10px 10px 10px;
  }
  .profile-desc-wrap p:before {
      left: 8%;
      background-size: 25px;
  }
  .profile-desc-wrap p {
      padding: 10px 60px;
      font-size: 14px;
  }
  .career-slider-outer .hs-testimonial {
    min-height:400px;
  }
  .career-slider-outer .slick-slide {
      margin: 0px 0px;
  }
  .career-banner-content h2 {
    font-size: 64px;
  }
  .bc-banner-text {
      max-width: 90%;
      float: none !important;
      margin: 0 auto !important;
  }
  .bc-s4-cta a {
      padding: 15px !important;
      font-size: 20px !important;
  }
  .model-block3 {
      margin-left: 4%;
  } 
  .model-block2 h2 {
    padding-top:25px;
  }
} 

@media (max-width: 990px) {
  .header-outer-wrap{
       position: relative; 
  }
  :focus {
  outline: none !imporatnt;
  }
 .nsc-logo-wrp {
    dislnu-depth-1:nth-child(6) a {
    font-weight: 400 !important;
    -webkit-box-shadow: 0 0 0px #fff !important;
    box-shadow: 0 0 0px #00000075 !important;
}
  .header-outer-wrap {
    padding: 30px 20px 30px !important;
  }
  .mobile-logo img {
    min-width: 260px !important;
    
}
  .mobile-logo{
    display:block !important;
  }
 
  .header-logo{
     display:none !important;
  }
  .header-menu ul li.hs-menu-depth-1:last-child {
    display: none !important;
  }

  .mobile-image img {
    width: 30px;
    height: 30px;
  }
  .mobile-image {
    display: block !important;
  }
  .mobile-image img {
    display: block !important;
/*     width: 20px !important;
    height: 20px !important;
    padding-right: 8px; */
  } 
  .mobile-image {
    position: absolute;
    right: 50px;
    top: 40px;
    z-index: 999;
  }
  .global-search-box {
    position: absolute;
    top: 99px;
  }
  .topsticky .global-search-box {
    top: 0px;
    position: absolute;
  }
  .mobile-menu-outer {
    display: block !important;
  }
  .desktop-menu-outer {
    display: none !important;
  }
}

@media (max-width:990px) {
  .header-menu ul li:nth-child(6).active a{
    background-color:transparent !important;
  }
  .header-menu ul li.hs-menu-depth-1:nth-child(6) a:hover{
     background-color:transparent !important;
  }
  .blog-banner-outer-wrap {
    padding: 50px 15px;
  }
  
     .header-outer-wrap, .header-topsticky {
    position: inherit;
  }
  
  .header-logo-outer .header-logo {
    width: auto;
  }
  
  .mobile-menu-outer.custom-menu-primary .hs-menu-wrapper>ul {
    position: absolute;
    z-index: 99999;
    background: #4F479D !important;
  }
  
  .home-banner-outer-wrapper .banner-cta a:first-child {
    margin-right: 2%;
  }
  
  .col-three .ses-offering-content-outer {
    margin: 1% 1%;
  }
  
  .ses-offering-wrapper-home .ses-offering-content-outer-new {
    flex: 0 30% !important;
  }
  
  .model-inner-paading {
     padding: 0px 20px;
   }
  
  .blue-content-inner-wrapper {
    padding: 0px 20px;
  }
  
  .model-inner-paading {
    padding: 0px 20px;
  }
  
  .store-module-left {
    width: 100%;
  }
  
  .store-module-right {
    float: left;
    width: 100%;
  }
  
  .store-module-content-outer {
    width: 90%;
    margin-bottom: 5%;
  }
  
  .image-section-left {
    min-height: 500px;
  }
  
  .content-section-right {
    min-height: 500px;
  }
  
  .rewarded-section-right-inner {
    left: 41%;
    top: 6%;
    width: 40%;
  }
  
  .emp-slider-wrp .slick-dotted.slick-slider {
    max-width: 86%;
  }
  
  .emp-testi-content-inner {
    padding: 15px 0px 13px 110px;
  }
  
  .life-module-content {
    min-height: 224px;
  }
  
  .life-module-content-inner h3 {
    font-size: 26px;
    line-height: 24px !important;
  }
  
  .life-module-content-inner p {
    font-size: 14px;
  }
  
  .life-module-inner-module {
    min-height: 224px;
  }
  
  .life-module-hover {
    left: calc(25% - 40px);
  }
  
  .footer-social-section ul li {
    margin-right: 4%;
  }
  
  .footer-header h2 {
    font-size: 17px;
  }
  
  .privacy-content ul li {
    font-size: 14px;
  }
  
  .mobile-menu-outer.custom-menu-primary .hs-menu-wrapper>ul li a {
    color: #ffffff !important;
  }
  
  .mobile-menu-outer.custom-menu-primary.js-enabled {
    right: 0px;
    position: absolute;
    width: 100% !important;
  }
  
  .header-outer-wrap {
    padding-bottom: 20px !important;
  }
  
  .mobile-menu-outer.custom-menu-primary .hs-menu-wrapper>ul li ul.hs-menu-children-wrapper a {
    padding: 0px 2px !important;
  }
  
  .header-menu ul ul {
    width: 100%;
  }
  
  .header-menu ul li.active a:after {
    display: none !important;
  }
  
  .mobile-menu-outer.custom-menu-primary .hs-menu-wrapper>ul {
    border-top: 0px !important;
  }
  
  .custom-menu-primary, .custom-menu-primary .hs-menu-wrapper > ul, .custom-menu-primary .hs-menu-wrapper > ul li, .custom-menu-primary .hs-menu-wrapper > ul li a {
    float: left !important;
  }
  
  .banner-inner-wrapper {
    padding: 0px 20px;
    }
  
  .block-outer-padding {
    padding: 0px 20px;
  }
  
  .desktop-menu-outer {
    display: block !important;
  }
  
  .header-menu {
    display: none !important;
  }
  
  .header-cta-outer {
    display: none !important;
  }
/*   
  .nsc-logo-wrp {
    width: auto !important;
    z-index: 9999999;
    display: block !important;
    position: absolute;
    right: 11%;
    top: 4%;
  } */
  
  .mobile-menu-outer.custom-menu-primary.js-enabled {
    right: 0px;
    position: absolute;
    width: 100% !important;
    display: block !important;
    top: 4%;
  }
  
  .joinus-post-header h3 br {
    display: none;
  }
  
  .joinus-post-social {
    width: 86%;
  }
  
  .content-left-wrapper {
    width: 100% !important;
    padding-bottom: 50px;
  }
  
  .job-form-outer-wrapper {
    width: 60% !important;
    max-width: 60%;
    margin: 0 auto !important;
    float: none !important;
  }
  
  .joinus-banner-outer {
    margin-top: 0px !important;
  }
  
  .header-menu ul li.hs-menu-depth-1:last-child {
    display: block !important;
}
  
  .mobile-footer-menu {
    display:none !important;
  }
  
  .outer-mob-aujas {
    display: block !important;
  }
  .header-outer-wrap {
    display: none !important;
  }
  .outer-mob-aujas .custom-menu-primary.js-enabled {
    margin: 0 !important;
  }
  .inner-mob-aujas .row-fluid {
    display: flex;
    align-items: center;
    padding: 30px 20px;
    box-sizing: border-box;
    position: relative;
  }
  .inner-mob-aujas .new-mob-logo {
    flex: 0 45%;
  }
  .inner-mob-aujas .new-mob-logo img {
    max-width: 250px !important
  }
  .inner-mob-aujas .mobile-trigger {
    top: 27px !important;
    right: 40px !important;
  }
  .inner-mob-aujas .custom-menu-primary.js-enabled .hs-menu-wrapper {
    top: 53px !important;
  }
  }

@media (max-width: 1024px) {
  
.header-outer-wrap {
    padding-bottom: 20px !important;
}
  
  .header-right-section-outer {
    padding-left: 20px;
}
  
  .header-menu ul li.active a:after {
    display: none !important;
  }
  
  .header-menu ul li a {
    padding: 10px 9px 30px !important;
  }
  
  .banner-inner-wrapper {
    padding: 0px 20px;
  }
  
  .block-outer-padding {
    padding: 0px 20px;
  }
  
  .box-inner-padding {
    padding: 0px 20px;
  }
  
  .filter-list-inner {
    padding: 0px 20px;
  }
  
 .header-menu ul li.hs-menu-depth-1:last-child {
/**    display: none;**/
}
  
   .mobile-footer-menu {
    display:none !important;
  }
}

/************** ipad nd tab ***************/
@media only screen and (min-width:768px) and (max-width: 1024px) {
  
  
.mobile-menu-outer.custom-menu-primary .hs-menu-wrapper>ul {
    //background: #ffffff !important;
    border-top: 0 !important;
  }
  
.section-1-wrapper {
    padding: 30px 23px; 
}
  .content-wrapper {
    padding: 30px 20px;
}
.mid-section-wrapper {
    padding: 0px 15px;
}
.section-1 {
    padding: 5px 15px;
}
.model-block1 {
    padding: 0px;
}
  .section-1-content {
    padding: 10px 20px;
}
.box-inner-wrapper h2 {
    color: #717171;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;
    padding: 10px 60px;
    text-align: center;
}
     .box-inner-wrapper {
    width: 48%;
    float: left;
    background-color: #d7d3ff;
    margin: 0px 6px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
  .aujas-code-sign {
    padding: 0px 20px;
}
    .bottom-wrapper {
    padding: 0px 25px;
}
    .blockchain-application-content{
    padding:10px 20px;
  }
    .protect-blockchain {
    padding: 0px 20px;
}
.content-section-outer-wrapper {
    padding: 0px 20px;
}
  .bottom-section-content-outer-banner {
    padding: 0px 20px;
}
  .block-content ul {
    padding-left:20px;
    padding-top:0px;
    }
  .block-inner-wrapper {
      float: left;
      width: 100%;
      padding: 15px 0px;
  }
  .block-inner-wrapper:nth-child(3n+3) {
    border-top: 1px solid #b6b6b6;
    border-bottom: 1px solid #b6b6b6;
    padding-bottom: 0px;
    border-right:0px;
    border-left:0px;
}
  .section-1-wrapper {
    padding: 30px 19px;
}
    .mid-section-content ul li {
    color: #717171;
    font-size: 18px;
    margin: 0px;
    padding-bottom: 10px;
    display: flex;
    line-height: 30px;
    font-weight: 300;
}
    .code-signing-wrapper {
    padding: 35px 15px;
} 
   .model-block1{
     padding-top:35px;
   }
   .bottom-section-content-outer-banner {
    padding: 0px 30px;
}
     .content-wrapper {
    padding: 30px 20px;
}
  .model-block3 {
    margin-left: 0px;
}
   .content-wrapper{
     padding:0px 20px;
   }
.content-wrapper {
    padding: 50px 20px;
}
  
  .list-post-items .post-item {
    width: 47%;
  }
  .blog-banner-content{
    max-width: 100%;
  }
/*********************Thank you page*********************/
  .news-events-content h2 {
      font-size: 32px;
      padding-bottom: 15px;
  } 
  span.ne-date {
      padding: 15px 0px 0px;
      font-size: 20px;
  }
  .news-events-content p {
    font-size: 18px;
  }
  .typ-testi-content-inner {
      padding: 30px 0px 30px 110px;
  }
  .header-right-section-outer {
      margin: 0px !important;
      width: 80% !important;
  }
  .header-logo-outer {
      max-width: 20%;
  }
  .header-menu ul li a {
      font-size: 14px;
  }
  .header-cta-outer {
      width: 24% !important;
      text-align: right;
  }
  .header-cta-outer a {
      padding: 10px !important;
      font-size: 14px !important;
  }
  .mobile-menu-outer.custom-menu-primary .mobile-trigger:hover {
    background-color: #a52675;
  }
  .mobile-menu-outer.custom-menu-primary .hs-menu-wrapper>ul {
      position: absolute;
      z-index: 99999;
      border-top-left-radius: 3px;
      border-top-right-radius: 3px;
      border-top: 3px solid #a52675;
  }
  .mobile-menu-outer.custom-menu-primary .hs-menu-wrapper>ul li a {
      font-size: 18px;
      padding: 0px 20px !important;
  }
  .mobile-menu-outer.custom-menu-primary .hs-menu-wrapper>ul li:first-child {
      border: none;
  }
  .content-blocks-inner:nth-child(3n-1) {
      margin: 0 2%;
  }
  .content-blocks-inner {
      width: 32%;
  }
  .location-content-wrap p, .location-content-wrap p a {
      font-size: 16px !important;
  }
  .content-blocks-inner p.address-section {
      min-height: 98px;
  }
  .team-profile-outer h3 {
      font-size: 16px;
  }
  .team-profile-outer h2 {
      font-size: 17px;
  }
  .team-profile-outer p {
      font-size: 15px;
  }
/*********************Thank you page*********************/
  .news-events-content h2 {
      font-size: 32px;
      padding-bottom: 15px;
  } 
  span.ne-date {
      padding: 15px 0px 0px;
      font-size: 20px;
  }
  .news-events-content p {
    font-size: 18px;
  }
  .header-outer-wrap,.header-topsticky {
      //position: inherit;
  }
  .full-width-class1 {
      float: none !important;
      margin: 0 auto !important;
  }
  .career-s4-outer .same-headline-style h3 {
      text-align: center; 
      background-position: center bottom;
  }
  .career-logo-section1, .career-logo-section2 {
      padding-top: 15px;
  }
  .customer-headline h3 {
      font-size: 18px;
  }
  .banner-outer-wrap.career-banner-outer {
      padding: 100px 20px 60px 20px;
      border:0px !important;
  }
  .career-banner-content {
      max-width: 100%;
      text-align:center;
  }
  .full-width-class2 {
      max-width: 100%;
  }
  .career-s5-outer {
    padding: 40px 20px ;
  }
  .logo-padding-class {
      padding: 30px 10px 10px 10px;
  }
  .team-profile-row2:before {
    left:34.6%;
  }
  .team-profile-row3:before {
    left:61.6%;
  }
  p.profile-link a {
      padding: 8px 10px;
      font-size: 20px;
  }
  .s3-custom-outer {
    width: 100% !important;
  }
  .profile-desc-wrap p:before {
      left: 11%;
      background-size: 25px;
  }
  .profile-desc-wrap p {
      padding: 10px 70px;
  }
  .customers-logo-outer {
      width: 80%;
      float: left;
  }
  .customer-headline {
    width: 20%;
  }
  .career-banner-content {
      max-width: 100%;
      text-align: center;
  }
  .career-banner-content h2 {
    text-align: center;
  }
  .career-banner-cta {
    text-align: center;
  }
  .customer-headline h3,.customer-inner-wrap {
    min-height: 110px;
  }
  
  .model-block1 {
      width: 20%;
      float: left;
      margin: 0 auto;
      margin-bottom: 15px;
  }
  .model-block2 h2 {
      padding: 0px;
  }
  .model-block2 {
      width: 75%;
      float: left;
      text-align: left;
      margin: 0 auto;
      height: 107px;
      display: flex;
      align-items: center;
      padding-left: 10px;
  }
  .model-block3 {
      width: 100%;
      float: left;
      margin: 0 auto;
  }
  .bc-s4-block {
      max-width: 100%;
      float: none !important;
  }
  .author-detail-inner ul li {
    padding: 0px 15px;
  }

}


@media (max-width: 812px) {
  
  .searchable {
    width: 100%;
    float: left;
    margin: 0px;
  }
  
    .image-section-left {
    min-height: 500px;
  }
  
  .content-section-right {
    min-height: 500px;
  }
  
  .store-module-left {
    width: 100%;
    margin-bottom: 5%;
  }
  
  .store-module-content-outer {
    width: 90%;
  }
  
  .store-module-right {
    float: left;
    width: 100%;
  }
  
  .rewarded-section-right-inner {
    left: 35%;
    top: 10%;
  }
  
  .emp-slider-wrp .slick-dotted.slick-slider {
    max-width: 87%;
  }
  
  .emp-testi-content-inner {
    padding: 15px 0px 30px 106px;
  }
  
  .emp-testi-content-inner:before {
    top: 7px;
    background-size: 48px;
  }
  
  .emp-slider-wrp {
    padding: 50px 0px 90px;
  }
  
  .life-module-content-inner p {
    font-size: 16px;
  }
  
  .life-module-content-inner h3 {
    font-size: 22px;
    line-height: 32px !important;
  }
  
  .life-module-content {
    min-height: 234px;
    max-width: 95%;
  }
  
  .life-module-inner-module {
    min-height: 234px;
  }
  
  .footer-header h2 {
    font-size: 18px;
  }
  
  .header-right-section-outer {
    padding: 0px;
  }
  
  .header-logo-outer {
    float: left;
    width: 15% !important;
  }
  
  .header-menu .hs-menu-wrapper>ul {
    padding: 0px 0px 0px;
  }
  
  .header-menu ul li a {
    padding: 10px 2px 30px !important;
  }
  
  .banner-inner-wrapper {
    padding: 0px 20px;
  }
  
  .block-outer-padding {
    padding: 0px 20px;
  }
  
  .joinus-post-header h3 br {
    display: none;
  }
  
  .joinus-post-social {
    width: 86%;
  }
  
  .content-left-wrapper {
    width: 100% !important;
    padding-bottom: 30px;
  }
  
  .job-form-outer-wrapper {
    max-width: 60% !important;
    width: 60% !important;
    margin: 0 auto !important;
    float: none !important;
  }
  
 .header-menu ul li.hs-menu-depth-1:last-child {
/**    display: none;**/
  }
  
   .mobile-footer-menu {
    display:none;
  }
}
@media (max-width: 950px) {
   .mobile-logo img {
    min-width: 200px !important;
    position: relative;
    top: 0px;
}
}

@media (max-width: 823px) {

  .searchable {
    width: 100%;
    float: left;
    margin: 0px;
  }
  
  .image-section-left {
    min-height: 460px;
  }
  
  .content-section-right {
    min-height: 460px;
  }
  
  .store-module-left {
    float: left;
    width: 100%;
  }
  
  .store-module-content-outer {
    position: relative;
    width: 90%;
  }
  
  .store-module-right {
    float: left;
    width: 100%;
  }
  
  .life-module-inner-module {
    width: 50%;
    margin: 0;
  }
  
  .header-right-section-outer {
    padding: 0px !important;
  }
  
  .header-menu ul li a {
    padding: 22px 3px 30px !important;
    font-size: 13px;
  }
  
  .header-cta-outer {
    text-align: right !important;
  }
  
  .nsc-logo-wrp {
    //width: 21% !important;
  }
  
  .header-logo-outer {
/*     padding-top: 20px; */
    width: 20% !important;
  }
  
  .banner-inner-wrapper {
    padding: 0px 20px;
  }
  
  .block-outer-padding {
    padding: 0px 20px;
  }
  
  .box-inner-padding {
    padding: 0px 20px;
  }
  
  .content-left-wrapper {
    width: 100% !important;
    padding-bottom: 30px;
  }
  
  .job-form-outer-wrapper {
    width: 60% !important;
    margin: 0 auto !important;
    float: none !important;
  }
  
  .joinus-post-header-wrp {
    width: 100%;
  }
  
  .joinus-post-id-wrp {
    width: 100%;
    float: left;
    text-align: left;
    padding-top: 10px;
  }
  
  .joinus-post-social {
    width: 100%;
    float: left;
    text-align: left;
    margin: 0px;
  }
  
  .joinus-post-social .social-media-ics {
    text-align: left;
  }
  
  .joinus-post-social .social-media-ics p {
    width: 8%;
  }
  
  .joinus-post-social .social-media-ics ul li {
    margin-right: 1%;
  }
  
  .header-menu ul li.hs-menu-depth-1:last-child {
/**    display: none;**/
  }
  
  .mobile-footer-menu {
    display:none;
  }
  
  .header-cta-outer {
    width: 22% !important;
  }
}
 

/************** iphone roatate***************/
@media (max-width: 767px) {
  
 .header-outer-wrap {
    padding: 0px 20px 30px !important;
}
  .mobile-logo img {
    min-width: 200px !important;
    position: relative;
    top: 15px;
}
  
  .office-tab-inner-wrapper ul li a {
    font-size: 18px;
  }
  
  .contact-banner-content h1{
   font-size:40px; 
  }
  
  .office-tab-inner-wrapper ul li {
    width: 22% !important;
  }
  
  .footer-menu-col-3, .footer-menu-col-4 {
    padding-top: 20px;
  }
  
  .footer-menu-col-6 {
    width: 100% !important;
  }
  
  .header-logo-outer .header-logo {
    width: 100%;
  }
  
.section-1-wrapper {
    padding: 30px 20px;
  }
.mid-section-wrapper {
    padding: 0px 25px;
}
 .span4.widget-span.widget-type-custom_widget {
    text-align: center;
}
  .block-inner-wrapper:last-child {
    border-bottom: 0px solid #b6b6b6;
  }
  .block-inner-wrapper {
    float: left;
    width: 100%;
    padding: 30px 0px 30px !important;
    border-bottom: 1px solid #b6b6b6;
    border-right: 0px solid !important;
    border-left: none !important;
}
  .section-1 {
    padding: 10px 15px;
}
  .model-block1 {
    padding: 0px;
}
  .section-1-content {
    padding: 10px 0px;
}
  .box-inner-wrapper {
    width: 48%;
    float: left;
    background-color: #d7d3ff;
    margin: 0px 6px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
 .block-content ul{
   padding:30px;
  }
  
  .aujas-code-sign {
    padding: 0px 20px;
}
  .bottom-wrapper {
    padding: 0px 25px;
}
    .blockchain-application-content{
    padding:10px 20px;
  }
  .protect-blockchain {
    padding: 0px 20px;
}
  .section-2-content {
    padding: 0px 20px;
}
  .bottom-section-content-outer-banner {
    padding: 0px 20px;
}
    .section-2-content tr td {
    color: #717171;
    font-size: 18px;
    margin: 0px;
    padding-bottom: 14px;
    line-height: 1.3;
    font-weight: 300;
    display: inline-block;
    width:100% !important;
}
  .block-chain-security-wrapper {
    padding: 22px 20px;
}
  .block-chain-security-wrapper-1 {
    padding: 0px 20px;
}
  .bottom-wrapper {
    padding: 25px 20px;
}
  .block-inner-wrapper{
    padding:15px 18px;
  }
   .model-block1{
     padding-top:35px;
   }
     .bottom-section-content-outer-banner {
    padding: 0px 30px;
}
  .section-1 {
    padding: 0px 20px;
}
    .code-signing-wrapper {
    padding: 50px 20px;
}
    .section-1-content {
    padding: 50px 20px;
}
  
  .home-banner-outer-wrapper .banner-cta a {
    font-size: 20px;
  }
  
  .ses-offering-wrapper-home .ses-offering-content-outer-new {
    flex: 0 46% !important;
  }
  
  .col-three .ses-offering-content-outer {
    margin: 1% 2%;
  }
  
  .model-inner-paading {
     padding: 0px 20px;
   }
  
  .blue-content-inner-wrapper {
    padding: 0px 20px;
  }
  
  .model-inner-paading {
    padding: 0px 20px;
  }
  
  .footer-social-section {
    padding-bottom: 30px;
  }
  
  .copyright-content {
    width: 100% !important;
    margin-bottom: 20px;
  }
  
  .privacy-content {
    width: 100% !important;
    text-align: center;
  }
  
  .image-section-left {
    width: 100%;
    min-height: 400px;
  }
  
  .content-section-right {
    min-height: 400px;
    width: 100%;
    float: left;
  }
  
  .store-module-left {
    float: left;
    width: 100%;
  }
  
  .store-module-content-outer {
    width: 90%;
    margin-bottom: 5%;
  }
  
  .store-module-right {
    float: left;
    width: 100%;
  }
  
  .rewarded-section-right-inner {
    left: 33%;
    top: 12%;
    width: 46%;
  }
  
  .life-module-inner-module {
    width: 49%;
  }
  
  .emp-slider-wrp .slick-dotted.slick-slider {
    max-width: 85%;
  }
  
  .home-banner-outer-wrapper {
    padding: 90px 20px 90px 20px;
  }
  
  .home-banner-outer-wrapper .banner-cta a {
    display: block !important;
    max-width: 50%;
    margin: 0 auto !important;
    margin-bottom: 2% !important;
  }
  
  .home-banner-outer-wrapper .banner-cta {
    display: block;
    text-align: center;
  }
  
  .mobile-trigger {
    top: -24px !important;
  }
  
  .header-outer-wrap {
    padding-bottom: 0px !important;
  }
  
  .custom-menu-primary, .custom-menu-primary .hs-menu-wrapper > ul, .custom-menu-primary .hs-menu-wrapper > ul li, .custom-menu-primary .hs-menu-wrapper > ul li a {
    float: left !important;
  }
  
  .scale-section-inner-wrp {
    display: block !important;
  }
  
  .banner-inner-wrapper {
    padding: 0px 20px;
  }
  
  .block-outer-padding {
    padding: 0px 20px;
  }
  
  .box-inner-padding {
    padding: 0px 20px;
  }
  
  .desktop-menu-outer {
    display: block !important;
  }
  
  .header-menu {
    display: none !important;
  }
  
  .header-cta-outer {
    display: none !important;
  }
  
  .nsc-logo-wrp {
    //width: auto !important;
    z-index: 9999999;
/*     display: block !important; */
    top: -36px;
    //position: relative;
    //right: 14%;
    //bottom: 33px;
  }
  
  .mobile-image {
    top: -20px;
    right:70px !important;
  }
  
  .global-search-box {
    width: 100% !important;
    top: 105px;
  }
  
  .global-search-box td.gsc-input div#gsc-iw-id1 {
    width: 80%;
  }
  
  .mobile-menu-outer.custom-menu-primary.js-enabled {
    right: 0px;
    position: absolute;
    width: 100% !important;
    display: block !important;
    top: 4%;
  }
  
  .filter-box {
    flex: 0 46%;
    margin-right: 3%;
    position: relative;
    margin-bottom: 3%;
  }
  
  .filter-button.block-filter {
    flex: 0 100%;
    position: relative;
    text-align: center;
    margin-top: 8%;
  }
  
  .joinus-banner-outer {
    margin-top: 0px;
  }
  
  .filter-by-location {
    z-index: 999999;
  }
  
  .job-title-wrap {
    float: left;
    width: 100%;
  }
  
  .job-location-wrap {
    float: left;
    padding-bottom: 10px;
  }
  
  .joinus-post-header-wrp {
    width: 100%;
  }
  
  .joinus-post-header h3 br {
    display: none;
  }
  
  .joinus-post-id-wrp {
    width: 100%;
    float: left;
    text-align: left;
    padding-top: 10px;
  }
  
  .joinus-post-social {
    width: 56%;
    margin: 0px;
    text-align: left;
    float: left;
  }
  
  .joinus-post-social .social-media-ics {
    text-align: left;
  }
  
  .joinus-post-social .social-media-ics p {
    float: left;
    width: 19%;
    padding-bottom: 0px;
    padding-top: 3%;
  }
  
  .joinus-post-social .social-media-ics ul li {
    margin-right: 1%;
  }
  
  .job-post-id p {
    padding-bottom: 0px;
  }
  
  .scale-section-left-wrp p br {
    display: none;
  }

  
 .header-menu ul li.hs-menu-depth-1:last-child {
    display: block;
}
  
  .searchable {
    width: 100%;
    float: left;
    margin: 0px;
  }
  
   .mobile-footer-menu {
    display:block !important;
  }
  
  .desktop-menu {
    display:none !important;
  }
  
  .list-post-items .post-item {
    width: 47%;
  }
  .blog-banner-content h1{
        font-size: 50px;
  }
/*********************Thank you page*********************/
  .news-events-content h2 {
      font-size: 32px;
      padding-bottom: 15px;
  } 
  span.ne-date {
      padding: 15px 0px 0px;
      font-size: 20px;
  }
  .news-events-content p {
    font-size: 18px;
  }
  .ne-banner-content h1 {
    font-size: 58px;
  }
  .typ-content {
      padding-right: 0px;
  }
  .typ-banner-content h1 {
    font-size: 55px;
  }
  .typ-banner-content p {
    font-size: 32px;
  }
  .typ-testi-content-inner {
      padding: 20px 0px 30px 90px;
  }
  .typ-testi-content-inner:before {
    top: 15px;
    background-size: 44px;
  }
  .typ-testi-content-inner p {
    font-size:20px;
  }
  .typ-testi-outer {
      padding: 30px 20px;
  }
  .typ-testi-slider-wrp h2 {
    font-size: 34px;
  }
  .post-banner-wrp {
    padding:40px 15px;
  }
  .post-details ul li {
      padding: 0px 20px;
  }
  .social-media-ics a {
      display: inline-block;
      padding: 10px;
  }
  .post-content-wrp {
      padding: 40px 15px;
  }
  .post-content .post-body h2 {
      font-size: 30px;
  }
  .blog-banner-outer-wrap {
    padding:50px 15px;
  }
  .blog-banner-content h1 span {
      font-size: 58px;
  }
  
  .mobile-menu-outer {
    display:block !important;
  }
  .header-right-section-outer {
    width: 100% !important;
    float: left !important;
    position:relative;
  }
  .header-logo-outer {
      width: 20% !important;
      float: left !important;
  }
  .mobile-menu-outer.custom-menu-primary .hs-menu-wrapper>ul {
      position: absolute;
      z-index: 99999;
      background: #4F479D;
      border-top-left-radius: 3px;
      border-top-right-radius: 3px;
      border-top: 3px solid #a52675;
  }
  .mobile-menu-outer.custom-menu-primary .hs-menu-wrapper>ul li a {
      font-size: 18px;
      padding: 0px 20px !important;
  }
  .mobile-menu-outer.custom-menu-primary .hs-menu-wrapper>ul li:first-child {
      border: none;
  }
  .header-menu.mobile-menu-outer {
      margin:0px !important;
  }
  .banner-outer-wrap {
      padding: 40px 20px;
  }
  .banner-outer-wrap h2 {
      font-size: 38px;
  }
  .banner-outer-wrap h3 {
      font-size: 36px;
  }
  
    .banner-outer-wrap-1 {
      padding: 40px 20px;
  }
  .banner-outer-wrap-1 h2 {
      font-size: 38px;
  }
  .banner-outer-wrap-1 h3 {
      font-size: 36px;
  }
  
  .lp-section1-outer, .lp-section2-outer {
      padding: 40px 20px;
  }
   .lp-section2-outer {
       padding-bottom:0px;
  }
  .section2-logo-wrap {
      width: 40% !important;
      margin: 0 auto !important;
  }
  .lp-section1-content {
      padding-bottom: 20px;
  }
  .mobile-menu-outer.custom-menu-primary .mobile-trigger:hover {
    background-color: #a52675;
  }
  .content-blocks-inner {
      width: 70%;
      float: none;
      margin: 0 auto;
      margin-bottom: 30px;
  }
  .content-blocks-inner:nth-child(3n-1) {
      margin: 0 auto;
      margin-bottom: 30px;
  }
  .content-blocks-inner p.address-section {
      min-height: auto;
  }
  .banner-outer-wrap h4 {
      font-size: 32px;
  }
  .location-headline h2 {
    font-size: 38px;
  }
  .team-profile-outer h3 {
      font-size: 16px;
  }
  .team-profile-outer h2 {
      font-size: 17px;
  }
  .team-profile-outer p {
      font-size: 15px;
  }
  p.profile-link a {
      padding: 5px 10px;
      font-size: 20px;
  }
  .team-banner-content p {
    font-size: 20px;
  }
/*********************Thank you page*********************/
  .news-events-content h2 {
      font-size: 32px;
      padding-bottom: 15px;
  } 
  span.ne-date {
      padding: 15px 0px 0px;
      font-size: 20px;
  }
  .news-events-content p {
    font-size: 18px;
  }
  .ne-banner-content h1 {
    font-size: 50px;
  }
  .header-outer-wrap,.header-topsticky {
      position: inherit;
  }
  .same-headline-style h3 {
    font-size:36px !important;
  }
  .career-banner-content h2 span {
    display: inline;
  }
  .career-banner-content h2{
      text-align: center;
  }
  .career-banner-cta {
    text-align: center;
  }
  .career-banner-cta a {
      padding: 10px 20px !important;
      font-size: 20px !important;
  }
  .career-banner-content {
      max-width: 100%;
      text-align: center;
  }
  .banner-outer-wrap.career-banner-outer {
      background-position: center bottom;
      padding: 60px 20px 30px 20px;
      border:0px !important;
  }
  .lp-section3-outer {
      padding: 40px 20px;
  }
  .full-width-class1 {
      float: none !important;
      margin: 0 auto !important;
  }
  .career-s4-outer .same-headline-style h3 {
      text-align: center; 
      background-position: center bottom;
  }
  .career-logo-section1, .career-logo-section2 {
      padding-top: 0px;
  }
  .customer-headline h3 {
      font-size: 18px;
  }
  .section2-logo-wrap1, .section2-logo-wrap2, .section2-logo-wrap3 {
      text-align: center;
      padding-top: 0px;
      padding-bottom: 10px;
  }
  .full-width-class2 {
      max-width: 100%;
  }
  .career-s5-outer {
    padding: 40px 20px ;
  }
  .logo-padding-class {
      padding: 0px;
      background: #fff;
      height: 130px;
  }
  .career-slider-outer .slick-prev::before, .career-slider-outer .slick-next::before {
      background-position:center;
      padding:30px;
      background-size:30px;
  }
  .career-slider-outer .slick-prev,.career-slider-outer  .slick-next{
    width:30px !important;
    height:56px !important;
  }
  .team-profile-row2:before {
    left:34.6%;
  }
  .team-profile-row3:before {
    left:61.6%;
  }
  .s3-custom-outer {
    width: 100% !important;
  }
  .wat-cus-inner h3 {
    padding:10px;
  }
  .customers-logo-inner {
      padding: 0px;
      text-align: center;
      width: 48%;
      float: left;
      background: #ffff;
      margin: 1%;
  }
  .customer-inner-wrap {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      background-color: #fff0;
  }
  .customer-headline {
    width:22%;
  }
  .customers-logo-outer {
      width: 78%;
  }
  .customer-headline h3 {
      min-height: 130px;
  }
  .bc-section2-outer {
    padding:30px 20px;
  }
  .bc-s2-img {
    width: 60% !important;
    margin: 0 auto !important;
    text-align:center;
  }
  .model-block1 {
      width: 20%;
      float: left;
      margin: 0 auto;
      margin-bottom: 15px;
  }
  .model-block2 h2 {
      padding: 0px;
  }
  .model-block2 {
      width: 75%;
      padding-left: 10px;
      float: left;
      height:108px;
      display:flex;
      align-items:center;
      text-align:center;
      margin: 0 auto;
      margin-bottom: 15px;
  }
  .model-block3 {
      width: 100%;
      float: left;
      margin: 0 auto;
  }
  .bc-s4-block {
      max-width: 100%;
      float: none !important;
  }
  .bc-s4-block {
      text-align: center;
  }
  .advan-inner {
      width: 100%;
      float: none;
      margin: 0px !important;
      margin-bottom: 30px !important;
  }
  .bc-section3-outer, .bc-section4-outer, .bc-section5-outer {
      padding: 30px 20px;
  }
  .author-detail-inner ul li {
    padding: 0px 10px;
  }
  .author-detail-inner ul li p,.author-detail-inner ul li a {
    font-size:16px;
  }
  .author-details span {
    padding: 0px 10px;
  }
  .author-detail-inner ul {
    display: initial;
  }
  .author-detail-inner ul li {
      padding-bottom: 15px;
  }
  .inner-mob-aujas .new-mob-logo img,
  .inner-mob-aujas .nse-mob-logo  img {
    max-width: 150px !important;
  }

}
  
  
  
/************** iphone ***************/
@media (max-width: 479px) {
  .mobile-logo img {
    min-width: 130px !important;
}
  .result-outer-col .gsc-webResult.gsc-result a.gs-title {
    font-size: 30px;
  }
  
  .result-outer-col {
    padding: 40px 0px;
  }
  
  .office-tab-inner-wrapper ul {
    max-width: initial;
  }
  
  .office-tab-inner-wrapper ul li {
    width: 80% !important;
  }
  
  .red-teaming-banner .bc-banner-content h1 {
    font-size: 48px;
  }
  
  .footer-menu-col-3, .footer-menu-col-4 {
    padding-top: 20px;
  }
  
  .ses-offering-header {
    padding: 0px 20px;
  }
  
  .aujas-text-outer {
    padding: 0px 20px;
  }
  
  .banner-content.center-style p {
    text-align: center !important;
  }
  
  .table.col-2 {
    width: 100%;
  }
  
  .box-inner-wrapper {
    min-height: 130px;
  }
  
  .life-module-inner-module img {
    height: auto !important;
  }
  
  .life-module-content-inner h3 {
    line-height: 28px !important;
  }
  
  .scale-section-left-wrp p br {
    display: none; 
  }
  
  .mobile-trigger {
    top: -24px !important;
  }
  
  .nsc-logo-wrp img {
    max-width: 80px !important;
    height: auto !important;
  }
  
  .header-logo-outer .header-logo {
    width: 70%;
}
  
  
  .experience-header {
    text-align: center;
  }
  
 .border-blue {
    background: none;
  }
  
.section-1-content {
    padding: 0px;
}
.span4.widget-span.widget-type-custom_widget {
    text-align: center;
}
  .model-block3 h2 {
    text-align: center;
  }
.mid-section-wrapper {
    padding: 0px 15px;
}
  .section-1 {
    padding: 10px 10px;
}
  .box-inner-wrapper {
    width: 48%;
    float: left;
    background-color: #d7d3ff;
    margin: 0px 3px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
  .block-inner-wrapper:nth-child(3n+3) {
    border-top: 1px solid #b6b6b6;
        border-bottom: 1px solid #b6b6b6;
    padding-top: 0px;
    border-left:none;
    border-right:none;
}
  .block-content ul {
    padding-left: 15px;
}
  .block-header h2 {
    margin: 0;
    color: #4f479d;
    font-size: 24px;
    font-weight: 500;
    padding-bottom: 0px;
    min-height: auto;
    padding-bottom: 20px;
}
  .app-secure-content-wrapper h2,.bottom-content h2,.blue-inner-content h2,.block-chain-security-header h2 {
    font-size: 28px !important;
  }
  .bottom-content-1 h2,.operational-support-content h2,.on-demand-class-content h2,.siem-bottom-content h2 {
    font-size: 28px !important;
  }
    
  .section-1-content h2,.blue-section-content h2,.block-content-header h2,.siem-solution-content h2{
    font-size: 28px !important; 
  }
  .block-content-wrapper {
    padding: 12px 20px;
}
  .aujas-code-sign {
    padding: 0px 20px;
}
  .bottom-wrapper {
    padding: 0px 25px;
}
  .blockchain-application-content{
    padding:10px 20px;
  }
    .blockchain-application-content tr td{
padding-bottom:5px !important;
      display:inline-block;
}
  .protect-blockchain {
    padding: 0px 20px;
}
  .section-2-content {
    padding: 0px 20px;
}
  .section-2-content tr td {
    color: #717171;
    font-size: 18px;
    margin: 0px;
    padding-bottom: 14px;
    line-height: 1.3;
    font-weight: 300;
    display: inline-block;
    width:100% !important;
}
  .bottom-section-content-outer-banner {
    padding: 0px 20px;
}
  .bottom-wrapper {
    padding: 20px 20px;
}
  .mid-section-content ul li {
    color: #717171;
    font-size: 18px;
    margin: 0px;
    padding-bottom: 10px;
    display: flex;
    line-height: 25px;
    font-weight: 300;
}
  .code-signing-wrapper {
    padding: 0px 20px;
}
  .code-signing-content ul li{
    display:flex;
    line-height:25px;
  }
  .code-signing-wrapper {
    padding: 35px 15px;
}
  .banner-outer-wrap h2 {
    font-size: 30px;
}
   .model-block1{
     padding-top:35px;
   }
  .section-1 {
    padding: 0px 20px;
}
  .section-1-content {
    padding: 50px 20px;
}
  
  .home-banner-outer-wrapper .banner-cta {
    display: block;
  }
  
  .home-banner-outer-wrapper .banner-cta a {
    display: block !important;
    margin: 0 auto;
    margin-bottom: 7% !important;
    font-size: 18px;
    max-width: calc(100% - 30px);
    padding: 15px;
    width: 100% !important;
    min-width: auto !important;
  }
  
  .model-exp-frame-home .exp-cont {
    width: 90%;
  }
  
  .model-exp-frame-home .image-conta {
    text-align: center;
  }
  
  .model-exp-frame-home .cont {
    text-align: center;
  }
  
  .model-inner-paading {
     padding: 0px 20px;
   }
  
  .col-two .ses-offering-content-outer-new:nth-child(2), .col-two.ses-offering-content-outer-new:nth-child(5), .col-two.ses-offering-content-outer-new:nth-child(8), .col-two.ses-offering-content-outer-new:nth-child(11) {
    margin: 3% 3% !important;
  }
  
  .image-conta {
    text-align: center;
  }
  
  .cont {
    text-align: center;
  }
  
  .blue-content-inner-wrapper {
    padding: 0px 20px;
  }
  
  .model-inner-paading {
    padding: 0px 20px;
  }
  
  .mission-left-section {
    float: left;
    width: 100%;
  }
  
  .mission-right-section {
    float: left;
    width: 100%;
    margin-top: 4%;
  }
  
  .image-section-left {
    float: left;
    width: 100%;
  }
  
  .content-section-right {
    float: left;
    width: 100%;
  }
  
  .store-module-content-outer {
    width: 90% !important;
    padding: 15px !important;
  }
  
  .store-module-right-link-inner {
    width: 100%;
  }
  
  .rewarded-section-left {
    float: left;
    width: 100%;
  }
  
  .rewarded-section-right {
    float: left;
    width: 100%;
  }
  
  .rewarded-section-right-inner {
    left: 4% !important;
    top: 32% !important;
    width: 69% !important;
    padding: 40px !important;
  }
  
  .emp-testi-image {
    width: 50% !important;
    margin: 0 auto !important;
    max-width: 50%;
    float: none;
  }
  
  .emp-testi-content-inner:before {
    top: 2px;
    background-size: 23px;
    left: calc(0% - 15px);
  }
  
  .emp-testi-content-inner {
    padding: 0px 0px 30px 16px;
  }
  
  .emp-testi-content {
    float: left !important;
    width: 100% !important;
  }
  
  .emp-slider-wrp .slick-dots {
    left: 10%;
  }
  
  .emp-slider-wrp .slick-dotted.slick-slider {
    max-width: 73% !important;
    padding: 0px;
  }
  
  .life-module-inner-module {
    width: 100% !important;
  }
  
  .footer-menu-col-3, .footer-menu-col-4 {
    width: 100% !important;
  }
  
  .footer-logo-section {
    text-align: center;
  }
  
  .header-outer-wrap {
    padding-bottom: 0px !important;
    padding-top: 10px;
  }
  
  .custom-menu-primary, .custom-menu-primary .hs-menu-wrapper > ul, .custom-menu-primary .hs-menu-wrapper > ul li, .custom-menu-primary .hs-menu-wrapper > ul li a {
    float: left !important;
  }
  
  .header-menu ul ul ul li a {
    font-size: 12px !important;
  }
  
  .mobile-menu-outer.custom-menu-primary .hs-menu-wrapper>ul li a {
    font-size: 12px !important;
    padding: 0px 10px !important;
  }
  
  .home-banner-outer-wrapper .banner-header.center-style h2 {
    font-size: 42px;
    padding-bottom: 30px;
  }
  
  .banner-content.center-style p {
    font-size: 26px;
    padding-bottom: 30px;
  }
  
  .scale-section-inner-wrp {
    display: block !important;
  }
  
  .header-logo-outer {
    width: 50% !important;
  }
  
  .banner-inner-wrapper {
    padding: 0px 20px;
  }
  
  .block-outer-padding {
    padding: 0px 20px;
  }
  
  .box-inner-padding {
    padding: 0px 20px;
  }
  
  
  .nsc-logo-wrp {
    right: 21%;
    bottom: 34px;
  }
  
  .mobile-image {
position: absolute;
    right: 20%;
    top: -16px;
  }
  
  .global-search-box {
    width: 100% !important;
    top: 93px;
  }
  
  .filter-box {
    flex: 0 100%;
    margin-right: 0%;
    position: relative;
    margin-bottom: 5%;
  }
  
  .filter-by-job {
    margin-top: 14%;
  }
  
  .filter-button.block-filter {
    margin-top: 16%;
  }
  
  .filter-list-inner {
    padding: 0px 10px;
  }
  
  .joinus-post-social {
    width: 70%;
  }
  
  .joinus-post-social .social-media-ics p {
    width: 28%;
    padding-top: 5%;
  }
  
  .job-form-outer-wrapper {
    width: 90% !important;
    margin: 0 auto !important;
    float: none !important;
    max-width: 90% !important;
  }
  
  .header-menu ul li.hs-menu-depth-1:last-child {
    display: block;
}
  
  .searchable {
    width: 100%;
    float: left;
    margin: 0px;
  }
  
  .mobile-footer-menu {
    display:block !important;
  }
  
  .desktop-menu {
    display:none !important;
  }
  
   .list-post-items .post-item {
    width: 100%;
     margin: 0px 0% 40px;
  }
  .blog-banner-content h1 {
      font-size: 40px;
  }
  .blog-banner-content img {
      max-width: 100px;
  }
  .list-post-items .hs-featured-image{
    width: 150px;
  }
  .list-post-items .post-item h2 {
      height: auto;
      padding-bottom: 20px;
  }
  .news-events-content {
      margin: 0px !important;
      float: none;
      width: 100%;
  }
  .news-events-img {
      float: none;
      width: 60%;
      margin: 0 auto;
      margin-bottom: 10px;
  }
  .news-events-content-inner {
    padding: 0px 10px;
  }
  .ne-banner-content h1 {
    font-size: 55px;
  }
  .news-events-module {
    padding: 45px 0px;
  }
  .news-events-content h2 {
      font-size: 24px;
  }
  span.ne-date {
      font-size: 18px;
  }
  a.ne-link {
    padding: 10px 20px 10px 20px;
    font-size: 18px;
  }
  a.ne-link img {
    max-width: 20px;
  }
  .typ-banner-content h1 {
    font-size: 40px;
  }
  .typ-banner-content p {
    font-size: 30px;
  }
  .typ-testi-slider-wrp h2 {
    font-size: 30px;
  }
  .typ-testi-image {
      width: 70% !important;
      float: none;
      margin: 0 auto;
  }
  .typ-testi-content {
      float: none !important;
      width: 90% !important;
      margin: 0 auto !important;
  }
  .typ-testi-content-inner {
      padding: 15px 0px 0px 18px;
  }
  .typ-testi-content-inner p{
    font-size:18px;
  }
  .typ-testi-content-inner span {
    font-size: 20px;
  }
  .typ-testi-content-inner:before {
      top: 15px;
      left:-25px;
      background-size: 25px;
  }
  .banner-post-title h1 {
    font-size:30px;
  }
  .post-details li.author-info img {
      display: block;
      text-align: center;
      margin: 0 auto !important;
  }
  .post-details ul li {
      display: block;
      padding: 2px;
  }
  .blog-banner-content h1 span {
      font-size: 50px;
      display:inline;
  }
  .csi-section2-outer .lp-section1-content p {
      font-size: 18px;
  }
  
  .header-right-section-outer {
    width: 100% !important;
  }
  .header-logo-outer {
      width: 50% !important;
  }
  .mobile-menu-outer.custom-menu-primary .hs-menu-wrapper>ul li a {
      font-size: 16px;
      padding: 0px 20px !important;
  }
  
  .banner-outer-wrap h2 {
    font-size: 28px;
  }
  .banner-outer-wrap h3 {
    font-size: 26px;
  }
  .section2-logo-wrap {
      width: 70% !important;
      margin: 0 auto !important;
  }
  .contact-section1-form fieldset .hs-form-field {
      width: 100% !important;
      margin: 0 auto !important;
  }
  .banner-outer-wrap h4 {
      font-size: 24px;
  }
  .contact-section1-form-outer {
      width: 90% !important;
  }
  .location-headline h2 {
    font-size: 32px;
  }
  .botton-blocks p {
      width: 60% !important;
      margin: 0 auto !important;
      margin-bottom: 10px !important;
  }
  .botton-blocks {
      display: block;
  }
  .content-blocks-inner {
      width: 84%;
  }
  .team-profile-outer {
      width: 100%;
      float: none;
      margin: 0 auto;
      margin-bottom: 30px;
  }
  .profile-img {
      width: 50%;
      float: none;
      margin: 0 auto;
  }
  .team-profile-outer:nth-child(2) {
      margin: 0 auto;
      margin-bottom: 30px;
  }  
  .team-profile-outer:nth-child(3) {
      margin: 0 auto;
      margin-bottom: 30px;
  }
  .team-profile-outer h3 {
      font-size: 18px;
  }
  .team-profile-outer h2 {
      font-size: 20px;
  }
  .team-profile-outer p {
      font-size: 17px;
  }
  .team-wrap-inner1 {
    border: none;
  }
  .team-profile-content {
    border-top: 1px solid #b6b6b6;
  }
  .team-banner-content p {
    font-size: 18px;
  }
  .news-events-img {
      float: none;
      width: 60%;
      margin: 0 auto;
      margin-bottom: 10px;
  }
  .news-events-content h2 {
      font-size: 28px;
  }
  .same-headline-style h3,.contact-section2-outer .same-headline-style h3{
      font-size: 26px;
  }
  .lp-section3-outer .same-headline-style h3, .lp-section2-outer .same-headline-style h3 {
      font-size: 26px;
  }
  .same-headline-style h3 {
    font-size:26px !important;
  }
  .wat-cus-inner {
      width: 60%;
      float: none;
      margin: 0px auto !important;
      margin-bottom: 15px !important;
  }
  .customers-logo-outer {
      width: 100%;
      float: none;
  }
  .customer-headline {
      width: 50%;
      float: none;
      margin: 0 auto;
  }
  .customer-inner-wrap:nth-child(even) .customer-headline {
      float: none;
  }
  .logo-padding-class {
      padding: 15px 10px;
      width: 90%;
      margin: 0 auto;
      text-align: center;
  }
  .customers-logo-inner {
      padding: 0px;
      display: inline-block;
      text-align: center;
      margin-bottom: 5px;
  }
  .customer-inner-wrap {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      background-color: #fff0;
  }
  .career-slider-outer .slick-prev::before, .career-slider-outer .slick-next::before {
      background-position:center;
      padding:20px;
      background-size:20px;
  }
  .career-slider-outer .slick-prev,.career-slider-outer  .slick-next{
      width:20px !important;
      height:38px !important;
  }
  .career-banner-cta a {
      padding:10px 20px !important; 
  }
  .career-banner-cta {
      padding-top: 40px;
  }
  .team-profile-row1:before,.team-profile-row2:before,.team-profile-row3:before,.team-profile-row4:before {
      left:46%;
      right:auto;
  }
  .team-wrap-inner1 {
      margin: 0 auto;
  }
  .typ-content p {
    font-size:20PX;
  }
  .profile-desc-wrap p:before {
      left: 7%;
      background-size: 19px;
  }
  .profile-desc-wrap p {
      padding: 10px 45px 10px 60px;
      font-size: 14px;
  }
  .profile-img {
      padding-top: 60px;
  }
  .customer-headline h3 {
      min-height: 60px;
  }
  .logo-padding-class {
      padding: 0px;
      height: auto;
  }
  .banner-outer-wrap p {
    font-size: 18px !important;
  }
  .bc-banner-cta {
    text-align:center;
  }
  .bc-banner-cta a {
      padding: 15px !important;
      font-size: 20px !important;
  }
  .model-block1 {
      width: 40%;
      text-align: center;
      margin: 0 auto;
      float: none;
      margin-bottom: 10px;
  }
  .model-block3 {
      width: 100%;
      float: none;
      margin: 0 auto;
  }
  .model-block2 {
      width: 100%;
      padding-left: 0px;
      float: none;
      height: auto;
      display: table;
      text-align:center;
      text-align: center;
      margin: 0 auto;
      margin-bottom: 15px;
  }

}


@media (max-width: 320px) {
  .emp-slider-wrp h2 {
    font-size: 27px;
  }
  
  .emp-slider-wrp .slick-dotted.slick-slider {
    max-width: 68%;
  }
  
  .emp-slider-wrp .slick-prev {
    left: -36px;
  }
  
  .emp-slider-wrp .slick-next {
    right: -20px;
  }
  
  .rewarded-section-right-inner {
    left: 2%;
    top: 44%;
    width: 70%;
    padding: 40px;
  }
  
  .home-banner-outer-wrapper .banner-cta a {
    min-width: 250px;
  }
  
  .mobile-footer-menu {
    display:block;
  }
  
  .desktop-menu {
    display:none;
  }
  
}

@media (max-width: 568px) {
  .mission-left-section {
    float: left;
    width: 100%;
  }
  
  .mission-right-section {
    float: left;
    width: 100%;
    margin-top: 20px;
  }
  
  .image-section-left {
    float: left;
    width: 100%;
  }
  
  .content-section-right {
    float: left;
    width: 100%;
  }
  
  .store-module-content-outer {
    width: 90%;
    padding: 30px;
  }
  
  .rewarded-section-left {
    width: 100%;
    min-height: 300px;
  }
  
  .rewarded-section-right {
    width: 100%;
    float: left;
    min-height: 300px;
  }
  
  .rewarded-section-right-inner {
    left: 7%;
    top: 32%;
    width: 70%;
  }
  
  .emp-slider-wrp .slick-dotted.slick-slider {
    max-width: 77%;
  }
  
  .emp-testi-image {
    width: 40% !important;
    float: none;
    margin: 0 auto;
  }
  
  .emp-testi-content {
    float: left !important;
    width: 100% !important;
  }
  
  .life-module-inner-module {
    width: 49%;
    float: left;
  }
  
  .joinus-post-header h3 br {
    display: none;
  }
  
  .mobile-footer-menu {
    display:none;
  }
}

  
  @media (max-width: 479px) {
    .inner-mob-aujas .new-mob-logo img, 
    .inner-mob-aujas .nse-mob-logo img {
      max-width: 100px !important;
    }
    .inner-mob-aujas .mobile-trigger {
      
    }
    .inner-mob-aujas .custom-menu-primary.js-enabled .hs-menu-wrapper {
    
    }
    .inner-mob-aujas .new-mob-logo {
      flex: 0 42%;
    }
  }

  
  
  

  /****IPHONE*****/
@media (max-width: 414px){
  
.box-inner-wrapper h2 {
    color: #717171;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;
    padding: 10px 19px;
    text-align: center;
}
  .block-inner-wrapper {
    float: left;
    width: 100%;
    padding: 15px 5px;
}
    .block-content ul {
    padding:0px 0px 0px 20px;
   
}

.block-header h2 {
    margin: 0;
    color: #4f479d;
    font-size: 24px;
    font-weight: 500;
/**    margin: 0px 20px;**/
    padding-bottom: 0px;
    padding-top: 5px;
}
  .block-content {
    padding: 15px 0px;
}
  .code-signing-wrapper {
    padding: 50px 20px;
}


  }
  /******************************IPHONE-X**********************************/
@media (max-width: 375px){       
  .box-inner-wrapper h2 {
    color: #717171;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;
    padding: 8px 0px;
    text-align: center;
}
  .block-inner-wrapper {
    float: left;
    width: 100%;
    padding: 15px 5px;
}
  .block-content ul {
    padding-left: 20px;
}
  .aujas-code-sign {
    padding: 0px 20px;
}
  .bottom-wrapper {
    padding: 0px 25px;
}
 .model-block1{
     padding-top:35px;
   }
  .model-block1 {
    padding-top:20px;
  }
    .section-1 {
    padding: 0px 20px;
}
       .content-wrapper {
    padding: 30px 20px;
}
   .content-wrapper{
     padding:0px 20px;
   }

  }
.blue-section-image{
  background-image:url(https://2139287.fs1.hubspotusercontent-na1.net/hubfs/2139287/Aujas%202019/Identity%20Access%20Management/Bg11.jpg);
 padding:50px 0px 30px;
      background-position: center;
    background-size: contain;
}



/*****************************Responsive Code Ends Here***********************************/

.blue-content ol li {
    color: #fff !important;
    font-size: 18px !important;
    margin: 0px !important;
    font-weight: 300 !important;
    line-height: 30px !important;
    padding-bottom: 0px !important;
}