/* @import url('http://example.com/example_style.css'); */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
@import '//cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.5/jquery.fancybox.css';
/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

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

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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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




/* HTML 5 Reset */

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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




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

* {
    margin: 0;     
    padding:0;
}

ul {
    padding-left: 35px;
}
body {
    font-family: 'Open Sans', 'sans-serif';
    margin: 0;
    padding: 0;    
}

.container {
    max-width: 1520px;
    margin: 0 auto !important;
    float: none !important;
    padding: 0 15px;
}
.container-small {
  max-width: 900px;
  margin: 0 auto !important;
  float: none !important;
  padding: 0 15px;
}
img {
    height: auto;
}

a {
    transition:all .3s ease-in-out;
}

p {
    font-size: 22px;
    line-height: 33px;
    color: #58595b;
}

h1 {
    font-size: 50px;
    color: #58595b;
}

h2 {
    font-size: 35px;
    color: #58595b;
}

h3 {
    font-size: 33px;
    color: #58595b;
}

h4 {
    font-size: 26px; 
    color: #58595b;
}

h5 {
   font-size: 20px;
    color: #58595b;
}

h6 {
    font-size: 16px;
    color: #58595b;
}
:focus{
    outline:none !important;
}
.hs-button.primary.large{
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;
}




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

.header_section {
    padding: 20px 0px 0px 0px;
}


.header_section {
    background: rgb(255, 255, 255) none repeat scroll 0 0;
    padding: 20px 0 0;
    position: fixed;
    top: 0;
    width:100% !important;
     z-index: 9;
}

.banner_section {
    margin: 99px 0 0 !important;
}


.header_section .logo {
    margin-top: 30px;
}

@-moz-document url-prefix() {
   .header_section .logo {
    margin-top: 0px;
}
}
.header_section .header_right {
    text-align: right;
    margin: 0;
    float: right;
}

.header_section .header_right .contact ul {
    list-style-type: none;
    margin:0;
    padding:0;
}


.header_section .header_right .contact li {
    display: inline-block;
    margin-left: 20px;
}

.header_section .header_right .contact span {
    margin-right: 10px;
    font-size: 22px;
}

.header_section .header_right .contact li a {
    text-decoration: none;
    color: #58595B;
    font-size: 18px;   
}

.header_section .header_right .contact span i {
    font-size: 18px;
}

.header_section .header_right .hs-menu-flow-horizontal li {
    width: auto;
    margin-left: 31px;
}

.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:first-child {
    margin: 0;
}


.header_section .header_right .hs-menu-flow-horizontal li a {
    font-size: 18px;
    color: #58595B;
    text-transform: uppercase;
    font-weight: 600;
    max-width: 100%;
    padding:0 0 20px;
    overflow: visible;
}

.header_section .header_right .hs-menu-flow-horizontal li a:hover,.header_section .header_right .hs-menu-flow-horizontal li.active-branch>a{
    color:#00afe6;
}

.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li  {
    text-align: left;
    margin:0 0 10px;
}
.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li:last-child{
    margin-bottom:0px;
}
.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
   width: 100%;
    color: #fff;
    text-transform: capitalize;
    font-size: 20px;
    padding: 10px 20px;
    box-sizing: border-box;
    position: relative;
    border:1px solid #005E9C;
}
.custom-menu-primary ul {
    float: right;
}
.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper{
    top: 80px;
    transition:all .2s ease-in-out;
}
.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover ul.hs-menu-children-wrapper{
    top: 46px;
}
.header_section.lp-header .logo {
    margin-top: 0px;
}
.header_section.lp-header .header_right ul {
        padding: 0 0 20px 0 !important;
    margin: 0 !important;
    float: right;
}
.lp-header .header_left {
    padding-bottom: 20px;
}
.header_section.lp-header .header_right {
    padding-top: 4.5%;
}

/*=======================================================*/

.banner_section {
    background-repeat: no-repeat;
    background-position: center center;
}

.banner_section .banner-content {
    color: #fff;
    max-width: 1030px;
    padding: 20px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    min-height: 500px;
}

.banner_section .banner-content .content {
    background-color: #005E9C;
    padding: 20px;
    margin-bottom: 10px;
}


.banner_section .banner-content h2 , .banner_section .banner-content h4{
    font-weight:600;
    color: #fff;
}


.start_project_section {
   background-color: #005E9C;
   padding: 50px 0px;
}


.start_project_section .start_project h4 {
    font-weight: 600;
    color: #fff;
}

.start_project_section .start_project .span8.widget-span.widget-type-rich_text {
    max-width: 1000px;
    display: inline-block;
    float: none;
}

.start_project_section .start_project .span4.widget-span.widget-type-cta {
    margin-left:2%;
    display: inline-block;
    float: none;
}
.what-we-do {
  min-height: 502px !important;  
}
  
.what-we-do-bg {
    background-image: url(https://cdn2.hubspot.net/hubfs/2477780/SYG-Feb2017/Images/HomePage/image2.jpg?t=1488202148173);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    height: 100%;
    left:0;
}
.what-we-do-block {
    padding: 60px 40px;
  
}
.what-we-do-info {
    margin: 0;

}
.what-we-do {
    position: relative;
    background-color: #F1F2F2;
}
.what-we-info {
    float: right !important;
    margin: 0 !important;
}
/*.what-we-do-block .owl-item {
    width: 100% !important;
    max-width: 647px;
}*/
.case-study-module .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_custom_widget {
    float:left;
    width: 25%;
}
.case-study-image img {
    width: 100%;
}

a#cta_button_2477780_a086ef79-2e76-4605-88e1-b02297339f18 {
    margin: 10px 0 0;
}

.case-info {
    position: relative;
    overflow: hidden;
}
.case-study-title {
    font-size: 16px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    /*background: rgba(15, 173, 223, .8);*/
    opacity: 0;
    transition: all .4s ease-in-out;
  display: flex;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
   align-items: center;
   justify-content: center;
    z-index: 2;
    top: 100%;
    font-size: 33px;
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration:none;
    padding:155px 0;
}


.companies-sec .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_custom_widget {
    display: inline-block;
    margin: 0 2% 0 0;
    vertical-align: middle;
    width: 10%;
}
.companies-sec .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_custom_widget:last-child {
    margin-right: 0;
}
.certifications .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_custom_widget {
    display: inline-block;
    vertical-align: middle;
    width: 17%;
}
.certifications .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_custom_widget:last-child .img_adder:last-child::after {
    display: none;
}
.certifications .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_custom_widget:last-child {
    margin-right: 0;
}
.certifications .img_adder {
    position: relative;
    padding-right: 15px;
}
.certifications .img_adder::after {
    position: absolute;
    right: 0;
    top: 0;
    content: '';
    width: 1px;
    height: 50px;
    background: #A8A9AB;
    top: 0;
    bottom: 0;
    margin: auto;
}
.case-study-image:before{
    background: rgba(15, 173, 223, .8);
    content: '';
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    opacity:0;
    transition: all .7s ease-in-out;
}
    
.addition {
    position: absolute;
    right: 0;
    bottom: -50%;
    background-color: #0179C7;
    color: #fff;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 60px;
    font-weight: 300;
    z-index: 99999;
    opacity: 0;
    transition: all .4s ease-in-out;
}

.case-study-module .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_custom_widget:hover .case-study-title {
    top: 0;
    opacity: 1;
}
.case-study-module .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_custom_widget:hover .addition {
    opacity: 1;
    bottom: 0;
}
.case-study-module .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_custom_widget:hover .case-study-image:before{
    opacity: 1;
}
/*.case-info:hover .case-study-title {
    top: 0;
    opacity: 1;
}
.case-info:hover .addition {
    opacity: 1;
    bottom: 0;
}
.case-info:hover .case-study-image:before{
    opacity: 1;
}*/
.news_announcement h2 {
    color: #58595b;
    font-weight: 400;
}
.custom-menu-primary ul li:hover ul {
    background: #005E9C;
}
.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover {
    background: #fff;
    color:#005E9C;
}
.custom-menu-primary ul.hs-menu-children-wrapper{
    position:relative;
}
.custom-menu-primary ul.hs-menu-children-wrapper::before {
    position: absolute;
    left: 23px;
    right: 0;
    top: -5px;
    background: #005E9C;
    content: '';
    height: 10px;
    width: 10px;
    transform: rotate(45deg);
}

.project-cta {
    float: none !important;
    display: inline-block !important;
    vertical-align: middle;
    margin: 0 0 0 10px !important;
    width: 31% !important;
}
.project-content {
    float: none !important;
    display: inline-block !important;
    vertical-align: middle;
}

/*==============================
==========NEWS SLIDER==========*/

.news_announcement {
    text-align: center;    
    padding: 30px 0;
    background-color: #F1F2F2;
}

 .owl-carousel .item p {
    display: inline-block;
    font-weight: 600;
    color: #58595b;
}

.owl-carousel .item .slide-image {
    display: inline-block;
    float: none;
    vertical-align: middle;
}

.owl-carousel .item .slide-content {
    display: inline-block;
    float: none;
    margin-left: 2%;    
    vertical-align: middle;
}

/* clearfix */
.owl-carousel .owl-wrapper:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
/* display none until init */
.owl-carousel{
display: none;
position: relative;
width: 100%;
-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
display: none;
position: relative;
-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
overflow: hidden;
position: relative;
width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
-webkit-transition: height 500ms ease-in-out;
-moz-transition: height 500ms ease-in-out;
-ms-transition: height 500ms ease-in-out;
-o-transition: height 500ms ease-in-out;
transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item{
float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
cursor: pointer;
}

.owl-buttons {
    display: none;
}

.owl-controls {
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: #005E9C;
}

/* mouse grab icon */
.grabbing { 
cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
-webkit-backface-visibility: hidden;
-moz-backface-visibility:    hidden;
-ms-backface-visibility:     hidden;
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
}

/*pagination*/
        /*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}



/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 1;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #fff;
    border: 1px solid #005E9C;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
    background: #005E9C;
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}

.case-studies {
    padding: 20px 0px 0;
    text-align: center;
    min-height: 508px !important;
}

.case-studies h2 {
    font-weight: 400;
    color: #58595b;
    margin-bottom: 20px;
}

.case-studies p {
    font-weight: 400;
    margin-bottom: 20px;
}

.meet-sygma {
    padding: 107px 0px;
    background: url('https://cdn2.hubspot.net/hub/2477780/hubfs/SYG-Feb2017/Images/HomePage/image1.jpg');
    background-repeat: no-repeat;
    background-position: right;
    min-height:502px !important;
}
.meet-sygma .content {
    max-width: 720px;
}


.meet-sygma .content h2 {
    color:#58595b;
    font-weight: 400;
    margin-bottom: 20px;
}

.meet-sygma .content p {
    margin-bottom: 10px;
}

.testimonial {
    padding: 70px 0px;
    background: #99CC33;
    color: #fff;
    text-align: center;
    min-height: 430px !important;
}


.companies-sec {
    padding: 20px 0px; 
    background-color: #F1F2F2;
    text-align: center;
    min-height: 137px !important;
}


.certifications {
    padding: 20px 0px;
    text-align: center;
    min-height: 206px !important;
}

.certifications h2 {
    color:#58595b;
    font-weight: 400;
    margin-bottom: 20px;
}
/*
.certifications .row-fluid-wrapper {
    max-width: 700px;
    margin:0 auto !important;
    float: none !important;
}
*/
.certifications .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_custom_widget .img_adder:last-child {
    padding-right: 0;
}
.certifications .widget-type-custom_widget {
    position: relative;
}

.certifications .widget-type-custom_widget::after {
    position: absolute;
    content: '';
    height: 50px;
    width: 1px;
    background: #A8A9AB;
    right: 0;
    top: 5px;
}
.news_announcement a.news-slide-read-more {
    background-color: #00AFE6;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    font-size: 22px;
    padding: 15px 25px;
    border-radius: 8px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 0 40px;
}


.what-we-do .slide-content a {
    background-color: #00AFE6;
    color: #fff;
    text-decoration: none;
    font-size: 22px;
    padding: 15px 25px;
    border-radius: 8px;
    text-transform: uppercase;
    font-weight: 600;
    display: table;
    margin: 60px 0;
}
.news-slider{
    margin: 30px 0 0;
}

.what-we-do-block h2{
    color: #58595b;
    font-weight: 400;
    margin-bottom: 20px;
}

.what-we-do .what-we-do-block  h4 {
    font-weight: 600;
}

.what-we-do .owl-pagination{
   text-align: left;
}
.what-we-do #owl-demo2 .slide-content {
   margin-left:0;
}
.testimonial .owl-carousel .item h4 {
    color: #fff;
    font-weight: 500;
    line-height: 38px;
    margin: 30px 0 0;
}
.professional-name {
    font-size: 22px;
    margin: 30px 0;
    display: inline-block;
}
.case-study-module {
    margin: 30px 0 0;
}
.testimonial .owl-theme .owl-controls .owl-page span{
    border: 1px solid #fff;
    background: transparent;
}
.testimonial #owl-demo1 .owl-page.active span {
    background: #fff;
}
.testimonial #owl-demo1 .owl-page:hover span{
    background: transparent;
}

/* ======== start css Team Exlusive ========  */
.team-exicutive  .team-row > span > .hs_cos_wrapper { box-sizing: border-box; float: left; margin-right: 30px; width:48.4%; }
.team-exicutive  .team-row > span > .hs_cos_wrapper:nth-child(2n){ margin-right:0; } 
.team-exicutive  .team-row .team-image { background-position: center center; background-repeat: no-repeat;  background-size: cover;  float: left; height: 509px; width: 100%; }
.team-exicutive  .team-col{text-align:center; float:left; width:100%;}
.team-exicutive  .team-row .team-text > h3{font-size:24px; color:#005e9c; font-weight:600;}

.team-exicutive  .team-row .team-text > spna {color: #545557; display: inline-block; font-size: 18px;}
.team-exicutive  .team-row  .team-text{float:left; width:100%; padding:20px 0;}
.team-image { -webkit-filter: grayscale(100%);   filter: grayscale(100%);}
.team-exicutive .team-row > span > .hs_cos_wrapper > a:hover  .team-image{-webkit-filter: grayscale(0%);   filter: grayscale(0%); -moz-filter: grayscale(0%); transition:0.4s;} 

.popup-box { background-color: #fff; left: 0;  margin: 0 auto; max-width: 800px; border-radius:20px; position: absolute; right: 0; display:none; width:100%; z-index: 9; padding:30px;}
.right-part { box-sizing: border-box; float: left; padding-left: 26px; width: 73%; }
.left-part { float: left;  max-width: 210px; width:210px;}
.team-image1 { background-position: center 0;  background-repeat: no-repeat; background-size: cover; height: 250px; cursor:pointer;  position:relative;}
.team-image1:before{position:absolute; content:""; top:0; right:0; bottom:0; left:0; background-color:rgba(19,174,223,0.90); opacity:0; transition:0.4s;}
.hover-icon{float:left; width:100%; opacity:0; transition:0.4s;}
.team-image1:hover .hover-icon,.team-image1:hover:before{opacity:1;  transition:0.4s;}
.cover-hover {  position:absolute; text-align: center;  top: 50%;  transform: translateY(-50%); width: 100%;}
.hover-icon .cover-hover > a { background: #fff none repeat scroll 0 0;  border-radius: 50%; box-sizing: border-box; display: inline-block;  font-size: 15px;  height: 40px; margin: 0 3px;
    padding: 8px 0;  width: 40px;}
.maintext-right p{font-size: 16px; line-height: 23px;  padding-bottom: 0 !important; padding-top:18px !important;}
.team-text1 > spna { color: #595a5c; display: inline-block; line-height: 28px;}
.team-text1 > h3 {  color: #005e9c;  font-size: 22px;  font-weight: 600;}
.team-text1 { float: left; padding: 18px 0; width: 100%;}
.maintext-right h2 { border-bottom: 2px solid #f6f6f6; color: #669ec0; font-size: 28px; font-weight: 500; padding-bottom: 15px;}
.personal-data{float:left; width:100%; padding-top:12px;}
.personal-data > span { float: left;  padding: 10px 0;  width: 50%; padding-right: 18px; box-sizing: border-box; position:relative;}
.personal-data span > p,.personal-data > p{padding:0 !important; margin:0 !important; font-size:16px; line-height:24px;}
.personal-data span > h4,.personal-data > h4{  color: #005591;  font-size: 18px; font-weight: 600; cursor:pointer;}
.team-exicutive .fancybox-skin{padding:0 !important;}
.team-exicutive .fancybox-outer, .team-exicutive .fancybox-inner { background: #fff none repeat scroll 0 0; border-radius: 10px; position: relative;}

/*.team-exicutive .puse > p{display:none;}
.personal-data > span:hover .puse {opacity:0; visibility:hidden; left:50px; transition:0.6s;} 
*/

/*
.partners-menu ul li.active a{color:#95c833;}
*/
 
    
/*  .personal-data > span > h4,.personal-data > h4 {opacity:0; left:18px; position:relative;}*/
  
  .fancybox-lock  .personal-data > span > h4,.fancybox-lock  .personal-data > h4 {animation-duration: 0.6s;
    animation-iteration-count: 1;
    animation-name: mymove; cursor:pointer; 
    animation-timing-function: linear; position:relative; }
  
    
    /* Safari 4.0 - 8.0 */
@-webkit-keyframes mymove {
    0% {right: 20px; opacity:0.8;}
    100% {right: 0px; opacity:1;}
  
}

/* Standard syntax */
@keyframes mymove {
     0% {right: 20px; opacity:0.8;}
    100% {right: 0px; opacity:1;}

}

@media only screen and (min-width: 768px) and (max-width: 1300px){
.team-exicutive .team-row > span > .hs_cos_wrapper{float:none;    max-width:400px;
width: 100%; display:inline-block;}  
.team-row{text-align:center;}

.team-exicutive .fancybox-outer, .team-exicutive .fancybox-inner{ overflow-x: hidden !important;}
.left-part {float: left; max-width: 200px;  width: 200px;}
.right-part {box-sizing: border-box; float: left; padding-left: 17px; padding-right: 39px; width: 72%;}

}


@media only screen and (min-width:1600px){
    .right-part{width:72.5%;}
}


@media only screen and (max-width: 767px) {
.team-exicutive .team-row .team-image{float:none; display:inline-block;  max-width: 350px;}
.team-exicutive .team-row > span > .hs_cos_wrapper{width:100%;}
.right-part{padding:0; width:100%;}
.team-exicutive .team-row .team-image{height:350px;}
.personal-data > span{width:100%;}

.popup-box{padding:15px;}
.right-part { padding: 0 30px 0 0;}
.team-exicutive .fancybox-outer, .team-exicutive .fancybox-inner{ overflow-x: hidden !important;}

.popup-box{text-align:center;}
.left-part{float:none; display:inline-block; width:100%; margin-right:30px;}
}




/*==========================================
================Footer Section==============*/
.footer_section {
    padding: 20px 0px;
    background-color: #F1F2F2;
}

.footer_section .copyright ul li {
    list-style: none;
    font-size: 18px;
}

.footer_section .social {
    text-align: right;
}

.footer_section .social ul li {
    list-style: none;
    display: inline-block;
    margin-left: 20px;
    text-align: center;
    
}

.footer_section .social ul li:first-child { 
    margin:0;
}

.footer_section .social ul li a {
    color: #fff;
    background-color: #6D6E70;
    width: 40px;
    height: 40px;  
    line-height: 40px;
    font-size: 25px;
    display: inline-block;
    border-radius: 4px;
}

.footer_section .copyright ul li,.footer_section .copyright ul li a {
    list-style: none;
    font-size: 18px;
    color: #58595b;
    text-decoration:none;
}

.companies-sec span {
    display: inline-block;
    width: 100%;
}

.social{
float:right !important;
}
.page-foot {
    margin: 0;
}
.copyright.page-foot {
    padding: 8px 0 0;
}

/*===============================================
========================Cablevision=============*/

    .cablevision-sec {
        padding: 60px 0px;
    }
    
    .cablevision-sec h4:first-child {
        margin-top: 0;
    }
    
    .cablevision-sec h4 {
        margin: 30px 0 0 0; 
    }
     
    .cablevision-sec p {
       margin: 5px 0px;
    }

/*=============================================
================ Case Study =================*/

    .title-sec {
        padding: 20px 0px;
        background-color: #F2F2F2;
    }
    
    .title-sec h2 {
        color: #58595b;
        font-weight: 600;
    }
    
    .study-sec {
        padding: 110px 0 75px;
        text-align: center;
    }
    
   .study-sec .hs_cos_wrapper_widget {
        width: 32.4%;
        float: left;
        margin-right: 20px;
        margin-bottom: 120px;
    }
    
    .study-sec .hs_cos_wrapper_widget:nth-child(3n){
        margin-right:0;
    }
    
    .study-sec .case-block {
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 75.5%;
    }
        
    .study-sec .case-study .title p {
        text-transform: uppercase;
        font-weight: 600;
        color: #58595b;
        padding: 15px 0px;
    }
    
    .study-sec .case-block a {
        font-size: 201px;
        text-decoration: none;
        font-weight: lighter;
        color: transparent;
        background: rgba(17,156,198,0.8);
        width: 100%;
        height: 100%;
        line-height: 300px;
        transition: .3s ease-in-out;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
    }
    .study-sec .case-study:hover .case-block a {
        opacity: 1;
    }

    .sygma-action {
        background-color: #005E9C;
        color: #fff;
        padding: 60px 0px;
    }

    .sygma-action h4 {
        line-height: 32px;
        font-weight: 500;
        color: #fff;
    }

    
   .sygma-action .widget-type-cta {
       display: inline-block !important;
       float: none !important;
   }
   
   
   .case-study a::before {
        background: #ffffff none repeat scroll 0 0;
        bottom: 0;
        content: "";
        height: 120px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 5px;
    }
    
    .case-study a::after {
        background: #ffffff none repeat scroll 0 0;
        bottom: 0;
        content: "";
        height: 5px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 120px;
    }
    
    .case-study a {
        position: relative;
    }


/*===========================================
================Contact Page=================*/

    .contact-bnr {
        padding: 50px 0px;
        text-align: center;
        background-size: cover !important;
    }
    
    .contact-bnr h1{
        color: #fff;
        font-weight: 600;
        background-color: rgba(0,0,0,0.6);
        max-width: 450px;
        margin: 0 auto;
        padding: 10px;
        margin-bottom: 15px;
    }
    
    .contact-bnr h3 {
        color: #fff;
        font-weight: 400;
        background-color: #025F9C;
        max-width: 430px;
        padding: 10px 0px;
        margin: 0 auto;
    }
    
    .contact-map {
        padding: 80px 20px;
    }
    
   .contact-map iframe {
        min-height: 400px;
    }
       
    .contact-form .hs-form-required {
        display: none;
    }
    
   .contact-form  .hs-form-field {
        margin-bottom: 20px;
    }
    
    .contact-form  .hs-form-field input,textarea {
        width:100%;
        font-size: 18px;
        font-weight: 600;
        color: #a6a6a6;
        background-color: #F1F1F1;
        border-radius: 5px;
        border: 1px solid rgba(214, 214, 214, 0.7);
        font-family: 'Open Sans', 'sans-serif';
        box-shadow: 1px 1px 4px 0px rgba(166, 166, 166, 0.3) inset;
        margin: 5px 0 0 0;
        padding: 0 10px;
        height: 50px;
    }
    .contact-form .hs-input {
    width: 100% !important;
}

.contact-form .input {
    margin-right: 0 !important;
}
    .contact-form  .hs-form-field textarea {
        min-height: 110px;
        padding: 10px 10px;
    }
    
    .contact-form .hs_recaptcha.field.hs-form-field {
        margin-bottom: 0;
        position: relative;
        margin-left: 230px;
        height: 0;
    }
    .contact-another-form .hs_company.field.hs-form-field {
    width: 47%;
    float: left !important;
   }
   .contact-another-form .hs_jobtitle.field.hs-form-field {
    width: 47%;
    float: right !important;
   }
   .contact-form .hs_recaptcha.field.hs-form-field .recaptcha-checkbox-border {
        border-radius: 4px !important; 
        border: 3px solid #c1c1c1 !important;
    }
    
    .contact-form .rc-anchor-checkbox-label {
      font-size: 18px;
      font-weight: 500;
    }
    
    .contact-form input[type="submit"] {
        background-color:#00AFE6;
        color: #fff;
        text-transform: uppercase;
        padding: 15px 30px;
        font-size: 20px;
        font-weight: 600;
        font-family: 'Open Sans', 'sans-serif';
        border-radius: 5px;
        display: inline-block;
        border: 0;
        cursor:pointer;
    } 

    .contact-form select {
      box-shadow: 1px 1px 4px 0px rgba(166, 166, 166, 0.3) inset;
      margin: 5px 0 0 0;
      height: 50px;
      border: 1px solid rgba(214, 214, 214, 0.7);
      background-color: #F1F1F1;
    }
    
    
   .contact-form .hs-error-msgs {
       display: none !important;
    }
    
    .contact-form  .invalid {
        border: 1px solid red !important;
    }
   
    .contact-addr {
       padding: 0 5%;
    }
    
    .contact-addr p {
        color: #58595b;
        font-weight: 400;
        
    }
    .address {
    padding: 18px 0;
    }
    .email{
       padding: 18px 0 0; 
    }

    .contact-addr .widget-type-rich_text a {
        text-decoration: none;
        color: #7CCCEF;
    }
    
     .contact-addr .middle {
        border-top: 1px solid #d6d6d6;
        border-bottom: 1px solid #d6d6d6;
     }
    .form-sec {
        margin-bottom: 60px;
     }
 
/*================================================================
========================== Why SYGMA ===========================*/     
    .why-bnr {
        padding: 60px 0px;
        text-align: center;
        background-size: cover !important;
    }
    
    .why-bnr h1 {
        color: #fff;
        font-weight: 600;
        background-color: rgba(0,0,0,0.6);
        max-width: 450px;
        margin: 0 auto;
        padding: 10px;
        margin-bottom: 20px;
    }
    
    .why-bnr h3 {
        color: #fff;
        font-weight: 400;
        background-color: #025F9C;
        max-width: 900px;
        padding: 10px 0px;
        margin: 0 auto;
    }
    
    .why-sygma {
        padding: 100px 0px;    
    }
    
   .whysygma-content {
       width: 80% !important;
   }
    
    .why-sygma p {
        font-size:21px; 
        line-height:33px;
        color:#58595b;
        margin-bottom: 10px;
    }
    
/*=============================================================
============= Database-Management-Services=====================*/    
    .database-bnr {
        padding: 60px 0px;
        text-align: center;
        background-size: cover !important;
    }
    
    .database-bnr h1 {
        color: #fff;
        font-weight: 600;
        background-color: rgba(0,0,0,0.6);
        max-width: 450px;
        margin: 0 auto;
        padding: 10px;
        margin-bottom: 20px;
    }
    
    .database-bnr h3 {
        color: #fff;
        font-weight: 400;
        background-color: #025F9C;
        /*max-width: 600px;*/
        padding: 10px 40px;
        margin: 0 auto;
        display: inline-block;
        min-width: 390px;
    }
    
    .database-content {
        padding: 70px 0px;
    }
    .database-content h2 {
        font-weight:400;
        color:#005e9c;
        margin-bottom: 40px;
    }
    .database-content p {
        line-height:33px;
        font-size:22px; 
        font-weight:400;
        color:#58595b;
        margin-bottom: 20px;
    }
    
    .database-content h4 {
        line-height:33px;
        font-size:22px; 
        font-weight:600;
        color:#58595b;
    }
    .database-content .hs-menu-wrapper.hs-menu-flow-vertical ul {
        padding-left: 40px;
    }
    .database-content .hs-menu-wrapper.hs-menu-flow-vertical li {
        line-height:33px;
        font-size:22px; 
        font-weight:400;
        padding: 5px 0px;
        list-style: disc !important;
        text-align:left;
    }
    
    .database-content .hs-menu-wrapper.hs-menu-flow-vertical li a {
        white-space: normal;
        color:#58595b;
        display: inline-block;
        vertical-align: middle;
        padding:0;
    }
    .database-content .sidebar .hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
        width: auto;
        position: relative;
        overflow: visible;
        display: block;
        padding: 20px 0 20px 40px;
        border-bottom: 1px solid #F1F1F2;
    }
    
    .database-content .sidebar .hs-menu-wrapper.hs-menu-flow-vertical ul {
        padding: 0;
    }
    
    .database-content .sidebar  .hs-menu-wrapper.hs-menu-flow-vertical li {
        list-style: none !important;  
    }
    .database-content .sidebar .hs-menu-wrapper.hs-menu-flow-vertical li a::before{
        content: '';
        width: 7px;
        height: 7px;
        display: inline-block;
        background-color: #99CC33;
        vertical-align: middle;
        position: absolute;
        left: 10px;
        top: 0;
        bottom: 0;
        margin: auto;  
    }
    .database-content .sidebar .hs-menu-wrapper.hs-menu-flow-vertical li a:hover,.database-content .sidebar .hs-menu-wrapper.hs-menu-flow-vertical li:hover,
    .database-content .sidebar .hs-menu-wrapper.hs-menu-flow-vertical li.active-branch a,.database-content .sidebar .hs-menu-wrapper.hs-menu-flow-vertical li.active-branch{
       color: #99CC33;
    }
.expert-care-info ul li::before {
    position: absolute;
    left: -15px;
    content: "\f111";
    top: 2px;
    font-family: FontAwesome;
    font-size: 5.8px;
    color: #58595b;
}
.expert-care-info ul {
    list-style: none;
    padding: 0 0 0 30px;
}
.expert-care-info ul li {
    line-height: 33px;
    font-size: 22px;
    font-weight: 400;
    margin: 0 0 10px;
    color: #58595b;
    position: relative;
    text-align: left;
}
.expert-care-info ul li:last-child{
    margin-bottom:0px;
}

/*===================================================
=====================Who We Serve====================*/
 .service_bnr {
        padding: 60px 0px 110px 0;
        text-align: center;
        background-size: cover !important;
    }
    
    .service_bnr h1 {
        color: #fff;
        font-weight: 600;
        background-color: rgba(0,0,0,0.6);
        max-width: 450px;
        margin: 0 auto;
        padding: 10px;
        margin-bottom: 20px;
    }
    
    .service-sec {
        padding: 70px 0px;
    }
    
    .service-sec .right-content {
        padding: 40px 0px 20px 0;
        margin-left: 0 !important;
    }
    
    .service-sec .right-content p {
        margin-bottom: 10px;
    }
    .service-sec .right-content {
    max-width: 770px;
    float: right;
    }
.service-image-block .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_custom_widget {
    display: inline-block;
    margin: 0 1% 20px;
    vertical-align: middle;
    width: 30%;
}
.service-image-block .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_custom_widget:first-child {
    width: 66%;
}

.service-image-block .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_custom_widget:last-child {
    width: 60%;
    margin-top: -24px;
}
/*=====================================================
========================Who We Are======================*/

    .who-we-bnr {
        padding: 60px 0px 50px 0;
        text-align: center;
        background-size: cover !important;
    }
    
    .who-we-bnr h1 {
        color: #fff;
        font-weight: 600;
        background-color: rgba(0,0,0,0.6);
        max-width: 450px;
        margin: 0 auto;
        padding: 10px;
        margin-bottom: 20px;
    }
    
   .who-we-bnr h3 {
        color: #fff;
        font-weight: 400;
        background-color: #00AFE6;
        max-width: 400px;
        padding: 10px 0px;
        margin: 0 auto;
    }
    
    .who-we-sec {
        padding: 80px 0 60px;
    }
    
    .who-we-sec img {
        float: left;
        margin-right: 35px;
    }
    
    .who-we-sec  p {
        margin-bottom: 10px;
        padding: 15px 4px 4px 4px;
    }
    
/*============================================
===============MTA============================*/    
    .mta-sec {
        padding: 80px 0px;
    }
    
       
    .mta-sec span {
        color: #005e9c;
    }
    
    .mta-sec p {
        margin-bottom: 10px;
    }
    
    
/*================================================
===================Careers========================*/    

    .career-bnr{
        padding: 60px 0px;
        text-align: center;
        background-size: cover !important;
    }
    
    .career-bnr h1{
        color: #fff;
        font-weight: 600;
        background-color: rgba(0,0,0,0.6);
        max-width: 450px;
        margin: 0 auto;
        padding: 10px;
        margin-bottom: 20px;
    }
    
    .career-bnr h3 {
        color: #fff;
        font-weight: 400;
        background-color: #025F9C;
        max-width: 450px;
        padding: 10px 0px;
        margin: 0 auto;
    }
    
    .career-sec {
        padding: 80px 0px;
    }
    
    .career-sec p {
        margin-bottom: 10px;
    }
    
    .career-sec .contact-form h4 {
        color: #252525;
        font-weight: 500;
        margin-bottom: 20px;
    }
    
    .career-sec .contact-form  .hs-form-field {
        margin-bottom:10px;
    }
    
    .career-sec .contact-form  .hs-form-field input[type="file"] {
        padding: 0;
        background: none;
        border: 0;
        box-shadow: none;
        margin-bottom:10px;    
        font-size:16px;
    }
    
    .career-sec .contact-form span .hs-form-required {
        display: inline-block !important;
        color: red;
    }
    
/*===============================================
=======================Cablevision==============*/    

    .cable-sec {
        padding:80px 0px;
    }
    .cable-sec h4 {
        font-weight: 600;
        color: #005e9c;
        margin-bottom:10px;
    }
    
    .cable-sec p {
        margin-bottom:10px;
    }
    
    
/*===========================================
===============Start A Project==============*/

    .project-sec {
        padding: 80px 0px;
    }
    
    .project-sec .contact-form .hs-form-required {
        display: inline-block;
        color:#ff0000;
    }
 /*  .contact-form .hs_jobtitle.field.hs-form-field {
    width:47%;
    float: right !important;
}

    .contact-form .hs_company.field.hs-form-field {
    width:47%;
    float: left !important;
} */


/*===========================================
================What We Do==================*/


    .task-bnr {
        padding: 60px 0;
        text-align: center;
        background-size: cover !important;
    }
    
    .task-bnr h1 {
        color: #fff;
        font-weight: 600;
        background-color: rgba(0,0,0,0.6);
        max-width: 450px;
        margin: 0 auto;
        padding: 10px;
        margin-bottom: 80px;
    }
    
    .task-sec {
        padding: 80px 0px;
    }
    
    .task-sec .hs_cos_wrapper_type_custom_widget {
        width: 32%;
        display: inline-block;
        margin-bottom: 100px;
        vertical-align: top;
        margin-right: 20px;
        text-align:left;
        opacity: 0;
        -webkit-transform: translate(0px,50px);
        -moz-transform: translate(0px,50px);
        -o-transform: translate(0px,50px);
        -ms-transform: translate(0px,50px);
        transform: translate(0px,50px);
        -webkit-transition: all ease-out 0.4s;
        -moz-transition: all ease-out 0.4s;
        -o-transition: all ease-out 0.4s;
        -ms-transition: all ease-out 0.4s;
        transition: all ease-out 0.4s;
        -webkit-transition-delay: .2s;
    }
    
    .task-sec .hs_cos_wrapper_type_custom_widget.play{
        opacity: 1;
        -webkit-transform: translate(0px,0px);
        -moz-transform: translate(0px,0px);
        -o-transform: translate(0px,0px);
        -ms-transform: translate(0px,0px);
        transform: translate(0px,0px);
    }
    
    .task-sec .hs_cos_wrapper_type_custom_widget:nth-child(2){
        -webkit-transition-delay: .4s;
    }
    
    .task-sec .hs_cos_wrapper_type_custom_widget:nth-child(3){
        -webkit-transition-delay: .6s;
    }
    
    .task-sec .hs_cos_wrapper_type_custom_widget:nth-child(4){
        -webkit-transition-delay: .8s;
    }
    
    .task-sec .hs_cos_wrapper_type_custom_widget:nth-child(5){
        -webkit-transition-delay: 1.0s;
    }
    
    .task-sec .hs_cos_wrapper_type_custom_widget:nth-child(6){
        -webkit-transition-delay: 1.2s;
    }
    .task-sec .hs_cos_wrapper_type_custom_widget:nth-child(3n) {
        margin-right: 0;
    }
    .task-sec .hs_cos_wrapper_type_custom_widget h4 {
        color:#005e9c;
        margin-bottom:10px;
    }
    
    .task-sec .hs_cos_wrapper_type_custom_widget a {
        color: #00afe6;
        text-decoration: none;
        font-weight: 600;
        font-size: 22px;
    }
    
    .task-sec .hs_cos_wrapper_type_custom_widget p {
         margin-bottom: 30px;
    }
    .task-sec .hs_cos_wrapper_type_custom_widget .icon {
        background-color: #005E9C;    
    }
    
    .task-sec .hs_cos_wrapper_type_custom_widget .icon {
        background-color: #005E9C;
        float: left;
        border-radius: 50%;
        margin-right: 20px;
    }
    
    .task-sec .hs_cos_wrapper_type_custom_widget .icon .task-img {
        width: 60px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
   .task-sec .hs_cos_wrapper_type_custom_widget  .content {
        float: left;
        width: calc(100% - 80px);
    }
    
    body.wht-v-do .task-sec .hs_cos_wrapper_type_custom_widget .content {
        padding-bottom: 50px;
        position: relative;
        min-height: 292px;
    }
    
    body.wht-v-do p.lrn-more-task {
        margin: 0 !important;
    }
    
    body.wht-v-do p.lrn-more-task a {
        position: absolute;
        bottom: 0;
    }
    
    body.wht-v-do .task-sec .hs_cos_wrapper_type_custom_widget p {
        margin-bottom: 0;
    }
    
  /*===========================================
================Blog Listing==================*/  

 .blog-bnr {
        background-image: url('https://cdn2.hubspot.net/hubfs/2477780/SYG-Feb2017/Images/Who%20we%20are/banner.jpg');
        padding: 60px 0 50px 0;
        text-align: center;
        background-size: cover !important;
    }
    
    .blog-bnr h1 {
        color: #fff;
        font-weight: 600;
        background-color: rgba(0,0,0,0.6);
        max-width: 450px;
        margin: 0 auto;
        padding: 10px;
        margin-bottom: 20px;
    }
    
    .blog-bnr h3 {
        color: #fff;
        font-weight: 400;
        background-color: #00afe6;
        max-width: 400px;
        padding: 10px 0;
        margin: 0 auto;
    }
    
    .news-sec {
        padding: 60px 0px;
    }
    
  .hs-blog-listing .news-sec #hubspot-author_data, .news-sec .blog-pagination ,  .news-sec p#hubspot-topic_data {
        display: none;
    }
    
  .hs-blog-listing .news-sec  .hs-blog-social-share, .news-sec .hs-featured-image-wrapper,  .news-sec .custom_listing_comments {
        display: none;
    }
        
 
    .news-sec .post-header a {
        text-decoration: none;
        color: #2F76A9;
        font-weight: 600;
    }
    
    .news-sec .more-link {
        color: #00afe6;
        font-size: 20px;
    }
    
    .news-sec .post-header .p_date {
        margin-bottom: 10px;
        color: #808285;
        font-weight: 400;
    }
    .news-sec .post-header h3 {
    font-size: 28px;
   }
    .news-sec .post-item {
        margin-bottom: 50px;
    }
    .news-sec .post-cnt {
        display: inline-block;
    }
    .news-sec .post-read-more {
        display: inline-block;
    }
    .hs-blog-listing .contact-form {
    display: none;
   }
     .hs-blog-listing .title-sec{
      display:none;
     }
         .hs-blog-listing .blog-bnr{
      display:block;
  }
    .post-read-more p {
    font-weight: 500;
}
.post-cnt p{
    font-weight:600;
}
.post_date {
    color: #005e9c;
}
.post-body-cont {
    display: inline-block;
}
    /*===================================
    =============Blog Detail============*/
    .hs-blog-post  #hubspot-author_data {
        margin: 20px 0px;
    }
    
     .hs-blog-post .post-header h3 {
        font-weight: 600;
        color: #2f76a9;
     }
    
    .hs-blog-post .hs-blog-social-share-item {
        margin-right: 20px !important;
    }
        
    .hs-blog-post .section.post-body {
        margin-top : 20px;
    }
    
    .hs-blog-post .post-body a {
        color: #2F76A9;
        text-decoration: none;
    }
    .hs-blog-post .hs-featured-image-wrapper{
        display:block;
    }
    .hs-blog-post .contact-form {
        max-width: 500px;
        margin: 50px 0px;
    }
    .hs-blog-post .hs-featured-image {
    float: none;
    margin: 0 30px 0 0;
    max-width: 100%;
    }
      .hs-blog-post .title-sec{
      display:block;
      }
        .hs-blog-post .blog-bnr{
      display:none;
  }

.image-featured {
    float: left;
}
    .contact-form input[type="checkbox"] {
    width: auto !important;
    height: auto;
}
.contact-form .hs_subscribe li span {
    margin: 0 0 0 5px;
}
.hs-blog-post .contact-form {
    display: none;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Homepage Updated and animations =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
.home-banner{
    background-color:#f1f2f2;
}

.home-banner .banner_section {
    overflow: hidden;
    opacity:0;
    transition: all .4s ease-in-out;
}

.home-banner .banner_section.play-banner {
    opacity:1;
}

.home-banner .banner-cta {
    position: relative;
    bottom: -400px;
    transition: all .3s ease-in-out;
    -webkit-transition-delay: .8s;
}

.home-banner .banner_section .banner-content .content {
    position: relative;
    bottom: -410px;
    transition: all .3s ease-in-out;
    -webkit-transition-delay: .4s;
}

.home-banner .banner_section.play-banner .banner-content>div{
	display:none !important;
}

.home-banner .banner_section.play-banner .banner-content>div{
	display:block !important;
}

.home-banner .banner_section.play-banner .banner-cta {
    bottom: 0px;
}

.home-banner .banner_section.play-banner .banner-content .content {
    bottom: 0px;
}
.home-cta {text-align:center; padding:50px 0;}

@media (max-width:480px){
  .home-cta {padding-bottom:0!important;}
}

.news_announcement .owl-carousel .item .slide-image {
    display: inline-block;
    float: none;
    vertical-align: middle;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
}

.news_announcement .owl-carousel .item .slide-image img {
    margin: 0 !important;
    max-width: 100%;
}

.news_announcement .owl-carousel {
    margin-top:10px;
}


.news_announcement .owl-carousel .item .slide-content {
    display: inline-block;
    float: none;
    margin-left: 0;
    vertical-align: middle;
    width: calc(100% - 330px);
    text-align: left;
    padding-left: 35px;
    box-sizing: border-box;
}

.news_announcement a.news-slide-read-more {
    background-color: #00AFE6;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    font-size: 22px;
    padding: 15px 25px;
    border-radius: 8px;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 0 35px;
}

.case-study-module .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_custom_widget{
    -webkit-transition: all ease-out 0.4s;
    -moz-transition: all ease-out 0.4s;
    -o-transition: all ease-out 0.4s;
    -ms-transition: all ease-out 0.4s;
    transition: all ease-out 0.4s;
    /* -webkit-transform: scale(0,0);
    -moz-transform: scale(0,0);
    -o-transform: scale(0,0);
    -ms-transform: scale(0,0);
    transform: scale(0,0);*/
    -webkit-transition-delay: .2s;
}


.case-study-module .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_custom_widget:nth-child(2){
    -webkit-transition-delay: .4s; /* Safari */
    transition-delay: .4s;    
}

.case-study-module .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_custom_widget:nth-child(3){
    -webkit-transition-delay: .6s; /* Safari */
    transition-delay: .6s;    
}

.case-study-module .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_custom_widget:nth-child(4){
    -webkit-transition-delay: .8s; /* Safari */
    transition-delay: .8s;    
}


.case-study-module.show .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_custom_widget{
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -o-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);
}

.full-width-what-we-do .item {
    background-color: #f1f2f2;
    min-height: 480px;
}

.full-width-what-we-do .owl-carousel .owl-item{
    background-color: #f1f2f2;
}

.full-width-what-we-do .side-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-size: cover;
}

.full-width-what-we-do .owl-carousel .item .slide-content {
    float: right;
    margin-left: 0;
    padding: 60px 40px 100px;
    width: 50%;
    box-sizing: border-box;
}

.full-width-what-we-do .owl-pagination {
    display: inline-block;
    position: absolute;
    bottom: 50px;
    left: calc(50% + 40px);
}

.full-width-what-we-do .owl-carousel .item .slide-content h2 {
    color: #58595b;
    font-weight: 400;
    margin-bottom: 20px;
}

.full-width-what-we-do .owl-carousel .item .slide-content h4 {
    font-weight: 600;
}

.full-width-what-we-do .owl-carousel .item .slide-content a {
    background-color: #00AFE6;
    color: #fff;
    text-decoration: none;
    font-size: 22px;
    padding: 15px 25px; 
    border-radius: 8px;
    text-transform: uppercase;
    font-weight: 600;
    display: table;
    margin: 60px 0;
}

/*.full-width-what-we-do .owl-carousel .owl-item:first-child .side-image {
    left: -50%;
   transition:all .4s ease-in-out;
}
*/
/*.full-width-what-we-do .owl-carousel .owl-item:first-child .slide-content {
    position: relative;
    right: -50%;
   transition:all .4s ease-in-out;
}
*/
.full-width-what-we-do {
    overflow: hidden;
}

.full-width-what-we-do.show .owl-carousel .owl-item:first-child .side-image {
    left: 0%;
}

.full-width-what-we-do.show .owl-carousel .owl-item:first-child .slide-content {
    position: relative;
    right: 0%;
}

/*******************Thankyou Page*************/
  .th-content-sec{
        padding: 110px 0 75px;
        text-align: center;
    }




/*******************Blog Page*************/

.syg-main-blog-sec {
    position: relative;
    padding: 30px 0 200px;
}
.sygblog-bnr{
    background-image: url(https://cdn2.hubspot.net/hubfs/2477780/SYG-Feb2017/Images/Blog/banner%20image.jpg);
    padding: 110px 0 110px 0;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: -200px 0px;
}
.sygblog-bnr h1{
    color: #fff;
    background: rgba(0,0,0,.6);
    max-width: 400px;
    margin: 0 auto;
    padding: 8px 20px;
    width: calc(100% - 30px);
    box-sizing: border-box;
}
.syg-main-blog-sec .post-item {
    display: inline-block;
    width: calc(50% - 13px);
    padding: 8px;
    border: 1px solid #e2e2e2;
    box-sizing: border-box;
    vertical-align: top;
    margin-bottom: 40px;
}

.syg-main-blog-sec .post-item h3 a{
   font-size:25px; 
   color:#000;
    text-decoration: none;
    font-weight: 600;
    margin: 14px 0 5px!important;
    display: inline-block;
}

.syg-main-blog-sec .post-item a:hover{
    color:#1db0e4 !important;
}

.syg-main-blog-sec .post-item p{
    font-size:20px; 
    line-height:24px;
    color:#58595b;
    font-weight: 400;   
}
   .syg-main-blog-sec .post-item .more-link{ 
    color: #1db0e4;
    font-size: 20px;
    text-decoration: none;
    font-weight: 600;
    margin: 40px 0 10px;
    display: inline-block;
   }
.syg-main-blog-sec .post-item .hubspot-editable{
    color:#58595b;
   font-size:16px; 
    font-weight:400;
    margin: 4px 0 9px;
}
.syg-main-blog-sec .post-item .author-link{
    color:#58595b;
    font-weight:bold;  
    text-decoration: none;
}
.syg-main-blog-sec .custom_listing_comments {
    display: inline-block;
    float: right;
}
.cmt-readmor {
    border-top: 1px solid #f4f4f4;
    padding: 10px 15px 12px;
    color: #929397;
    font-size: 13px;
    font-weight: 600;
}
.syg-main-blog-sec .custom_listing_comments a {
    color: #929397;
    text-decoration: none;
}
.syg-main-blog-sec .post-item:nth-child(2n){
    margin-left: 21px;
}
.syg-main-blog-sec .post-item .hs-featured-image-wrapper {
    width: 100%;
    float: none;
    margin: 0;
    max-width: 100%;
    min-height: 388px;
    background-size: cover;
    position: relative;
}
/*.syg-main-blog-sec .post-item:nth-child(2) .hs-featured-image-wrapper,
.syg-main-blog-sec .post-item:nth-child(3) .hs-featured-image-wrapper,
.syg-main-blog-sec .post-item:nth-child(6) .hs-featured-image-wrapper,
.syg-main-blog-sec .post-item:nth-child(7) .hs-featured-image-wrapper {
    display: none;
}*/
/*
.syg-main-blog-sec .post-item:nth-child(4) {
    margin-top: -389px;
}
.syg-main-blog-sec .post-item:nth-child(7){
    float:right;
    margin-top:-389px;
}
*/
.syg-main-blog-sec .blog-pagination {
    position: absolute;
    bottom: 100px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}
.title-readmor {
    padding: 0 15px;
}
.syg-sidebar {
    max-width: 350px;
    float: right !important;
}
.syg-sidebar h3{
    font-size: 24px;
    color:#0c609a; 
    margin: 40px 0 10px;
    font-weight:bold;
}
.syg-sidebar ul {
    padding: 0;
}
.syg-sidebar ul li{
    list-style: none;
    padding: 10px 0;
    border-top: 1px solid #ccc;  
}
.syg-sidebar ul li:last-child {
    border-bottom: 1px solid #ccc;
}
.syg-sidebar ul li a{
    font-size:18px;
   color:#58595b; 
    line-height:24px;
    font-weight:600;
    text-decoration: none;

}
.syg-sidebar ul li a:hover{
    color:#1db0e4;
}
.sidebar-topic ul li {
    list-style: disc !important;
    color:#0c609a; 
    border: none !important;
}
.sidebar-topic ul li a {
    font-weight: 400;
    line-height: 30px;
}
.sidebar-topic ul {
    padding-left: 20px;
}
.sidebar-topic h3 {
    padding-bottom: 6px;
    border-bottom: 1px solid #ccc;
}
.syg-sidebar .hs-form-required {
    color: red;
}
.syg-sidebar .hs-button.primary.large {
    background: #1db0e4;
    border: 1px solid transparent;
    padding: 8px 20px;
    margin-top: 30px;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    cursor: pointer;
    transition: all .3s ease-in-out;
    font-family: 'Open Sans', 'sans-serif';
    width: 100%;
    max-width: 200px;
}
.syg-sidebar .hs-button.primary.large:hover {
      background: #fff;
    color:#1db0e4;
    border:1px solid #1db0e4;
}
.syg-sidebar label:after {
    content: ':';
}

.syg-sidebar .hs-input {
    padding: 14px 0 !important;
    margin: 15px 0 0px;
    border: 1px solid #ccc;
}

.syg-sidebar label{
    color:#58595b;
    font-size:18px;
    line-height:24px;
    font-weight: 600;
}

.sidebar-mail h3{
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc; 
    margin-bottom: 20px;
}

.syg-sidebar .gsc-search-box-tools .gsc-search-box input.gsc-input{
    background: url('https://cdn2.hubspot.net/hubfs/2477780/SYG-Feb2017/Images/Blog/image%202.png') !important;
    background-repeat: no-repeat !important;
    text-indent: 0 !important;
    height:50px !important;
    border-radius: 3px;
    background-position: center right !important;
    border: 1px solid #ededed !important;
    padding: 0 10px !important;
}

.syg-sidebar .gsc-search-button {
    display: none;
}

.gsc-search-box-tools .gsc-search-box .gsc-input {
    padding: 0 !important;
}

.gsib_a{
    padding: 0 !important;  
}

.gsc-input-box {
    height: 50px !important;
    border: none !important;
}

.gsc-control-cse.gsc-control-cse-en {
    padding: 0 !important;
}

td.gsib_b {
    display: none;
}

.syg-main-blog-sec .all-posts-link {
    background: #EEEEEE;
    padding: 10px 10px;
    text-decoration: none;
    color:#58595b;
}

.syg-main-blog-sec .all-posts-link:hover {
    background:#1db0e4;
    color:#fff;   
}

.syg-main-blog-sec .blog-post-wrapper h3 {
    color: #000;
}




/*******************Blog Page*************/



/***** Error  Page Updated *****/
.udted-eror-sec {
    padding: 180px 0 100px !important;
}
.udted-sidebr {
    float: left !important;
    text-align: center;
    max-width: 100% !important;
}
.udted-sidebr h1 {
    font-size: 40px !important;
}
.updt-srch {
    max-width: 300px;
    margin: 20px auto !important;
    float: none !important;
}
.udted-sidebr h1 {
    color: #000 !important;
    font-weight: 300;
    margin: 0 auto;
}
.rgt-sdbr-ero img {
    margin-top: 20px;
}
.udted-sidebr h1 span{
    font-size: 150px;
    display: block;
    border-top: 13px solid #005E9C;
    border-bottom: 13px solid #99CC33;
    max-width: 260px;
    font-weight: 600;
    line-height: 140px;
    margin: 0 auto;

}
.updt-srch .gsc-search-box-tools .gsc-search-box input.gsc-input {
    background-color: #f1f1f1 !important;

}
.rgt-sdbr-ero {
    float: right !important;
}
/***** Error  Page Updated *****/


/*******************Blog Detail*************/

.syg-main-blog-sec .blog-post-wrapper .hs-author-avatar {
    display: none;
}
.det-share-icn {
    padding: 10px 0;
    max-width: 800px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.det-share-icn li {
    list-style: none;
    display: inline-block;
    background: #A8A8AA;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 3px;
    margin-left: 10px;
    transition: all .3s ease-in-out;

}
.det-share-icn li a:hover {
    color:#1db0e4;
}
.det-share-icn li:first-child {
    padding-right: 10px;
    width: auto;
    background: none;
    height: auto;
}
.det-share-icn li a{
 color:#fff;   
}
.syg-main-blog-sec .blog-post-wrapper .author-link {
    color: #58595b;
    font-weight: bold;
    text-decoration: none;
}
.syg-main-blog-sec .blog-post-wrapper .hubspot-editable {
    color: #58595b;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px;
}
.syg-main-blog-sec .post-item .hs-featured-image-wrapper:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    text-align: center;
    width: 100%;
    height: 100%;
    background: rgba(29, 176, 228,.7) url(https://cdn2.hubspot.net/hubfs/2477780/SYG-Feb2017/Images/Blog/big_plus.png) no-repeat center center;
    opacity:0;
    overflow: hidden;
    -webkit-transition: all ease-out 0.7s;
    -moz-transition: all ease-out 0.7s;
    -o-transition: all ease-out 0.7s;
    -ms-transition: all ease-out 0.7s;
    transition: all ease-out 0.7s;
    -webkit-backface-visibility: hidden;
}
.syg-main-blog-sec .post-item .hs-featured-image-wrapper:hover:before {
    opacity: 1;
}
.syg-main-blog-sec .blog-post-wrapper .hs-featured-image-wrapper-det {
    position: relative;
    margin: 60px 0 40px;
    max-height: 600px;
    overflow: hidden;
}

.syg-main-blog-sec .post-item .hs-featured-image-wrapper a {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.syg-main-blog-sec .blog-post-wrapper .hs-featured-image-wrapper-det img{
    width:100%;
}
.syg-main-blog-sec .blog-post-wrapper .hs-featured-image-wrapper-det:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    text-align: center;
    width: 100%;
    height: 100%;
    background: rgba(29, 176, 228,.7) url(https://cdn2.hubspot.net/hubfs/2477780/SYG-Feb2017/Images/Blog/big_plus.png) no-repeat center center;
    opacity:0;
    overflow: hidden;
    -webkit-transition: all ease-out 0.7s;
    -moz-transition: all ease-out 0.7s;
    -o-transition: all ease-out 0.7s;
    -ms-transition: all ease-out 0.7s;
    transition: all ease-out 0.7s;
    -webkit-backface-visibility: hidden;
}
.syg-main-blog-sec .blog-post-wrapper .hs-featured-image-wrapper-det:hover:before {
    opacity: 1;
}

.logo {
    padding: 0 0 20px;
}
.start-project-class iframe {
    width: 100%;
}

.rc-anchor-normal {
    box-sizing: border-box;
    height: 74px;
    max-width: 300px;
    width: 100%;
}
body.start-project-class .contact-form .hs_recaptcha.field.hs-form-field {
    height: auto;
    margin-bottom: 15px;
    margin-left: 0;
}
body.careers-class .contact-form .hs_recaptcha.field.hs-form-field {
    height: auto;
    margin-bottom: 15px;
    margin-left: 0;
}

.error-sec{
    padding: 90px 0 150px 0;
}
.error-sec h1 {
    font-size: 200px;
    color: #343b47;
}
.error-sec h3 {
    font-size: 60px;
    text-transform: uppercase;
    color: #343b47;
}
.goto-home {
    border-bottom: 1px solid #e2e4e4;
    border-top: 1px solid #e2e4e4;
    padding: 45px 0;
    text-align: center;
}
.google-search-sec .syg-sidebar {
    display: block !important;
    float: none !important;
    margin: 0 auto !important;
}
.google-search-sec {
    padding: 50px 0;
}
.error-sec-image{
   text-align: center; 
}
.google-search-sec .syg-sidebar .gsc-search-box-tools .gsc-search-box input.gsc-input {
    border-left: 1px solid #d3d3d3 !important;
    border-top: 1px solid #d3d3d3 !important;
    box-shadow: 0px 1px 4px 0px #d8d8d8 inset;
    color: #a8a8a8;
    background-color: #f1f1f1 !important;
    background-position: 98% 80% !important;
    font-weight: 500;
}
.mobile-error-image{
    text-align: center;
    display:none !important;
}
body.error-page .header_section {
    padding: 20px 0px 0px 0px;
    box-shadow: 1px 1px 1px 0px rgba(0,0,0,.1);
}
/*******************Blog Detail*************/  

.event-section { padding:50px 0; background:#f1f2f2;}
.event-section h4 { text-align:center; padding-bottom:30px; text-transform:capitalize; color: #58595b; font-weight: 400; }
.event-section .container { max-width:1230px;}
.event-section .event-btn a{ background-color: #00AFE6; float:right;  color: #fff; display: inline-block; text-decoration: none; font-size: 18px; padding: 10px 25px; border-radius: 8px; vertical-align: middle;  text-transform: uppercase;  font-weight: 600; margin:25px 0 0 0px; } 
.event-section .event-btn a:hover {background:#000; }
.event-section .event-img { margin-bottom:20px;}
.event-section .event-img img { max-width:90px; }
.event-section .event-text { padding-left:30px; padding-top: 26px;  }
.event-section .event-text p { font-size:17px;  }

.innner-content { margin-bottom:20px; }
.strategic-partners  a { color:#00afe6; font-size:22px; font-weight:600; text-decoration:none;}
.strategic-partners .copyright.page-foot { margin-left:0;} 
.strategic-partners .copyright.page-foot ul {padding-left:0;}

.partners-menu { padding-right:10px; padding-top:0;} 
.partners-menu ul { width:100%; float:left;}
.partners-menu ul li { width:100%; float:left;}
.partners-menu ul li.active a { color:#95c833;}
.partners-menu ul li a { max-width:100% !important; position:relative; width:100%; text-overflow: normal !important;   white-space: normal !important;     box-sizing: border-box; float:left; border-bottom:1px solid #efeff0; padding:15px 30px !important; color:#58595b; font-size:22px; }
.partners-menu ul li a:hover { color:#95c833;}
.partners-menu ul li a:before { position:absolute; content:""; top:31px; left:10px; background:#95c833; width:5px; height:5px; }

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Homepage Updated and animations =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
/*==============================================================*/
/* Responsive starts from here */


@media screen and (max-width:1520px){
    .header_section .header_right .hs-menu-flow-horizontal li {
    margin-left: 15px;
}


.news-slider p {
    margin: 30px 0;
}
/*=============*/
 .study-sec .hs_cos_wrapper_widget{
            width: 31.8%;
    }
 .companies-sec .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_custom_widget {
    margin: 0 1% 0 0;
}
.task-sec .hs_cos_wrapper_type_custom_widget {
    width: 31.5%;
    margin-right: 2%;
}
}

@media screen and (max-width:1410px){
    .news_announcement .slide-content a{
        margin:0 0 20px;
    }
}

@media screen and (max-width:1280px){
    .header_section .header_right .hs-menu-flow-horizontal li a {
    font-size: 14px;
}
       .header_section .header_right .hs-menu-flow-horizontal li {
    margin-left: 20px;
} 
.header_section .header_right .contact li a{
    font-size: 16px;
}
.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover ul.hs-menu-children-wrapper{
        top: 42px;
}
}



@media screen and (max-width:1100px){
    .header_section .header_right .hs-menu-flow-horizontal li a {
    font-size: 14px;
}
.header_section .header_right .hs-menu-flow-horizontal li {
    margin-left: 9px;
}
.header_section .header_right .contact li a{
    font-size: 14px;
}
.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{
    font-size:16px;
}
}

@media screen and (max-width:1024px){
    .image {
    display: inline-block;
}
.image img{
    width:100%;
}
.service-image-block .image {
    max-width: 100%;
}
.case-study-module .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_custom_widget {
    float: left;
    width: 50%;
}
.companies-sec .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_custom_widget {
    margin: 0 0 20px;
    width: 20%;
}

.who-we-sec img {
    float: left;
    margin-right: 35px;
    width: 57%;
}
.who-we-bnr {
    padding: 130px 0;
}
a#cta_button_2477780_18640e75-ec88-4bd8-82db-46d6a601f99e {
    margin: 30px 0 0;
}
.project-content {
    display: block !important;
    float: none !important;
    text-align: center;
    vertical-align: middle;
    width: 100% !important;
}
.start_project_section {
    text-align: center;
}
.meet-sygma {
    background: rgba(0, 0, 0, 0) url("https://cdn2.hubspot.net/hub/2477780/hubfs/SYG-Feb2017/Images/HomePage/image1.jpg?t=1488621687482") no-repeat scroll center bottom / 100% auto;
    padding: 40px 0 56%;
}
.sygma-action {
    text-align: center;
}
a#cta_button_2477780_e22fc58f-53fc-42de-a680-f9dc8d183b6f{
    margin:30px 0 0;
}
.full-width-what-we-do .owl-carousel .item .slide-content {
    box-sizing: border-box;
    float: none;
    margin-left: 0;
    padding: 50px 0 65%;
    width: 100%;
}
.full-width-what-we-do .side-image {
    width: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    background-repeat:no-repeat;
}
.full-width-what-we-do .owl-pagination {
    display: inline-block;
    left: 10px;
    position: absolute;
    top: 340px;
}
.blog-bnr {
    padding: 120px 0;
}
.certifications .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_custom_widget {
    display: inline-block;
    vertical-align: middle;
    width: 23%;
}
.image {
    padding: 0 30px;
}
.who-we-bnr,.task-bnr,.database-bnr,.service_bnr,.why-bnr,.career-bnr,.contact-bnr {
    padding: 130px 0;
    background-position:center;
}
.banner_section .banner-content .content {
    width: 90%;
}



}

@media (min-width:768px) and (max-width:991px){ 
    
    .partners-menu { padding:0 0 0 !important; margin-left: 0 !important;}
    .innner-content { text-align:left !important;}
}

@media screen and (max-width:980px){
 .syg-sidebar {
    max-width: 350px;
    float: none !important;
    width: 100% !important;
    display: inline-block !important;
    margin: 40px 0 0 0 !important;
} 
.syg-sidebar-left {
    width: 100% !important;
    position: relative;
    padding-bottom: 110px;
}

.syg-main-blog-sec .blog-pagination {
    bottom: 60px;
}
.contact-form .hs_recaptcha.field.hs-form-field {
    margin-left:0;
    height: auto;
    margin-bottom: 15px;
}
.contact-form .hs_recaptcha.field.hs-form-field .input > div {
    width:100% !important;
    max-width:310px;
}
.contact-form .hs_recaptcha.field.hs-form-field iframe{
    width:100% !important;
}
.left-content {
    width: 100% !important;
}
.right-content {
    margin: 0 !important;
    width: 100% !important;
}
.database-content .sidebar .hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    padding: 0 0 0 30px;
}
.rgt-sdbr-ero {
    float: none !important;
    width: 100% !important;
    max-width: 500px;
    margin: 0 auto !important;
}



}




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


 /* Set ul background color */
 /* Set li background Color */
 /* Set link Color */
 /* Set link Hover Color */

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{ 
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color:;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  color:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color:;
}

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
  border:1px solid transparent;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:1025px) {
      .custom-menu-primary .hs-menu-wrapper { 
          display:block !important;
      }
      
      
  }




/* ==========================================================================
   Mobile Menu - Hubspot Standard Toggle Menu
   ========================================================================== */


/**
 * Special Note
 *
 * When the menu is open, a class of .mobile-open is applied to the body. You can 
 * use this for custom styling on any element when the menu is in the open position.                     
 */

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

@media (max-width: 1024px){
   
   .partners-menu  { padding:0 15px;}
   .partners-menu ul li a { padding: 13px 30px !important; color: #58595b; font-size: 18px;}
   .partners-menu ul li a::before { top:26px; }
   .innner-content { text-align:center; }
   .innner-content p {font-size:16px; line-height:24px; }
   
   
  /* Variables
     ========================================================================== */

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */

  /* 
    * Menu Reset
    *
    * Remove styling from desktop version of custom-menu-primary. Place any 
    * additional CSS you want removed from the mobile menu in this reset 
    */

  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    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:#ffffff;
  }


  /* Toggle Button
     ========================================================================== */

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: 0px;          /* Position Button at right of screen  */
    right: 0px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 10px 8px 10px;
    background: #ffffff; /* Background color */
    border: 2px solid #005e9c;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000000; 
  }
  .mobile-trigger:hover{
    background-color: #005e9c;
    border-color: rgba(0, 0, 0, 0);
    color: #ffffff;
    text-decoration: none;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:#ffffff;
    background-color: #005e9c; 
    border-color: transparent;
  }


  /* Toggle Button Icon
     ========================================================================== */

  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 22px; /* Icon line width */
    height: 3px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
     background-color: #005e9c; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{
    top: -6px; /* Position top line */
  }
  .mobile-trigger i:after{
    top: 6px; /* Position bottom line */
  }
  
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
      background-color: #ffffff; /* Icon color */
  }


  /* Child Toggle Button
     ========================================================================== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color:#ffffff; /* Icon color */
    display: block;

  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .child-trigger.child-open i{
  }

    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  
     .header_section{
        position: relative;
     }
     .banner_section{
             margin: 0px 0 0 !important;
     }
   .custom-menu-primary.js-enabled{
    position: absolute;
    padding-top: 0;
    left: 0;
    right: 0;
    top:85px;
   }
.header_section .logo {
    margin-top: 0px;
    padding: 0;
}
  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-wrapper,
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  

  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative; /**************************************************************/
    top:34px;             /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color:#000000; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 22px; /* Font size of top level list items */
    line-height: 45px;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color:#ffffff; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color:#ffffff; /* link hover color set by global mobile-aColorHover variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
      /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
  
  
  
  
  
  
  
  
  
  
  a#cta_button_2477780_18640e75-ec88-4bd8-82db-46d6a601f99e{
    padding: 12px 25px;
    font-size: 16px;
  }

.meet-sygma .content {
    max-width: 100%;
}
.news_announcement #owl-demo .slide-content{
    margin-left:0;
}
.news_announcement  .slide-content a{
    margin: 0 0 20px;
}
.custom-menu-primary ul li {
    float: none !important;
}
.header_section .header_right {
    width: 100%;
}
.custom-menu-primary ul{
    float:none !important;
}
.header_section .header_right .hs-menu-flow-horizontal li {
    margin-left: 0;
}
.header_section .header_right .hs-menu-flow-horizontal li a {
    padding: 0 10px;
    color:#fff;
}
.header_section .header_right .hs-menu-flow-horizontal li a:hover{
    background-color:#fff;
    color: #005e9c;
}
.header_section .custom-menu-primary .hs-menu-wrapper {
    background-color: #005e9c;
    width: 100%;
}
.custom-menu-primary ul.hs-menu-children-wrapper::before {
    display: none;
}
.mobile-open .mobile-trigger i::after {
    top: 0;
    transform: rotate(90deg);
}
.mobile-open .mobile-trigger > i {
    transform: rotate(45deg);
}
.mobile-open .mobile-trigger i::before {
    display: none;
}
.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    font-size: 14px;
}
.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    white-space: normal;
    line-height: 27px;
}
 .study-sec .hs_cos_wrapper_widget{
        width: 31%;
        float: none;
        display: inline-block;
    }
    
 a#cta_button_2477780_e22fc58f-53fc-42de-a680-f9dc8d183b6f{
     padding:10px 25px;
     font-size:16px;
 }       
        
 .contact-form label {
    font-size: 13px;
}      
   .task-sec .hs_cos_wrapper_type_custom_widget {
    width: 45%;
    margin: 0 2% 6%;
}     
 .task-sec{
    text-align: center;
    padding: 40px 0 0;
 }       
 .logo img {
    width: 100% !important;
}
.logo {
    max-width: 350px;
    width: 100% !important;
}

.mobile-trigger:hover {
    background-color: transparent !important;
}
.mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after, .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after {
    background-color: #005e9c !important;
}
.header_section .header_right .hs-menu-flow-horizontal li a {
    color: #58595b !important;
}
.child-trigger i, .child-trigger i:after {
    background-color: #58595b !important;
}
.header_section .custom-menu-primary .hs-menu-wrapper {
    background-color: #fff !important;
}
.custom-menu-primary ul li:hover ul {
    background: none !important;
}
.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{
    border:none !important;
}
.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li{
    border-top: 1px solid #EAEAE9;
}
.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper{
    transition:none !important;
}
.mobile-open .mobile-trigger{
    background: none !important;
}
.contact {
    display: none !important;
}
.mobile-trigger {
   top: -30px;
    border: none;
}


.custom-menu-primary.js-enabled {
    margin: 0;
}
.mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    height:4px;
    width:35px;
}
.mobile-trigger i:before {
    top: -9px;
}
.mobile-trigger i:after {
    top: 9px;
}
.span4.widget-span.widget-type-cell.header_left {
    width: 100%;
}
.case-study a::after{
    width:90px;
}
.case-study a::before{
    height: 90px;
}
.header_section.lp-header .header_right {
    padding-top: 0;
    min-height: 0;
}
}
 

@media (min-width:992px) and (max-width:1240px) {
    
    
    .event-section .event-img img { max-width:140px; }
    .event-section .event-btn a { margin:0; font-size: 16px; padding: 10px 20px; }  
    .event-section .event-text { padding-top:0; padding-left:90px;}
    

}


@media (min-width:768px) and (max-width:991px) {
    
    
    .event-section .event-img img { max-width:120px; }
    .event-section .event-btn a { margin:0; font-size: 14px; padding: 10px 12px; }  
     .event-section .event-text { padding-top:0; padding-left:90px;}
    
}

@media screen and (max-width:767px){
    
    
    
    .event-section .event-text { padding-top:0;}
    .event-section { padding:50px 0; text-align:center; }  
    .event-section .event-btn a { margin:25px 0 0 0; float:none; display:inline-block;}   
    
    .full-width-what-we-do .side-image:before {
    content: '';
    background-color: rgba(0,0,0,.5);
    position: absolute;
    width: 100%;
    height: 100%;
}
    .body-post {
    display: block;
    width: 100%;
    vertical-align: top;
}
    .header_section .logo {
    margin-top: 0;
    text-align: center;
}
.header_section .header_right {
    text-align: center;
    margin: 0;
}
.banner_section .banner-content .content {
    text-align: center;
}
.banner-cta {
    text-align: center;
}
.banner_section .banner-content {
    display: block;
    min-height: unset;
}
.start_project_section {
    text-align: center;
}
a#cta_button_2477780_18640e75-ec88-4bd8-82db-46d6a601f99e {
    margin: 30px 0 0;
}
.what-we-info {
    float: none !important;
}
.what-we-do-block {
    text-align: center;
}
.what-we-do .owl-pagination {
    text-align: center;
}
.what-we-do .slide-content a {
    display: inline-block;
    margin: 30px auto;
}
.copyright ul {
    text-align: center;
}
.footer_section .social {
    text-align: center;
    margin: 30px 0 0;
}
.companies-sec .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_custom_widget {
    width: 43%;
}
.certifications .img_adder::after{
    display:none;
}
.certifications .img_adder {
    padding-right: 0px; 
}
.banner_section .banner-content h3 {
    font-size: 20px;
    margin: 20px 0 0;
}
.banner_section .banner-content h2 {
    font-size: 25px;
}

.banner_section .banner-content h4 {
    font-size: 20px;
}
.contact {
    margin: 20px 0 0;
}

.case-study-module .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_custom_widget {
    float: left;
    width: 50%;
}
.testimonial .owl-carousel .item p{
    font-size: 20px;
}
.certifications .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_custom_widget {
    display: inline-block;
    vertical-align: middle;
    width: 48%;
    margin: 20px 0;
}
.certifications {
    padding: 20px 0 10px;
}
.project-cta {
    margin: 0 !important;
    width: 100% !important;
}
a#cta_button_2477780_e22fc58f-53fc-42de-a680-f9dc8d183b6f{
    margin-top: 35px;
}
.sygma-action{
    text-align:center;
}
.title-sec h2 {
    text-align: center;
}
.study-sec .hs_cos_wrapper_widget {
    width: 45%;
    margin: 0 2%;
}
.study-sec {
    padding: 55px 0;
}
.contact-addr {
    padding: 0;
    max-width: 500px;
    margin: 60px auto 0 !important;
}
.contact-form {
    max-width: 500px;
    width: 100%;
    margin:40px auto 0 !important;
    text-align:left;
}

.whysygma-content {
    width: 100% !important;
    text-align:center;
}
.why-bnr h3{
    padding:10px;
}
.database-content {
    padding: 35px 0;
}

.database-content .hs-menu-wrapper.hs-menu-flow-vertical li a {
    padding: 0 0 0 30px !important;
}


.service-sec {
    padding: 35px 0px;
    text-align: center;
}
.service-sec .right-content {
    max-width: 100%;
    float: none;
}
.mta-sec {
    padding: 40px 0;
    text-align: center;
}
.mta-image {
    max-width: 200px;
    margin: 0 auto 30px !important;
}
.career-sec {
    text-align: center;
    padding: 40px 0;
}
.cable-sec {
    padding: 40px 0;
    text-align: center;
}
.cb-image-content {
    text-align: left;
}
.cb-image-content {
    margin: 30px 0 0;
}
.contact-form label {
    font-size: 13px;
}
.contact-form .input {
    margin-right: 0 !important;
}
.who-we-sec {
    padding: 40px 0 60px;
}

.who-we-sec img {
    float: none;
    margin-right: 0;
    margin-bottom:20px;
}

.who-we-bnr h3 {
    padding: 10px 10px;
}
.project-left-block {
    text-align: center;
}
.project-left-block p{
    margin:20px 0 0;
}
.task-sec .hs_cos_wrapper_type_custom_widget {
    width: 100%;
    margin: 0 0 40px;
}
.task-sec .hs_cos_wrapper_type_custom_widget:last-child{
    margin-bottom:0px;
}
.task-sec .hs_cos_wrapper_type_custom_widget .content {
    float: none;
    width: 100%;
    text-align: center;
    margin: 30px 0 0;
    display: inline-block;
}
.task-block {
    text-align: center;
}
.task-sec .hs_cos_wrapper_type_custom_widget .icon {
    display: inline-block;
    float:none;
}
.news-sec {
    padding: 60px 0 30px;
}
.whole-blog-content .hs-blog-social-share {
    height: auto;
}
.whole-blog-content .hs-blog-social-share li {
    float: none !important;
    margin: 0 0 10px;
}
.whole-blog-content .hs-blog-social-share li:last-child{
    margin-bottom:0px;
}
.why-sygma {
    padding: 50px 0;
}

.social {
    width: 100% !important;
    margin-bottom: 15px !important;
}
.full-width-what-we-do .side-image {
    background-size: cover;
}


.full-width-what-we-do .owl-carousel .item .slide-content {
    float: none;
    width: 100%;
    padding:0;
}

.full-width-what-we-do .owl-pagination {
    display: inline-block;
    position: absolute;
    bottom: 50px;
    left: 60px;
}
.news_announcement .owl-carousel .item .slide-content {
    width: 100%;
}
.news_announcement .owl-carousel .owl-item {
    padding-bottom: 30px;
}

.service-image-block .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_custom_widget:last-child,.service-image-block .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_custom_widget:first-child {
    width: 98%;
    margin-top: 0px;
}
.who-we-sec img {
    float: none;
    margin-right: 0px;
    width: 100%;
}
.full-width-what-we-do .owl-carousel .item .slide-content h2 {
    color: #fff;
    text-align: center;
}
.full-width-what-we-do .owl-carousel .item .slide-content h4 {
    color: #fff;
    text-align: center;
    font-weight: 400;
}
.full-width-what-we-do.show .owl-carousel .owl-item:first-child .slide-content {
    text-align: center;
}
.full-width-what-we-do .owl-pagination {
    left: 0;
    right: 0;
    bottom: 5px;
    top: auto;
}
.full-width-what-we-do .owl-carousel .item .slide-content a {
    margin: 40px auto;
    font-size: 16px;
}
.full-width-what-we-do .owl-carousel .owl-page.active span {
    background: #fff;
}
.full-width-what-we-do .owl-carousel .owl-page span {
    background: none;
    border-color: #fff;
}
.full-width-what-we-do .owl-pagination .owl-page span:hover {
    background: #ffffff none repeat scroll 0 0 !important;
}
.full-width-what-we-do .owl-pagination .owl-page:hover span {
    background: #ffffff none repeat scroll 0 0 !important;
}
.full-width-what-we-do .item {
    background-color: #f1f2f2;
    min-height: 320px;
    padding: 40px 0 0;
}
.full-width-what-we-do .item .container {
    position: relative;
}
.full-width-what-we-do .owl-carousel .item .slide-content{
    padding:0 !important;
}
.testimonial {
    padding: 55px 0 40px;
}

.owl-carousel .item .slide-content {
    margin-left:0;
}
.companies-sec {
    padding: 50px 0;
}
.certifications {
    padding: 20px 0 0;
}
.social {
    background-color: #ffffff;
    padding: 45px 0 45px;
    margin-top: 0 !important;
}
.footer_section .container {
    padding: 0;
}
.footer_section {
    padding: 0;
}
.copyright ul {
    display: inline-block;
    padding: 20px 0 30px;
    text-align: center;
}
.copyright.page-foot {
    text-align: center;
}
.companies-sec .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_custom_widget {
    margin: 0 0 50px;
}
.companies-sec .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_custom_widget:last-child{
    margin-bottom:0px;
}
.service-image-block .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_custom_widget {
    margin: 0 0 50px !important;
}
.service-image-block .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_custom_widget:last-child{
    margin-bottom:0px;
}
.news_announcement {
    display: none !important;
}
.who-we-bnr, .task-bnr, .database-bnr, .service_bnr, .why-bnr, .career-bnr, .contact-bnr {
    padding: 90px 0;
}
.career-sec p{
    text-align:left;
}
.banner_section .banner-content .content {
    width: 100%;
}

body.wht-v-do .task-sec .hs_cos_wrapper_type_custom_widget .content {
    padding-bottom: 0;
    position: relative;
    min-height: auto;
}

body.wht-v-do p.lrn-more-task a {
    position: relative;
}

body.wht-v-do .task-sec .hs_cos_wrapper_type_custom_widget p {
    margin-bottom: 30px;
}

body.wht-v-do p.lrn-more-task {
    margin: 0 0 30px !important;
}

.task-sec .hs_cos_wrapper_type_custom_widget .icon {
    margin-right: 0;
}
.syg-main-blog-sec .blog-pagination{
    bottom: 50px;
}
.syg-main-blog-sec {
    position: relative;
    padding: 30px 0 60px;
}
 .syg-sidebar {
    margin: 40px auto !important;
    display: block !important;
} 
.syg-sidebar h3{
    margin: 40px 0 20px;
}


.footer_section .social ul{
    padding:0;
}
.error-sec {
    padding: 75px 0;
}
.udted-eror-sec {
    padding-bottom:0px !important;
}
.udted-sidebr{
    margin: 0 !important;
}

}

@media screen and (max-width:640px){
    .companies-sec .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_custom_widget {
        width: 100%;
        margin-right:0px;
        margin-left:0;
    }
    .certifications .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_custom_widget {
        width: 100%;
    }
    .study-sec .hs_cos_wrapper_widget {
        width: 100%;
        max-width: 400px;
        margin: 0 auto 20px;
    }
    
    .header_section .header_right .contact ul{
            display:none;
        }
       .custom-menu-primary.js-enabled {
        padding: 0;
    }
    .logo {
        text-align: left !important;
        width: calc(100% - 68px) !important;
    }

    .mobile-trigger{
        border: 0 none;
        top: -30px;
    }
    .custom-menu-primary.js-enabled {
    margin:10px 0 0px;
    min-height:8px !important;
}
.custom-menu-primary.js-enabled .hs-menu-wrapper {
    z-index: 999999999;
}
  
    
    .full-width-what-we-do .owl-carousel .item .slide-content {
        padding: 40px 0px 74px;
    }
    
    .full-width-what-we-do .owl-pagination {
        left: 11px;
    }
    .service-image-block .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_custom_widget {
        width: 47%;
    }
    .database-bnr h3 {
        min-width: 20px;
        padding: 10px 30px;
    }
    
    .banner_section .banner-content h4{
        font-weight:400;
    }
.syg-main-blog-sec .post-item:nth-child(2n) {
    margin-left: 0;
}    
 .syg-main-blog-sec .post-item{
    width: 100%;
    max-width: 400px;
    text-align: left;
    margin: 0 auto 40px;
 }   
 .syg-sidebar-left .post-listing {
    text-align: center;
}   
 .syg-main-blog-sec .post-item:nth-child(7) {
    float: none;
    margin-top: 0;
} 
.syg-main-blog-sec .post-item:nth-child(4) {
    margin-top: 0;
}

.syg-main-blog-sec .post-item .hs-featured-image-wrapper {
    min-height: 238px;
}

.syg-main-blog-sec .post-item:nth-child(2) .hs-featured-image-wrapper, .syg-main-blog-sec .post-item:nth-child(3) .hs-featured-image-wrapper, .syg-main-blog-sec .post-item:nth-child(6) .hs-featured-image-wrapper, .syg-main-blog-sec .post-item:nth-child(7) .hs-featured-image-wrapper {
    display: block;
}
 .error-sec-image{
   display:none !important;
}
.mobile-error-image{
    display:block !important;
    float: none !important;
    margin: 0 auto !important;
    width: 70% !important;
}   
.rgt-sdbr-ero {
display: none !important;
}
.udted-sidebr h1{
    font-size: 42px !important;
}
.udted-eror-sec {
    padding-top: 150px !important;
}
.custom-menu-primary.js-enabled .hs-menu-wrapper{
    top: 24px;
}


}

@media screen and (max-width:480px){
    .case-study-module .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_custom_widget {
    float: none;
    width: 100%;
}
a#cta_button_2477780_a086ef79-2e76-4605-88e1-b02297339f18 {
    font-size: 15px;
}
a#cta_button_2477780_18640e75-ec88-4bd8-82db-46d6a601f99e{
    font-size: 15px;  
}
.news_announcement .slide-content a {
    font-size: 15px;
}
.what-we-do .slide-content a{
    font-size: 15px;
}
.service-image-block .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_custom_widget {
    width: 98%;
    margin-bottom:20px;
}
.service-image-block .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_custom_widget:last-child{
    margin-bottom:0px;
}
.banner_section .banner-content h2 {
    font-size: 21px;
    font-weight: bold;
}
.banner_section h4 {
    font-size: 17px;
    margin: 10px 0 0;
}
.start_project_section .start_project h4 {
    font-size: 17px;
}
.banner_section .banner-content {
    padding: 26px 5px;
    margin-bottom: 10px;
}

.banner_section .banner-content .content {
    padding: 10px 12px;
    max-width: 300px;
    margin: 0 auto 11px;
}

.banner_section .banner-content h2 {
    font-size: 16px !important;
    font-weight: bold;
}

.banner_section h4 {
    font-size: 12px !important;
    margin: 4px 0 0;
    line-height: 16px;
}

.banner_section a#cta_button_2477780_a086ef79-2e76-4605-88e1-b02297339f18 {
    font-size: 12px;
    margin-top: 0;
}
.start_project_section {
    padding: 30px 0;
}
.full-width-what-we-do .owl-carousel .item .slide-content h4 {
    font-size: 12px;
}
.full-width-what-we-do .item {
    min-height: 220px;
}
.full-width-what-we-do .owl-carousel .item .slide-content a {
    font-size: 12px;
    padding: 10px 25px;
}
.testimonial .owl-carousel .item h4 {
    font-size: 15px;
    line-height: 23px;
}
.professional-name {
    display: inline-block;
    font-size: 18px;
    margin: 20px 0 50px;
}
.meet-sygma .content p {
    font-size: 14px;
    line-height: 22px;
}
.who-we-bnr h1, .task-bnr h1, .database-bnr h1, .service_bnr h1, .why-bnr h1, .career-bnr h1, .contact-bnr h1,.blog-bnr h1{
    font-size:32px;
}
.who-we-bnr,.task-bnr h3,.database-bnr h3, .service_bnr h3,.why-bnr h3,.career-bnr h3,.contact-bnr h3{
    font-size:22px;
}

p{
    font-size:14px !important;
    line-height:22px !important;
}
li{
    font-size:14px !important;
}
h2{
    font-size:26px !important;
}
h3{
    font-size:22px !important;
}
h4{
   font-size:18px !important;
   line-height:27px;
}
.case-study-module .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_custom_widget {
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -o-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);
}

.news_announcement.hide {
    display: none !important;
}
.project-cta a#cta_button_2477780_18640e75-ec88-4bd8-82db-46d6a601f99e,a#cta_button_2477780_e22fc58f-53fc-42de-a680-f9dc8d183b6f{
    font-size: 12px;
    border-width: 2px;
    border-radius: 6px;
    margin-top: 15px;
}

.start_project_section {
    padding: 24px 0;
}
.full-width-what-we-do .owl-carousel .owl-item:first-child .side-image {
    left: 0;
}
.full-width-what-we-do .owl-carousel .owl-item:first-child .slide-content {
     right: 0;
}
.start_project_section .start_project h4 {
    font-size: 12px;
}
.copyright.page-foot a {
    display: none;
}
body.homepage-class .copyright.page-foot a {
    display: block;
    font-size: 14px;
}
.who-we-sec p {
    margin-bottom: 13px;
    padding: 0;
}
.task-sec .hs_cos_wrapper_type_custom_widget a {
    font-size: 16px;
}
.task-sec .hs_cos_wrapper_type_custom_widget p {
    margin-bottom: 15px;
}
.task-sec .hs_cos_wrapper_type_custom_widget:last-child {
    margin-bottom: 40px;
}
.news-sec .post-read-more {
    margin-top: 7px;
}

.full-width-what-we-do .owl-carousel .item .slide-content h4 {
    font-weight: 500;
    font-size: 14px !important;
}

.full-width-what-we-do .owl-carousel .item .slide-content h2 {
    font-weight: 400;
    margin-bottom: 14px;
}

.full-width-what-we-do .owl-carousel .item .slide-content a {
    margin: 30px auto 40px;
}

.full-width-what-we-do .item {
    padding: 30px 0 0;
}
.custom-menu-primary.js-enabled .hs-menu-wrapper {
    top: 5px;
}


}
@media screen and (max-width:360px){
.mobile-trigger{
        top: -50px;
}
.custom-menu-primary.js-enabled .hs-menu-wrapper {
    top: -3px;
}

}
.side-links a {
    border-bottom: 1px solid rgb(241, 241, 242);
    display: block;
    overflow: visible;
    padding: 20px 0 20px 40px;
    position: relative;
     font-size: 22px;
    font-weight: 400;
    line-height: 33px;
    text-decoration:none;
    width: auto;
}
.side-links ul {
    list-style: none;
    padding-left: 0;
}
.side-links li a{
        color: #58595b;
}
.side-links li a:hover{
        color: #99CC33;
}
.side-links li a::before {     background-color: rgb(153, 204, 51);     bottom: 0;     content: "";     display: inline-block;
height: 7px;     left: 10px;     margin: auto;     position: absolute;     top: 0;  
vertical-align: middle;     width: 7px; list-style:none;}


