/* @import url('http://example.com/example_style.css'); */
@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');


@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;700&display=swap');
.footer-menu-left .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: flex;
}
.footer-menu-left .hs-menu-wrapper>ul>li {
    display: block;
    padding: 0;
    width: 25%;
}
.footer-menu-left .hs-menu-wrapper>ul>li>a {
    font-size: 22px;
    padding: 0 !important;
}

/* font-family: 'Nunito', sans-serif; 


font-family: 'Nunito', sans-serif;


*/

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

/* 
@font-face {
font-family: 'ITC Avant Garde Pro Bk';
src: url('https://445465.fs1.hubspotusercontent-na1.net/hubfs/445465/ITCAvantGardePro-Bk.woff2') format('woff2'),
url('https://445465.fs1.hubspotusercontent-na1.net/hubfs/445465/ITCAvantGardePro-Bk.woff') format('woff');
font-weight: 300;
font-style: normal;
} */

@font-face {
  font-family: 'Proxima Nova Rg';
  src: url('//445465.fs1.hubspotusercontent-na1.net/hubfs/445465/Nexa%20Website/Website-Font/Mark%20Simonson%20-%20Proxima%20Nova%20Regular.eot');
  /* IE9 Compat Modes */
  src: url('//445465.fs1.hubspotusercontent-na1.net/hubfs/445465/Nexa%20Website/Website-Font/Mark%20Simonson%20-%20Proxima%20Nova%20Regular.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('//445465.fs1.hubspotusercontent-na1.net/hubfs/445465/Nexa%20Website/Website-Font/Mark%20Simonson%20-%20Proxima%20Nova%20Regular.woff') format('woff'), /* Modern Browsers */
    url('//445465.fs1.hubspotusercontent-na1.net/hubfs/445465/Nexa%20Website/Website-Font/Mark%20Simonson%20-%20Proxima%20Nova%20Regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('//445465.fs1.hubspotusercontent-na1.net/hubfs/445465/Nexa%20Website/Website-Font/Mark%20Simonson%20-%20Proxima%20Nova%20Regular.svg#2c1459d58560f08b4b0586fbe80aa4cd') format('svg');
  /* Legacy iOS */
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'Proxima Nova Rg';
  src: url('//445465.fs1.hubspotusercontent-na1.net/hubfs/445465/Nexa%20Website/Website-Font/ProximaNova-Semibold.eot');
  /* IE9 Compat Modes */
  src: url('//445465.fs1.hubspotusercontent-na1.net/hubfs/445465/Nexa%20Website/Website-Font/ProximaNova-Semibold.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('//445465.fs1.hubspotusercontent-na1.net/hubfs/445465/Nexa%20Website/Website-Font/ProximaNova-Semibold.woff') format('woff'), /* Modern Browsers */
    url('//445465.fs1.hubspotusercontent-na1.net/hubfs/445465/Nexa%20Website/Website-Font/ProximaNova-Semibold.ttf') format('truetype'), /* Safari, Android, iOS */
    url('//445465.fs1.hubspotusercontent-na1.net/hubfs/445465/Nexa%20Website/Website-Font/ProximaNova-Semibold.svg#67a6c9f6d7dc8f35ecb08de766ea56f0') format('svg');
  /* Legacy iOS */
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: 'Proxima Nova Rg';
  src: url('//445465.fs1.hubspotusercontent-na1.net/hubfs/445465/Nexa%20Website/Website-Font/ProximaNova-Bold.eot');
  /* IE9 Compat Modes */
  src: url('//445465.fs1.hubspotusercontent-na1.net/hubfs/445465/Nexa%20Website/Website-Font/ProximaNova-Bold.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('//445465.fs1.hubspotusercontent-na1.net/hubfs/445465/Nexa%20Website/Website-Font/ProximaNova-Bold.woff') format('woff'), /* Modern Browsers */
    url('//445465.fs1.hubspotusercontent-na1.net/hubfs/445465/Nexa%20Website/Website-Font/ProximaNova-Bold.ttf') format('truetype'), /* Safari, Android, iOS */
    url('//445465.fs1.hubspotusercontent-na1.net/hubfs/445465/Nexa%20Website/Website-Font/ProximaNova-Bold.svg#d1e00a8fb1fd9b428ab6b90409479fde') format('svg');
  /* Legacy iOS */
  font-style: normal;
  font-weight: 700;
}














* { box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; outline:none; }
body {  margin:0; padding:0; font-size: 14px; font-weight: 400; line-height: 27px; font-family: 'Nunito', sans-serif; color: #808080; position:relative; overflow-x:hidden; }

h1 { color: #fff;       font-family: 'Nunito', sans-serif;  margin:0;  font-size: 73px;  font-weight: bold;  letter-spacing: -1.23px;  line-height: 84px; padding:15px 0 20px;  clear:both; }
h2 { color: #000;   font-family: 'Nunito', sans-serif; font-size: 47px; font-weight: bold; letter-spacing: -0.79px; line-height: 60px; margin:0; padding:10px 0 15px; clear:both; }
h3 {  color: #000;   font-family: 'Nunito', sans-serif; font-size: 26px; font-weight: bold; letter-spacing: -0.32px; line-height: 26px; margin:0; padding:10px 0 10px; clear:both; }
h4 { color:#F33B2E;  font-family: 'Nunito', sans-serif; font-size:28px; font-weight: bold; line-height:34px; margin:0; padding:10px 0 10px; clear:both;}
h5 {  color:#333;   font-family: 'Nunito', sans-serif; font-size:24px; line-height:30px; margin:0; padding:10px 0 10px; clear:both; }
h6 { font-weight:400; color:#333;   font-family: 'Nunito', sans-serif; font-size:22px; margin:0; font-weight: bold; padding:10px 0; line-height:26px; clear:both; }

.proxima h1, .proxima h2, .proxima h3, .proxima h4, .proxima h5, .proxima h6{ font-family:Proxima Nova Rg; font-weight:600; }
.proxima p, .proxima { font-family:Proxima Nova Rg;}

img { max-width:100%; height:auto; border:none; }
a { text-decoration:none; color: #9354ff;  -webkit-transition: all  0.2s ease-in-out;
-moz-transition: all  0.2s ease-in-out;
-o-transition: all  0.2s ease-in-out;
-ms-transition: all  0.2s ease-in-out;
transition: all  0.2s ease-in-out;; }
a:hover{ color: #9354ff; }

p { margin:0; }
* + h1, * + h2, * + h3 { margin-top:25px; }
* + h4, * + h5, * + h6 { margin-top:10px; }
* + p { margin-top:15px;}

::selection{background-color:#004886; color:#fff;}
::-moz-selection{background-color:#004886; color:#fff;}
::-ms-selection{background-color:#004886; color:#fff;}

.row-fluid .container{ max-width:1220px; margin:0 auto !important; float:none; padding:0 15px; }

.row-fluid .bgimg-main { background-size:cover; background-repeat:no-repeat; background-position:center center; }
.row-fluid .bg-img { display:none; }

.row-fluid [class*="span"] { min-height:1px; }
.header-container-wrapper .row-fluid [class*="span"] { min-height:0; }


/* all start form common css */


input , button , textarea, select , input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
  outline: none;
  border: none;
  border-bottom: 1px solid #dddddd;
  background: #fff;
  /* height: 30px; */
  padding: 6px 0px;
  font-family: 'Nunito', sans-serif;
  font-size: 16px;
  width: 100%;
  margin-bottom: 20px;
}
input[type=checkbox] , input[type=radio] { width:auto; height:auto; } 
textarea { padding:10px 10px; min-height:100px;     resize: none;  }
input[type=submit] , button { width:auto; border:none; cursor:pointer; background:url(images/blank.png) no-repeat left top #39A7DF;  -webkit-appearance: none;  -webkit-transition: all  0.4s ease-in-out;
-moz-transition: all  0.4s ease-in-out;
-o-transition: all  0.4s ease-in-out;
-ms-transition: all  0.4s ease-in-out;
transition: all  0.4s ease-in-out;;     border: 3px solid #000;    color: #000;    border-radius: 34px;    display: inline-block;    padding: 15px 40px;    font-size: 16px;    font-weight: 700;    letter-spacing: -0.27px;    height: auto;    background: transparent; }
input[type=submit]:hover , button:hover { background-color:#9354ff; border-color:#9354ff; color:#fff; }

ul.hs-error-msgs { margin:0; padding:0; list-style:none; float:left; width:100%; }
.hs-form .input { margin:0; }
.hs-form .hs-form-field { padding:0 0 15px; }
.row-fluid .hs-form fieldset.form-columns-2 .input , .row-fluid .quizcontact-form .hs-form fieldset.form-columns-1 .input { margin-right:0 }
.row-fluid .hs-form fieldset.form-columns-2 .field { padding:0 0 10px 10px }
.row-fluid .hs-form fieldset.form-columns-2 .field:first-child { padding:0 10px 10px 0; }
.row-fluid .hs-form fieldset.form-columns-3 .field { padding:0 0 10px 10px }
.row-fluid .hs-form fieldset.form-columns-3 .field:first-child { padding:0 10px 10px 0; }
.row-fluid .hs-form fieldset.form-columns-3 .field:first-child + .field { padding:0 5px 10px; }
.row-fluid .hs-form fieldset .hs-input { width:100% !important; }
.row-fluid .hs-form fieldset { max-width:none; }
.row-fluid .hs-form fieldset input[type="checkbox"], .row-fluid  .hs-form fieldset input[type="radio"] { width:auto !important; }
ul.inputs-list { margin:0; padding:5px 0; list-style:none; }

.row-fluid .hs-form label{  color: #000000; font-family: 'Nunito', sans-serif;  font-size: 12px;  font-weight: 700;  letter-spacing: 1.2px;  line-height: 27px;  text-transform: uppercase; }

.row-fluid .inputs-list .hs-form-checkbox-display , .row-fluid .inputs-list .hs-form-booleancheckbox , .row-fluid .inputs-list li.hs-form-radio { display:block; padding:0 0 8px 25px; position:relative; }
.row-fluid .inputs-list input[type="checkbox"] , .row-fluid .inputs-list input[type="radio"] { position:absolute; left:0; margin:0; top:0; opacity: 0; width: 20px; height: 20px; }
.row-fluid .inputs-list input[type="radio"] { top:3px; }
.row-fluid .inputs-list input[type="checkbox"] + span { line-height: 22px; position:relative; display: block; }
.row-fluid .inputs-list input[type="checkbox"] + span:before  { position:absolute; left:-25px; top:0;  content:''; width:20px; height:20px; border:1px solid #dadada; color:#fafafa; background:#fafafa; }
.row-fluid .inputs-list input[type="checkbox"]:checked + span:before { background:#333; color:#ffff; border-color:#333; }
.row-fluid .inputs-list input[type="checkbox"]:checked + span:after { text-align:center; color:#fff; position:absolute; left:-25px; top:0;  content: "\f00c"; font-family:'FontAwesome'; width: 20px; line-height: 20px; }

.row-fluid .inputs-list input[type="radio"] + span:before { position:absolute; left:-2px; top:2px;  content:''; width:20px; height:20px; border:1px solid #dadada;  background:#fafafa; border-radius:100%; }
.row-fluid .inputs-list input[type="radio"]:checked + span:after { position:absolute; left:2px; top:6px;  content:''; width:12px; height:12px; border-color:#333; background:#3333;  border-radius:100%; }
.hs-form-required{ display:none; }



@media  (max-width: 400px), (max-device-width: 480px) and (min-device-width: 320px) {
  .row-fluid .hs-form fieldset.form-columns-2 .field { padding:0 0 10px 0 }
  .row-fluid .hs-form fieldset.form-columns-2 .field:first-child { padding:0 0 10px 0 }
  .row-fluid .hs-form fieldset.form-columns-3 .field { padding:0 0 10px  }
  .row-fluid .hs-form fieldset.form-columns-3 .field:first-child { padding:0 0 10px 0; }
  .row-fluid .hs-form fieldset.form-columns-3 .field:first-child + .field { padding:0 0 10px; }

}





/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { outline:none; position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; top: 0; left: 0; display: block; }
.slick-track:before, .slick-track:after { display: table; content: ''; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px; outline:none; }
[dir='rtl'] .slick-slide { float: right; } 
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; line-height: 0; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }

.slick-arrow { cursor:pointer; z-index:5; position:absolute; top:50%; margin-top:-17.5px; display:inline-block; color:#fff;  background:transparent; width:35px; height:35px; font-size:0; text-index:-9999; cursor:pointer; }
.slick-arrow:before { font-family:'FontAwesome'; font-size:14px; }
.slick-arrow:hover { background:transparent; color:#000;  }
.slick-arrow.slick-prev { left:-98px; }
.slick-arrow.slick-prev:before {    content: "";   background-image: url(https://1664800.fs1.hubspotusercontent-na1.net/hubfs/1664800/Js%20And%20Css/right-arrow.png?t=1531232114980);  height: 28px;     width: 31px; position:absolute;  background-repeat: no-repeat;  background-size: contain;     transform: rotate(180deg); }
.slick-arrow.slick-next { right:-68px; }
.slick-arrow.slick-next:before { position:absolute;  content: "";  background-image: url(https://1664800.fs1.hubspotusercontent-na1.net/hubfs/1664800/Js%20And%20Css/right-arrow.png?t=1531232114980);   height: 22px;   width: 31px;  background-repeat: no-repeat;  background-size: contain; }
.slick-arrow.slick-prev.slick-disabled:before{ opacity:0.4; -webkit-transition: all  0.2s ease-in-out;
-moz-transition: all  0.2s ease-in-out;
-o-transition: all  0.2s ease-in-out;
-ms-transition: all  0.2s ease-in-out;
transition: all  0.2s ease-in-out;;  }
.slick-arrow.slick-next.slick-disabled:before{ opacity:0.4; -webkit-transition: all  0.2s ease-in-out;
-moz-transition: all  0.2s ease-in-out;
-o-transition: all  0.2s ease-in-out;
-ms-transition: all  0.2s ease-in-out;
transition: all  0.2s ease-in-out;; }

.slick-arrow.slick-disabled { display:none; }
ul.slick-dots { margin:0; padding:0; list-style:none; float:left; width:100%; position:absolute; bottom:0; }
ul.slick-dots { text-align:center; padding:10px 0 0; }
ul.slick-dots li { display:inline-block; padding:0 5px;   }
ul.slick-dots li button { display:inline-block; background:#ccc;  width:10px; height:10px; border-radius:100%; font-size:0;  text-index:-9999; cursor:pointer; padding:0; border:none; }
ul.slick-dots li button:hover , ul.slick-dots li.slick-active button { background:#9354ff;  }




/* =======  start css ======= */
.hero-section { float: left; width: 100%; position:relative; overflow:hidden; }
.hero-section .hero_bg_video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.hero-section .hero_bg_video:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #000; z-index: 1; opacity: 0.4; }
.hero-section .hero_bg_video video { width: 100%; height: 100%; object-fit: cover; position: absolute; top: 0; left: 0%; bottom: 0; right: 0; }
.hero-section-row { }
.hero-section-row { float: left; width: 100%; }
.hero-section-column {  background-repeat: no-repeat;  background-size: cover;  background-position: center center;  float: left;  width: 100%; }
.hero-content { float: left; width: 100%; max-width: 620px;  }
.hero-section-column .container { display: flex; align-items: center; justify-content: flex-start;   min-height: 650px;  height: 100vh;  }
.hero-content h1 {    transition: 0.4s;  font-size: 73px; font-weight: bold; letter-spacing: -1.23px; line-height: 84px; }
.hero-details { font-size: 17px; font-weight: 400; line-height: 27px; color: #fff; float: left; width: 100%; max-width: 550px; font-family: 'Nunito', sans-serif; }
.cta-design a { border-radius: 34px; border: 3px solid #ffffff; color: #fff; display: inline-block; padding: 13px 41px; font-size: 16px; font-weight: 700; letter-spacing: -0.27px; font-family: 'Nunito', sans-serif;  font-weight:bold;  }
.cta-design a:hover{ background-color:#9354ff; border-color:#9354ff; color:#fff; }

.row-fluid .header-section {  position: absolute;  top: 0;  z-index: 99; padding: 15px 0; transition:all ease 0.4s; -moz-transition:all ease 0.4s; -webkit-transition:all ease 0.4s; }
.row-fluid .header-section.fixed {z-index:999; position:fixed; background: #25272b;transition:all ease 0.4s; -moz-transition:all ease 0.4s; -webkit-transition:all ease 0.4s; }
.row-fluid .header-section .container {  max-width: 1405px; }
.row-fluid .logo {  padding-top: 5px; }
.row-fluid .phone-number a { color: #fff; font-size: 14px;  font-weight: 700;  letter-spacing: -0.24px;  font-family: 'Nunito', sans-serif; font-weight: 500;   }
.row-fluid .phone-number a:hover,.row-fluid .phone-number:hover:before{ color:#9354ff; }
.row-fluid .header-section .row-fluid .cta-design a{ padding: 10px 41px;  font-family: 'Nunito', sans-serif; font-weight: 500; }
.row-fluid .header-section .logo { max-width:149px; position:relative;}
.row-fluid .header-section .logo .logo-fix { position:absolute; top:10px;opacity:0;}
.row-fluid .header-section.fixed .logo-fix { opacity:1;}
.row-fluid .header-section.fixed .logo .logo { opacity:0}

.row-fluid .phone-number,.Header-right-side .row-fluid .cta-design,.row-fluid .sidebar{  float: none;  display: inline-block;  width: auto; } 
.row-fluid .phone-number{ padding-right: 5px; padding-left:22px; position:relative; }
.row-fluid .phone-number:before {  content: "\f095";  position: absolute;  font-family: 'fontawesome';  left: 0;  color: #fff;  font-size: 18px; }
.row-fluid .Header-right-side {  text-align: right; }

.scroll-down a:hover{ color:#9354ff; }
.scroll-down a:hover:before{ background:#9354ff; }
.scroll-down a:before {  position: absolute;  content: "";  width: 2px;  background: #fff;  height: 115px;  transform: rotate(90deg);  left: 28px;  top: -28px; } 
.scroll-down a {  color: #fff;  font-size: 14px;  font-weight: bold; }
.scroll-down {  position: absolute;  right: 0;  bottom: 100px;  transform: rotate(90deg);  z-index: 2; }
.hero-section ul.slick-dots{     margin-bottom: 30px; }


.row-fluid .gray-back{ background-color:#F8F8F8; }  

.hero-logos-section { float: left; width: 100%; display: flex; align-items: center; justify-content: center; flex-flow: row wrap; }
.hero-logos-area { padding: 0 30px; margin-bottom: 30px; margin-top: 30px; }
.row-fluid .prefix-sub { font-size: 12px; letter-spacing: 1.2px; line-height: 27px; text-transform: uppercase; font-family: 'Nunito', sans-serif; font-weight: 500; color: #000; position: relative; padding-left: 65px; }
.row-fluid .prefix-sub:before { content: ""; width: 51px; height: 2px; background: #9354ff; position: absolute; left: 0; top: 50%; transform: translateY(-50%); }
.row-fluid .services-left-side { padding-right: 50px; }
.services-boxs-row > a { float: left; width: 33.33%;  position: relative; z-index: 1; border-bottom: 1px solid #eee; transition: 0.5s; border-right: 1px solid #eee; }

.services-boxs-row > a .services-boxs-column{padding: 44px;}

.services-boxs-row>a:nth-child(3n) { border-right: none; }
.services-boxs-row>a:nth-last-child(-n+3) { border-bottom: none; }
.services-boxs-row>a:hover { box-shadow: 0 18px 41px -17px rgba(0, 0, 0, 0.5); background-color: #9354ff; transition: 0.5s; border-color: #9354ff; }
.services-boxs-row { float: left; width: 100%; display: flex; align-items: center; flex-flow: row wrap; background: #fff; }
.services-details { font-size: 14px; font-weight: 400; line-height: 27px; color: #808080; padding-top: 5px; }
.services-boxs-icon { padding-bottom: 13px; }
.row-fluid .our-services-section { padding-top: 95px; padding-bottom: 55px; }
.services-boxs-row>a:hover { background: #9354ff; transition: all 0.3s; }
/* .services-boxs-row>a:after { content: ""; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background: #9354ff; z-index: -1; visibility: hidden; opacity: 0; transition: all 0.3s; transform: scaleY(1.05) translateY(-30px); } */
.services-boxs-row>a:hover img.hover-class { display: block !important; }
.services-boxs-row>a:hover img.hover-hide { display: none !important; }
.services-boxs-row>a:hover:after { visibility: visible; opacity: 1; transition: all 0.3s; }
.services-boxs-column { transition: all 0.3s; }
.services-boxs-row>a:hover .services-boxs-column { transform: translateY(-25px); transition: 0.3s; }
.services-boxs-row>a:nth-child(4n):after { left: 0; right: -1px; }
.services-boxs-row>a:hover h3 { color: #fff; }
.services-boxs-row>a:hover .services-details { color: #fff; }
.services-boxs-row>a:first-child:after { left: 0; right: -1px; }

.row-fluid .our-services-sectionrow{ position:relative; }
.row-fluid .our-services-sectionrow:before {  content: "Services";  font-size: 160px;  font-weight: bold;  opacity: .04;  transform: rotate(-90deg);  position: absolute;  left: -275px;  top: 307px; }


.video-section { height: 425px; float: left; width: 100%; text-align: center; align-items: center; display: flex; justify-content: center; position: relative; z-index: 1; }
a.herovdbtn { float: left; width: 100%; }
a.herovdbtn span { font-size: 19px; font-weight: 700; letter-spacing: -0.32px; line-height: 60px; color: #fff; }
a.herovdbtn:hover { transform: scale(0.9); transition: 0.4s; }


.post-image { height: 272px; background-size: cover; background-position: center center; background-repeat: no-repeat; float: left; width: 100%; }
.recente-post-column { float: left; width: calc(100% / 3 - 10px); margin: 0 5px; position:relative; }
.recente-post-column a { position: absolute; left: 0; right: 0; top: 0; bottom: 0;}
.recente-post-row { display: block; margin: 0 -5px; }
.recente-post-content { float: left; width: 100%; padding: 30px; background: #fff; }
.row-fluid .recent-blogs-section { padding: 80px 0; }
.row-fluid .recent-blogs-section .prefix-sub { display: block; }
.row-fluid .recent-blogs-section .prefix-sub:before { top: 11px; transform: translateY(0); }
.sameheight { float: left; width: 100%; }
span.post-date { font-size: 14px; font-weight: 600; color: #414141; float: left; width: 100%; padding-top: 10px; }
.post-title a h3 { padding-top: 0; transition: 0.4s; }
.post-title a:hover h3 { color: #9354ff; transition: 0.4s; }
.recent-blogs-section .row-fluid .prefix-title { padding-bottom: 35px; }
.row-fluid .prefix-title h2 span{ color: #9354ff;   }
.row-fluid .black-back{ background-color: #212121; }
.recente-post-column .recente-post-content .post-title { float: left; }
.recente-post-column .recente-post-content .post-content { float: left; }


.person-image { height: 126px; width: 126px; background-repeat: no-repeat; background-position: center center; border-radius: 100%; background-size: cover; }
.b-testimoniale { float: left; width: 100%; padding-top: 80px; padding-bottom: 335px; }
.testimoniale_padd { padding-top: 45px;  padding-bottom: 20px; }
.b-testimoniale-column { float: left; width: 100%; }
.b-testimoniale-image { float: left; width: 126px; }
.b-testimoniale-details { float: left; width: calc(100% - 126px); padding-left: 0px; }
/* padding-left: 64px;  */
.b-testimoniale-bio { color: #ffffff; font-size: 18px; line-height: 37px;     max-width:100%;    font-family: 'Nunito', sans-serif; font-weight:500; }
/* max-width: 760px; */
.b-testimoniale-name h5 { font-size: 17px; font-weight: 700; color: #fff; padding-bottom: 0; }
.b-testimoniale-name span { font-size: 13px; font-weight: 500; color: #fff; font-style: italic; }
.b-testimoniale-name { width:100%; float: left; padding-top: 32px;  }


.row-fluid .trusted-right-side { float: right; width: auto; max-width: 750px; position: relative; top: -88px; width: 100%; background-color: #fff; padding: 95px; padding-top:85px; margin: 0; z-index: 1; }
.row-fluid .office-image { width: 100%; max-width: 768px; height: 668px; margin-top: -292px; position: absolute; }
.row-fluid  .trusted-section .container { position: relative; }
.trusted-right-side h2 span { color: #9354ff; }
.row-fluid .cta-design.black a { border: 3px solid #000000; color: #000000; }
.row-fluid .cta-design.black a:hover { background-color: #000000; color: #fff; }
.row-fluid .trusted-right-side .row-fluid .details { padding-bottom: 45px; padding-top: 15px; }
.row-fluid .touch-section { padding-top: 0; padding-bottom: 62px; margin-top: -40px; }
.row-fluid .touch-section.touch_sec { margin-top: 0px; padding-top:50px; }
.row-fluid .touch-right-form { background-color: #ffffff; padding: 45px; }
.touch-right-form .legal-consent-container .hs-richtext { max-width: 800px; }
.touch-right-form .legal-consent-container { color: #0c0c0c; }
.touch-right-form .hs_submit { text-align: right; padding-top: 10px; width:100%; float:left; }
.address-text p strong { text-transform: uppercase; }
.address-text { color: #000; }
.address-text p { margin-top: 0; }
.row-fluid .touch-form-content h4 { color: #9354ff; font-size: 26px; line-height: 27px; font-family: 'Nunito', sans-serif; font-weight: 500; padding-top: 0; }
ul.address-tab-list { padding: 0; list-style: none; }
ul.address-tab-list li { display: inline-block; padding-right: 32px; padding-bottom: 15px; }
ul.address-tab-list li a:hover, ul.address-tab-list li.current a { border-bottom: 2px solid #9354ff; }
ul.address-tab-list li a { font-size: 17px; font-weight: 700; letter-spacing: -0.29px; font-family: 'Nunito', sans-serif; font-weight: bold; text-transform: uppercase; color: #000; border-bottom: 2px solid transparent; padding-bottom: 5px; }
.row-fluid .touch-form-content .title { padding-bottom: 20px; }
.row-fluid .touch-form-section { padding-top: 45px; }

span.follows-title { color: #000000; font-size: 12px; font-weight: 500; letter-spacing: 1.2px; line-height: 27px; text-transform: uppercase; font-family: 'Nunito', sans-serif; }
ul.follow-us-social { list-style: none; padding: 0; margin: 0; padding-top: 12px; }
ul.follow-us-social li { list-style: none; display: inline-block; }
ul.follow-us-social li a { color: #000; font-size: 24px; padding-right: 15px; }
.address-tab { padding-bottom: 34px; }
ul.follow-us-social li a:hover { color: #9354ff; }
.row-fluid .touch-form-content { width: 28%;     padding-right: 45px; }
.row-fluid .touch-right-form { background-color: #fff; padding: 45px; width: 72%; margin: 0; }

.row-fluid .stay-Plugged-section{   padding: 57px 0;  padding-bottom: 78px; text-align:center;  }

.row-fluid .stay-Plugged-section .title { padding-bottom: 8px; }
.row-fluid .stay-Plugged-section .title h2 { font-size: 38px; font-weight: 700; letter-spacing: -0.64px; line-height: initial; color: #fff; }
.row-fluid .stay-Plugged-section  .row-fluid .details { font-size: 14px; font-weight: 400; line-height: 27px; color: #fff; max-width: 450px; margin: 0 auto !important; float: none; }
.row-fluid .subscrib-form  input[type="text"], .row-fluid .subscrib-form input[type="email"] { border-radius: 34px; border: 3px solid #ffffff; background: transparent; height: 54px; padding-left: 55px; }
.row-fluid .subscrib-form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff; opacity: 1; font-size: 14px; letter-spacing: -0.24px; font-style: italic; }
.row-fluid .subscrib-form ::-moz-placeholder { /* Firefox 19+ */
  color: #fff; opacity: 1; font-size: 14px; letter-spacing: -0.24px; font-style: italic; }
.row-fluid .subscrib-form :-ms-input-placeholder { /* IE 10+ */
  color: #fff; opacity: 1; font-size: 14px; letter-spacing: -0.24px; font-style: italic; }
.row-fluid .subscrib-form :-moz-placeholder { /* Firefox 18- */
  color: #fff; opacity: 1; font-size: 14px; letter-spacing: -0.24px; font-style: italic; }
.row-fluid .subscrib-form { max-width: 760px; float: none; margin: 0 auto !important; padding-top: 27px; }
.row-fluid .subscrib-form input[type=submit] { border: 3px solid #9354ff; background-color: #ffffff; color: #9354ff; margin-top: 13px; padding: 16px 30px; }
.row-fluid .subscrib-form .hs_error_rollup { display: none !important; }
.row-fluid .subscrib-form input[type=submit]:hover { background-color: #000; color: #fff; }
.row-fluid .subscrib-form  ul.hs-error-msgs.inputs-list li label { color: #9354ff; }
.row-fluid .subscrib-form input[type="text"] { background-image: url(https://445465.fs1.hubspotusercontent-na1.net/hubfs/445465/user.png); background-repeat: no-repeat; background-position: 27px 17px; }
.row-fluid .subscrib-form input[type="email"] { background-image: url(https://445465.fs1.hubspotusercontent-na1.net/hubfs/445465/message.png); background-repeat: no-repeat; background-position: 26px 19px; }
.row-fluid .subscrib-form ul.hs-error-msgs.inputs-list li label { color: #fff; text-align: left; }
.row-fluid .footer-section { padding: 25px 0; }
.row-fluid .footer-section .container > div > div { display: flex; align-items: center; }
.row-fluid .copyright { text-align: right; color: #000000;}
.row-fluid .copyright a { color: #000000; }
.row-fluid .copyright a:hover { color: #9354ff; }
.footer-section .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a { color: #000000; }
.footer-section .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a:hover{ color: #9354ff; }

ul.homesociale {  list-style: none;   margin-top: -292px;    position: absolute;    width: auto;    display: inline-block; }
ul.homesociale li {    padding: 10px 0;    font-size: 20px; }
ul.homesociale li a {  color: #fff;  height: 45px;    width: 45px;    background-color: rgba(252,252,252,0.12);    display: block;    border-radius: 100%;    text-align: center;    padding: 10px 0; }
ul.homesociale li a:hover{  background-color: rgba(236,103,0,0.12); color: #9354ff; } 





/* our work */


.row-fluid .lp-heropage .title {  padding-top: 170px; }

.row-fluid .lp-heropage{ min-height: 500px;  display: flex;  align-items: center;  justify-content: center; padding-bottom:70px; }
.row-fluid .lp-heropage .title h1 { font-size: 59px; font-weight: 700; letter-spacing: -1px;    line-height: 59px; position: relative; margin-bottom: 20px;  margin-bottom: 20px;  padding: 3px 0; text-align:center; }
.row-fluid .lp-heropage .title h1:before { position: absolute; content: ""; border-bottom: 2px solid #fff; width: 150px; left: 0; right: 0; margin: 0 auto; bottom: -17px; }
.row-fluid .bradcrum-menu ul li a:before { content: "/"; position: absolute; right: -4px; }
.row-fluid .bradcrum-menu ul li:last-child a:before { display: none; }
.row-fluid .bradcrum-menu ul li a { padding: 0 19px; position: relative; overflow: visible; font-family: 'Nunito', sans-serif; font-weight: bold; }
.row-fluid .bradcrum-menu { font-size: 16px; font-weight: 700; letter-spacing: -0.27px; padding-top: 18px; }
.row-fluid .bradcrum-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul{     float: none; }
.row-fluid .row-fluid .bradcrum-menu{ text-align: center;     padding-top: 25px   }
.row-fluid .lp-heropage.height-animate{position:relative; height:500px; z-index: 1;}
.row-fluid .lp-heropage.height-animate.animatedParent{overflow:visible;}
.row-fluid .lp-heropage.height-animate .bg-imageWrapper{height:700px;left:0;overflow:hidden;position:absolute;top:0;width:100%;transition: all 600ms ease;}
.row-fluid .lp-heropage.height-animate .bg-imageWrapper img{height:700px;object-fit:cover;transform:scale(1.05);transition:all 600ms ease;width:100%;}

.row-fluid .lp-heropage.height-animate .bg-imageWrapper.anim{height:500px;}
.row-fluid .lp-heropage.height-animate .bg-imageWrapper.anim img{transform:scale(1);}

.row-fluid .case-studies-portfolio{ position:relative; padding:100px 0; width:100%; float:left; }
.row-fluid .case-studies-portfolio{  background-image: url(//445465.fs1.hubspotusercontent-na1.net/hubfs/445465/Bitmap-shape.png);  background-repeat: no-repeat;  background-size: 312px;   background-position: 0% 100%;  }
.row-fluid .case-studies-portfolio .details em{ color: #000000; font-size: 16px;  padding-bottom: 35px;   display: block; }

.filter-dropdownwrap { text-align: center; }
.filter-dropdownwrap  ul#filters { padding: 0; margin: 0; list-style: none; text-align: center; display: inline-block; background-color: #fff; padding: 5px 22px; border-radius: 70px; }
.filter-dropdownwrap ul#filters li { display: inline-block; padding: 12px 25px; }
.filter-dropdownwrap ul#filters a { font-size: 16px; font-weight: 700; letter-spacing: -0.25px; color: #000; }
.filter-dropdownwrap ul#filters a.active { color: #ec6e0d; }
.filter-dropdownwrap { text-align: center; margin-bottom: 38px; }

.resource-box {  float: left;  width: calc(100% / 3 - 22px);   margin: 0 11px;     margin-bottom: 22px; }
.res-contentwrap{ height:115px; background-repeat:no-repeat; background-size:contain; background-position:center center; float:left; width:100%;  position:relative;    background-color: #fff; }
.res-contentwrap-content { position: absolute; background-color: #ffffff; opacity: 0.98; top: 20px; left: 20px; right: 20px; bottom: 20px; display: flex;     transform: scale(0);   opacity: 0;  transition: 0.4s; flex-direction: column; justify-content: flex-end; padding: 30px 40px; font-size: 12px; font-weight: 500; letter-spacing: 1.2px; line-height: 27px; text-transform: uppercase; color: #110729; }
.res-contentwrap-content h4 { font-size: 22px; font-weight: 700; letter-spacing: -0.37px; line-height: inherit; color: #000000; text-transform: capitalize; }
.res-contentwrap-sub{   font-size: 12px;   font-weight: 500;font-family: 'Nunito', sans-serif;   letter-spacing: 1.2px;   line-height: 27px;  text-transform: uppercase; }
/* .res-contentwrap:hover .res-contentwrap-content{   transform: scale(1);   opacity: 1;  }   */
a.show-more {  border-radius: 34px;   border: 3px solid #000000;    color: #000000; }
a.show-more:hover {  color: #fff;   background-color: #000000;   border-color: #000000; }
.resou-button.cta-design,div#getform a.hs-button.large.primary{ padding-top: 38px; text-align:center; }


.res-contentwrap-outer { background-color: #fff; padding: 20px; }
.res-contentwrap-outer .res-contentwrapimg { width: 100%; height: 130px; display: flex; align-items: center; justify-content: center; }
.res-contentwrap-outer .res-contentwrapimg img { padding-bottom: 20px; width: 100%; height: 100%; object-fit: contain; }
.res-contentwrap-outer .res-content-wrap { color: #8a8a8a; text-align: center; }


.portfolio-filter-menu { text-align: center; }
.portfolio-filter-menu ul { margin: 0 !important; list-style: none !important; text-align: center; display: inline-block !important; background-color: #fff; padding: 5px 22px; border-radius: 70px; }
.portfolio-filter-menu ul li { display: inline-block; padding: 12px 25px; }
.portfolio-filter-menu-section { clear: both; padding: 20px 0px; background: #f8f8f8; }
.portfolio-filter-menu ul li a { font-size: 16px !important; font-weight: 700 !important; letter-spacing: -0.25px !important; color: #000 !important; padding: 0px !important; }
.portfolio-filter-menu ul li.active  a { color: #ec6e0d !important;; }
.portfolio-filter-menu ul { float: none !important; }




.row-fluid  .need-a-quote-section { padding: 90px 0;  padding-bottom: 100px; }
.row-fluid  .need-a-quote-section .row-fluid .title h2 { color: #ffffff; font-size: 47px; font-weight: 700; letter-spacing: -0.79px; line-height: 60px; }
.row-fluid  .need-a-quote-section .sub-text { font-size: 16px; line-height: 27px; color: #fff; font-style: italic; font-weight: 400; padding-top: 15px; padding-bottom: 45px; max-width: 835px;  float: none;  margin: 0 auto; }

.row-fluid  .need-a-quote-section .row-fluid .cover-box { text-align: center; }
.row-fluid .cta-design.getform a { border-radius: 29px; border: 3px solid #9354ff; background-color: #ffffff; font-size: 16px; font-weight: 700; letter-spacing: -0.27px; color: #9354ff; }
div#getform { width: 100%; max-width: 500px; padding: 38px; }
div#getform a.hs-button.large.primary { display: inline-block; padding: 13px 41px; font-size: 16px; font-weight: 700; letter-spacing: -0.27px; border-radius: 34px; border: 3px solid #000000; color: #000000; }
.row-fluid .nextfilter-main{ padding-bottom:155px; padding-top: 20px; float:left; width:100%; }




/* end our work */


/* our Services work */

.row-fluid .junral-details p{ padding-top: 15px; }
.row-fluid .digital-marketing-row{  margin-top: -210px;  background-color: #fff;  padding: 56px 38px;  padding-bottom: 65px; position: relative; z-index: 2;}
.row-fluid .digital-marketing-right{ text-align:center; }
.row-fluid .digital-marketing-row > div > div { display: flex;  align-items: center; }

.row-fluid .digital-marketing-left {  width: 45%;  padding-right: 40px; }
.row-fluid .digital-marketing-right {  text-align: center;  width: 55%;   margin: 0; }
.row-fluid .case-studies-portfolio.digital-marketing-section{     background-position: 0px -185px;  }


.row-fluid .title h2 { font-size: 37px; font-weight: 700; letter-spacing: -0.62px; line-height: 46px; padding-top: 0; }
.marketing-service-section .sub-title { font-size: 12px; font-weight: 500; letter-spacing: 1.2px; line-height: 27px; text-transform: uppercase; color: #000000; font-family: 'Nunito', sans-serif; text-align: center; }
.marketing-service-section .row-fluid .title { text-align: center; }
.digital-strategy-row > a { float: left; width: calc(100% / 4 - 16px); position:relative; margin: 0 8px; background: #fff; text-align: center; margin-top: 16px; padding: 58px 30px; padding-top: 78px; }
.digital-strategy-title { font-size: 17px; font-weight: 700; letter-spacing: -0.29px; line-height: 23px; color: #000000; padding-top: 55px; font-family: 'Nunito', sans-serif; font-weight: bold; max-width: 208px; margin: 0 auto; }
.digital-strategy-row {  flex-flow: wrap;  display: flex; }
.marketing-service-section .row-fluid .title {  text-align: center;  max-width: 600px;  float: none;  margin: 0 auto;  padding-bottom: 12px; }
.digital-strategy-row > a:before { background-image: url(https://445465.fs1.hubspotusercontent-na1.net/hubfs/445465/Triangle.png); height: 30px; width: 29px; background-repeat: no-repeat; position: absolute; content: ""; top: 0; opacity: 0; right: 0; }
.digital-strategy-row > a:hover:before { opacity: 1; transition: 0.4s; }
.row-fluid .marketing-service-section { padding-bottom: 110px; padding-top: 80px;}


.digital-marketing-helps .row-fluid .container{  padding-left: 80px;  }
.row-fluid .marketing-helps-inner {  min-height: 610px; }
.row-fluid .digital-marketing-helps{ padding-bottom: 120px; }
.row-fluid .marketing-helps-row {  max-width: 607px;     min-height: 510px;  background-color: #fff;  margin-top: 50px;  margin-bottom: 50px;  position: relative;  left: -58px;  padding: 80px 58px;     padding-right: 85px; }

.case-studies-section .row-fluid .details{  color: #808080;  font-size: 18px;  line-height: 31px;  font-family: 'Nunito', sans-serif;  max-width: 715px;  padding-bottom: 70px;  padding-top: 17px; }
.slick-arrow{ top: 37%; }
button.slick-arrow { width: 69px; height: 69px; background-color: #9354ff; border-radius: inherit; border: none; }
.slick-arrow.slick-prev:before { content: "\f105"; background-image: inherit; width: inherit; position: absolute; background-repeat: no-repeat; background-size: contain; transform: rotate(180deg); font-size: 25px; left: 5px; top: 22px; }
.slick-arrow.slick-next:before { position: absolute; content: "\f105"; background-image: inherit; height: 22px; width: 31px; background-repeat: no-repeat; background-size: contain; font-size: 25px; right: 23px; top: 23px; }
.slick-arrow.slick-prev { left: -15px; }
button.slick-arrow:hover { background: #000000; color: #fff; }
.slick-arrow.slick-next { right: -15px; }
.testimonial-column { text-align: center; padding-top: 50px; padding-bottom: 80px; }
.testimonial-details { color: #ffffff; font-size: 21px; line-height: 37px; font-family: 'Nunito', sans-serif; max-width: 685px; margin: 0 auto; padding-top: 32px; }
.testimonial-text { font-size: 16px; font-weight: 700; letter-spacing: -0.27px; line-height: 26px; padding-top: 34px; }
.row-fluid .related-blog-section .sub-title { font-size: 12px; font-weight: 500; letter-spacing: 1.2px; line-height: 27px; text-transform: uppercase; color: #000000; font-family: 'Nunito', sans-serif; text-align: center; }
.row-fluid .related-blog-section .row-fluid .blog-title h2 { text-align: center; font-size: 39px; font-weight: 700; letter-spacing: -0.66px; line-height: 46px; padding-top: 0; }
.related-post-column { float: left; width: 33.33%; padding: 0 6px; }
.related-post-column { float: left; width: 33.33%; padding: 0 6px; }
.related-post-image { height: 259px; background-repeat: no-repeat; background-size: cover; background-position: center center; }
.related-title h4 { color: #000000; font-family: 'Nunito', sans-serif; font-size: 22px; font-weight: 700; line-height: 28px; }
.related-read a { font-size: 16px; font-weight: 700; letter-spacing: -0.27px; color: #000000; display: inline-block; padding-top: 12px;     font-family: 'Nunito', sans-serif; }
.related-text { padding-top: 5px; }
.related-details { padding-top: 12px; }
.related-read a:hover {color: #9354ff; }
.related-post-row { padding-top: 13px; }

.row-fluid .related-blog-section { padding-top: 75px;     padding-bottom: 80px; }
.row-fluid .business-growth-section .row-fluid .junral-details{  padding-bottom: 62px; }

.row-fluid .business-growth-section { padding-top: 90px; }
.row-fluid .business-growth-image { padding-top: 55px; }
.row-fluid .e-guide-section { margin-top: 18px; text-align: center; position:relative; }
.row-fluid .e-guide-section .row-fluid .title  h2 { color: #9354ff; text-align: center; font-weight: bold; font-size: 207px; font-weight: 700; line-height: 177px; }
.row-fluid .e-guide-section .row-fluid .title { margin-bottom: -166px; }


.row-fluid .thinking-about-section { background-color: rgba(33, 33, 33, 1); background-blend-mode: hard-light;  padding: 85px 0;  padding-bottom: 170px; float:left; width:100%; }
.row-fluid .thinking-about-section .row-fluid .prefix-sub { color: #fff; }
.thinking-sbout-left .refix-title h2 { font-size: 47px; color: #9354ff; font-weight: 700; letter-spacing: -0.79px; line-height: 60px; margin-bottom: 10px; }
.row-fluid .thinking-sbout-details { font-size: 18px; line-height: 31px; color: #fff; font-family: 'Nunito', sans-serif; }
.row-fluid .thinking-sbout-details ul { color: #ffffff; list-style: none; font-family: 'Nunito', sans-serif; font-size: 16px; font-weight: 400; line-height: 27px; padding-top: 0px; }
.list-styel ul { list-style: none;  }
.row-fluid .thinking-sbout-details ul li, .list-styel ul li { position: relative; }
.row-fluid .thinking-sbout-details ul li:before,.list-styel ul li:before { content: ""; width: 12px; height: 13px; transform: rotate(45deg); border-radius: 2px; background-color: #9354ff; position: absolute; left: -39px; top: 7px; }
.row-fluid .great-awards-boxcover h4 { font-size: 32px; font-weight: 700; letter-spacing: -0.54px; line-height: 37px; color: #fff; }
.row-fluid .great-awards-boxcover { background-color: #e96600; padding: 40px 39px; }
.great-boxrow { display: flex; flex-flow: wrap; padding-top: 24px; padding-bottom: 5px; }
.great-boxrow-column {display: inline-flex;  align-items: center; justify-content: center;vertical-align: middle; padding: 10px 15px; }
.great-boxrow-column:first-child { padding-left: 0; }


.thinking-about-section .row-fluid .container > div > div {  display: flex;  align-items: center; }
.row-fluid .thinking-sbout-left {  padding-right: 82px; }
.row-fluid .our-servicestouch-section {  padding-top: 92px; }

.row-fluid .animatedParent {     overflow: hidden; }



/* end Services  work */

.row-fluid .jumeirah-logo{  text-align: right;  padding-bottom: 58px; }
.row-fluid .case-studies-portfolio.jumeirah-section .details em{     padding-bottom: 10px;  }
.row-fluid .case-studies-portfolio.jumeirah-section h2{     font-size: 46px; }
.row-fluid .case-studies-portfolio.jumeirah-section .row-fluid .portfolio-right-side{     padding-left: 70px;  }
.row-fluid .jumeira-restaurant {  padding-top:18px; font-size: 19px;  letter-spacing: -0.32px;   line-height: 20px;   color: #000000;  font-family: 'Nunito', sans-serif;  }
.row-fluid .jumeira-restaurant p strong{  color: #000000; font-family: 'Nunito', sans-serif;  font-weight: 700;}
.row-fluid .jumeira-restaurant p span{ color: #808080; font-family: 'Nunito', sans-serif; }
.row-fluid .jumeira-restaurant p{  padding-top: 10px; }
.row-fluid .jumeira-restaurant p:first-child span { padding-left: 86px; }
.row-fluid .jumeira-restaurant p:last-child span {  padding-left: 50px; }


.row-fluid .restaurantweek-banner {  height: 567px; }
.row-fluid .restaurantweek-counter{  background-color: #ec6e0d;  text-align: center;  padding: 48px 50px; }
.row-fluid .counter-title h4 { font-size: 29px; font-weight: 700; letter-spacing: -0.49px; line-height: 37px; color: #fff; }
.row-fluid .counter-text { color: #ffffff; font-family: 'Nunito', sans-serif; font-size: 16px; line-height: 27px; text-align: center; }
.row-fluid .counter-box { padding: 0 10px; }
.row-fluid .counter-title { padding-bottom: 25px; }




/* === start Restaurant  work === */

.row-fluid .creating-highlyimg-right { height: 512px; }
.row-fluid .creating-highly-left .title h2 { font-size: 32px; font-weight: 700; letter-spacing: -0.54px; line-height: 48px; }
.creating-highly-left .row-fluid .details p em { font-size: 16px; display: block; font-weight: 400; line-height: 27px; padding-bottom: 15px; color: #000000; }
.creating-highly-left .row-fluid .title { padding-bottom: 28px; }
.creating-highly-left .row-fluid .title { padding-bottom: 32px; }
.row-fluid .creating-highly-left { padding-right: 67px; }
.row-fluid .creating-highly-intuitive { padding-top: 67px; padding-bottom: 67px; }
.row-fluid .creating-highly-left .title { max-width: 440px; }

.excellent-column-row { float: left; text-align: center; width: 100%;    padding: 56px 0;   }
.excellent-column-icon { color: #ec6e0d; font-size: 54px; letter-spacing: -0.91px; text-transform: uppercase; }
.excellent-column-row h4 { font-size: 28px; letter-spacing: -0.54px; line-height: 48px; color: #000000; padding-bottom: 0px; padding-top: 0; margin-top: 10px; }
.excellent-detail-bio { font-size: 32px; color: #000000; line-height: 45px; max-width: 1050px; margin: 0 auto; }
.excellent-column-row h5 {  margin-top: 35px; font-size: 21px;  font-weight: 700;  letter-spacing: -0.35px; }
.row-fluid .white-back{ background-color:#fff; } 

.related-blog-section.case-study button.slick-arrow {  top: 53%; }



.expertise-section .inner:before {
  content: "";
  z-index: -1;
  font-size: 160px;
  font-weight: bold;
  opacity: .04;
  transform: rotate(-90deg);
  position: absolute;
  left: -250px;
  top: 192px;
}

.row-fluid .resource_section .container:before{
  content: ""!important;
}

.row-fluid .srvices-second-cass .row-fluid .details em{     padding-bottom: 15px; }
.row-fluid .srvices-second-cass  .container > div > div{ display: flex;  align-items: center; }
.row-fluid .srvices-cass2 .details ul li{  font-size: 16px; font-weight: 400;  line-height: 27px;   color: #000;     padding-bottom: 30px;  }
.row-fluid .srvices-second-right {  text-align: center;  padding-top: 10px; }
.row-fluid .srvices-cass2 {  padding-top: 52px;  }

.row-fluid .srvices-second-cass {  padding-bottom: 57px; }

.row-fluid .detail-touch-section {   margin-top: 0; }
.offering-services{     position: relative; }

.row-fluid .text-right{ text-align:right; }
.row-fluid .d-market-servises{     padding-right: 0;  }  
.offering-services .row-fluid .title {  max-width: 700px;  padding-bottom: 10px; }
.marketing-service-section .sub-title{padding-bottom:50px;}
.digitale-marketing-image { height: 300px; background-repeat: no-repeat; background-size: cover; background-position: center center; float: left; width: 100%; }
.digitale-marketing-column { float: left; background-color: #fff; width: 25%; display: flex; justify-content: center; align-items: center; }
.digitale-marketing-services { display: flex; flex-flow: wrap; float: left; width: 100%; }
.digitale-marketing-details { padding: 30px; }
.digitale-marketing-title h4 { color: #000000; font-size: 22px; font-weight: 700; letter-spacing: -0.37px; line-height: 30px; padding-top: 0; padding-bottom: 14px; }
.digitale-marketing-link a:hover { opacity: 0.4; }
.digitale-marketing-link a { color: #9354ff; font-family: 'Nunito', sans-serif; font-size: 15px; font-weight: 700; letter-spacing: 0.4px; line-height: 27px; display: block; padding-top: 12px; }

.services-boxs-area.sctivities-section-boxrow > div { background: transparent;  float: none;  margin: 0 -15px; }
.row-fluid .sctivities-section-boxrow .services-boxs-column { position:relative; float: left; width: calc(100% / 4 - 30px); margin: 0 15px; background-color: #fff; padding: 42px 25px; box-shadow: 0 4px 10px -2px #ccc; margin-bottom: 30px; }
.services-boxs-link a { color: #9354ff; font-family: 'Nunito', sans-serif; font-size: 15px; font-weight: 700; letter-spacing: 0.4px; line-height: 27px; margin-top: 8px; display: block; }

.offering-services:before { position: absolute; content: ""; background: #EDEDED; height: 385px; bottom: 0; width: 100%; }
.row-fluid .sctivities-section-boxrow .services-boxs-column:hover .hover-services { opacity: 1; visibility: visible; }
.hover-services { position: absolute; top: 0; left: 0; transition: 0.4s; right: 0; bottom: 0; background-color: #fff; padding: 30px; display: flex; align-items: center; justify-content: center; flex-direction: column; text-align: left; }
.hover-services { opacity: 0; visibility: hidden; transition: 0.4s; }
.hover-services h3 { text-align: left; width: 100%; }
.services-boxs-link { width: 100%; float: left; }
.row-fluid .sctivities-section-boxrow .services-details { float: left; width: 100%; }
.services-boxs-area.sctivities-section-boxrow { padding-top: 25px; }
.row-fluid .digitale-m-section { background-color: #EDEDED; padding-top: 32px; width:100%; float:left; padding-bottom: 85px; position: relative; visibility: visible; }
.row-fluid .d-case-study { padding-top: 80px; }


.row-fluid .d-testimoniale-section{ padding-bottom:70px; float:left; width:100%; }
.row-fluid .right-call-action a {  border: 3px solid #fff;  margin-top: 30px; }
.row-fluid .right-call-action a:hover{ opacity:0.4; transition:0.4s;  }

.row-fluid .sctivities-section-boxrow .services-boxs-column:before{     background-image: url(https://445465.fs1.hubspotusercontent-na1.net/hubfs/445465/Triangle.png);   height: 30px;  width: 29px;   background-repeat: no-repeat;    position: absolute;    content: "";    top: 0;    opacity: 0;    right: 0;     z-index: 2; }
.row-fluid .sctivities-section-boxrow .services-boxs-column:hover:before{  opacity: 1;  transition: 0.4s;  }

/*
.row-fluid .touch-section .touch-right-form .hs-form-field { position:relative; float:left; }
.row-fluid .touch-section .touch-right-form .hs-form-field > label { position:absolute;top: 0px; opacity: 0.5; transition: all ease 0.4s; 
-webkit-transform: translate3d(0,28px,0) scale(1);
transform: translate3d(0,28px,0) scale(1);
transition: -webkit-transform .4s cubic-bezier(.25,.8,.25,1);
transition: transform .4s cubic-bezier(.25,.8,.25,1);
transition: transform .4s cubic-bezier(.25,.8,.25,1),-webkit-transform .4s cubic-bezier(.25,.8,.25,1);
max-width: 100%;
-webkit-transform-origin: left top;
transform-origin: left top;}
.row-fluid .touch-section .touch-right-form .hs-form-field .input { margin-top:28px;}
.row-fluid .touch-section .touch-right-form .hs-form-field.focused > label { -webkit-transform: translate3d(0,6px,0) scale(.75); transform: translate3d(0,6px,0) scale(.75);
transition: width .4s cubic-bezier(.25,.8,.25,1),-webkit-transform .4s cubic-bezier(.25,.8,.25,1);
transition: transform .4s cubic-bezier(.25,.8,.25,1),width .4s cubic-bezier(.25,.8,.25,1);
transition: transform .4s cubic-bezier(.25,.8,.25,1),width .4s cubic-bezier(.25,.8,.25,1),-webkit-transform .4s cubic-bezier(.25,.8,.25,1); opacity:1;}
.row-fluid .touch-section .touch-right-form .hs-form-field.focused input, .row-fluid .touch-section .touch-right-form .hs-form-field.focused textarea { border-color:#9354ff}
.row-fluid .touch-section .touch-right-form .hs-form-field input { padding:5px 0;}
.row-fluid .touch-section .touch-right-form .hs-form-field .hs-error-msgs label { color: #f00; text-transform: none; font-weight: 400}
.row-fluid .touch-section .touch-right-form .hs-form-field.hs-fieldtype-textarea .input {  width:100%;margin-top:15px;}
.row-fluid .touch-section .touch-right-form .hs-form-field.hs-fieldtype-textarea > label { top:-20px;}
.row-fluid .touch-section .touch-right-form .hs-form-field.hs-fieldtype-textarea textarea { padding:5px 0;}
.row-fluid .touch-section .touch-right-form .hs-form-field.hs-fieldtype-booleancheckbox .input { margin:0}
.row-fluid .touch-section .touch-right-form .hs-form-field input[type="checkbox"] + span { padding-left:5px;}

.row-fluid .touch-section .touch-right-form .hs-form-field input[type="radio"] + span:after { transform:scale(0.5); transition: all .55s cubic-bezier(.25,.8,.25,1); left: 3px; top: 6.9px; }
.row-fluid .touch-section .touch-right-form .hs-form-field input[type="radio"]:checked + span:after {transform:scale(1);transition: all .55s cubic-bezier(.25,.8,.25,1);}
.row-fluid .touch-section .touch-right-form .hs-form-field input[type="radio"] + span:before { border: 1px solid #25272b;}
.row-fluid .touch-section .touch-right-form .hs-form-field input[type="radio"] + span:after { background: #9354ff;}
.row-fluid .touch-section .touch-right-form .hs-form-field.hs-fieldtype-radio > label { top:-40px;}
.row-fluid .touch-section .touch-right-form .hs-form-field input[type="checkbox"] + span:after { transform:scale(0);width:22px; height:22px; top:1px;transition: all .55s cubic-bezier(.25,.8,.25,1);}
.row-fluid .touch-section .touch-right-form .hs-form-field input[type="checkbox"]:checked + span:after { transform:scale(1);}

*/

.row-fluid .touch-section h2 { margin-top:0; }

/* === end Restaurant  work === */

.tabs-svg{background-color:#f8f8f8; padding:40px 0 0; position:relative; z-index:1;}
.tabs-svg:after{background:url(https://445465.fs1.hubspotusercontent-na1.net/hubfs/445465/Nexa-2019/Images/dots-triangle.png) no-repeat center 0; position:absolute; width:256px; height:514px; content:''; top:50%; left:0; transform:translateY(-50%); z-index:-1;}
.tabs-svg > div > div{display:flex; padding:20px 30px 15px 0; background-color:#fff;}
.tabs-svg > div > div .left-data{width:calc(100% - 470px); padding:42px 85px 0 40px;}
.tabs-svg > div > div .right-image{width:470px;}
.tabs-svg .tabs-title{cursor:pointer;}

/* === Start Video Production (27-03-2019) === */
.fl100 { width:100%; float:left; }
.video-production  .row-fluid .header-section {background: #25272b;}
.sec_title h2 { font-size:28px; line-height:28px; font-weight:600; padding:0 0 25px; }
.sec_para p { font-size:16px; line-height:28px; font-weight:400; color:#444444; padding:0px; margin-bottom:20px; }

/* Video Production Hero Section */
.row-fluid .banner-section { width: 100%; float: left; padding: 7px 0 70px; background-color: #000; min-height: 383px; }
.row-fluid .banner-section .banner-link { width: 100%; float: left; }
.row-fluid .banner-section .banner-link ul { width: 100%; float: left; text-align: right; }
.row-fluid .banner-section .banner-link ul > li { padding: 10px 15px 10px 10px; display: inline-block; float: none; }
.row-fluid .banner-section .banner-link ul > li > a { max-width: unset; font-size: 12px; font-family:Proxima Nova Rg; line-height: 15px; font-weight: 400; text-transform: capitalize; color: #fff; padding: 0; margin: 0; position: relative; overflow: visible; }
.row-fluid .banner-section .banner-link ul > li:last-child { padding-right: 0px; }
.row-fluid .banner-section .banner-link ul > li > a:before { content: '›'; position: absolute; top: 0; right: -14px; color: #fff; font-size: 15px; line-height: 10px; top: 2px; }
.row-fluid .banner-section .banner-link ul > li:last-child > a:before { display: none; }

/* Simple Section */
.row-fluid .simple-section { width: 100%; float: left; padding: 60px 0; text-align: center; }
.row-fluid .simple-section .sec_title { width: 100%; float: left; }
.row-fluid .simple-section .section-para { width: 100%; float: left; padding: 0 0; }
.row-fluid .simple-section .sec_para p { margin:0px; }

/* Case Study Section */
.row-fluid .case-study-section { width: 100%; float: left; padding: 0 0 60px; }
.row-fluid .case-study-section .study-box { width: 100%; float: left; }
.row-fluid .case-study-section .study-box > div > div { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-align: center; -moz-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
.row-fluid .case-study-section .study-box .study-right { text-align: center; padding:30px 0; }
.row-fluid .case-study-section .study-box .study-right .link-btn { display: inline-block; font-size: 16px; line-height: 24px; font-family: 'Nunito', sans-serif; color: #444444; font-weight: 400; text-transform: capitalize; }
.row-fluid .case-study-section .study-box .study-right .link-btn i { display: inline-block; float: none; width: auto; vertical-align: middle; }

/* === End Video Production === */

/*----digital-marketing-row---*/
.row-fluid .case-studies-portfolio { float:left; width:100%; }  
.row-fluid .digital_marketrow.digital-marketing-row { width:100%; float:left; display:flex; align-items:center; }
.row-fluid .digital_marketrow.digital-marketing-row > div > div { display:inherit; }
.row-fluid .digital_marketrow.digital-marketing-row .digital-marketing-left { width:50%; float:left; }
.row-fluid .digital_marketrow.digital-marketing-row .digital-marketing-right { width:50%; float:left; }

.row-fluid .digital_marketrow.digital-marketing-row .marketingrow_text { width:100%; float:left; }
.row-fluid .digital_marketrow.digital-marketing-row .marketingrow_text { width:100%; float:left; }
.row-fluid .digital_marketrow.digital-marketing-row .marketingrow_text { width:100%; float:left; }
.row-fluid .digital_marketrow.digital-marketing-row { width:100%; float:left; }

/*-----*/
.row-fluid .products_serviesitem.creating-highly-intuitive { width:100%; float:left; }
.row-fluid .products_serviesitem.creating-highly-intuitive .creating-highly-left { width:50%; float:left; }
.row-fluid .products_serviesitem.creating-highly-intuitive .creating-highlyimg-right { width:50%; float:left; }
.row-fluid .products_serviesitem.creating-highly-intuitive h2 { width:100%; float:left; }
.row-fluid .products_serviesitem.creating-highly-intuitive .details { width:100%; float:left; }
.row-fluid .products_serviesitem.creating-highly-intuitive .title {  width:100%; float:left; padding-bottom:20px; }

/*-----*/
.row-fluid .counterbg_module { width:100%; float:left; }   
.row-fluid .counterbg_module .counterbg_image { width:100%; float:left; height: 567px; background-size: cover !important; }   
.row-fluid .counterbg_module .counterbg_cover { width:100%; float:left; background-color: #4a4a4a;  text-align: center;  padding: 48px 50px; }   
.row-fluid .counterbg_module .counterbg_box { width:25%; float:left; padding:0 10px; }   
.row-fluid .counterbg_module .counter_text { width:100%; float:left; color: #ffffff; font-family: 'Nunito', sans-serif; font-size: 16px; line-height: 27px;  text-align: center; }   
.row-fluid .counterbg_module h4 { width:100%; float:left; font-size: 29px;  margin-bottom: 10px; font-weight: 700;  letter-spacing: -0.49px;  line-height: 37px;  color: #fff; }   
.touch-section{width: 100%;float: left;}
.stay-Plugged-section{width: 100%;float: left;}
.tabs-svg{width: 100%;float: left;}
.our-services-section{width: 100%;float: left;}
.video-gray{width: 100%;float: left;}
.recent-blogs-section{width: 100%;float: left;}
.b-testimoniale{width:100%;float:left;}
.trusted-section .office-image{height:600px;}
.trusted-section .trusted-right-side .details{padding-bottom: 25px;}
.row-fluid .greybg_color { background-color:#F8F8F8; }
.row-fluid .digital-stay-sec .touch-sub-section{padding-top:90px;}


/* ========================== */
/* ======= Blog 2019 ======== */
/* ========================== */

.top-list{width:100%;float:left;padding-top: 40px;}
.top-list .top-blog-list{width:100%;float:left;}
.top-list .top-blog-list .left-side{width:50%;float:left;padding-right:10px;}
.top-list .top-blog-list .right-side{width:50%;float:left;padding-left: 10px;}
.top-list .top-blog-list .right-side .blog-post-box{width:calc(100% / 2 - 20px);float:left;margin:0px 10px; margin-bottom:20px;}
.top-list .top-blog-list .blog-post-box{ background: #fff;border: 1px solid #ccc;}
.top-list .top-blog-list .left-side .blog-post-box .image-wrapper {width: 100%; float: left;    overflow: hidden; }
.top-list .top-blog-list .left-side .blog-post-box .image-wrapper img{height: 320px;width:100%;float:left;}
.top-list .top-blog-list .blog-post-box .slugs .author{font-weight: 200;  font-size: 10px; margin-right: 10px;  display: inline-flex;  line-height: 2em;align-items: center;}
.top-list .top-blog-list .blog-post-box .slugs .author img{width: 12px;margin-right: 5px;  position: relative;  top: 0px;}
.top-list .top-blog-list .blog-post-box .slugs .date{font-weight: 200;  font-size: 10px;  display: block;  line-height: 2em;display: flex; align-items: center;}
.top-list .top-blog-list .blog-post-box .slugs img {  width: 12px;  margin-right: 5px;  position: relative;  top: 0px;}
.top-list .top-blog-list .blog-post-box .image-text{width:100%;display: inline-block; padding: 10px 20px;  text-align: left;}
.top-list .top-blog-list .blog-post-box h2 a{font-weight: 600;font-size:14px;  color: #000;  line-height: 1.2em;  text-decoration: none;  margin-bottom: 0px;  display: block;  -webkit-transition: all ease .5s;  -moz-transition: all ease .5s;  -o-transition: all ease .5s;  transition: all ease .5s;}
.top-list .top-blog-list .left-side .blog-post-box:first-child h2 a{font-size: 44px;}
.top-list .top-blog-list .blog-post-box h2 a:hover {color: #9354ff;}
.top-list .top-blog-list .blog-post-box h2{margin-top: 0;}
.top-list .top-blog-list .right-side .blog-post-box .image-wrapper{ height:140px; overflow:hidden; }  
.top-list .top-blog-list .right-side .right-in-cover {margin: 0px -10px;}

.blog-main .blog-post-box {
  width: calc(100% / 4 - 25px);
  /* float: left; */
  margin: 0px 10px;
  margin-bottom: 20px;
  display: inline-block;
  vertical-align: top;
}

.blog-main .blog-post-box{ background: #fff;border: 1px solid #ccc;}
.blog-main .blog-post-box .image-wrapper {width: 100%; float: left; }
.blog-main .blog-post-box .image-wrapper img{/*height: 320px;*/width:100%;float:left;}
.slugs .author{font-weight: 200;  font-size: 10px; margin-right: 10px;  display: inline-flex;  line-height: 2em;align-items: center;}
.slugs .author img{width: 12px;margin-right: 5px;  position: relative;  top: 0px;}
.slugs .date{font-weight: 200;  font-size: 10px;  display: block;  line-height: 2em;display: flex; align-items: center;}
.slugs img {  width: 12px;  margin-right: 5px;  position: relative;  top: 0px;}
.blog-main .blog-post-box .image-text{width:100%;display: inline-block; padding: 10px 20px;  text-align: left;}
.blog-main .blog-post-box h2 a{font-weight: 600;font-size:14px;  color: #000;  line-height: 1.2em;  text-decoration: none;  margin-bottom: 0px;  display: block;  -webkit-transition: all ease .5s;  -moz-transition: all ease .5s;  -o-transition: all ease .5s;  transition: all ease .5s;}
.blog-main .blog-post-box h2 a:hover {color: #9354ff;}
.blog-main .blog-post-box h2{margin-top: 0;}
.blog-main .blog-post-box .image-wrapper{ height:140px; overflow:hidden; }  
body.hs-blog-listing .blog-main .blog-left{ width: 100%; float: left;}
.blog-main .blog-left .post-listing{margin: 0px -10px;}
.blog-main .blog-left .blog-pagination {  width: 100%;  float: left;  border-top: 1px solid #ccc;  padding: 10px 0px;  text-align: center;}
.blog-main .blog-left .blog-pagination a.all-posts-link, .blog-main .blog-left .blog-pagination a.previous-posts-link, .blog-main .blog-left .blog-pagination a.next-posts-link{  padding: 5px 40px;  color: #fff;  text-decoration: none;  display: inline-block;  background: #9354ff;  min-width: 100px;}
body.hs-content-path-new-blog-all .top-list .top-blog-list .blog-post-box, body.hs-content-path-new-blog-all  .blog-main .blog-post-box{border:0;}
body.hs-content-path-new-blog-all .top-list .top-blog-list .left-side{width:100%;}
body.hs-content-path-new-blog-all .top-list .top-blog-list .right-side{width:100%;}
body.hs-content-path-new-blog-all .top-list .top-blog-list .right-side .blog-post-box{width: calc(100% / 1 - 0px);  float: left;  margin: 0px 0px;  margin-bottom: 0;}
body.hs-content-path-new-blog-all .top-list .top-blog-list .blog-post-box h2 a, body.hs-content-path-new-blog-all  .blog-main .blog-post-box h2 a{letter-spacing: 0.1px;font-weight:normal}
body.hs-content-path-new-blog-all .blog-main .blog-post-box{width: calc(100% / 1 - 0px);  float: left;  margin: 0px 0px;  margin-bottom: 0;}
.hs-blog-post .blog-main .blog-left .blog-section{width:100%;float:left}
.hs-blog-post .blog-main .blog-left .blog-section .post-header h1{font-size: 32px;  margin-bottom: 0px;  font-weight: 500;  color: #000;  letter-spacing: -.1px;  line-height: normal;}
.hs-blog-post .blog-main  {padding-top: 20px;}
.hs-blog-post .blog-main .blog-left .hs-blog-social-share .hs-blog-social-share-list{line-height:0px;}
.hs-blog-post .blog-main .blog-left .blogfollow_cover #hs_cos_wrapper_blog_social_sharing{ width: 250px; float: left;}
.hs-blog-post .blog-main .blog-left a.whatsapp_icon{ width: auto;float: left;}
/* .hs-blog-post .blog-main .blog-left a.whatsapp_icon{ width: calc(100% - 250px);float: left;} */
.hs-blog-post .blog-main .blog-left .post-body{width: 100%; float: left; padding-top: 20px;}
.hs-blog-post .blog-main .blog-left a.whatsapp_icon i{position: relative;  font-size: 20px;  color: rgb(37, 211, 102);  top: 12px;}
.hs-blog-post .blog-main .blog-left .post-body p{padding-bottom: 15px;padding-top:0px;color: #3c3333;font-size: 16px;}
.hs-blog-post .blog-main .blog-left .post-body h2{margin: 0;font-size: 28px;  margin-bottom: 25px;  font-weight: 600;  color: #000;  letter-spacing: -.5px;    line-height: normal;}
.hs-blog-post .blog-main .blog-left .post-body ul{padding-left: 20px;}
.hs-blog-post .blog-main .blog-left .post-body ul li{color: #3c3333;font-size:16px;}
.hs-blog-post .blog-main .blog-right .blog-form{margin-bottom: 30px;  border: 1px solid #efefef;  background: #efefef;  padding: 25px 30px;}
.hs-blog-post .blog-main .blog-right .blog-form h3{font-size: 19px;  margin-bottom: 20px;  font-weight: 700;  color: #000;  text-align: left;}
.hs-blog-post .blog-main .blog-right .blog-form .hs-form label{display:none;}
.hs-blog-post .blog-main .blog-right .blog-form input[type="text"], .hs-blog-post .blog-main .blog-right .blog-form input[type="email"], .hs-blog-post .blog-main .blog-right .blog-form input[type="tel"], .hs-blog-post .blog-main .blog-right .blog-form select{border-right: 0;  border-left: 0;  border-top: 0;  padding: 12px 5px;  box-sizing: border-box;  height: 45px;  -webkit-border-radius: 0px;  -moz-border-radius: 0px;  border-radius: 0px;  text-align: left;  font-size: 15px;  background: #fff;  margin-bottom: 0;  margin-right: 5px;  outline: 0;  -webkit-appearance: none;}

.hs-blog-post .blog-main .blog-right .blog-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
.hs-blog-post .blog-main .blog-right .blog-form input::-moz-placeholder { /* Firefox 19+ */
  color: #000;
}
.hs-blog-post .blog-main .blog-right .blog-form input:-ms-input-placeholder { /* IE 10+ */
  color: #000;
}
.hs-blog-post .blog-main .blog-right .blog-form input:-moz-placeholder { /* Firefox 18- */
  color: #000;
}

.hs-blog-post .blog-main .blog-right .blog-form .hs-button{background: #9354ff;  padding: 15px 30px;  color: #fff;  font-size: 14px;  border-radius: 0;  text-transform: uppercase;  border: 0;  margin: 0 auto;  letter-spacing: 2px;  width: 100%;  align-items: center;  display: block;  -webkit-appearance: none;  cursor: pointer;  -webkit-transition: all ease .5s;  -moz-transition: all ease .5s;  -o-transition: all ease .5s;  transition: all ease .5s;  margin-top: 20px;  font-weight: 400;}
.hs-blog-post .blog-main .blog-right .blog-form .hs-button:hover{color:#9354ff;background:#000;}
.hs-blog-post .blog-main .blog-right .blog-recent{margin-bottom: 30px; border: 1px solid #efefef;padding:25px 30px;width:100%;float:left;    padding-bottom: 10px;}
.hs-blog-post .blog-main .blog-right .blog-recent h3{font-size: 22px;  margin-bottom: 10px;  font-weight: 700;  color: #000;  text-align: left;}
.hs-blog-post .blog-main .blog-right .blog-recent ul{ padding-left: 0;list-style: none;}
.hs-blog-post .blog-main .blog-right .blog-recent ul li a{color: #444;  text-decoration: none;  line-height: 18px;  font-size: 12px;  display: block;  -webkit-transition: all ease .5s;  transition: all ease .5s;}
.hs-blog-post .blog-main .blog-right .blog-recent ul li a:hover{color: #9354ff;}
.hs-blog-post .blog-main .blog-right .blog-recent ul li{margin-bottom: 10px; border-bottom: 1px solid #efefef; padding-bottom: 10px;}
.hs-blog-post .blog-main .blog-right .blog-recent ul li:last-child{padding:0;margin:0;border:0;}
.hs-blog-post .blog-main .blog-right .blog-popular{margin-bottom: 30px; border: 1px solid #efefef;padding:25px 30px;width:100%;float:left;    padding-bottom: 10px;}
.hs-blog-post .blog-main .blog-right .blog-popular h3{font-size: 22px;  margin-bottom: 10px;  font-weight: 700;  color: #000;  text-align: left;}
.hs-blog-post .blog-main .blog-right .blog-popular ul{ padding-left: 0;list-style: none;}
.hs-blog-post .blog-main .blog-right .blog-popular ul li a{color: #444;  text-decoration: none;  line-height: 18px;  font-size: 12px;  display: block;  -webkit-transition: all ease .5s;  transition: all ease .5s;}
.hs-blog-post .blog-main .blog-right .blog-popular ul li a:hover{color: #9354ff;}
.hs-blog-post .blog-main .blog-right .blog-popular ul li{margin-bottom: 10px; border-bottom: 1px solid #efefef; padding-bottom: 10px;}
.hs-blog-post .blog-main .blog-right .blog-popular ul li:last-child{padding:0;margin:0;border:0;}
body.hs-blog-post{background: #f9f9f9;}
.hs-blog-post .blog-main .blog-left{padding-left: 15px;}
.hs-blog-post .blog-main .blog-left .blog-section .slugs {display: flex; align-items: center;}
.hs-blog-post .blog-main .blog-left .blog-section .slugs .author, .hs-blog-post .blog-main .blog-left .blog-section .slugs .date{font-size: 13px; color: #000;   font-weight: 500;}
.hs-blog-post .blog-main .blog-left .blog-section a{font-weight: 600;}


/* ========== Mega Menu ========== */


.big-header .Bigmenu-wrap{opacity:0;visibility:hidden;position: fixed;  left: 0;  right: 0;  margin: auto;  top: 0;  bottom: 0; padding:30px; background: rgba(0, 0, 0, 0.95); z-index: 999;  width: 100%;  height: 100vh;transition:all 0.5s;overflow: scroll;}
.big-header .bigmenu .left-main{width:23%;float:left;}
.big-header .bigmenu .right-custom{width:77%;float:left;margin-left:0;}
.big-header .bigmenu .left-main ul li {display: block; width: 100%;padding-bottom: 5px;}
.big-header .bigmenu .left-main ul li a{color: #fff;  font-size: 24px;overflow: visible; padding: 8px 20px 10px 0; max-width: 100%; text-align: left;  text-transform: uppercase;  position: relative;  font-weight: 700;  line-height: 1em;  -webkit-transition: all ease .5s;  transition: all ease .5s;}
.big-header .bigmenu .left-main ul li a:hover{transform: translateX(5px);}
.big-header .bigmenu .right-custom .menu-col {border-left: 1px solid #262626;padding-left: 13px;}
.big-header .bigmenu .right-custom .menu-col ul li a{color: rgba(255,255,255,.7);  text-align: left; font-size: 13px;  font-weight: 300;  -webkit-transition: all ease .25s;  transition: all ease .25s;    padding-top: 0;    padding-bottom: 5px;padding-left: 10px;}
.big-header .bigmenu .right-custom .menu-col ul li a:hover{transform: translateX(5px);color: rgba(255,255,255,1);}
.big-header .bigmenu .right-custom .menu-col .hs-menu-wrapper >ul > li:first-child a{font-size: 16px;  font-weight: 600;  color: #9354ff;     padding-bottom: 20px; text-transform: none;  margin-top: 0px;  text-decoration: none;}
.big-header .bigmenu .right-custom .menu-col ul{margin-bottom: 40px;}
.big-header .bigmenu > div > div{ display: flex;align-items: center;}
.big-header .bigmenu .right-custom > div > div{ display: flex;}
/* .big-header .bigmenu{position: absolute;  top: 50%;  left: 52%;  transform: translate(-50%, -50%);} */
.big-header .bigmenu .right-custom .menu-col .hs-menu-wrapper >ul > li:first-child a:hover{    transform: translateX(0);}
.big-header .bigmenu ul.social-menu {padding-left:0;text-align: right; padding-right: 70px;padding-top: 60px;}
.big-header .bigmenu ul.social-menu li{display:inline-block;padding:0px 22px;}
.big-header .bigmenu ul.social-menu li i{color:#fff;font-size: 25px;transition:all 0.5s;}
.big-header .bigmenu ul.social-menu li i:hover{color:#9354ff;}
.big-header .bigmenu ul.social-menu li:last-child{padding-right:0px;}
.big-header .bigmenu {padding-top:0px;}
.big-header .big-logo{width: 160px !important;padding-bottom:50px;}
.big-header .close-click i{height: 20px;  width: 20px;  display: flex;  align-items: center;  justify-content: center;  font-size: 25px;  color: #fff;  position: absolute;  right: 40px;cursor:pointer;transition:all 0.5s;}
.big-header .close-click i:hover{color: #9354ff;transform: rotate(180deg);}


body.Bigmenu-open .big-header .Bigmenu-wrap{opacity:1;visibility:visible;}
.Header-right-side .sidebar img{cursor:pointer;}


.modal-section{width:100%;position:fixed;height:100vh;width:100%;top:0;background:rgba(0, 0, 0, 0.5);overflow: scroll;}
.modal-section .modal-form{max-width:600px;width:100%;float:none;margin:auto !important;position: relative;  background-color: #fff;  border: 1px solid #999;  border: 1px solid rgba(0,0,0,0.2);  border-radius: 6px; -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.5);  box-shadow: 0 5px 15px rgba(0,0,0,0.5);    padding: 40px;}
.modal-section .modal-form .form-main h3{width:100%;float:left;text-align: center;  line-height: 34px; color: #444;  text-transform: none;  font-size: 28px;  margin-bottom: 25px;  font-weight: 600;  color: #000;  letter-spacing: -.5px;}
.modal-section .modal-form .form-main .widget-type-form form.hs-form .input input.error, .modal-section .modal-form .form-main .widget-type-form form.hs-form .input select.error, .modal-section .modal-form .form-main .widget-type-form .hs-form fieldset.form-columns-1 .hs-input.error{    border-color: #9354ff;}
.modal-section .modal-form .form-main form input{border-bottom: 2px solid #3c3c3b;border-right: 0;border-left: 0;border-top: 0;padding: 12px 5px;box-sizing: border-box;height: 45px;-webkit-border-radius: 0px;-moz-border-radius: 0px;border-radius: 0px;text-align: left;font-size: 15px;background: #fff;margin-bottom: 0px;margin-right: 5px;outline: 0;-webkit-appearance: none;}
.modal-section .modal-form .form-main form select{border-bottom: 2px solid #3c3c3b;margin-top: 10px;padding-left: 0;}
.modal-section .modal-form .form-main form .legal-consent-container p{font-size: 13px;color:#444444;  font-weight: 400;  line-height: 19px;  margin-bottom: 15px;  text-align: center;  margin-top: 5px;}
.modal-section .modal-form .form-main form .legal-consent-container p a{color:#000;}
.modal-section .modal-form .form-main form .hs-button{background: #9354ff;text-align: center;  padding: 15px 30px;  color: #fff;  font-size: 14px;  border-radius: 0;  text-transform: uppercase;  border: 0;  margin: 0 auto;  letter-spacing: 2px;  width: 220px;  align-items: center;  display: block;  -webkit-appearance: none;  cursor: pointer;  -webkit-transition: all ease .5s;  -moz-transition: all ease .5s;  -o-transition: all ease .5s;  transition: all ease .5s;}
.modal-section .modal-form .form-main form .hs-button:hover{background-color: #000; color: #fff;}

.modal-section .modal-form .form-main form select{background: url("https://445465.fs1.hubspotusercontent-na1.net/hubfs/445465/2019%20Ebooks/download.svg") no-repeat 95% 50%; background-position: right;-moz-appearance: none;background-size: 21px;-webkit-appearance: none;}
.modal-section .modal-form .form-main form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
.modal-section .modal-form .form-main form input::-moz-placeholder { /* Firefox 19+ */
  color: #000;
}
.modal-section .modal-form .form-main form input:-ms-input-placeholder { /* IE 10+ */
  color: #000;
}
.modal-section .modal-form .form-main form input:-moz-placeholder { /* Firefox 18- */
  color: #000;
}

.modal-section .modal-form .pop-close i{margin: auto;  height: 35px; width: 35px;  background-color: #9354ff;  font-family: FontAwesome;  font-size: 18px;  cursor: pointer;  color: #fff;  display: flex;  align-items: center;  justify-content: center;  position: absolute;  top: -1px;  right: -1px;}
.modal-section{opacity:0;visibility:hidden;transition: all 0.5s;}
.modal-section .modal-form {transition: all 0.5s; transform: translateY(-1000px);}
.cl-pop .modal-section{opacity:1;visibility:visible;transition: all 0.5s;}
.cl-pop .modal-section .modal-form{transform: translateY(30px);transition: all 0.5s; }


.row-fluid .v2-new-hero.lp-heropage {    min-height: 530px;}
.row-fluid .v2-new-hero.lp-heropage .title{padding-top: 60px;}
.modal-section .submitted-message{    width: 100%; float: left;text-align: center; color: #333;}
.modal-section .hs-form label{display: none;}
.row-fluid .hero-bradcrum .bradcrum-menu ul{padding-bottom:20px;}
.row-fluid .hero-bradcrum .bradcrum-menu ul li .hs-menu-children-wrapper{display:none;}
.row-fluid .hero-bradcrum .bradcrum-menu ul li {float:none;display:inline-block;}
.row-fluid .hero-bradcrum .bradcrum-menu ul li a:before{display:none;}
.row-fluid .hero-bradcrum .bradcrum-menu ul li a{max-width: 100%;text-decoration:underline;font-weight: 500;color: #fff;text-decoration: none;transition:all 0.5s;}
.row-fluid .hero-bradcrum .bradcrum-menu ul li a:hover{color:#9354ff;}
.row-fluid .hero-bradcrum .bradcrum-menu ul li:last-child a{text-decoration:none;}
/* .row-fluid .hero-bradcrum .bradcrum-menu ul li a:after {  content: '>';  font-weight: 400;  position: absolute;  right: 0;  font-size: 10px;} */
.row-fluid .hero-bradcrum .bradcrum-menu ul li:last-child a:after{display:none;}
.row-fluid .hero-bradcrum .bradcrum-menu .hs-breadcrumb-menu-divider:before{color:#fff;}
.row-fluid .hero-bradcrum .bradcrum-menu  ul li.last-crumb {padding-left: 25px;}
.row-fluid .hero-bradcrum .bradcrum-menu  ul li.last-crumb span{color:#fff;}
.row-fluid .hero-bradcrum{width: 100%;  float: left;  margin: 0;}
/* .load-time{width:100% !important;float:left;position:fixed;background:#fff;height:100%;top:0;z-index: 99;} */
.row-fluid .hero-bradcrum .bradcrum-menu ul li a{    padding: 0 10px;}
.row-fluid .hero-bradcrum .bradcrum-menu .hs-breadcrumb-menu-item{padding: 5px 0px 5px 10px;}


body.homepage .hero-bradcrum{display:none;}

.new-portfolio .lp-heropage{min-height: 180px;}
.new-portfolio .lp-heropage .title h1{display:none;}
.new-portfolio .lp-heropage .title {padding:0;}
.new-portfolio .hero-bradcrum .bradcrum-menu ul{padding-bottom: 0; padding-top: 50px;}

/*20-05-2019*/
.row-fluid .website-info { width: 100%; display: none; position: fixed; bottom: 0; left: 0; z-index: 99; } 
.row-fluid .website-info .web-btn { width: 50%; float: left; }
.row-fluid .website-info .web-btn a { display: block; color: #fff; margin-left: 0; text-align: center; background: #9354ff; border-right: 1px solid #fff; border-top: 1px solid #fff; font-family: 'Nunito', sans-serif; font-size: 12px; text-transform: uppercase; padding: 15px 0; letter-spacing: 1px; box-sizing: border-box; -webkit-appearance: none; }
.row-fluid .website-info .web-btn.btn2 a { border-right: 0px; }

/*23-05-2019*/
.row-fluid .case-studies-section .border_btn {    padding-top: 22px;}
.row-fluid .border_btn a { transition: all 0.4s ease-in-out; border: 3px solid #000; color: #000; border-radius: 34px; display: inline-block; padding: 10px 35px; font-size: 16px; line-height: 175%; font-weight: 700; letter-spacing: -0.27px; height: auto; background: transparent; font-family: 'Nunito', sans-serif; }
.row-fluid .border_btn a:hover { background-color: #9354ff; border-color: #9354ff; color: #fff; }

/* 5-8-19  */
.blogfollow_cover {  display: flex;  flex-wrap: wrap;}
.hs-blog-post .blog-main .blog-left .blogfollow_cover #hs_cos_wrapper_blog_social_sharing{  width: auto; float: left; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; }
.hs-blog-post .blog-main .blog-left .blogfollow_cover #hs_cos_wrapper_blog_social_sharing .hs-blog-social-share {  height: auto;}
.hs-blog-post .blog-main .blog-left a.whatsapp_icon { width: auto; float: none; display: flex; align-items: center; justify-content: center;}
.hs-blog-post .blog-main .blog-left a.whatsapp_icon i {  display: block;  top: unset;}

/* 07-08-2019 */
.row-fluid .resource_section { padding: 70px 0; width: 100%; float: left; background-color: #f8f8f8; }
.row-fluid .resource_section .resource_title-style { width: 25%; float: left; padding-right: 50px; }
.row-fluid .resource_title-style .resource_sub-title { font-size: 12px; letter-spacing: 1.2px; line-height: 27px; text-transform: uppercase; font-family: 'Nunito', sans-serif; font-weight: 500; color: #000; position: relative; padding-left: 65px; width: 100%; float: left; }
.row-fluid .resource_title-style .resource_sub-title:before { content: ""; width: 51px; height: 2px; background: #9354ff; position: absolute; left: 0; top: 11px; transform: translateY(0px); }
.row-fluid .resource_title-style .resource_title { width: 100%; float: left; text-transform: capitalize; }
.row-fluid .resource_section .resource_group { width: 75%; float: left; }
.row-fluid .resource_section .resource_group .resource_inner { display:block; width:auto; float:none; margin-left:-11px; margin-right:-11px; }

.row-fluid .resource_section .container:before { content: "Case Studies"; z-index: -1; font-size: 160px; font-weight: bold; opacity: .04; transform: rotate(-90deg); position: absolute; left: -450px; top: 10px;}
.row-fluid .resource_section > .container { position: relative; overflow: hidden; z-index: 1;}


.homepage .row-fluid .resource_section{ padding-bottom:10px;}
.homepage .row-fluid .our-services-section{ padding-top: 75px; padding-bottom: 70px;}
.homepage .row-fluid .recent-blogs-section{ padding: 70px 0 20px}
.homepage .logo_content_section{padding: 60px 0 50px;}
.homepage  .row-fluid .touch-section.touch_sec{ padding-bottom: 70px;}



.row-fluid .header-lp-section {  width: 100%;  float: left;  background: #25272b;  padding: 20px 0px;  margin: 0;  min-height: 0 !important;}
.row-fluid .header-lp-section img {  max-width: 212px !important;}

.row-fluid .case-box-section .details{ padding-bottom: 20px;}
.row-fluid .case-box-section{padding:100px 0px 0px;}
.ncontact-sec .map-section{position:relative; }
.ncontact-sec .map-section:before {content: ' ';top: 0;left: 0;background: #000;position: absolute;width: 100%;height: 100%;z-index: 9;opacity: 0.5;transition:all 0.5s;}
.ncontact-sec .map-section:hover:before {content: ' ';opacity:0;visibility:hidden;}
.row-fluid .thank-you-content .content-form-section.touch-section.contat-touch.new-touch .right-side{ display:none; }
.row-fluid .thank-you-content .content-form-section.touch-section.contat-touch.new-touch .left-side{width:100%; padding-right: 0;}
.content-form-section.touch-section.contat-touch.new-touch .right-side .touch-right-form .hs_when_would_you_like_to_meet_.field.hs-form-field span { font-size: 16px;font-weight: 400;}

ul.no-list.hs-error-msgs.inputs-list {
    padding: 0;
    line-height: 1;
}
.content-form-section.touch-section.contat-touch.new-touch .right-side .touch-right-form .hs-form-field .hs-error-msgs label {
    color: #f27203;
    line-height: 1;
}
.hs_error_rollup ul.no-list.hs-error-msgs.inputs-list label.hs-main-font-element {
    color: #9354ff;
}
.services-boxs-column .services-boxs-details h3, .services-boxs-column .hover-services h3 { font-size: 15px;}


/* image-video-module */


.widget-span.widget-type-cell.bgimg-main.need-a-quote-section {
    background-color: #9354ff;
}
.lp-heropage.bgimg-main {
    background-color: #333333;
}
/* ============ Social Page ============== */

.row-fluid .lp-heropage.new-hero-two{ position:relative; }
.row-fluid .lp-heropage.new-hero-two:before{ content:' ';top:0; left:0; width:100%; height:100%; position:absolute;background:#000; opacity:0.65;}
.row-fluid .case-studies-portfolio.new-case-portfolio{background-image:none; padding:40px 0px 60px;}
.row-fluid .case-studies-portfolio.new-case-portfolio .details{ max-width: 100%; margin: auto; width: 100%; float: none; padding-top: 45px;}
.row-fluid .case-studies-portfolio.new-case-portfolio .container{ border-bottom:2px solid #000; padding-bottom: 30px; }

.row-fluid .pr_proposal_section { width: 100%; float: left; padding: 50px 0; background: #f8f9f9; color: #3a3a3a; }
.row-fluid .pr_proposal_section p { margin-bottom:20px; }
.row-fluid .pr_proposal_top_title { width: 100%; float: left; text-align: center; }
.row-fluid .pr_proposal_top_para { width: 100%; float: left; text-align: center; }
.row-fluid .pr_proposal_top_title h2 { }
.row-fluid .pr_proposal_box { margin: 15px 0 15px -15px; width: calc(100% + 30px); float: left; }
.row-fluid .pr_proposal_part { width: 100%; float: left; display: flex; flex-wrap: wrap; }
.row-fluid .pr_proposal_title { width: calc(50% - 30px); float: left; padding: 15px; background: #fff; margin: 0 15px; }
.row-fluid .pr_proposal_title h4 { width: 100%; float: left; position: relative; font-size: 20px;}
.row-fluid .pr_proposal_title h4 a { padding: 0 0 0 0; position: relative; color:#9354ff; }
.row-fluid .pr_proposal_title h4 a:hover { color:#9354ff; }
.row-fluid .pr_proposal_text { width: calc(30% - 30px); float: left; padding: 15px; background: #fff; margin: 0 15px; }
.row-fluid .pr_proposal_img { width: calc(20% - 30px); float: left; padding: 15px; background: #fff; margin: 0 15px; }

.row-fluid .pr_proposal_img img { }
.row-fluid .pr_resource_box { margin: 15px 0 15px -15px; width: calc(100% + 30px);  float: left;}
.row-fluid .pr_resource_title { width: calc(50% - 30px);  padding: 15px; background: #fff; margin: 0 15px; }

.row-fluid .pr_resource_box .pr_resource_title { }
.row-fluid .pr_resource_box .pr_resource_title h4 { color: #000; }
.row-fluid .pr_resource_box .pr_client_logo_part { display: flex; clear: both; flex-direction: row; justify-content: space-between; flex-wrap: wrap; padding: 15px 0; }
.row-fluid .pr_resource_box .pr_client_logo_part .logo-box { width: 50%; padding: 15px; }
.row-fluid .pr_resource_box  .logo-box .pr_client_logo_img { }
.row-fluid .pr_resource_box .logo-box .pr_client_logo_img img { height: 80px; max-width: 100%; object-fit: contain; object-position: center; vertical-align: middle; }
.row-fluid .pr_resource_box .pr_client_logo_part .logo-box h6 { font-size: 19px; font-weight: 700; line-height: 20px; color: #000; margin: 0 0; }


.row-fluid .pr_resource_right { width: calc(50% - 30px);  padding: 15px; background: #fff; margin: 0 15px; }

.row-fluid .pr_proposal_inner { width: 100%; float: left; }
.row-fluid .pr_proposal_inner h3 {line-height: 1.2; }
.row-fluid .pr_nexa_section { width: 100%; float: left; padding: 50px 0; }
.row-fluid .pr_nexa_box { width: 100%; float: left; }
.row-fluid .pr_nexa_logo { width: 250px; float: none; display: inline-block; vertical-align: middle;  margin: 0 -2px; padding: 15px 50px 15px 0; max-width: 100%; }


/* 09-03-2020 */
/* praposal page */
.praposal-page .row-fluid .lp-heropage { min-height: auto; height: 300px;padding-bottom: 40px; }
.praposal-page .hs_cos_wrapper { text-align: center; }
.praposal-page .hs_cos_wrapper .banner-logo { border: 1px solid #ccc !important; padding: 2px; width: 100%; max-width: 200px; }
.praposal-page .hs_cos_wrapper .banner-title { font-size: 18px; font-weight: 500; line-height: 24px; color: #fff; margin: 0 0; padding: 15px 0 5px; }
.praposal-page .hs_cos_wrapper .banner-line { display: inline-block; font-size: 12px; font-weight: 400; line-height: 14px; color: #fff; }
.praposal-page .hs_cos_wrapper .banner-line strong { font-weight: 400; }
.pr_proposal_box-center .pr_proposal_title h3{ line-height: 26px; font-size: 14px;}
.pr_proposal_section.pr_proposal_v3{padding-bottom:0;}
.pr_proposal_section.pr_proposal_v2{ padding-top:0; }



.social-inner .case-study-vdsection.case-study-inner-video{background:#fff; padding: 125px 0px 142px;}
.social-inner .row-fluid .case-studies-portfolio.new-case-portfolio{background:#fbfbfb;}
.social-inner .row-fluid .case-studies-portfolio.new-case-portfolio h2{font-size: 38px; line-height: 52px;}
.traffic-section .left-part p { color: #3a3a3a; font-size: 16px; }
.calendars-section .calendars-right p { font-size: 16px; color: #3a3a3a; }
.calendars-section .calendars-right .content { font-size: 16px; color: #3a3a3a; }
.social-inner .row-fluid .case-studies-portfolio.new-case-portfolio  p { font-size: 16px; color: #3a3a3a; }
.social-inner .row-fluid .case-studies-portfolio.new-case-portfolio .details { max-width: 500px; }

.top-header-pr { width: 100%; float: left; padding: 30px 15px 40px;}
.top-header-pr h2 { font-size: 40px; padding-bottom: 10px;}
.pr_proposal_box-center .pr_proposal_title h2{padding-top:0}
.row-fluid .pr_proposal_top_para > p {display: none !important;}
.row-fluid .pr_proposal_top_title h2 { font-size: 30px; line-height: 38px; padding-top: 5px;}
.row-fluid .pr_resource_box .pr_resource_title h4 {font-size: 30px;}

.pr_proposal_section .pr_proposal_inner h4:first-child { padding-top: 0; }

/* 31-03-2020 */
.row-fluid .touch-section .touch-right-form li.hs-form-checkbox { height: auto !important; width: 100%; float: left; padding: 10px 0 0; }
.row-fluid .touch-section .touch-right-form ul.inputs-list.multi-container { width: 100%; float: left; margin-top: 30px; }
.row-fluid .touch-section .touch-right-form li.hs-form-checkbox label { float: left; width: 100%; }
.row-fluid .touch-section .touch-right-form .hs-fieldtype-textarea > label { top: 0 !important; }
.row-fluid .touch-section .touch-right-form .hs-fieldtype-textarea.hs-form-field {width: 100%;float: left;}
.row-fluid .touch-section .touch-right-form .hs-fieldtype-textarea.hs-form-field.focused label span { transform:translateY(0px); }
.row-fluid .touch-section .touch-right-form .hs-fieldtype-textarea.hs-form-field textarea {  transform:translateY(0px); }
.row-fluid .touch-section .touch-right-form .hs-fieldtype-textarea.hs-form-field.focused textarea { margin-top: 0 !important; }
.row-fluid .touch-section .touch-right-form .hs-form-field.hs-fieldtype-textarea.focused .input { float:left; transform:translateY(0px); }

.row-fluid .new_header { position: fixed; top: 0; left: 0; right: 0; width: 100%; z-index: 9999; background-color:#9354ff; padding: 20px 0; transition:all .3s linear; }
.row-fluid .new_header.fixed { background-color:#9354ff; }
.row-fluid .new_header .header-logo { text-align: center; }
.row-fluid .new_header .header-logo img { max-width: 149px !important; height: auto; }

.row-fluid .footer_section { width: 100%; float: left; padding: 100px 0 0; background-image: url(https://www.digitalnexa.com/hubfs/2-layers-1.jpg); background-repeat: no-repeat; background-size: cover; background-position: center center; text-align: center; }
.row-fluid .footer_section .footer-btn a { display: inline-block; font-size: 16px; line-height: 22px; font-weight: 700; border: 3px solid #9354ff; background-color: #ffffff; color: #9354ff; padding: 16px 30px; border-radius: 10px; text-transform: uppercase; min-width: 500px; text-align: center; margin: 0; }
.row-fluid .footer_section .footer-title { font-size: 18px; line-height: 28px; font-weight: 500; color: #fff; padding-top: 13px; font-family: 'Nunito', sans-serif; }
.row-fluid .footer_section .sub-footer { width: 100%; float: left; border-top: 1px solid #fff; margin-top: 60px; padding: 21px 0 20px; }
.row-fluid .footer_section .sub-footer > div > div { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-align: center; -moz-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
.row-fluid .footer_section .sub-footer .sub-title { text-align: left; font-size: 14px; line-height: 22px; font-weight: 400; color: #fff; }
.row-fluid .footer_section .sub-footer .footer-social ul { margin: 0; padding: 0; text-align: right; }
.row-fluid .footer_section .sub-footer .footer-social ul li { list-style: none; display: inline-block; line-height: 0; vertical-align: middle; }
.row-fluid .footer_section .sub-footer .footer-social ul li a { color: #fff; font-size: 24px; }
.row-fluid .footer_section .sub-footer .footer-social ul li a:hover { color:#000; }
.row-fluid .footer_section .sub-footer .footer-social ul li { padding-right: 15px; }
.row-fluid .footer_section .sub-footer .footer-social ul li:last-child { padding-right: 0; }
.row-fluid .footer_section .sub-footer .sub-title div { text-align: left; }



/* ==A== 06-05-2020 ==A== */
.row-fluid .copy-right-main { padding: 50px 0px; text-align: center;} 
.row-fluid .copy-right-main  .widget-type-text { line-height: normal; color: #000000; font-family: 'Nunito', sans-serif; font-size: 16px; font-weight: 400; letter-spacing: 4px; text-transform: uppercase;}

.row-fluid .social-links { padding: 55px 0px; text-align: center; }
.row-fluid .social-links h4 { color: #000000; font-size: 26px; line-height: 30px; }
.row-fluid .social-links ul { padding: 0; list-style-type: none; }
.row-fluid .social-links ul li { display: inline-block; padding: 0px 14px; }
.row-fluid .social-links ul li a { background-color: #fff; padding: 10px; display: block; box-shadow: 0 8px 10px rgba(167, 167, 175, 0.2); border-radius: 8px; width: 100px; height: 100px; }
.row-fluid .social-links ul li a img { width: 100%; height: auto; }

.noraml-header-main { position: relative; z-index: 1; }
.noraml-header-main .noraml-header { display: flex; align-items: center; padding: 50px 0px; }
.noraml-header-main .noraml-banner { text-align: center; padding-bottom: 90px; }
.noraml-header-main .noraml-banner h1 { color: #ffffff; font-size: 54px; font-weight: 700; line-height: normal; padding: 0; }
.noraml-header-main:before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.65); z-index: -1; }
.noraml-header-main .noraml-header .noraml-header-left { width: 40%; float: left; }
.noraml-header-main .noraml-header .noraml-header-right { width: 60%; float: left; text-align: right; }
.noraml-header-main .noraml-header .noraml-header-left a { display: inline-block; width: 135px; height: auto; }
.noraml-header-main .noraml-header .noraml-header-right a { position: relative; color: #ffffff; font-family: 'Nunito', sans-serif; font-size: 16px; font-weight: 700; }
.noraml-header-main .noraml-header .noraml-header-right a:after { content: '\f105'; font-family: fontawesome; font-size: 23px; vertical-align: baseline; vertical-align: top; padding-left: 10px; }

.slider-recent-main { padding: 80px 0px 80px; position: relative; background-color: #f8f9f9; z-index: 1; }
.slider-recent-main .slider-recent-bg{ position: absolute; top: 0px; left: 0px; right: 0px; height: 560px; z-index: -1; }
.slider-recent-main .slider-recent-title { text-align: center; color: #ffffff; font-size: 26px; font-weight: 700; line-height: 30px; padding: 0; margin-bottom: 30px; }
.slider-recent-row .slider-recent-image { height: 370px; background-repeat: no-repeat; background-position: center; background-size: cover; }
.slider-recent-row .slider-recent-content { padding: 20px 0px; }
.slider-recent-row .slider-recent-content .slider-recent-date { line-height: normal; color: #000000; font-family: Roboto; font-size: 16px; font-weight: 400; text-transform: uppercase; }
.slider-recent-row .slider-recent-content .slider-post-title h3 { color: #000000; font-size: 26px; font-weight: 700; line-height: 30px; }
.row-fluid .slider-recent-row .slider-recent-column .slider-recent-inner a:hover .slider-post-title h3{ color: #ec6e0d; } 

.row-fluid .slider-recent-row { background-color: #ffffff; padding: 25px 50px 60px;}
.row-fluid .slider-recent-row .slider-recent-column { padding: 15px;}
.row-fluid .slider-recent-row .slider-recent-column .slider-recent-inner { position: relative; }
/* .row-fluid .slider-recent-row .slider-recent-column .slider-recent-inner a { position: absolute; top: 0; left: 0; right: 0; bottom: 0; } */

.row-fluid .slider-recent-row .slick-arrow { width: 72px; height: 72px; background-color: #fff; border-radius: 100%; color: #000; padding: 0; top: 47%; }
.row-fluid .slider-recent-row .slick-arrow.slick-prev { left: -36px; }
.row-fluid .slider-recent-row .slick-arrow.slick-next { right: -36px; }
.row-fluid .slider-recent-row .slick-arrow.slick-prev:before { font-size: 32px; left: -1px; top: 6px; font-weight: 400; bottom: 0; margin: auto; line-height: normal; }
.row-fluid .slider-recent-row .slick-arrow.slick-next:before { font-size: 32px; left: 0; top: -5px; font-weight: 400; bottom: 0; margin: auto; line-height: normal; right: 0;}
.row-fluid .slider-recent-row .slick-arrow:hover { background-color: #000000; color: #ffffff; } 

.row-fluid .slider-recent-row ul.slick-dots { left: 0; bottom: 32px; }
.row-fluid .slider-recent-row ul.slick-dots li button { background-color: transparent; position: relative; text-indent: 0; color: #000; font-size: 16px; letter-spacing: 0; width: auto; height: auto; line-height: normal; border-radius: 0;}
.row-fluid .slider-recent-row ul.slick-dots li:nth-child(-n+9) button:before {content: '0';}

.row-fluid .slider-recent-row ul.slick-dots li { padding: 0 10px; position: relative; z-index: 1; margin: 0px 20px;}
.row-fluid .slider-recent-row ul.slick-dots li:not(:last-child):before { content: ''; position: absolute; top: -1px; left: 100%; width: 40px; bottom: 0; height: 2px; background-color: #000; margin: auto; z-index: -1;}
.row-fluid .slider-recent-row ul.slick-dots li button:hover,.row-fluid .slider-recent-row ul.slick-dots li.slick-active button{ color: #ec6e0d; }



.header-section .leadinModal.leadinModal-theme-top.leadinModal-formless { top: 0px; position: fixed; float: left; width: 100%; height: auto; overflow: visible; max-height: initial; }
.header-section .leadinModal .leadinModal-content { overflow:hidden; }
.logos-title-section.image-section .logo-outer-wrap{ max-width: 1180px;  margin: auto;}
/*
.row-fluid .touch-section.our-servicestouch-section .touch-right-form form .focused label span{transform: inherit;}
.row-fluid .touch-section.our-servicestouch-section .touch-right-form .hs-form-field{width:50%;}
.row-fluid .touch-section.our-servicestouch-section .touch-right-form .hs-services.hs-form-field { width: 100%;}
.row-fluid .touch-section.our-servicestouch-section .touch-right-form .hs-form-field .input{margin-top:28px;}
.row-fluid .touch-section .touch-right-form .hs-form-field.focused > label{ transform: translate3d(0,6px,0) scale(.75);}
.row-fluid .touch-section .touch-right-form .hs-form-field.focused > label{transform: scale(1);}
*/

/* 08-06-2020 */
/* .row-fluid .header20 .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul .service-sub { display:inline-block !important; width: 50%; float: none; margin: 0 -2px; vertical-align: top; padding: 70px 15px 15px; } */
.row-fluid .service-sub .serm-box { background-color: #9354ff; margin-bottom: 25px; position: relative; z-index: 1; overflow: hidden; width: 100%; float: left; padding: 28px 40px 16px; }
.row-fluid .service-sub .serm-box:last-child { margin-bottom:0px; }
.row-fluid .service-sub .serm-box:before { content: ''; display: block; position: absolute; top: 0; left: 0; right: 0; width: 100%; height: 100%; background-image: url(https://445465.fs1.hubspotusercontent-na1.net/hubfs/445465/Nexa-2019/Images/overlay-shape.png); background-repeat: repeat; background-size: contain; z-index: -1; }
.row-fluid .service-sub .serm-box .title { width: 60%; float: left; font-size: 19px; line-height: 23px; font-family: 'Nunito', sans-serif; font-weight: 700; color: #fff; display: block; }
.row-fluid .service-sub .serm-box .btn { width: 40%; float: left; text-align: right; margin: 0; }
.row-fluid .service-sub .serm-box .btn a { display: inline-block; float:none; padding:0; overflow:visible; font-size: 15px; line-height: 18px; color: #fff; font-family: 'Nunito', sans-serif; font-weight: 700; }
.row-fluid .service-sub .serm-box .btn a:after { content: ''; display: inline-block; width: 17px; height: 20px; background-image: url(https://445465.fs1.hubspotusercontent-na1.net/hubfs/445465/Nexa-2019/Images/arrow-right-white.png); background-repeat: no-repeat; background-size: contain; vertical-align: middle; margin-left: 32px; transition: all 0.3s; }
.row-fluid .service-sub .serm-box .btn a:hover:after { transform: translateX(-5px); }

.praposal-page .img-content-section .img-content-wrapper .img-content-box {width: calc(100% / 2 - 30px);}


/* 17-06-2002 */
.old-header .body-container-wrapper { margin-top: 160px; }
.old-header .row-fluid .header-section { background-color: #25272b; }



.experis-website .web-image-section .left-part .mobile-box-wrap .bottom-right-box .bottom-right-img img{ border-top-left-radius: 23px; border-top-right-radius: 23px;}
.experis-website .web-image-section .left-part .mobile-box-wrap .bottom-right-box:before{ z-index: 1;}

.expertise-section .expert-group .expert-box .expert-content .btn a:hover { color:#9354ff; }

/* 14-07-2020 */
.listhover .hero-content ul li>a:after { width: 0px;}
.listhover .hero-content ul li>a:hover:after { width: 100%; }
.creative-section .creative-group .creative-box .content .btn a:hover { color: #9354ff; }
.expertise-section .expert-group .expert-box .box-in { transition:all 0.3s linear; }
.expertise-section .expert-group .expert-box .hover:hover .box-in { box-shadow: 0px 0px 10px -4px black; }

/* .row-fluid .header20 .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul .service-sub {width: 100%;} */
/* .row-fluid .header20 .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul .service-sub{width:25%;} */
.row-fluid .header20 .mainmenu .service-sub .serm-box { width: 100%; margin-right: 0px;padding: 20px 15px 16px; }
.row-fluid .header20 .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul .service-sub { width: 400px; margin-left: -10%; position: relative; z-index: 111; margin-top: 0;}
.row-fluid .header20 .mainmenu .service-sub .serm-box .title{ font-size: 16px;}
@media (max-width:1400px){
  .row-fluid .header20 .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul .service-sub{ margin-top: 135px;margin-left: -25.2%;}
}

/* ==================================================================== */
/* ----------------------------- Arabic ------------------------------- */


.hero-section.ar-hero-section-v3 { direction: rtl; }
.hero-section.ar-hero-section-v3 .hero-content h1 { text-align: right; }
.hero-section.ar-hero-section-v3 .hero-details { text-align: right; float: revert; }
.hero-section.ar-hero-section-v3 .hero-content.hero-list { padding-right: 50px; padding-left: 0; }
.hero-section.ar-hero-section-v3 .hero-content ul li > a { padding-left: 0; padding-right: 43px; }
.hero-section.ar-hero-section-v3 .hero-content ul li > a:before { left: auto; right: 0; transform: rotate(180deg); }
.hero-section.ar-hero-section-v3 .hero-content ul li > a:after { left: auto; right: 43px; }
.hero-section.ar-hero-section-v3 .hero-section-row .hero-section-column.slick-active .hero-details, .hero-section.ar-hero-section-v3 .hero-section-row .hero-section-column .cta-design { animation:fadeInRight 1s both 1.5s;}
.hero-section.ar-hero-section-v3 .scroll-down{ left: 0; right:auto;}

.resource-main-section.ar-resource-main-section { direction: rtl; }
.resource-main-section.ar-resource-main-section .resource_title-style { padding-left: 50px; padding-right: 0; }
.resource-main-section.ar-resource-main-section .resource_sub-title { padding-left: 0; padding-right: 65px; }
.resource-main-section.ar-resource-main-section .resource_sub-title:before { left: auto; right: 0; }
.resource-main-section.ar-resource-main-section { text-align: right; }
.resource-main-section.ar-resource-main-section .res-contentwrap-outer .res-content-wrap { text-align: right; }

.tabs-svg.ar-tabs-svg { direction: rtl; }
.tabs-svg.ar-tabs-svg .sec_title_style { text-align: right; }
.tabs-svg.ar-tabs-svg > div > div { padding: 20px 0px 15px 30px; }
.tabs-svg.ar-tabs-svg > div > div .left-data { padding: 42px 40px 0 85px; }
.tabs-svg.ar-tabs-svg .prefix-sub { padding-left: 0; padding-right: 65px; }
.tabs-svg.ar-tabs-svg .prefix-sub:before { left: auto; right: 0; }
.tabs-svg.ar-tabs-svg .sec_title_style { text-align: right; padding: 20px 30px; }

.expertise-section.ar-expertise-section { direction: rtl; }
.expertise-section.ar-expertise-section .inner { display: flex; }
.expertise-section.ar-expertise-section .right { padding-right: 47px; padding-left: 0; }
.expertise-section.ar-expertise-section .expert-group .expert-box .expert-content  h3 { }
.expertise-section.ar-expertise-section .pretitle { padding-left: 0; padding-right: 65px; }
.expertise-section.ar-expertise-section .pretitle:before { left: auto; right: 0; }

.bettergrow-section.ar-bettergrow-section { direction: rtl; }
.bettergrow-section.ar-bettergrow-section .inner { padding: 26px 87px 17px 15px; }
.bettergrow-section.ar-bettergrow-section .right { text-align: left; padding-right: 40px; padding-left: 0; }

.busines_section.ar-busines_section { direction: rtl; }
.busines_section.ar-busines_section .busines_box { display: flex; }
.busines_section.ar-busines_section .busines_box .busines_video { padding-right: 15px; padding-left: 0; margin-left: 0; margin-right: 15px; }
.busines_section.ar-busines_section .busines_box .busines_content { padding-right: 0; padding-left: 15px; }
.busines_section.ar-busines_section .busines_title { text-align: right; }

.ready-business.ar-ready-business .ready-bis-btn { justify-content: end; }
.ready-business.ar-ready-business { direction: rtl; text-align: right; }
.ready-business.ar-ready-business .praposal-section form.hs-form .input input.error,
.ready-business.ar-ready-business .praposal-section form.hs-form .input select.error,
.ready-business.ar-ready-business .praposal-section .hs-form fieldset.form-columns-1 .hs-input.error { text-align: right; }
.ready-business.ar-ready-business .praposal-section .input .hs-input { text-align: right; direction: rtl; }
.ready-business.ar-ready-business .praposal-section.slide-down .praposal-form .hs-submit { text-align: right; display: flex; }
.ready-business.ar-ready-business .praposal-section form select {background-position: left;}

.b-testimoniale.ar-b-testimoniale { direction: rtl; }
.b-testimoniale.ar-b-testimoniale h3 { text-align: right; }
.b-testimoniale.ar-b-testimoniale .column-inner { text-align: right; }
.b-testimoniale.ar-b-testimoniale .b-testimoniale-details { float: right; }
.b-testimoniale.ar-b-testimoniale  ul.slick-dots { left: 0; right: auto; }

.logo_content_section.ar-logo_content_section .logo_group .logo_box{ margin-bottom: 20px;}
.logo_content_section.ar-logo_content_section { direction: rtl; text-align: right; }
.logo_content_section.ar-logo_content_section .logo-title h2 { text-align: revert; }
.logo_content_section.ar-logo_content_section .logo-title h2:before { right: 0; left: auto; transform: translateX(0px); }
.logo_content_section.ar-logo_content_section .logo-title h3 { text-align: right; }

.recent-blogs-section.ar-recent-blogs-section { direction: rtl; text-align: right; }
.recent-blogs-section.ar-recent-blogs-section .prefix-sub { padding-right: 65px; padding-left: 0; }
.recent-blogs-section.ar-recent-blogs-section .prefix-sub:before { left: auto; right: 0; }

.touch-section.ar-touch-section { direction: rtl; text-align: right; }
.touch-section.ar-touch-section .prefix-sub { padding-right: 65px; padding-left: 0; }
.touch-section.ar-touch-section .prefix-sub:before { left: auto; right: 0; }
.touch-section.ar-touch-section .touch-form-section > div > div { display: flex; }
.touch-section.ar-touch-section .touch-form-section .touch-form-content { padding-left: 45px; padding-right: 0; }
.touch-section.ar-touch-section .touch-form-section .touch-form-content ul.address-tab-list li { padding-left: 32px; padding-right: 0; }
.touch-section.ar-touch-section .touch-form-section .touch-form-content ul.follow-us-social li a { padding-left: 15px; padding-right: 0; }

.stay-Plugged-section.ar-stay-Plugged-section { direction: rtl; }
.stay-Plugged-section.ar-stay-Plugged-section .title h2 { text-align: right; }
.stay-Plugged-section.ar-stay-Plugged-section  .details { text-align: right; float: right; }
.stay-Plugged-section.ar-stay-Plugged-section .subscrib-form { width: 100%; float: right; }
.stay-Plugged-section.ar-stay-Plugged-section .subscrib-form input[type="text"] { background-position: 95%; padding-left: 0; padding-right: 55px; }
.stay-Plugged-section.ar-stay-Plugged-section  .subscrib-form input[type="email"] { background-position: 95%; padding-right: 55px; padding-left: 0; }
.stay-Plugged-section.ar-stay-Plugged-section  .hs-submit { width: 100%; float: left; text-align: right; }

.row-fluid .lp-heropage.ar-lp-heropage { direction: rtl; }
.row-fluid .lp-heropage.ar-lp-heropage .title h1 { text-align: right; }
.row-fluid .lp-heropage.ar-lp-heropage .title h1:before { left: auto; right: 0; }
.row-fluid .lp-heropage.ar-lp-heropage .row-fluid-wrapper.row-depth-1.row-number-3 { width: 100%;}

.row-fluid .case-studies-portfolio.ar-case-studies-portfolio { direction: rtl; text-align: right; }
.row-fluid .case-studies-portfolio.ar-case-studies-portfolio .prefix-sub { padding-right: 65px; padding-left: 0; }
.row-fluid .case-studies-portfolio.ar-case-studies-portfolio .prefix-sub:before { left: auto; right: 0; }

.row-fluid .products_serviesitem.ar-products_serviesitem { direction: rtl; }
.row-fluid .products_serviesitem.ar-products_serviesitem .container { display: flex; }
.row-fluid .products_serviesitem.ar-products_serviesitem .creating-highly-left { padding-left: 67px; padding-right: 0; text-align: right; }
.row-fluid .products_serviesitem.ar-products_serviesitem .creating-highly-left .title { float: right; }

.row-fluid .business-growth-section.ar-business-growth-section { direction: rtl; padding-bottom: 50px; }
.row-fluid .business-growth-section.ar-business-growth-section .container > div > div { display: flex; }
.row-fluid .business-growth-section.ar-business-growth-section .business-growth-image { margin-left: 0; padding-right: 30px; }
.row-fluid .business-growth-section.ar-business-growth-section .prefix-sub { padding-right: 65px; padding-left: 0; }
.row-fluid .business-growth-section.ar-business-growth-section .prefix-sub:before { left: auto; right: 0; }

.row-fluid .ar-hubspot-marketing-content { direction: rtl; padding-top: 50px; padding-left:15px; padding-right:15px;}
.row-fluid .ar-hubspot-marketing-content h2 { text-align: right !important; }
.row-fluid .ar-hubspot-marketing-content p { text-align: right !important; }

.already-section.ar-already-section { direction: rtl; }
.already-section.ar-already-section .setion-title h2 { text-align: right; }
.already-section.ar-already-section .already-box { text-align: right; }
.already-section.ar-already-section .already-box h5 { text-align: right; }
.already-section.ar-already-section .already-box .content { text-align: right; }
.already-section.ar-already-section .already-box .learn { text-align: right; }
.already-section.ar-already-section .already-box .already-img { float: right; }



















@media(min-width:1330px){
  .row-fluid .bettergrow-section .container,
  .row-fluid .expertise-section .container{ max-width: 1298px; }

  .row-fluid .Header-right-side {
    white-space: nowrap;
  }
}

/* 
@media  (min-width:  1141px){

  .navigation  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper{   background-color: #9354ff;  top: 300%;  width: 200px;  transition:0.4s;  }  
  .navigation .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover {  color: #fff;  opacity: 0.7; }
  .navigation .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li:hover > a{ color:#9354ff; }
  .navigation .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children > ul.hs-menu-children-wrapper{ padding-top:5px;  }
  .navigation .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper{ top: 100%;  transition:0.4s;  }
  .navigation .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{  width: 100%;   max-width: 100%; } 
  .navigation .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{  width: 100%;  max-width: 100%;  padding: 7px 20px;  border-bottom: 1px dotted rgba(252,252,252,0.50); }  
  .navigation .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li:last-child a{ border-bottom:none; }



} */


@media (max-width:1600px){

  /* --- Social page --- */
  .case-study-vdsection .right-side{ padding-right: 0; padding-left: 30px;}


}

@media (max-width:1400px){

  .case-study-inner-video.case-study-vdsection .left-side { width: 55%; }
  .case-study-inner-video.case-study-vdsection .right-side { width: 45%; padding-left: 90px; padding-right: 15px; }
  .case-study-inner-video.case-study-vdsection .left-side .mobile-box-outer .mobile-box:nth-child(2) { left: calc(100% - 620px); }
  .traffic-section .left-part { width: 45%; padding-right: 30px; }
  .traffic-section .right-part { width: 55%; }
  .calendars-section { padding-right: 15px; }


}




@media  (max-width: 1500px){
  ul.homesociale{ padding-left: 12px;  }

  /* --- Social page --- */
  .case-study-vdsection .left-side .left-bg-img { width: 95%; }
  .case-study-vdsection .left-side .mobile-box:first-child { left: 70%; }
  .case-study-vdsection .left-side .mobile-box:nth-child(2) { left: 33%; }


  /* --- web details --- */

  .web-detail-section .web-detail-wrap{margin:0;}
  .web-detail-section .web-detail-bgmain { height: 356px; }
  .web-detail-section .web-detail-box:nth-child(2) .web-detail-imgwrap { top: -96px; }
  .web-detail-section .web-detail-box:last-child .web-detail-imgwrap { top: -5px; }


}

@media (max-width: 1340px){
  ul.homesociale{ display:none; }

  /* --- Social page --- */
  .im-zoom-section{ overflow: hidden;}
  .case-study-vdsection .right-side{ padding-left: 60px;}
  .case-study-vdsection .right-mobile{    bottom: -100px;}
  .social-testimonial-sec .social-testimonial-outer button.slick-prev.slick-arrow{ left: -150px;}
  .social-testimonial-sec .social-testimonial-outer button.slick-next.slick-arrow{ right: -150px;}

  /* --- web development --- */
  .project-detail-section .outer-wrapper { width: 950px; }
  .project-detail-section .slick-arrow.slick-prev { left: -105px; }
  .project-detail-section .slick-arrow.slick-next { right: -105px; }
  .project-detail-section .frame-layout .laptop { width: 985px; }
  .project-detail-section .project-detail-box .lapi-img { max-width: 665px; }

/*   .row-fluid .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a { padding:10px 10px; } */


}


@media(max-width:1199px){
  /* 20-05-2019 */
  .row-fluid .lp-heropage { padding-bottom:120px; }

  /* 07-08-2019 */
  .row-fluid .resource_section .resource_title-style { padding-right: 20px; }
  .row-fluid .resource_title-style .resource_title { margin-top: 10px; }


  /* --- Social page --- */

  .social-testimonial-sec .social-testimonial-outer button.slick-prev.slick-arrow { left: -90px;}
  .social-testimonial-sec .social-testimonial-outer button.slick-next.slick-arrow{ right: -90px;}
  .read-blog-section .read-blog-box .right-part { padding-right: 0; }
  .read-blog-section .read-blog-box .right-part .post-title a { font-size: 23px; }
  .social-service-section .prefix-title h2, .read-blog-section .prefix-title h2{ line-height: 51px;font-size: 40px;}
  .newcta-strip-section .inner-wrap h3 { font-size: 38px;}
  .case-study-vdsection .left-side { width: 100%; }
  .case-study-vdsection .case-study-vdwrap { display: block; }
  .case-study-vdsection .right-side { width: 100%; padding-left: 15px; padding-top: 100px; }
  .case-study-vdsection .left-side .left-bg-img { width: 100%; }
  .case-study-vdsection .left-side .mobile-box:first-child { left: 74%; }
  .case-study-vdsection .left-side .mobile-box:nth-child(2) { left: 36%; }
  .case-study-vdsection { padding: 135px 0px 212px; }
  .case-study-vdsection .left-side .mobile-box:last-child { top: 140px; }
  .case-study-vdsection .right-side .details { max-width: 600px; }
  .case-study-vdsection .right-mobile { max-width: 700px; bottom: -100px; right: -140px; }

  .im-zoom-section .im-zoom-box{ width: calc(100% / 4 - 14px);}
  .im-zoom-section .cs-im-zoom-wrap{width:962px;margin: auto;}
  .social-service-section .scroll-dw-btn { top: auto; bottom: -8px; z-index: 2;left: 0; right: 0; margin: auto; text-align: center; }
  .social-service-section .scroll-dw-btn a { transform: rotate(0deg); }
  .social-service-section .scroll-dw-btn a:after{  transform: rotate(0deg); left: auto; right: -26px; top: -2px; height: 28px; }


  /* --- web development --- */
  .project-detail-section .outer-wrapper { width: 800px; }
  .project-detail-section .slick-arrow.slick-prev { top: auto; bottom: -100px; left: 0; }
  .project-detail-section .slick-arrow.slick-next { top: auto; bottom: -100px; right: 0; }
  .project-detail-section .project-detail-box .lapi-img { max-width: 530px; height: 330px; }
  .project-detail-section .frame-layout .laptop { width: 795px; left: -121px; }
  .project-detail-section .frame-layout .mobile { width: 277px; top: -42px; right: -59px; }
  .project-detail-section .project-detail-box .mobi-img { height: 331px; width: 159px; background-size: contain; }
  .project-detail-section .slick-arrow.slick-prev{ bottom: -140px;}
  .project-detail-section .slick-arrow.slick-next{bottom: -140px;}
  .web-develop-section .web-develop-box .deatils-box h3{ font-size: 23px;}


  .row-fluid .pr_resource_box .logo-box .pr_client_logo_img img { height: 70px; }
  .row-fluid .pr_resource_box .pr_client_logo_part .logo-box h6 { font-size: 17px; }

  .case-study-inner-video.case-study-vdsection .left-side .mobile-box-outer .mobile-box:nth-child(1) { left: calc(100% - 290px); }
  .case-study-inner-video.case-study-vdsection .left-side .mobile-box-outer .mobile-box:nth-child(2) { left: calc(100% - 540px); }



  .row-fluid .slider-recent-row { padding: 25px 25px 60px; margin: 0px 15px;}
  .row-fluid .slider-recent-row .slick-arrow { width: 55px; height: 55px;}
  .row-fluid .slider-recent-row .slick-arrow.slick-prev { left: -25px;}
  .row-fluid .slider-recent-row .slick-arrow.slick-next { right: -25px;}


  .slider-recent-row .slider-recent-image { height: 280px;}


  /*=== Arabic ====*/

  .resource-main-section.ar-resource-main-section .resource_title-style { padding-right: 0; padding-left: 20px;}
  .tabs-svg.ar-tabs-svg > div > div .left-data{ padding: 42px 40px 0 45px;}



}

@media (min-width: 768px) and (max-width: 1140px){

  .row-fluid .Header-right-side { position:relative; } 
  .row-fluid .header-section .Header-right-side .sidebar { right: 8px; top: 6px; }



}

/* @media  (min-width: 1141px){
 
  .row-fluid .header20 .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-menu-depth-1.hs-item-has-children > a { position: relative; }
  .row-fluid .header20 .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-menu-depth-1.hs-item-has-children > a:after { content: '\f0d7'; font-family: FontAwesome; display: inline-block; position: absolute; top: 12px; right: 1px; }
  .row-fluid .header20 .mainmenu .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 .header20 .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-menu-depth-1:first-child { position: unset; }
  .row-fluid .header20 .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:first-child > ul.hs-menu-children-wrapper { position: absolute; overflow-y: auto; max-height: calc(100vh - 83px); top: 100%; left: 0; right: 0; min-width: unset; width: calc(100% - 60px); background-color: #fff; padding: 45px 95px 10px;margin-left:30px; }
  .row-fluid .header20 .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:first-child ul.hs-menu-children-wrapper li.hs-menu-depth-2 { width: 25%; float: none; display: inline-block; vertical-align: top; margin: 0 -2px; padding: 15px 15px 20px; }
  .row-fluid .header20 .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:first-child ul.hs-menu-children-wrapper li.hs-menu-depth-2 a { font-size: 22px; line-height: 26px; font-family: 'Nunito', sans-serif; font-weight: 700; color: #1a1a1a; padding: 0; border: 0px; }
  .row-fluid .header20 .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:first-child ul.hs-menu-children-wrapper li a { position: relative; display: inline-block; }
  .row-fluid .header20 .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:first-child ul.hs-menu-children-wrapper li a span { height: 25px; width: 25px; background-image: url(https://445465.fs1.hubspotusercontent-na1.net/hubfs/445465/Nexa-2019/Images/hub-icon.png); background-repeat: no-repeat; background-size: contain; display: inline-block; vertical-align: middle; margin-left: 15px; }
  .row-fluid .header20 .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:first-child ul.hs-menu-children-wrapper li.hs-menu-depth-2 a:hover { color: #9354ff; }
  .row-fluid .header20 .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:first-child ul.hs-menu-children-wrapper li.hs-menu-depth-2 > ul { position: relative; left: 0; background-color: #fff; display: block; top: 0; width: 100%; padding: 20px 0 0; float: left; }
  .row-fluid .header20 .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:first-child:hover > ul.hs-menu-children-wrapper li.hs-menu-depth-2 > ul { opacity: 1; visibility: visible; }
  .row-fluid .header20 .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:first-child ul.hs-menu-children-wrapper li.hs-menu-depth-2 ul li { width: 100%; float: left; margin-bottom: 3px; }
  .row-fluid .header20 .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:first-child ul.hs-menu-children-wrapper li.hs-menu-depth-2 ul li:last-child { margin-bottom:0px; }
  .row-fluid .header20 .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:first-child ul.hs-menu-children-wrapper li.hs-menu-depth-2 ul li a { font-size: 14px; line-height: 30px; font-weight: 500; }
} */

@media  (max-width: 1140px){

  .hero-logos-section{  padding: 30px 0;  padding-bottom: 0;  }    
  .hero-logos-area {  padding: 0 40px;  margin-bottom: 30px;  margin-top: 0; }
  .logo-slider .hero-logos-area {    padding: 0 30px;}
  .services-boxs-row > a .services-boxs-column{ padding: 28px; }
  .row-fluid .services-left-side {  padding-right: 0; }
  ul.address-tab-list li{     padding-right: 19px;  }

  .row-fluid .sidebar{ display:none; }
  .row-fluid .Header-right-side .sidebar {display:block;}
  .big-header .bigmenu .right-custom .menu-col{padding-right:10px;}
  .black-back.b-testimoniale .slick-vertical .slick-slide{    padding-bottom: 60px;}
  .testimoniale_padd { padding-top: 40px; padding-bottom: 30px; }

  .header-section .leadinModal.leadinModal-theme-top.leadinModal-formless { top:-20px; }

  /* === menu === */
    
        
   
/*   .mainmenu, .mainmenu *{display: block;float: none;position: static;top: auto;right: auto;left: auto;bottom: auto;padding: 0px;margin: 0px;background-image: none;background-color: transparent;
    border: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px;border-radius: 0px;-webkit-box-shadow: none;-moz-box-shadow:    none;box-shadow: none; max-width: none;width: 100%;height: auto;
    line-height: 1;  font-weight: normal;text-decoration: none;text-indent: 0px;text-align: left;color: #fff;}
  a.mobile-trigger {  display: inline-block !important;  cursor: pointer;   position: absolute;   top: 19px;     right: 15px;       width: 44px;   height: 44px;   padding: 12px 10px;
    background: #9354ff;;  z-index: 99999999999;  -webkit-transition: background-color 0.2s linear;   font-size: 16px;  font-weight: normal;  text-align: left;  text-transform: uppercase;
    border-radius: 6px;  -webkit-transition:color .2s ease-in;   -moz-transition:color .2s ease-in;  transition:color .2s ease-in;}
  a.mobile-trigger:hover {  text-decoration: none;   color: #fff;}
  a.mobile-trigger span{  display: inline;}
  a.mobile-trigger span:before{  position: absolute;  content: 'Menu'; }
  a.mobile-trigger span:after{  position: relative;  right: 2px;  content: 'Close'; 
    background-color: #9354ff;;  opacity: 0;  transition: opacity .4s ease-in-out;  -moz-transition: opacity .4s ease-in-out;  -webkit-transition: opacity .4s ease-in-out; }
 */
  /* Change button when menu is open */
/*   .mobile-open a.mobile-trigger{  -webkit-transition:background-color 0.2s linear;   -moz-transition:background-color 0.2s linear;   transition:background-color 0.2s linear;  /*background: transparent;*/   }
  .mobile-open a.mobile-trigger span:after{ opacity: 1; } */

  /* Toggle Button Icon & Animations */
  a.mobile-trigger i {  display: inline;  position: relative;  top: -2px;  margin-left: 0;  -webkit-transition-duration: 0s;  -webkit-transition-delay: .2s;  -moz-transition-duration: 0s;  -moz-transition-delay: .2s;
    transition-duration: 0s;  transition-delay: .2s;}
  a.mobile-trigger  i:before, a.mobile-trigger i:after {  position: absolute;  content: '';}
  a.mobile-trigger  i, a.mobile-trigger  i:before, a.mobile-trigger  i:after {  width: 24px;  height: 3px;  background-color: #fff;  display: inline-block;}
  a.mobile-trigger  i:before {  margin-top: -8px;   -webkit-transition-property: margin, -webkit-transform;  -webkit-transition-duration: .2s;  -webkit-transition-delay: .2s, 0;}
  a.mobile-trigger  i:after {  margin-top: 8px;   -webkit-transition-property: margin, -webkit-transform;  -webkit-transition-duration: .2s;  -webkit-transition-delay: .2s, 0;}
  .mobile-open a.mobile-trigger i {  background-color: rgba(0,0,0,0.0);  -webkit-transition-delay: .2s;  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);  -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
    box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);}
  .mobile-open a.mobile-trigger i:before {  margin-top: 0;  -webkit-transform: rotate(45deg);  -ms-transform: rotate(45deg);  transform: rotate(45deg);  -webkit-transition-delay: 0, .2s;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);  -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);  box-shadow:  0px 1px 1px rgba(0, 0, 0, 0);}
  .mobile-open a.mobile-trigger i:after {  margin-top: 0;  -webkit-transform: rotate(-45deg);  -ms-transform: rotate(-45deg);  transform: rotate(-45deg);  -webkit-transition-delay: 0, .2s;  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
    -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);  box-shadow:0px 1px 1px rgba(0, 0, 0, 0);}

  /* Child Toggle Button */
  span.child-triggerm {  display: block !important;   cursor: pointer;   position: absolute;  top: 0px;  right: 0px;  width: 45px !important;  min-width: 45px !important;  height: 45px !important; 
    padding: 0 !important;  border-left: 1px dotted rgba(255, 255, 255, .20);}
  span.child-triggerm:hover {  text-decoration: none;}

  /* Child Toggle Button Icon & Animations */
  span.child-triggerm span {  position: relative;  top: 50%;   margin: 0 auto !important;  -webkit-transition-duration: .2s;  -moz-transition-duration: .2s;  transition-duration: .2s;}
  span.child-triggerm span:after {  position: absolute;  content: '';}
  span.child-triggerm span, span.child-triggerm span:after {  width: 10px;  height: 1px;   background-color: #fff;  display: block;}
  .row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li:hover span.child-triggerm span, .row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li:hover span.child-triggerm span:after { background-color: #fff; }
  span.child-triggerm span:after {  -webkit-transform: rotate(-90deg);   -ms-transform: rotate(-90deg);  transform: rotate(-90deg);   -webkit-transition-duration: .2s;   -moz-transition-duration: .2s;
    transition-duration: .2s;}
  span.child-triggerm.child-open span:after {  -webkit-transform: rotate(-180deg);   -ms-transform: rotate(-180deg);  transform: rotate(-180deg);   -webkit-transition-duration: .2s;   -moz-transition-duration: .2s;
    transition-duration: .2s;}
  span.child-triggerm.child-open span {  -webkit-transform: rotate(180deg);   -ms-transform: rotate(180deg);  transform: rotate(180deg);   -webkit-transition-duration: .2s;   -moz-transition-duration: .2s;
    transition-duration: .2s;}

  /* Menu Styles on Mobile Devices */  
/*   .mainmenu.js-enabled .hs-menu-flow-horizontal,.mainmenu.js-enabled .hs-menu-children-wrapper{  display: none;}  
  .mainmenu ul.hs-menu-children-wrapper {  visibility: visible !important;  opacity: 1 !important;  position: static !important;  display: none;}
  .mainmenu.js-enabled .hs-menu-flow-horizontal{  position: absolute;  top: 0px;   left: 0px;   width: 100%;  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.65);  -moz-box-shadow:    0px 5px 5px 0px rgba(0, 0, 0, 0.65);
    box-shadow:  0px 5px 5px 0px rgba(0, 0, 0, 0.65);}
  .mainmenu .hs-menu-flow-horizontal{  padding: 80px 0 0 0;  background-color: #9354ff;;   width: 100%;  z-index: 8888;}
  .mainmenu .hs-menu-flow-horizontal > ul > li{  position: relative;}
  .mainmenu .hs-menu-flow-horizontal > ul > li a{  font-size: 17px;  line-height: 45px;  overflow: visible;}
  .mainmenu .hs-menu-flow-horizontal ul li{  border-top: 1px dotted rgba(255, 255, 255, .35); }
  .mainmenu .hs-menu-flow-horizontal ul li a{  padding: 0 10px;}
  .mainmenu .hs-menu-flow-horizontal ul li a:hover{  color: #fff; }
  .mainmenu .hs-menu-flow-horizontal > ul ul li{ background-color: rgba(255, 255, 255, .08);}
  .mainmenu .hs-menu-flow-horizontal > ul ul li a{  text-indent: 10px;  font-size: 16px; }
  .mainmenu .hs-menu-flow-horizontal > ul ul ul li a{  text-indent: 30px; }
  .mainmenu .hs-menu-flow-horizontal > ul ul ul ul li a{  text-indent: 50px;} */

  /*   .services-boxs-row>a:hover .services-boxs-column{  display:none; } */
  .services-boxs-row>a:hover .services-boxs-column{     transform: translateY(-5px);  }
  .services-boxs-row>a:hover:after{opacity:0;}


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


  .row-fluid .logo{ width: auto; }
  .row-fluid .Heade-left-side {  width: auto; }
  .row-fluid .Header-right-side {  padding-right: 62px;  float: right; }
  .row-fluid .header-section .row-fluid .cta-design a{     padding: 5px 24px;  }
  .row-fluid .Header-right-side{     width: 76%;  }
  .row-fluid .header-section{       padding: 20px 0; }
  .hero-content h1{  font-size: 46px;  line-height: 53px;  }
  .hero-details{     padding-bottom: 25px;  }
  .cta-design a{     padding: 10px 37px;  }

  .row-fluid .header-section{ left:0; right:0; }


  .row-fluid .counterbg_module .counterbg_cover { padding:40px; }  

  a.mobile-trigger{display:none !important; }
  .header20 a.mobile-trigger { display:inline-block !important }
  body:not(.header20 .mainmenu.js-enabled .hs-menu-flow-horizontal) .mainmenu.js-enabled .hs-menu-flow-horizontal{display:none !important;} 
  .row-fluid .Header-right-side .sidebar{position: absolute;    right: 18px;    top: 26px;}

  /* 13-07-2020 */
/*   .row-fluid .header20 .mainmenu.js-enabled .hs-menu-flow-horizontal { padding-top: 0; top: 100%; }
  .row-fluid .header20 .mainmenu.js-enabled .hs-menu-flow-horizontal > ul { max-height: calc(100vh - 83px); overflow-y: auto; }
  .row-fluid .header20 .mainmenu .hs-menu-flow-horizontal > ul > li a { max-width:100%; font-size:15px; line-height: 26px; letter-spacing: 0.24px; }
  .row-fluid .header20 .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a { width:100%; max-width:100%; }
  .row-fluid .header20 .mainmenu .hs-menu-flow-horizontal > ul li.hs-item-has-children > a { padding-right:60px; }
 */
  /*     .row-fluid .header20 .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul .service-sub { max-width: 440px; width: 100%; } */
  .row-fluid .header20 .mainmenu .service-sub .serm-box { margin: 0; padding: 25px; width: calc(100% / 1 - 12px); }

  .logo-slider .slick-arrow.slick-prev, .logo-slider .slick-arrow.slick-next {  top: 40%;  }

}


@media  (max-width: 991px){

  .footer-section .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a { padding: 6px 9px; }
  .row-fluid .stay-Plugged-section { padding: 40px 0; padding-bottom: 45px; }
  .row-fluid .trusted-right-side, .row-fluid .office-image { width: 100%; max-width: 100%; }
  .row-fluid .trusted-right-side { padding-top: 30px; padding: 49px; }
  .row-fluid .office-image { position: inherit; height: 430px; }
  .row-fluid .touch-right-form { background-color: #fff; padding: 45px; width: 65%; margin: 0; }
  .row-fluid .touch-form-content { width: 35%; padding-right: 20px; }
  .b-testimoniale { padding-top: 60px; padding-bottom: 360px; }
  .testimoniale_padd { padding-top: 40px; padding-bottom: 75px; }
  .row-fluid .b-testimoniale ul.slick-dots { margin: 0; transform:none; top: auto; width: auto; bottom: auto; right: 0; line-height: 22px; width: 100%; }
  .row-fluid .b-testimoniale ul.slick-dots li { width: auto; }
  .post-image { height: 195px; }
  .recente-post-content { padding: 20px 15px; }
  h2 { line-height: 52px;     font-size:39px }
  .recent-blogs-section .row-fluid .prefix-title { padding-bottom: 24px; }
  .row-fluid .recent-blogs-section { padding: 54px 0; }
  h3 { font-size: 17px; line-height: 24px; }
  .video-section { height: 330px; }
    .row-fluid .services-left-side { width: 100%; }
    .row-fluid .our-services-right { width: 100%; margin: 0; }
    .services-left-side { padding-bottom: 38px; }
  .hero-logos-section { padding: 35px 0; padding-bottom: 8px; }
  .hero-content h1 { font-size: 58px; line-height: 67px; }
  .row-fluid .our-services-section { padding-top: 68px; }
  .row-fluid .lp-heropage{     min-height: 400px;  }
  .row-fluid .lp-heropage .title {  padding-top: 125px; }
  .row-fluid .case-studies-portfolio{ padding: 70px 0; }
  h2 {  line-height: 47px;  font-size: 35px; }
  .resource-box{  width: calc(100% / 2 - 22px); }
  .row-fluid .nextfilter-main {  padding-bottom: 75px;  padding-top: 25px; }
  .row-fluid .need-a-quote-section {  padding: 60px 0;  padding-bottom: 75px; }
  .row-fluid .lp-heropage .title h1{  font-size: 48px;  line-height: 50px;  }
  .resou-button.cta-design, div#getform a.hs-button.large.primary{     padding-top: 27px;  }

  .row-fluid .digital-marketing-row > div > div{     flex-direction: column; }
  .row-fluid .digital-marketing-left{ width:100%;padding-right: 0px;     padding-bottom: 50px; }
  .row-fluid .digital-marketing-right{ width:100%;padding-right: 0px;  }
  .digital-strategy-row > a{     width: calc(100% / 3 - 16px); }
  .row-fluid .marketing-service-section{     padding-bottom: 87px; }
  .row-fluid .marketing-helps-inner {  min-height: auto; }
  .row-fluid .marketing-helps-row{     padding: 71px 58px; min-height: auto;  }
  .row-fluid .digital-marketing-helps {  padding-bottom: 80px; }
  .related-post-image{ height: 200px; }
  .related-blog-section ul.slick-dots {  bottom: -49px; }

  .row-fluid .e-guide-section .row-fluid .title h2{  font-size: 109px;  font-weight: 700;  line-height: 95px; }
  .row-fluid .business-growth-section .row-fluid .junral-details {  padding-bottom: 34px; }
  .row-fluid .thinking-sbout-left{     padding-right: 0; }
  .thinking-sbout-left .refix-title h2{     font-size: 36px; line-height: 44px;  }
  .row-fluid .great-awards-boxcover h4{  font-size: 27px;   line-height: 30px; }
  .row-fluid .thinking-sbout-details ul{      padding-top: 20px; }
  .row-fluid .thinking-about-section{ padding-bottom: 106px;  }
  .row-fluid .great-awards-boxcover{     padding: 27px 28px;  }
  .great-boxrow{   padding-top: 0;  }
  .great-boxrow-column { padding: 10px 8px;  }
  .row-fluid .business-growth-section {  padding-top: 62px; }
  .row-fluid .digital-marketing-row{     margin-top: -138px;  }

  .row-fluid .jumeira-restaurant p:first-child span{ padding-left: 55px; }
  .row-fluid .jumeira-restaurant p:last-child span {  padding-left: 17px; }
  .row-fluid .restaurantweek-banner {  height: 362px; }
  .row-fluid .restaurantweek-counter{     padding: 30px 10px; } 
  .row-fluid .counter-box {  padding: 0 0; }
  .row-fluid .counter-title {  padding-bottom: 7px; }

  .row-fluid .creating-highly-left {  padding-right: 18px; }
  .row-fluid .creating-highly-left .title h2{ line-height: 38px; }
  .row-fluid .case-studies-portfolio.jumeirah-section .row-fluid .portfolio-right-side {  padding-left: 50px; }
  .row-fluid .case-studies-portfolio.jumeirah-section h2 {  font-size: 35px;   padding-bottom: 0; }
  .row-fluid .creating-highly-left .title h2{ line-height: 38px;  font-size: 30px; }
  .row-fluid .creating-highly-intuitive {  padding-top: 52px;  padding-bottom: 60px; }
  .excellent-detail-bio{     font-size: 26px;      line-height: 34px;  }

  .row-fluid .text-right{     text-align: center; }
  .offering-services .row-fluid .title{     padding-bottom: 30px;  }
  .digitale-marketing-column{     width: 100%; } 
  .row-fluid .sctivities-section-boxrow .services-boxs-column{     width: calc(100% / 2 - 30px);  }
  .services-boxs-area.sctivities-section-boxrow > div{   margin: 0 0px;  }
  .row-fluid .digitale-m-section{  padding-top: 10px;  padding-bottom: 48px; }

  .new-marketing-row {  float: left;  width: 50%;  padding: 0 13px; }
  .new-marketing-row:nth-child(3),.new-marketing-row:nth-child(4) {flex-direction:column-reverse; display:flex; margin-top:25px; }
  .tabs-svg > div > div .left-data{width:calc(100% - 280px); padding:42px 45px 0 40px;}
  .tabs-svg > div > div .right-image{width:280px;}
  .tabs-svg > div > div .right-image svg{width:100%; height: auto;}

  /*27-03-2019 */
  .sec_title h2 { font-size: 22px; line-height: 28px; padding-bottom: 22px; }
  .sec_para p { font-size: 15px; line-height: 23px; }
  .row-fluid .banner-section { min-height: 280px;}
  .row-fluid .simple-section { padding: 50px 0; }
  .row-fluid .case-study-section { padding-bottom: 40px;}
  .row-fluid .case-study-section .study-box > div > div { display: block; }
  .row-fluid .case-study-section .study-box .study-video { width: 100%; float: left; }
  .row-fluid .case-study-section .study-box .study-right { width: 100%; margin: 0; padding-bottom: 10px; }

  .row-fluid .digital_marketrow.digital-marketing-row .digital-marketing-left { width:100%; }
  .row-fluid .digital_marketrow.digital-marketing-row .digital-marketing-right { width:100%; }

  .row-fluid .counterbg_module .counterbg_cover { padding:20px; }    
  .row-fluid .counterbg_module h4 { margin-bottom:0;font-size: 22px;  }
  .row-fluid .counterbg_module .counter_text { font-size: 14px;  line-height: 22px; }
  .touch-section.new-touch .touch-form-content{width:35%;}
  .touch-section.new-touch .touch-right-form{width:65%;}
  .our-services-section .services-left-side h2.prefix-title{margin-top:0;}

  .blog-main .blog-post-box .image-text{padding: 10px 17px;}
  .top-list .top-blog-list .blog-post-box .image-text{padding: 10px 17px;}
  .top-list .top-blog-list .left-side .blog-post-box:first-child h2 a{font-size:40px;}

  .hs-blog-post .blog-main .blog-left{width:100%;float:left;}
  .hs-blog-post .blog-main .blog-right {    width: 60%;    float: none;    margin: 0 auto;    padding-left: 0;}


  .big-header .bigmenu > div > div{display:block;}
  .big-header .bigmenu .left-main{    width: 100%;padding-bottom:30px;}
  .big-header .bigmenu .right-custom{width: 100%;}
  .big-header .bigmenu .left-main ul li{width: auto;}
  .big-header .bigmenu .left-main ul li a{    font-size: 20px;}
  .big-header .bigmenu .right-custom .menu-col .hs-menu-wrapper >ul > li:first-child a{    font-size: 13px;}
  .big-header .bigmenu .right-custom .menu-col ul li a{    font-size: 12px;}

  .row-fluid .v2-new-hero.lp-heropage{min-height: 400px;}
  .premier-section .left-part{width: 60%;padding: 40px;}
  .premier-section .right-part{    width: 40%;}

  .new-portfolio .lp-heropage .title {padding:0;}
  .new-portfolio .lp-heropage{ min-height: 175px;}

  .row-fluid .copyright {font-size:13px;}

  .b-testimoniale-column .b-testimoniale-details{    width: 100%;}

  /* 20-05-2019 */
  .black-back.b-testimoniale .slick-vertical .slick-slide { padding-bottom: 20px; margin-bottom:0px !important; }
  .row-fluid .lp-heropage { padding-bottom:70px; }
  .blog-main .blog-post-box .image-wrapper img,.top-list .top-blog-list .right-side .blog-post-box .image-wrapper img { height:320px; }

  /* 07-08-2019 */
  .hero-section-column .container { height:auto; padding-bottom:40px; padding-top: 90px;  }
  .row-fluid .resource_section .resource_title-style { width: 100%; padding: 0 0 25px; }
  .row-fluid .resource_title-style .resource_title { margin-top: 0px; }
  .row-fluid .resource_section .resource_group { width: 100%; }

  .b-testimoniale h3 { width: 100%;}



  /*   11-10-2019 */

  .praposal-section .praposal-form { max-width: 500px; }
  .lp-slide .b-testimoniale-name{padding-top:0;}
  .lp-slide .black-back.b-testimoniale .slick-vertical .slick-slide{height:auto !important}
  .content-form-section.touch-section.contat-touch.new-touch .right-side .touch-right-form h2{ font-size: 22px;}
  .row-fluid .lp-heropage.height-animate{height:300px;}
  .row-fluid .lp-heropage.height-animate .bg-imageWrapper.anim{height:400px;}


  /* --- Social page --- */

  .im-zoom-section .cs-im-zoom-wrap{width:738px;margin: auto;}

  .im-zoom-section .im-zoom-box{ width: calc(100% / 3 - 14px);}
  .im-zoom-section .im-zoom-box .im-zoom-inner:hover .im-zoom-img img { border-radius: 20px; }
  .case-study-vdsection .left-side .mobile-box:first-child { left: 69%; }
  .case-study-vdsection .left-side .mobile-box:nth-child(2) { left: 33%; }

  .newcta-strip-section .inner-wrap h3 { font-size: 31px; }
  .newcta-strip-section .inner-wrap .button a { padding: 14px 18px; font-size: 19px; }
  .case-study-vdsection .right-mobile { max-width: 600px; bottom: -80px; right: -130px; }
  .social-service-section .prefix-title h2,
  .read-blog-section .prefix-title h2 { line-height: 46px; font-size: 37px; }
  .read-blog-section .read-blog-box .right-part .post-title a { font-size: 22px; }
  .im-zoom-section .im-zoom-box .im-zoom-img{ height: 440px;}
  .im-zoom-section .cs-im-zoom-wrap .im-zoom-box .im-zoom-img{ height: 436px;}


  /* --- web development --- */

  .project-detail-section .outer-wrapper { width: 630px; }
  .project-detail-section .project-detail-box .lapi-img { max-width: 400px; height: 242px; }
  .project-detail-section .frame-layout .laptop { width: 585px; left: -84px; top: -34px; height: 352px; }
  .project-detail-section .project-detail-box .mobi-img { height: 276px; width: 137px; }
  .project-detail-section .frame-layout .mobile { width: 231px; top: -35px; right: -45px; height: 359px; }
  .project-detail-section .slick-arrow.slick-prev{ bottom: -110px;}
  .project-detail-section .slick-arrow.slick-next{bottom: -110px;}
  .project-detail-section .button{padding: 90px 0px 20px;}

  .research-anays-section .research-anays-details .left-part .research-anays-box .research-anays-img { height: 300px; }
  .research-anays-section .research-anays-details .bottom-img { max-width: 170px; bottom: -30px; }
  .research-anays-section .research-anays-details { overflow: hidden; }
  .web-develop-section .web-develop-box { width: calc(100% / 2 - 34px);}
  .web-develop-section .prefix-title h2, .research-anays-section .prefix-title h2 { font-size: 35px;}

  /* --- web details --- */

  .web-gallery-section .title-box h2, .see-project-section .title-box h2 { font-size: 35px; line-height: 44px;}
  .newcta-strip-section.clone-same .inner-wrap{ padding: 39px 0px;}


  .row-fluid .pr_proposal_title { width: calc(100% - 30px); margin-bottom: 30px; }
  .row-fluid .pr_proposal_text { width: calc(50% - 30px); }
  .row-fluid .pr_proposal_img { width: calc(50% - 30px); }
  .row-fluid .pr_proposal_title.pr_resource_title { width: calc(50% - 30px); margin-bottom: 0; }
  .row-fluid .pr_resource_box .pr_client_logo_part .logo-box h6 { font-size: 17px; }

  .praposal-page .lp-heropage .title { padding-top: 175px; }
  /*     .praposal-page .hs_cos_wrapper .banner-logo { max-width: 130px; } */
  .praposal-page .hs_cos_wrapper .banner-title { font-size: 18px; line-height: 22px; padding: 15px 0 0; }
  .praposal-page .hs_cos_wrapper .banner-line { font-size: 10px; line-height: 12px; }

  .row-fluid .pr_resource_box .pr_resource_title h4 { font-size: 24px; line-height: 26px; }
  .row-fluid .pr_resource_box .pr_client_logo_part .logo-box h6 { font-size: 16px; }

  .case-study-inner-video.case-study-vdsection .left-side { width: 94%; }
  .case-study-inner-video.case-study-vdsection .right-side { width: 100%; padding-left: 15px; }
  .case-study-inner-video.case-study-vdsection .right-side .details { max-width: 100%; }
  .case-study-inner-video.case-study-vdsection .left-side .mobile-box-outer .mobile-box:nth-child(1) { left: calc(100% - 350px); }
  .case-study-inner-video.case-study-vdsection .left-side .mobile-box-outer .mobile-box:nth-child(2) { left: calc(100% - 610px); }
  .traffic-section .left-part { width: 100%; padding-right: 15px; }
  .traffic-section .right-part { width: 100%; margin: 0; padding-top: 30px; padding-left: 0; }
  .calendars-section .calendars-right { padding-left: 50px; }
  .social-inner .case-study-vdsection.case-study-inner-video{ padding: 125px 0px 12px;}
  .traffic-section .left-part p {font-size: 16px; color: #3A3A3A;}
  .social-inner .row-fluid .case-studies-portfolio.new-case-portfolio h2 { font-size: 34px;line-height: 46px;}
  .traffic-section .right-part .grid .img-left .traffic-box { padding-left: 0 !important; }
  .traffic-section .right-part .grid .img-left .traffic-box:nth-child(3) { padding-left: 7px !important;}

  .row-fluid .footer_section { padding-top: 60px; }
  .row-fluid .footer_section .sub-footer { margin-top: 40px; }
  .row-fluid .footer_section .sub-footer .footer-social ul li a { font-size: 21px; }


  .noraml-header-main .noraml-banner h1 { font-size: 40px;}
  .noraml-header-main .noraml-header { padding: 35px 0px;}
  .noraml-header-main .noraml-banner { padding-bottom: 70px;}

  .slider-recent-row .slider-recent-content .slider-recent-date { font-size: 14px;}
  .slider-recent-row .slider-recent-content .slider-post-title h3 { font-size: 20px; line-height: 26px;}
  .slider-recent-main { padding: 60px 0px 60px;}

  .row-fluid .slider-recent-row ul.slick-dots li:not(:last-child):before { width: 25px;}
  .row-fluid .slider-recent-row ul.slick-dots li { margin: 0px 12px;}


  /*==== Arabic ====*/

  .row-fluid .resource_section.ar-resource-main-section > .container { display: flex; flex-wrap: wrap; flex-direction: column-reverse;}
  .expertise-section.ar-expertise-section .right{ padding-right: 30px;}
  .bettergrow-section.ar-bettergrow-section .inner {padding-right: 40px;}
  .touch-section.ar-touch-section .touch-form-section .touch-form-content{ padding-left: 20px;}
  .row-fluid .products_serviesitem.ar-products_serviesitem .creating-highly-left{padding-left: 20px;}


}

@media (max-width:770px){
  .project-detail-section ul.slick-dots{bottom: -206px;}
  .project-detail-section ul.slick-dots li button{background:#fff;}
  .project-detail-section ul.slick-dots li button:hover, .project-detail-section ul.slick-dots li.slick-active button{background: #9354ff;}
  .project-button-section{ padding-top: 60px;}  
  .project-button-section .project-button-btn{ padding: 50px 0px 140px;}

}



@media (max-width:767px){
  .old-header .body-container-wrapper { margin-top: 78px; }
  .row-fluid .header-section.fixed { position:relative; background:transparent; }

  .services-boxs-row > a { width: 100%; }
  .hero-logos-area { padding: 0 20px; margin-bottom: 0px; margin-top: 0; width: 50%; text-align: center; }
  .row-fluid .our-services-section { padding-top: 60px; }
  .services-left-side { padding-bottom: 18px; }
  h2 { line-height: 47px; font-size: 34px; }
  .video-section { height: 270px; }
  .recente-post-column { width: calc(100% / 1 - 10px); margin-bottom: 30px; }
  .row-fluid .recent-blogs-section { padding-bottom: 30px; }
  .b-testimoniale-details { float: left; width: 100%; padding-left: 0; padding-top: 28px; }
  .b-testimoniale-image { width: 100%; }
  .b-testimoniale-name { padding-top: 20px; }
  .row-fluid .office-image { height: 290px; }
  .row-fluid .trusted-right-side { padding: 25px; padding-top: 17px; padding-bottom: 35px; }
  h2 { line-height: 39px; font-size: 30px; }
  .row-fluid .trusted-right-side .row-fluid .details { padding-bottom: 25px; padding-top: 6px; }
  .row-fluid .touch-form-content { width: 100%; padding-right: 0; }
  .row-fluid .touch-right-form { padding: 28px; width: 100%; margin: 0; margin-top: 30px; }
  .touch-right-form .hs_submit { text-align: center; padding-top: 15px; }
  .row-fluid .stay-Plugged-section { padding: 25px 0; padding-bottom: 38px; }
  .row-fluid .footer-section .container > div > div { flex-direction: column; }
  .row-fluid .copyright { padding-top: 22px; }
/*   .footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 { float: none; display: inline-block; width: auto; text-align: center; } */
  .footer-menu  .hs-menu-wrapper.hs-menu-flow-horizontal>ul { text-align: center; }
  .footer-section .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a { padding: 0px 9px; }
  .row-fluid .copyright { padding-top: 8px; }




  .row-fluid .phone-number { float: left; width: 100%; text-align: center; margin-left: 0px; padding-top: 20px; padding-bottom: 25px; left: 10px; }
  .navigation .cta-design { width: 100%; float: left; padding: 8px 16px; word-break: break-all; margin-bottom: 32px; margin: 0; padding-bottom: 22px; }
  .row-fluid .header-section .row-fluid .cta-design a { padding: 13px 31px; float: left; width: 100%; max-width: 100%; text-align: center; }
  .row-fluid .header-section .row-fluid .cta-design script { display: none !important; }
  .row-fluid .logo { padding-top: 5px; }
  .navigation .cta-design span { text-align: center; display: flex; justify-content: center; }
  .scroll-down { display: none; }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul { overflow: hidden; }
  .hero-content h1{  font-size: 46px;  line-height: 53px;  }

  .row-fluid .header-section .row-fluid .cta-design a{ border: 3px solid #ffffff; color: #fff; }
  .row-fluid .phone-number a{ color:#fff; }
  .row-fluid .phone-number a:hover, .row-fluid .phone-number:hover:before{ color:#fff; }

  .row-fluid .lp-heropage {  min-height: 400px; }
  .row-fluid .lp-heropage .title h1 {  font-size: 42px;  line-height: 44px; }
  .row-fluid .case-studies-portfolio {  padding: 52px 0;      padding-bottom: 28px;  }
  .row-fluid .case-studies-portfolio .details em{     padding-bottom: 10px; }
  .portfolio-right-side .row-fluid .details {  padding-top: 15px; }
  .resource-box {  width: calc(100% / 1 - 22px); }
  .res-contentwrap{     height: 225px; }

  .row-fluid .need-a-quote-section .row-fluid .title h2{ font-size: 36px;  line-height: 48px;  }
  .row-fluid .need-a-quote-section {  padding: 40px 0;  padding-bottom: 60px; }
  .filter-dropdownwrap ul#filters li{     padding: 8px 10px; }
  .filter-dropdownwrap ul#filters{     padding: 10px 22px; } 
  .row-fluid .nextfilter-main{     padding-bottom: 60px;  }
  .row-fluid .need-a-quote-section .sub-text{  padding-top: 8px;  padding-bottom: 32px; }
  .row-fluid .bradcrum-menu ul li a{ width: auto;  display: inline-block;  float: none; }
  .resource-main-section.resource-box-main{  max-width: 400px;  float: none;  margin: 0 auto; }


  .row-fluid .digital-marketing-row{     margin-top: auto; }
  .row-fluid .lp-heropage .title h1 {  font-size: 32px;  line-height: 38px; }
/*   .bradcrum-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li{  float: none;  display: inline-block;   width: auto; } */
  .row-fluid .digital-marketing-row{  padding: 30px 27px; padding-bottom: 54px; }
  .row-fluid .digital-marketing-row h2 {  line-height: 34px;  font-size: 26px; }
  .row-fluid .marketing-service-section .row-fluid .title h2{     font-size: 28px; line-height: 39px;  }
  .digital-strategy-row > a {  width: calc(100% / 1 - 16px); }

  .row-fluid .marketing-helps-row{     left: 0;  }
  .digital-marketing-helps .row-fluid .container {  padding-left: 15px; }
  .row-fluid .marketing-helps-row{     padding: 38px 25px;  }
  .row-fluid .marketing-service-section {  padding-bottom: 55px; }
  .row-fluid .marketing-helps-row{  margin-top: 120px;  margin-bottom: 120px; }
  .testimonial-details{ padding-left:15px; padding-right:15px; }
  .testimonial-title {   padding-top: 0px; }
  .testimonial-text{     padding-top: 25px; }
  .testimonial-column{     padding-bottom: 36px;    padding-top: 39px;  }
  .row-fluid .related-blog-section{  padding-top: 54px;  padding-bottom: 79px; }
  .row-fluid .related-blog-section .row-fluid .blog-title h2{     font-size: 30px;      line-height: 42px; }
  .testimonial-icon img {  max-width: 58px; }
  .testimonial-details{  font-size: 18px;  line-height: 29px }
  .row-fluid .e-guide-section .row-fluid .title h2{  font-size: 38px;  font-weight: 700;  line-height: 56px; }
  .thinking-about-section .row-fluid .container > div > div{     flex-direction: column; }
  .row-fluid .thinking-about-section{     padding: 58px 0;  }
  .row-fluid .thinking-about-section {  padding-bottom: 106px;}
  .row-fluid .great-awards-boxcover{     margin-top: 20px; }
  .row-fluid .our-servicestouch-section {  padding-top: 53px; }

  .row-fluid .jumeirah-logo{  padding-bottom: 22px; text-align: center;  padding-top: 42px; }
  .row-fluid .case-studies-portfolio.jumeirah-section .row-fluid .portfolio-right-side{ padding-left: 0; }
  .row-fluid .restaurantweek-banner{  height: 222px;  margin-top: 20px; }
  .row-fluid .counter-box{     padding-bottom: 25px;  }
  .row-fluid .creating-highly-left .title h2 {  line-height: 35px;  font-size: 24px; }
  .creating-highly-left .row-fluid .title {  padding-bottom: 20px; }
  .row-fluid .creating-highly-left{  padding-right: 0;  padding-bottom: 30px; }
  .row-fluid .creating-highlyimg-right{ height:auto; }    
  .excellent-column-row{     padding: 20px 0; }
  .excellent-detail-bio {  font-size: 24px;  line-height: 29px; }
  .row-fluid .creating-highly-intuitive{  padding-bottom:0; }
  .excellent-column-row {  padding-top: 60px; }  

  .row-fluid .srvices-second-cass .container > div > div{     flex-direction: column; }
  .new-marketing-row{     width: 100%;  }
  .digitale-marketing-image{     height: 210px;  }
  .digitale-marketing-column{     margin-bottom: 0px;  }
  .new-marketing-row:first-child {  margin-bottom: 30px; }
  .row-fluid .sctivities-section-boxrow .services-boxs-column {  width: calc(100% / 1 - 30px); }
  .tabs-svg > div > div{flex-direction: column-reverse; padding:20px;}
  .tabs-svg > div > div .left-data{padding:20px 0 0; width:auto;}
  .tabs-svg > div > div .right-image{padding:30px 0 0; width:auto;}

  /*27-03-2019*/
  .row-fluid .banner-section { min-height:240px; }
  .row-fluid .banner-section .banner-link ul > li { width:auto; }
  .row-fluid .simple-section { padding: 45px 0; }
  .row-fluid .case-study-section { padding-bottom: 30px; }
  .row-fluid .case-study-section .study-box .study-right { float: left; }

  /*---*/
  .row-fluid .digital_marketrow.digital-marketing-row .digital-marketing-left { width:100%; }
  .row-fluid .digital_marketrow.digital-marketing-row .digital-marketing-right { width:100%; }
  .row-fluid .products_serviesitem.creating-highly-intuitive .creating-highly-left { width:100%; }
  .row-fluid .products_serviesitem.creating-highly-intuitive .creating-highlyimg-right { width:100%; }

  .row-fluid .counterbg_module .counterbg_image { height: 222px;  margin-top: 20px;} 
  .row-fluid .counterbg_module .counterbg_cover { padding:38px 30px; }
  .row-fluid .counterbg_module .counterbg_box { width:100%; margin-bottom:20px; } 
  .touch-section.new-touch .touch-right-form{width:100%;}
  .touch-section.new-touch .touch-form-content{width:100%;}
  .our-services-section .services-boxs-row>a:nth-last-child(-n+3){border-bottom: 1px solid #eee;}

  .row-fluid .digital_marketrow.digital-marketing-row { display:inherit; }



  .top-list .top-blog-list .left-side{ width: 100%;  float: left; padding-right: 0;}
  .top-list .top-blog-list .left-side .blog-post-box:first-child h2 a{font-size: 18px; font-weight: 400;}
  .top-list .top-blog-list .right-side{ width: 100%;float: left; padding-left: 0;padding-top: 20px;}
  .top-list .top-blog-list .right-side .blog-post-box{width: calc(100% / 1 - 20px);}
  .top-list .top-blog-list .right-side .blog-post-box .image-wrapper{height: 250px;}
  .top-list .top-blog-list .blog-post-box h2 a{font-size: 18px; font-weight: 400;}
  .blog-main .blog-post-box{    width: calc(100% / 1 - 20px);}
  .blog-main .blog-post-box .image-wrapper {height: 250px;}
  .blog-main .blog-post-box h2 a{font-size: 18px; font-weight: 400;}
  .top-list .top-blog-list .left-side .blog-post-box .image-wrapper img{    height: 250px;}
  .blog-main .blog-left .blog-pagination a.all-posts-link, .blog-main .blog-left .blog-pagination a.previous-posts-link, .blog-main .blog-left .blog-pagination a.next-posts-link{padding: 5px 12px;min-width: 89px;    font-size: 12px;}



  .hs-blog-post .blog-main .blog-left{width:100%;float:left;}
  .hs-blog-post .blog-main .blog-right{width:100%;float:left;margin: 0; padding-left: 0px;}
  .hs-blog-post .blog-main .blog-left .post-body h2{    font-size: 22px;}

  .hs-blog-post .blog-main .blog-left .blog-section .post-header h1{    font-size: 25px;}



  .big-header .bigmenu .left-main ul li a {    font-size: 12px;    font-weight: normal;    color: #9354ff;    letter-spacing: 0.5PX;}
  .big-header .bigmenu{    top: 50%;    left: 0;    transform: translateY(-50%);}
  .big-header .bigmenu .left-main{    padding-left: 22px;}
  /*   .big-header .bigmenu .right-custom .menu-col ul li{display:none;} */
  /*   .big-header .bigmenu .right-custom .menu-col ul li:first-child{display:block !important;} */
  .big-header .bigmenu .right-custom > div > div{display:block;}
  .big-header .bigmenu .right-custom .menu-col{    padding-right: 0;   width: 100%;    float: left;}
  .big-header .bigmenu .right-custom .menu-col ul{    margin-bottom: 10px;}

  .big-header .bigmenu .right-custom .menu-col .hs-menu-wrapper >ul > li:first-child a{font-size: 16px;  color: #fff;}
  .big-header .close-click i{z-index: 99999;    top: 30px;}
  .big-header .Bigmenu-wrap{overflow: scroll; }
  .big-header .bigmenu ul.social-menu{    padding-top: 30px;    text-align: left;padding-right: 15px;}
  /*   .big-header .bigmenu .right-custom .menu-block.menu-last ul li{display:block !important;} */
  .big-header .bigmenu .right-custom .menu-block.menu-last ul li:first-child a{padding-bottom: 2px;}

  .big-header .bigmenu{position:inherit;transform: translateY(0%);    padding-top: 0;top: 0;}
  .big-header .bigmenu .right-custom .menu-col{border:none;}
  .big-header .bigmenu .left-main ul li{padding-bottom: 0;}
  /*   .big-header .bigmenu .left-main ul li a{width:auto;} */
  .big-header .bigmenu .left-main{    padding-left: 0;}
  .big-header .bigmenu .right-custom .menu-col{    padding-left: 0;}
  .big-header .bigmenu .right-custom .menu-col .hs-menu-wrapper >ul > li:first-child a{    padding-left: 0;}

  .big-header .bigmenu .right-custom .menu-col .hs-menu-wrapper > ul .toggleWrapper{display:none;}
  .big-header .bigmenu .right-custom .menu-col .hs-menu-wrapper >ul > li:first-child{display:block;}

  .big-header .bigmenu .right-custom .menu-col .hs-menu-wrapper > ul{position:relative;transition:all 0.5s;}
  .big-header .bigmenu .right-custom .menu-col .hs-menu-wrapper > ul > li:before{content:'\f067';top:0;right:0;margin:auto;position:absolute;font-size:15px;color:#fff;font-family: FontAwesome;z-index: -1;}
  .big-header .bigmenu .right-custom .menu-col .hs-menu-wrapper > ul > li.choosh-open:before{content:'\f068';}

  .case-mes-box{    width: 50%;}
  .hero-bradcrum{display:none !important;}
  .black-back.b-testimoniale .slick-vertical .slick-slide{    padding-bottom: 20px;}

  .premier-section .right-part .premier-logo-box{width: calc(100% / 3 - 10px);}
  .premier-section .left-part{width: 100%;padding: 30px;}
  .premier-section h2{font-size: 22px;padding: 0px 0px 30px 0px;}
  .premier-section .right-part{    width: 100%;}
  .new-portfolio .lp-heropage{    min-height: 120px;}

  /*20-05-2019*/
  /*   Header Section */
  .big-header .bigmenu .right-custom .menu-col .menu-wrapper ul > li.hs-menu-depth-1:before { display: none; }
  .big-header .bigmenu .right-custom .menu-col .menu-wrapper > div:last-child ul > li.hs-menu-depth-1 + .toggleWrapper { display: block !important; }
  .big-header .bigmenu .right-custom .menu-col .hs-menu-wrapper > ul .toggleWrapper > li.hs-menu-depth-1 > a { padding-left: 0px;}
  .big-header .Bigmenu-wrap { height: calc(100vh - 58px);    bottom: 58px;}
  .modal-section .modal-form { max-width: calc(100% - 20px); width: 100% !important; margin: 10px 10px 58px !important; transform: translateY(0) !important; padding: 40px 15px; }
  .modal-section .modal-form .form-main form input, .modal-section .modal-form .form-main form select { border: 1px solid #3c3c3b; padding: 12px 5px; }
  .modal-section .modal-form .form-main form select { height: 45px; padding-right: 20px; }
  .modal-section .modal-form .form-main h3 { margin-bottom: 20px; font-size: 26px; }
  .row-fluid .website-info { display: inline-block; }
  .black-back.b-testimoniale .slick-vertical .slick-slide { margin-top: 0px !important;}
  .row-fluid .b-testimoniale ul.slick-dots {    padding-top: 0px;}
  .b-testimoniale { padding-top: 30px; }
  .testimoniale_padd { padding-bottom: 65px; padding-top: 20px; }
  /*   Blog */
  .blog-main .blog-post-box .image-wrapper img, .top-list .top-blog-list .right-side .blog-post-box .image-wrapper img { height: auto; width: 100%; max-width: 100%; max-height: 250px; object-fit: cover; object-position: center; }
  .row-fluid .border_btn a { padding: 8px 20px; }
  .row-fluid .case-studies-section .border_btn { padding-top:0px; }

  /* */
  .leadinModal .leadinModal-content {  max-height: 100% !important; }
  .leadinModal.leadinModal-theme-default.leadinModal-v3 { margin-top: 0 !important; padding: 22px 0 0 !important; }

  /*06-08-2019*/
  .hero-content ul { column-count: 1; margin:20px 0 15px; }
  .hero-content ul li > a { font-size: 17px; line-height: 30px; padding: 0 0 5px 30px; }
  .hero-content ul li > a:before { top: 9px; width: 17px; }
  .hero-content ul li > a:after { left: 30px; }



  /* 07-08-2019 */
  .hero-section-column .container { height:auto; }
  .row-fluid .resource_section { max-width: 100%; float: left; padding:40px 0; }
  .row-fluid .resource_section .resource_group .resource_inner { width:100%; margin:0 auto; max-width:400px; }
  .row-fluid .resource_section .resource_group .resource-box { margin:0 0 22px; width:100%; }
  .row-fluid .resource_section .resource_title-style { padding:0 0 15px; }

  .row-fluid .resource_section .container:before { font-size: 110px; left: -275px; top: 10px;}


  .b-testimoniale-bio { font-size: 15px; line-height: 32px;}




  /*   11-10-2019 */

  .hero-section.hero-side .hero-section-column .container { display: block;}
  .hero-section.hero-side .hero-list { padding: 30px 0 0 0; }

  .praposal-section .praposal-form { max-width: 100%; padding: 25px;}
  .praposal-section { padding: 20px; }

  .content-form-section.touch-section.contat-touch.new-touch .left-side { width: 100%; padding-right: 0; }
  .content-form-section.touch-section.contat-touch.new-touch .right-side { width: 100%; padding-left: 0; }
  .content-form-section.touch-section.contat-touch.new-touch { padding: 30px 0px; }
  .content-form-section.touch-section.contat-touch.new-touch .right-side .touch-right-form { padding: 10px; }
  .logos-title-section h3 { font-size: 29px; padding-bottom: 30px; }
  .logos-title-section .logos-box { width: calc(100% / 3 - 33px); padding: 12px; }
  .row-fluid .header-lp-section img { max-width: 162px !important; }

  .content-form-section.touch-section.contat-touch.new-touch .left-side ul{padding-left:20px;}
  .content-form-section.touch-section.contat-touch.new-touch .right-side .touch-right-form { margin-top: 0;}
  .content-form-section.touch-section.contat-touch.new-touch .right-side .in-wrap{border-top:0;}

  .row-fluid .case-box-section {    padding: 60px 0px 0px;  }
  .case-mes-section {    padding-bottom: 40px;  }  


  /* --- Social Page --- */

  .im-zoom-section .cs-im-zoom-wrap{ width: 450px;}

  .im-zoom-section .im-zoom-box { width: calc(100% / 2 - 14px);}
  .social-logo-section .social-logo-box .social-logo-img{ padding: 0px 20px;}
  .row-fluid .case-studies-portfolio.new-case-portfolio .details { float: left; max-width: 100%; padding-top: 0; }
  .newcta-strip-section .inner-wrap { display: block; text-align: center; }
  .newcta-strip-section .inner-wrap h3 { font-size: 28px; line-height: 35px; }
  .newcta-strip-section  .title { width: 100%; float: left; padding-bottom: 20px; }
  .newcta-strip-section .inner-wrap .button a { padding: 11px 16px; font-size: 17px; }
  .social-service-section .title-wrap { display: block;width:100%;float:left; }
  .social-service-section .social-service-wrap .social-service-inner{height:auto; max-width: 100%; padding-top: 20px;}
  .social-service-section .social-service-box:first-child .left-part{padding-top:20px;}
  .social-service-section .social-service-wrap:before{display:none;}
  .social-service-section .title-wrap .title-box { width: 100%; }
  .social-service-section .title-wrap .details { width: 100%; }
  .social-service-section .title-wrap .details .content { max-width: 100%; float: left; }
  .social-service-section .prefix-title h2,
  .read-blog-section .prefix-title h2 { line-height: 42px; font-size: 33px; }
  .social-service-section .social-service-box .right-part img { height: 235px; }
  .social-service-section .social-service-box .left-part { width: 100%; padding-right: 0; padding-bottom: 30px; padding-top: 0; text-align: center; }
  .social-service-section .social-service-box .left-part h3 { border: 0; padding-bottom: 0; }
  .social-service-section .social-service-box .right-part { width: 100%; padding-left: 0; text-align: center; }
  .social-service-section .social-service-box .left-part .content { max-width: 100%; }
  .social-service-section .social-service-box { padding-bottom: 40px; }
  .read-blog-section .read-blog-inner { display: block; }
  .read-blog-section .read-blog-box .left-part { width: 100%; text-align: center; }
  .read-blog-section .read-blog-box .right-part { width: 100%; padding: .0; padding-top: 20px; }
  .read-blog-section .read-blog-box .left-part .post-image img { height: 190px; object-fit: cover; }
  .read-blog-section .read-blog-box .right-part .post-title a { font-size: 20px; }
  .social-testimonial-sec .social-testimonial-outer{ padding: 0 100px;}

  .case-study-vdsection .left-side .mobile-box:first-child { left: 0; right: 0px; margin: auto; }
  .case-study-vdsection .left-side .mobile-box:nth-child(2) { left: 0; right: 0; margin: auto; top: 400px; }
  .case-study-vdsection .left-side .mobile-box:last-child { left: 0px; right: 0; margin: auto; top: 910px; }
  .case-study-vdsection .left-side .left-bg-img img { height: 1300px; }
  .case-study-vdsection .left-side { min-height: 1330px; }
  .case-study-vdsection .right-side .details { max-width: 100%; }
  .case-study-vdsection .right-side { padding-right: 15px; }
  .case-study-vdsection .right-mobile { max-width: 500px; }
  .case-study-vdsection { padding: 135px 0px 190px; }

  .row-fluid .case-studies-portfolio.new-case-portfolio { padding: 50px 0px 50px; }
  .social-service-section .prefix-title h2, .read-blog-section .prefix-title h2 { line-height: 40px; font-size: 28px; }
  .social-service-section .social-service-box .left-part h3 { font-size: 24px; }
  .read-blog-section .read-blog-box { width: calc(100% / 1 - 30px); }
  .social-logo-wrap{ padding: 40px 50px 30px;}

  .im-zoom-section .phone-frame img { height: 467px; max-width: 450px; width:auto; }
  .im-zoom-section .phone-frame { top: -23px; left: -30px; height: calc(100% + 40px); width: calc(100% + 60px); display:none;}
  .im-zoom-section .im-zoom-box .im-zoom-img { height: 390px; }
  .im-zoom-section .cs-im-zoom-wrap .im-zoom-box .im-zoom-inner,
  .im-zoom-section .cs-im-zoom-wrap .im-zoom-box .im-zoom-inner:hover{transform:scale(1); }
  .im-zoom-section .cs-im-zoom-wrap .im-zoom-box .im-zoom-inner .im-zoom-img img,
  .im-zoom-section .cs-im-zoom-wrap .im-zoom-box .im-zoom-inner:hover .im-zoom-img img{opacity:1; border-radius:0px;}
  .im-zoom-section .cs-im-zoom-wrap .im-zoom-box .im-zoom-inner{padding:0; float: none;}
  .im-zoom-section .cs-im-zoom-wrap{height: auto; }
  .im-zoom-section .cs-im-zoom-wrap .im-zoom-box .im-zoom-img{height: auto;}
  /* --- web development --- */

  .laptop-cover { width: 100%; float: left; margin-bottom: 50px; text-align: center; }
  .mobile-cover { width: 100%; float: left; }
  .project-detail-section .project-detail-box .lapi-img { max-width: 277px; height: 242px; margin: auto; float: none; left: 0; }
  .project-detail-section .frame-layout .laptop { left: 0; right: 0; margin: auto; height: 312px; width: 435px; top: -31px; }
  .project-detail-section .project-detail-box .mobi-img { float: none; margin: auto; width: 133px; height: 276px; border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; }
  .project-detail-section .frame-layout .mobile { top: 255px; left: 0; right: 0; margin: auto; height: 349px; width: 232px; }
  .project-detail-section .outer-wrapper { width: 100%; }
  .project-detail-section ul.slick-dots{ bottom: -50px;}
  .project-detail-section .button a { font-size: 19px; padding: 15px 40px; }
  .project-detail-section .button { padding: 100px 0px 0px; }

  .project-detail-section .button a { font-size: 19px; padding: 15px 40px; }
  .project-detail-section .button { padding: 100px 0px 0px; }
  .research-anays-section .research-anays-details { padding: 40px 30px 30px; }
  .research-anays-section .research-anays-details .left-part { width: 100%; padding-right: 0; }
  .research-anays-section .research-anays-details .right-part { width: 100%; padding-left: 0; padding-top: 10px; padding-bottom: 140px; }
  .research-anays-section .research-anays-details .bottom-img { max-width: 170px; bottom: 0; }
  .research-anays-section { padding: 40px 0px; }
  .web-develop-section .prefix-title h2, .research-anays-section .prefix-title h2 { font-size: 30px; line-height: 39px; }
  .web-develop-section .title-box .title { width: 100%; }
  .web-develop-section .title-box .details { width: 100%; padding-left: 0; padding-top: 0; }
  .web-develop-section .web-develop-box { width: calc(100% / 1 - 34px); border-bottom: 1px solid #e2e2e2; }
  .research-anays-section .research-anays-details .left-part .research-anays-wrap{ max-width: 100%; float: none;text-align: center;}
  .research-anays-section .research-anays-details .right-part .content{ max-width: 100%;}
  .web-develop-section .contain{float:left;}
  .web-develop-section{ padding: 60px 0px 30px;}
  .web-develop-section .web-develop-box .deatils-box .button { transform: translateY(0px); }
  .web-develop-section .web-develop-box{ margin-top: 30px; margin-bottom: 20px;}
  .web-develop-section .web-develop-box:first-child { margin-top: 0;}  

  /* -- web details -- */
  .web-detail-section .web-detail-box { width: calc(100% / 1 - 24px); text-align: center; }
  .web-detail-section .web-detail-box .web-detail-imgwrap { max-width: 400px; margin: auto; }
  .web-detail-section .web-detail-box:nth-child(2) .web-detail-imgwrap { top: 0; }
  .web-detail-section .web-detail-box:last-child .web-detail-imgwrap { top: 0; }
  .web-detail-section .web-detail-wrap{top: 105px;}
  .web-gallery-section .title-box h2, .see-project-section .title-box h2 { font-size: 30px; line-height: 39px; }
  .see-project-section .bottom-boxes .see-project-box{    width: calc(100% / 1);}
  .newcta-strip-section.clone-same { margin-bottom: 10px;   padding-top: 0;}



  .row-fluid .pr_proposal_part { justify-content: center; }
  .row-fluid .pr_proposal_img { max-width: 100%; width: calc(400px - 30px); }
  .row-fluid .pr_proposal_title.pr_resource_title, .row-fluid .pr_proposal_text { width: calc(100% - 30px); margin-bottom: 30px; }
  .row-fluid .pr_resource_right { width: calc(100% - 30px); }
  .row-fluid .pr_nexa_box { text-align:center; }
  .row-fluid .pr_nexa_logo { padding:15px; }

  /* 09-03-2020 */
  .praposal-page .lp-heropage .title { padding-top: 120px; } 
  /*     .praposal-page .hs_cos_wrapper .banner-logo { max-width: 110px; } */
  .praposal-page .hs_cos_wrapper .banner-title { font-size: 18px; line-height: 22px; padding: 12px 0 0; }
  .praposal-page .hs_cos_wrapper .banner-line { font-size: 10px; line-height: 14px; }

  .row-fluid .pr_resource_box .logo-box .pr_client_logo_img img { height: 80px; }


  .social-inner .row-fluid .case-studies-portfolio.new-case-portfolio h2 { font-size: 28px; line-height: 38px; }
  .case-study-vdsection .left-side .left-bg-img img { height: 860px; }
  .case-study-inner-video.case-study-vdsection .left-side .mobile-box-outer .mobile-box:nth-child(1) { left: 0; }
  .case-study-inner-video.case-study-vdsection .left-side { width: 100%; min-height: 1090px; }
  .case-study-inner-video.case-study-vdsection .left-side .social-box { position: absolute; top: auto; bottom: 0; left: 0; right: 0; margin: auto; width: 100%; text-align: center; }
  .case-study-inner-video.case-study-vdsection .left-side .social-box ul li { display: inline-block; }
  .case-study-inner-video.case-study-vdsection .left-side .mobile-box-outer .mobile-box:nth-child(2) { top: 460px; left: 0; }
  .case-study-inner-video.case-study-vdsection .right-side { padding-top: 0; }
  .traffic-section .right-part .grid .img-left .traffic-box { padding-left: 0 !important; }
  .traffic-section .right-part .grid .img-left .traffic-box:first-child .inner-cover { height: 320px; }
  .traffic-section .right-part .grid .img-left .traffic-box:nth-child(2) .inner-cover, .traffic-section .right-part .grid .img-left .traffic-box:nth-child(3) .inner-cover { height: 170px; }
  .opportunities-section .opportunities-img { max-width: 90px; width: 100%; margin: auto; }
  .opportunities-section { padding: 70px 0px 51px; }
  .opportunities-section h2 { font-size: 32px; }
  .calendars-section .calendars-wrap { display: block; }
  .calendars-section .calendars-left { width: 100%; }
  .calendars-section { padding-right: 0; }
  .calendars-section .calendars-left img { height: 360px; }
  .calendars-section .calendars-right { width: 100%; padding: 20px 15px 0px; }
  .case-study-inner-video.case-study-vdsection .right-side .details { padding-bottom: 20px;}
  .top-header-pr h2 {font-size: 30px;line-height: 36px !important;}
  .top-header-pr p { font-size: 16px !important;}


  .row-fluid .footer_section { padding-top: 45px; }
  .row-fluid .footer_section .footer-btn a { min-width: 230px; padding: 15px 30px; }
  .row-fluid .footer_section .footer-title { font-size: 17px; line-height: 26px; }
  .row-fluid .footer_section .sub-footer { margin-top: 30px; }
  .row-fluid .footer_section .sub-footer .sub-title { width: 100%; }
  .row-fluid .footer_section .sub-footer > div > div { display: block; }
  .row-fluid .footer_section .sub-footer .sub-title div { text-align: center; }
  .row-fluid .footer_section .sub-footer .footer-social ul { text-align: center; padding-top: 15px; line-height: 0px; }
  .row-fluid .footer_section .sub-footer .footer-social ul li a { font-size: 18px; }

  .recente-post-column .recente-post-content .post-content { height:auto !important; }

  .row-fluid .social-links h4 { font-size: 22px; line-height: 27px;}
  .row-fluid .social-links ul li a { width: 80px; height: 80px;}
  .row-fluid .social-links ul li { padding: 0px 8px; }

  .row-fluid .copy-right-main .widget-type-text { font-size: 15px; letter-spacing: 3px;}
  .row-fluid .copy-right-main {  padding: 30px 0px; }   
  .row-fluid .social-links { padding: 40px 0px; }

  .noraml-header-main .noraml-header { padding: 15px 0px;}
  .noraml-header-main .noraml-banner { padding-bottom: 50px; padding-top: 15px; }
  .noraml-header-main .noraml-banner h1 { font-size: 35px; }
  .noraml-header-main .noraml-header .noraml-header-left a { width: 115px; } 
  .noraml-header-main .noraml-header .noraml-header-right a { font-size: 14px; }
  .noraml-header-main .noraml-header .noraml-header-right a:after { font-size: 19px; vertical-align: baseline; padding-left: 10px; }

  .row-fluid .slider-recent-row { padding: 0px 0px 60px; margin: 0;}
  .row-fluid .slider-recent-row ul.slick-dots li { margin: 5px 5px; padding: 0 5px; line-height: normal;}
  .row-fluid .slider-recent-row ul.slick-dots li:not(:last-child):before { width: 10px;}
  .slider-recent-main .slider-recent-title { font-size: 22px;}
  .slider-recent-main { padding: 50px 0px 50px;}
  .project-button-section .project-button-btn{padding: 80px 0px 100px;}

  .project-button-section .project-button-btn a{padding: 24px 56px;font-size: 18px;}

  .logos-title-section.image-section .logos-box{width: calc(100% / 2 - 33px);}
  .logos-title-section.image-section { padding-bottom: 0;}

  .logos-title-section.image-section .logo-outer-wrap{ max-width: 100%;}
  .praposal-page .img-content-section .img-content-wrapper .img-content-box {width: calc(100% / 1 - 30px); margin-bottom: 30px;}

  /* 13-07-2020 */
  .row-fluid .header20 .mainmenu.js-enabled .hs-menu-flow-horizontal > ul { max-height: calc(100vh - 131px); }
  .row-fluid .header20 .mainmenu ul .phone-number { border-top: 1px dotted rgba(255, 255, 255, .35); left: 0; right: 0; padding-left: 32px; padding-top: 15px; padding-bottom: 15px; }
  .row-fluid .header20 .mainmenu ul .phone-number:before { left: 10px; }
  .row-fluid .header20 .mainmenu ul .header-pop { border-top: 1px dotted rgba(255, 255, 255, .35); padding: 15px 10px; text-align: left; }
  .row-fluid .header20 .mainmenu ul .header-pop a { width: auto; }
  .row-fluid .header20 .mainmenu ul .header-pop span { display: block; }

  /*====Arabic =====*/

  .tabs-svg.ar-tabs-svg > div > div { padding: 20px; }
  .tabs-svg.ar-tabs-svg > div > div .left-data { padding: 0; padding-top: 20px; }
  .expertise-section.ar-expertise-section .inner { display: block; }
  .expertise-section.ar-expertise-section .right { padding-right: 0; }
  .bettergrow-section.ar-bettergrow-section .inner { padding-right: 40px; }
  .bettergrow-section.ar-bettergrow-section .left-in { text-align: right; max-width: 100%; }
  .bettergrow-section.ar-bettergrow-section .inner { padding: 35px 15px 42px; }
  .bettergrow-section.ar-bettergrow-section .right { text-align: right; padding: 0; padding-top: 35px; }
  .ready-business.ar-ready-business .ready-bis-btn a { margin: 0;}
  .logo_content_section.ar-logo_content_section .logo_group .logo_box{ max-width: 320px;}
  .recent-blogs-section.ar-recent-blogs-section .recente-post-content .post-title { float: right; }
  .recent-blogs-section.ar-recent-blogs-section .recente-post-content .post-content { float: right; }
  .touch-section.ar-touch-section .touch-form-section > div > div{flex-wrap: wrap;}
  .touch-section.ar-touch-section .touch-form-section .touch-form-content { padding-left: 0;}
  .touch-section.ar-touch-section .touch-right-form .hs_submit{text-align: right}   
  .touch-section.ar-touch-section .touch-right-form .legal-consent-container{ padding-top: 30px;}
  .row-fluid .products_serviesitem.ar-products_serviesitem .container { display: block; }
  .row-fluid .products_serviesitem.ar-products_serviesitem .creating-highlyimg-right img { width: 100%; }
  .row-fluid .business-growth-section.ar-business-growth-section .business-growth-image { padding-right: 0; }
  .row-fluid .business-growth-section.ar-business-growth-section .container > div > div { display: block; }

}


@media (max-width:700px){
  .social-testimonial-sec .social-testimonial-outer{padding:0px 20px;}

}


@media (max-width:480px){

  .top-list .top-blog-list .blog-post-box h2 a, .blog-main .blog-post-box h2 a, .top-list .top-blog-list .left-side .blog-post-box:first-child h2 a{  height: auto !important;  font-size: 16px;}
  .big-header .bigmenu .left-main{    padding-left: 0;}
  .big-header .bigmenu .right-custom .menu-col{    padding-left: 0;}
  .big-header .bigmenu .right-custom .menu-col .hs-menu-wrapper >ul > li:first-child a{padding-left:0;}
  .big-header .bigmenu ul.social-menu li{padding: 0px 12px;}
  .big-header .bigmenu .left-main ul li{padding-bottom: 0;}
  /*   .big-header .bigmenu .left-main ul li a{width:auto;} */
  .case-mes-box{    width: 100%;}
  .row-fluid .bradcrum-menu ul li a{    padding: 0 5px;}
  .premier-section .right-part .premier-logo-box{width: calc(100% / 2 - 10px);}
  .premier-section{padding-bottom: 0px;}
  .black-back.b-testimoniale .slick-vertical .slick-slide{    padding-bottom: 20px;}

  /* 20-05-2019 */
  .row-fluid .website-info .web-btn a { font-size: 11px;}
  /* Contact Section */
  /*     .row-fluid .touch-section .touch-right-form .hs-form-field .input { margin-top: 35px; margin-right: 0px; }
  .row-fluid .touch-section .touch-right-form .hs-form-field > label { -webkit-transform: translate3d(0,6px,0) scale(1); transform: translate3d(0,6px,0) scale(1);  }
  .row-fluid .touch-section .touch-right-form .hs-form-field.focused > label{ -webkit-transform: translate3d(0,-17px,0) scale(0.75); transform: translate3d(0,-17px,0) scale(0.75); }
  */


  /*   Blog */
  .blog-main .blog-post-box .image-wrapper img, .top-list .top-blog-list .right-side .blog-post-box .image-wrapper img { width:100%; max-width:unset; height:250px; }
  .hero-content ul{ display:block; }
  .row-fluid .content-form-section.touch-section .touch-right-form .form-columns-1 .hs-form-field > label{ top: 0;}
  .logos-title-section h3 { font-size: 23px; padding-bottom: 10px; line-height: 35px; }
  .content-form-section.touch-section.contat-touch.new-touch { padding: 30px 0px 10px; }
  .content-form-section.touch-section.contat-touch.new-touch .right-side .touch-right-form h2 { font-size: 22px; line-height: 33px; font-weight: 500; }
  .logos-title-section .logos-box { width: calc(100% / 2 - 33px); }

  /* --- social --- */

  .social-logo-section .social-logo-box .social-logo-img{ padding: 0;}
  .social-logo-section .social-logo-box .social-logo-img img{ max-width: 180px;}
  .case-study-vdsection .right-mobile { max-width: 340px; bottom: -39px; right: -40px;}
  .social-logo-wrap{ padding: 40px 0px;}
  .social-logo-section .slick-arrow.slick-next { right: -20px; }
  .social-logo-section button.slick-prev.slick-arrow { left: -20px; }
  .social-logo-section { overflow: hidden; }
  .im-zoom-section .im-zoom-box { width:auto; margin: 0 0 40px; }

  .im-zoom-section .im-zoom-box .im-zoom-img { height: 390px; max-width: 201px; float: none; display: inline-block; max-width: none;}
  .im-zoom-section .phone-frame { top: -23px; left: 50%; height: calc(100% + 40px); width: 280px; transform: translateX(-50%); }
  .im-zoom-section .phone-frame img { /*height: 467px;*/ max-width: 450px; width:auto; }
  /*.im-zoom-section .cs-im-zoom-wrap .im-zoom-box .im-zoom-inner:hover { transform: scale(1.1); }*/
  .im-zoom-section .cs-im-zoom-wrap { width: 100%; max-width: 100%; }
  .im-zoom-section .cs-im-zoom-wrap .im-zoom-box .phone-frame{left: 50%;}

  /* --- web development --- */

  .project-detail-section .frame-layout .laptop { height: 212px; width: 290px; top: -18px; }
  .project-detail-section .project-detail-box .lapi-img { max-width: 194px; height: 122px; }
  .project-detail-section .frame-layout .mobile { top: 160px; height: 279px; width: 191px; }
  .laptop-cover { margin-bottom: 69px; }
  .project-detail-section .project-detail-box .mobi-img { width: 109px; height: 226px; }
  .project-detail-section { padding: 70px 0px 50px; }
  .project-detail-section .button a { font-size: 16px; padding: 13px 30px; }
  .research-anays-section .research-anays-details .left-part .research-anays-box { width: calc(100% / 1 - 10px); }
  .research-anays-section .research-anays-details { padding: 25px 15px 30px; }
  .research-anays-section .research-anays-details .left-part .research-anays-box .research-anays-img { height: 240px; }
  .research-anays-section .research-anays-details .right-part h3 { font-size: 24px; }
  .research-anays-section .research-anays-details .bottom-img {  max-width: 150px;}
  .see-project-section .bottom-boxes .see-project-box .see-project-inner{    height: 250px;}
  .im-zoom-section.im-zoom-slider .cs-im-zoom-wrap .im-zoom-box .im-zoom-img{left:0;}
  .im-zoom-section.im-zoom-slider .im-zoom-box{margin-left:0; margin-right:0;}

  /* 09-03-2020 */
  /*     .praposal-page .hs_cos_wrapper .banner-logo { max-width: 90px; } */
  .praposal-page .hs_cos_wrapper .banner-title { font-size: 16px; line-height: 18px; }
  .praposal-page .hs_cos_wrapper .banner-line { font-size: 9px; line-height: 11px; }
  .row-fluid .pr_resource_box .pr_resource_title h4 { font-size: 22px; line-height: 24px; }
  .row-fluid .pr_resource_box .pr_client_logo_part .logo-box { width: 100%; }

  .social-inner .row-fluid .case-studies-portfolio.new-case-portfolio h2 { font-size: 23px; line-height: 34px; }
  .social-inner .row-fluid .case-studies-portfolio.new-case-portfolio { padding: 50px 0px 30px; }
  .social-inner .case-study-vdsection.case-study-inner-video { padding: 105px 0px 12px; }
  .case-study-inner-video.case-study-vdsection .left-side { min-height: 1040px; }
  .case-study-inner-video.case-study-vdsection .left-side .social-box ul li { width: 50px; height: 50px; padding: 0px 6px; }
  .traffic-section { padding-bottom: 20px; }
  .opportunities-section h2 { font-size: 27px; padding-bottom: 25px; margin-bottom: 25px; }
  .calendars-section { padding: 30px 0px; }

  .traffic-section .right-part .grid .img-left { width: 100%; }
  .traffic-section .right-part .grid .img-left .traffic-box:first-child { padding: 10px; padding-left: 10px !important; }
  .traffic-section { padding-left: 0; }
  .traffic-section .right-part .grid .img-left .traffic-box:nth-child(2),
  .traffic-section .right-part .grid .img-left .traffic-box:nth-child(3) { width: 100%; padding-left: 10px !important; padding: 10px; }
  .traffic-section .right-part .grid .img-left .traffic-box:first-child .inner-cover { height: 280px; }
  .traffic-section .right-part .grid .img-left .traffic-box:nth-child(2) .inner-cover,
  .traffic-section .right-part .grid .img-left .traffic-box:nth-child(3) .inner-cover { height: 280px; }
  .traffic-section .right-part .grid .img-right { width: 100%; }
  .traffic-section .right-part .grid .img-right .traffic-box { padding: 10px; }
  .traffic-section .right-part .grid .img-right .traffic-box .inner-cover { height: 280px !important; }
  .traffic-section .left-part { padding-left: 15px; }

  .social-inner-v2.social-logo-section ul.slick-dots li { padding: 0 13px; }
  .social-inner-v2.social-logo-section ul.slick-dots li:after { width: 20px; right: -10px; }
  .social-logo-section .social-logo-box .social-logo-img img { max-width: 140px; }
  .social-inner-v2.social-logo-section .social-logo-box .social-logo-img { height: 230px; }
  .project-button-section{ padding-top: 7px;}
  .logos-title-section.image-section .logos-box {width: calc(100% / 1 - 33px);}



}

/* DJ CSS*/

/*
@font-face {
font-family: "AvenirNext";
font-weight: 400;
font-style: normal;
font-display: auto;
src: url("//static.hsappstatic.net/ui-fonts/static-1.223/fonts/AvenirNext-Regular.woff2") format("woff2"),url("//static.hsappstatic.net/ui-fonts/static-1.223/fonts/AvenirNext-Regular.woff") format("woff")
}

@font-face {
font-family: "AvenirNext";
font-weight: 500;
font-style: normal;
font-display: auto;
src: url("//static.hsappstatic.net/ui-fonts/static-1.223/fonts/AvenirNext-Medium.woff2") format("woff2"),url("//static.hsappstatic.net/ui-fonts/static-1.223/fonts/AvenirNext-Medium.woff") format("woff")
}

@font-face {
font-family: "AvenirNext";
font-weight: 600;
font-style: normal;
font-display: auto;
src: url("//static.hsappstatic.net/ui-fonts/static-1.223/fonts/AvenirNext-Demi.woff2") format("woff2"),url("//static.hsappstatic.net/ui-fonts/static-1.223/fonts/AvenirNext-Demi.woff") format("woff")
}

@font-face {
font-family: "AvenirNext";
font-weight: 700;
font-style: normal;
font-display: auto;
src: url("//static.hsappstatic.net/ui-fonts/static-1.223/fonts/AvenirNext-Bold.woff2") format("woff2"),url("//static.hsappstatic.net/ui-fonts/static-1.223/fonts/AvenirNext-Bold.woff") format("woff")
}


body .body-container-wrapper {
font-size: 1.125rem;
line-height: 1.61111em;
font-weight: 500;
margin-top: 1em;
margin-bottom: 1em;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #33475b;
font-family: AvenirNext,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
*/

body.hs-blog-listing .dj_post_comment_title {
  display: none;
}
.image-wrapper img {
  object-fit: cover;
}
.blog-post-box h2.post-listing-simple {
  padding-left: 10px;
  padding-right: 10px;
}

.post-listing-simple.box-style-listing {
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 20px;
}
span.hs_cos_wrapper_type_blog_comments ul.inputs-list {
  float: none;
  color: #9354ff;
}
span.hs_cos_wrapper_type_blog_comments ul.inputs-list label.hs-error-msg {
  color: inherit;
}
/*
.blog-main .blog-post-box h2 {
margin-top: 0;
color: #33475b;
font-family: AvenirNext,"Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 15px;
line-height: 1.3125em;
letter-spacing: unset;
}
.blog-main .blog-post-box h2 a {
color: inherit;
font-family: inherit;
font-weight: inherit;
font-size: inherit;
}
0*/
a.topic-link {   
  margin-bottom: 10px;
}
body .blog-main.filter-block .blog-left .blog-pagination a.all-posts-link:hover {
  /*background: #000;
  color: #fff;
  opacity: 0.5;*/
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {   
    width: 100%;   
}

@media(max-width:1399px){
  .row-fluid .header-section .row-fluid .cta-design a {
    padding: 5px 15px;
    font-size:12px;
  }
  .row-fluid .phone-number a{
    font-size:12px;
  }  

}

@media (max-width:1024px){
  .hs-blog-post .blog-main .blog-left .blog-section {    
    padding: 0 15px;
  }
}
input#hs-pwd-widget-password {
    padding: 25px;
    border: 3px solid #000;
}