


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

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,600i,700,700i');


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



/*                                
       / ######                 /######     /######      /##                        / ##   /##  
      | ##    ##     ######    /##__  ##   /##__  ##    | ##                        | ##  | ##     ###### 
      | ##         /##    ##  | ##  \__/  | ##  \__/   /######     /##   /##        | ##  | ##   /##    ## 
      | ##        | ##  | ##  |  ######   |  ######   |_  ##_/    | ##  | ##   / #######  | ##  | ##  | ##  
      | ##        | ##  | ##   \____  ##   \____  ##    | ##      | ##  | ##  | ##  | ##  | ##  | ##  | ##
      | ##    ##  | ##  | ##   /##  \ ##   /##  \ ##    | ## /##  | ##  | ##  | ##  | ##  | ##  | ##  | ## 
      |  ######   |  ######/  |  ######/  |  ######/    |  ####/  |  ######/  |  ######/  | ##  |  ######/ 
       \_______/   \______/    \______/    \______/      \___/     \______/    \______/   |__/  \______/
*/                                                    




/*--------- Theme Base Colors ----------*/
 
   /****** set theme base color  *****/
    /****** set navigation color *****/



/*--------- Font Family ----------*/

 









body{
    padding:0;
    font-size: 16px ;
    line-height: 1.4;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    width:100%;
    background: #fff ;
    font-family:'Open Sans', sans-serif;;
    margin:0 auto;;
}

.row-fluid [class*="span"].wrapper{
    width: 100%;
    max-width: 1200px;
    margin-left:auto;
    margin-right:auto;
    float: none;
    padding-left:15px;
    padding-right:15px;
}


h1,h2,h3,h4,h5,h6,p,a{
    text-transform:initial;
    margin:0;
    padding:0;
    text-decoration:none;
    margin-bottom:15px;
    color:#000;
}

h1,h2,h3,h4,h5,h6{
    color:#4A4A4A;
}

.body-container-wrapper ul,.body-container-wrapper li{
    margin-bottom:15px;
}

a{
    margin-bottom:0;
}

h1{
    font-size: 44px;
    font-weight: 300;
    letter-spacing: .2px;
    margin-bottom: 10px;
}

h2{
    font-size: 36px;
    font-weight: 300;
}

h3{
    font-size: 28px;
    font-weight: 400;
}

h4{
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 10px;
}

h5{
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}

h6{
    font-size:12px;
    font-weight:600;
}

p,
.body-container-wrapper li{
    font-size: 16px;
    line-height: 1.5;
    color: #72808e;
    letter-spacing: .2px;
    font-weight: 500;
}

.body-container-wrapper {
    background:#fff;
    overflow:hidden;
}

.body-container-wrapper ul{
    padding:0;
    text-decoration:none;
    list-style:none;
    margin:20px 0;
}

.body-container-wrapper ol{
    margin:0;
    padding:0;
    text-decoration:none;
    margin-bottom:15px;    
}

.body-container-wrapper li{
    position:relative;
    margin-left:10px;
    margin-bottom:8px;
}


.body-container-wrapper li:before{
    position: relative;
    display: inline-block;
    content: '\f00c';
    font-family: FontAwesome;
    left: -10px;
}


.body-container-wrapper ol li:before{
    display:none;
}

.no-list-style li ul{
    margin:0;
    padding:0;
}

.no-list-style li{
    margin:0;    
}

.no-list-style li:before{
    display:none;
}

.body-container-wrapper a{
    color:#3197d6;    
}

blockquote{
    margin: 0;
    font-size: 16px;
    font-style: italic;
    color: #a9a9a9;
    font-weight: 300;
    padding-left: 17px;
    border-left: 2px solid #3197d6;
    margin-left: 4px;
    margin-top: 25px;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.body-container-wrapper .widget-type-cta{
    margin-top: 10px;
 
}

body a.cta_button,
body .container-fluid .row-fluid .hs-button{    
    font-size: 16px;
    line-height: 18px;
    padding:16px 50px;
    font-weight: 400;
    cursor: pointer;
    font-family:'Open Sans', sans-serif;;
    text-align: center;
    display: inline-block;
    transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    letter-spacing: 1px;
    color:#fff;
    border-radius:8px;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    border:0;
    background:#3197d6;
}

.simple-cta a.cta_button{
    background:transparent;
    border:0;
    padding:0;
    position:relative;
    color: #3197d6;
}

.simple-cta a:after{
    content:'→';
    font-family: FontAwesome;
    padding-left: 6px;
}   

.transparent-cta a.cta_button{
    background:transparent;
    color:#fff;
    border:1px solid #fff;
}

.white-cta a.cta_button{
    background:#fff;
    color:#000;
    border:1px solid #fff;
}

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

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

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

.float-left{
    float:left;
}

.float-right{
    float:right;
}


.heading p{
    font-size:18px;
    color:#72808e;
    font-weight:300;
}

.overlay{
    position:relative;
    z-index:1;
}

.overlay:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background:rgba(43, 43, 43, 0.4);
    z-index: -1;
}

.gray-bg{
    background:#fafafa;
}

.all-text-white,
.all-text-white h1,
.all-text-white h2,
.all-text-white h3,
.all-text-white p,
.all-text-white h4,
.all-text-white h5,
.all-text-white h6,
.all-text-white li,
.all-text-white .fa,
.all-text-white a,
.all-text-white .simple-cta a.cta_button,
.all-text-white.simple-cta a.cta_button{ 
    color:#fff;
}

.text-margin-zero h1,
.text-margin-zero h2,
.text-margin-zero h3,
.text-margin-zero p,
.text-margin-zero h4,
.text-margin-zero h5,
.text-margin-zero h6,
.text-margin-zero .fa,
.text-margin-zero a,
.text-margin-zero .widget-type-cta{
    margin:0;
}

.base-color-text h1,
.base-color-text h2,
.base-color-text h3,
.base-color-text p,
.base-color-text h4,
.base-color-text h5,
.base-color-text h6,
.base-color-text .fa,
.base-color-text a{
    color:#3197d6;
}

body .container-fluid .row-fluid [class*="span"]{
    min-height:0;
}

.section-bg{
    background-size: cover!important;
    background-position: center center!important;
}

.section-bg .bg-image{
    display:none!important;
}

.section-border{
    border-bottom:1px solid #e7e7e7;
}


.section-padding {
    padding: 100px 0;
}


@media (min-width: 768px) {
    
.equal-height-container > .row-fluid-wrapper > .row-fluid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

body .row-fluid .vertical-center{
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
       
}     
}


/*========================================================
         Typography Responsive Styling
========================================================*/

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

.row-fluid [class*="span"].wrapper{
    padding-left:40px;
    padding-right:40px;
}

h1 {
    font-size: 34px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 24px;
}

h4{
    font-size: 18px;
}

h5{
    font-size: 14px;
    line-height: 18px;
}

h6{
    font-size:12px;
}

.heading p{
    font-size:16px;
}

.section-padding {
    padding: 70px 0;
}

}




@media (max-width:767px){

.row-fluid [class*="span"].wrapper{
    padding-left:20px;
    padding-right:20px;
}

h1 {
    font-size: 28px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 22px;
}

h4{
    font-size: 18px;
}

h5{
    font-size: 14px;
    line-height: 18px;
}

h6{
    font-size:12px;
}

.section-padding {
    padding: 60px 0;
}

.align-right {
    text-align: center;
}

.align-left {
    text-align: center;    
}

body .container-fluid .row-fluid .section-heading.align-center{
    margin-bottom: 30px;
}

p,
.body-container-wrapper li{
    font-size:14px;
}

.heading p{
    font-size:16px;
}

.left-col,.right-col{
    padding:20px 0;
}

.change-order-on-mobile .wrapper .row-fluid-wrapper>.row-fluid{
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

}


@media (max-width:480px){
    
.body-container-wrapper a.cta_button, body .container-fluid .row-fluid .hs-button {
    padding-left:0;
    padding-right:0;
    width:100%;
}

.body-container-wrapper .simple-cta a.cta_button{
    width:auto;
}

}

/*==================================================
            Two Col Adjust 
==================================================*/

body .container-fluid .row-fluid .two-col-adjust>span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    flex-wrap: wrap;
    -wevkit-flex-wrap: wrap;
    flex-direction: row;
    -webkit-flex-direction: row;
    margin-right: -4.5%;
}


body .row-fluid .two-col-adjust span>.hs_cos_wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-basis: 46%;
    -webkit-flex-basis: 46%;
    float: left;
    margin-right: 4%;
    margin-top: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

@media (max-width: 767px){

body .row-fluid .two-col-adjust span>.hs_cos_wrapper {
    display: block;
    width: 100%;
    margin: 0;
    margin-top: 20px;
    max-width: 379px;
    width: 100%;
    margin: 35px auto 0;
    float: none;
}

body .container-fluid .row-fluid .two-col-adjust>span {
    display: block;
    margin-right: 0;
}

}




/*==================================================
            Three Col Adjust 
==================================================*/

body .container-fluid .row-fluid .three-col-adjust>span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    flex-wrap: wrap;
    -wevkit-flex-wrap: wrap;
    flex-direction: row;
    -webkit-flex-direction: row;
    margin-right: -2.5%;
}

body .row-fluid .three-col-adjust span>.hs_cos_wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-basis: 30.9%;
    -webkit-flex-basis: 30.9%;
    float: left;
    margin-right: 2.43%;
    margin-top: 26px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position:relative;
}




@media (max-width:767px){
  
body .container-fluid .row-fluid .three-col-adjust>span {
    display: block;
    margin-right: 0;
}

body .row-fluid .three-col-adjust span>.hs_cos_wrapper {
    display: block;
    width: 100%;
    margin: 0;
    margin-top: 20px;
    max-width: 379px;
    width: 100%;
    margin: 20px auto 0;
    float: none;
}   
}









/*==================================================
            Four Col Adjust 
==================================================*/

body .container-fluid .row-fluid .four-col-adjust>span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    flex-wrap: wrap;
    -wevkit-flex-wrap: wrap;
    flex-direction: row;
    -webkit-flex-direction: row;
    margin-right: -2.565%;
}

body .row-fluid .four-col-adjust span>.hs_cos_wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-basis: 22.5%;
    -webkit-flex-basis: 22.5%;
    float: left;
    margin-right: 2.5%;
    margin-top: 20px;
    box-sizing:border-box;
    position:relative;
}




@media (max-width:767px){
 
body .container-fluid .row-fluid .four-col-adjust>span {
    display: block;
    margin-right: 0;
}

body .row-fluid .four-col-adjust span>.hs_cos_wrapper {
    display: block;
    flex-basis: 100%;
    width:100%;
    -webkit-flex-basis: 100%;
    margin:0;
    margin-top: 20px;
}   
}





/*=========================================================
                    FORM STYLING
=========================================================*/                

/*======= Placeholder Color ====*/

::-webkit-input-placeholder {
   color: #72808e;
}

:-moz-placeholder {
   color: #72808e;
}

::-moz-placeholder {  
   color: #72808e;
}

:-ms-input-placeholder {  
   color: #72808e;
}

select::-ms-expand {
    display: none;
}



.row-fluid form li{
    margin:0;
}

.row-fluid  form li:before{
    display:none;
}

.row-fluid  form input,
.row-fluid  form select,
.row-fluid  form textarea{
    height: 47px;
    font-family:'Open Sans', sans-serif;;
    color:#3197d6;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .2px;
    padding: 0;
    margin-bottom: 8px;
    border-radius: 3px;
    background: #fff;
    padding: 10px 20px;
    font-weight: 400;
    border: 1px solid #e7e7e7;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.row-fluid  form textarea{
    height:130px;    
}

.row-fluid  form select{
    color: #989898;
}

.row-fluid  form input:focus,
.row-fluid  form select:focus,
.row-fluid  form textarea:focus{
    outline:0;
    border:1px solid #3197d6;
    color:#3197d6;
}

.row-fluid  form .hs_file_upload input,
.row-fluid  form .hs-form-checkbox input,
.row-fluid  form .hs-form-radio input,
.row-fluid  form .hs-form-booleancheckbox input{
    height:auto;
    padding:0;
    border:0;
}

.row-fluid  form .hs-form-checkbox input,
.row-fluid  form .hs-form-radio input,
.row-fluid  form .hs-form-booleancheckbox input{
    height:auto;
    padding:0;
    border:0;
    margin-bottom:0;
}

.row-fluid form .field>label{
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    display: block;
    margin-bottom: 10px;
    margin-top: 16px;
    color: #72808e;
}

.row-fluid form .hs_submit .actions{
    text-align:center; // CTA Button Alignment
}

.row-fluid form .hs-button.primary{
    height: auto;
    margin-top: 30px;
}

form .hs-error-msgs{
    margin:0;
    padding:0;
}

form .hs-error-msgs li{
    line-height: 1;
    color: red;
    font-weight: 500;
    font-size: 11px;
    position: relative;
    top: -4px;
    letter-spacing: 0.3px;
}

.row-fluid .hs-form fieldset.form-columns-1 .hs-input {
    width: 100%;
}

body .row-fluid .hs-form fieldset {
    max-width: 100%;
}

form .hs-form-required{
    display:none;
}

.body-container-wrapper form ul,
.body-container-wrapper form li{
    margin:0;
    padding:0;
}

.body-container-wrapper form ul,
form ul{
    list-style:none;
}


.body-container-wrapper form li:before{
    display:none;
}

body form .hs-form-checkbox:last-child,
body form .hs-form-radio:last-child,
body form .hs-form-booleancheckbox{
    margin-bottom:20px;
}

body .row-fluid .hs-form fieldset.form-columns-3 .hs-form-field {
    width: 32%;
    margin-right:2%;
}

body .row-fluid .hs-form fieldset.form-columns-2 .hs-form-field {
    width: 49%;
    margin-right:2%;
}

body .row-fluid .hs-form fieldset .hs-form-field:last-child{
    margin-right:0;
}

body .row-fluid .hs-form fieldset.form-columns-2 .input,
body .row-fluid .hs-form fieldset.form-columns-3 .input {
    margin-right:0px;
}

body .container-fluid .row-fluid .hs-form fieldset .field:last-child .input{
    margin-right:0;
}

body .row-fluid select{
    background: #fff url(//cdn2.hubspot.net/hubfs/2558854/DreamPack/Select%20Arrow.png) no-repeat;
    background-position: center right;
    -webkit-appearance: none;
}





/*=======================================================
            CHECKBOX AND RADIO BUTTONS STYLING
=======================================================*/            

.row-fluid .hs-form .field .input input[type="checkbox"],
.row-fluid .hs-form .field .input  input[type="radio"]{
    width:auto;
}

.row-fluid .hs-form .field .input input[type="checkbox"],
.row-fluid .hs-form .field .input  input[type="radio"]{
    padding: 0;
    border-radius: 4px;
    background: #fff;
    margin-left: 0;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    color: #cfd3d7;
    -webkit-appearance: none;
    border: 2px solid #ddd;
    margin-right: 8px;
    top: 2px;
    width: 20px;
    height: 20px;
}

.row-fluid .hs-form .field .input input[type="checkbox"]:checked:after {
    content: '';
    position: absolute;
    width: 9px;
    height: 5px;
    top: 3px;
    left: 2px;
    border: 3px solid #3197d6;
    border-top: 0;
    border-right: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}

.row-fluid .hs-form .field .input  input[type="radio"]{
    border-radius: 50%;
}

.row-fluid .hs-form .field .input  input[type="radio"]:checked:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    top: 3px;
    background: #3197d6;
    left: 3px;
    border-top: 0;
    border-right: 0;
    border-radius: 50%;
}



@media (max-width:480px){

body form.hs-form .form-columns-2 .hs-form-field .hs-input,body form.hs-form .form-columns-3 .hs-form-field .hs-input{
    width:100%;
}

body .row-fluid .hs-form fieldset .input{
    margin:0;
}

body .row-fluid .hs-form fieldset.form-columns-3 .hs-form-field {
    width: 100%;
    margin-right: 0;
}

body .row-fluid .hs-form fieldset.form-columns-2 .hs-form-field {
    width: 100%;
    margin-right: 0;
}

.row-fluid form .hs_submit .actions{
    text-align:center;
}
}

















/*=========================================================================
                    DP05 Alt Projects 
=========================================================================*/                    


.projects_alt_dp05 {
    
}

body .projects_alt_dp05 .row-fluid .wrapper{
    max-width:1300px;
}

.projects_alt_dp05 .top-heading{
    margin-bottom:20px;
}

.projects_alt_dp05 .background-container{
    height:210px;
    position:relative;
}

.projects_alt_dp05 .background-container:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    background-color: rgba(49, 151, 214, 0.66);
    height: 100%;
    top: 140%;
    transition:all .4s ease-in-out;
}

.projects_alt_dp05 .four-col-adjust span>.hs_cos_wrapper:hover .background-container:after{
    top: 0;
}

body .projects_alt_dp05 .row-fluid .four-col-adjust span>.hs_cos_wrapper {
    flex-basis: 23.8%;
    -webkit-flex-basis: 23.8%;
    margin-right: 0.6%;
    padding-bottom: 44px;
    overflow: hidden;
}

.projects_alt_dp05 .text-container{
    border-radius: 3px;
    background-color: #45474d;
    padding: 14px 20px;
}

.dp05-alt-projects-cm{
    position:relative;
}

.dp05-alt-projects-cm .text-container{
    position: absolute;
    bottom:-200px;
    z-index: 1;
    left: 16px;
    right: 16px;
    transition:all .4s ease-in-out;
}

.dp05-alt-projects-cm .text-container:before{
    position: absolute;
    bottom: 0;
    top: -60px;
    font-family: FontAwesome;
    content: '\f178';
    color: #fff;
    z-index: 3;
    width: 31px;
    height: 31px;
    border: 1px solid #fff;
    border-radius: 50%;
    line-height: 31px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.projects_alt_dp05 .four-col-adjust span>.hs_cos_wrapper:hover .text-container{
    bottom: -40px;    
}

.projects_alt_dp05 .cta-bottom {
    margin-top: 40px;
}







@media (max-width:1024px){

.projects_alt_dp05 .background-container {
    height: 140px;
}
  
.dp05-alt-projects-cm .text-container {
    bottom: -40px;
    left: 10px;
    right: 10px;
    padding: 10px;
} 

.projects_alt_dp05 .background-container:after {
    display:none;
}
  
}




@media (max-width:767px){
   
   
}











/*==============================================================
            Hero Section DP_09
==============================================================*/


.dp09-hero-section {
    padding:170px 0 120px;
    background:#f8f8f8;
}

.dp09-hero-section .cta-container{
    margin-top:30px;    
}

.dp09-hero-section .video-popup-cm{
    margin-top:15px;
}

.dp09-hero-section .video-popup-cm a {
    border: 1px solid #f8f8f8;
    padding: 13px 20px;
    border-radius: 8px;
    color: #fff;
    background:#3197d6;
}

.dp09-hero-section .video-popup-cm a .fa {
    color:#fff;
}



@media (max-width:1024px){


.dp09-hero-section {
    padding:170px 0 90px;
}
}


@media (max-width:767px){
 

.dp09-hero-section {
    padding:120px 0 70px;
}
}










/*==============================================================
            Features Services DP09
==============================================================*/


.features-services-dp09 {
    background:#f6f8f9;
}

.features-services-dp09 .section-heading{
    margin-bottom:60px;
}

.features-services-dp09 .dp-service-top-icon{
    margin:20px 0;
}

.body-container-wrapper .features-services-dp09  .widget-type-cta {
    margin-top: 70px;

}

body .row-fluid .features-services-dp09  .vertical-center {
   
    margin-top: 80px;
}


@media (max-width:767px){

.features-services-dp09 .dp-service-top-icon {
    margin: 40px 0 0;
}

.features-services-dp09 .section-heading {
    margin-bottom: 0px;
}
  .body-container-wrapper .features-services-dp09 .widget-type-cta {
    margin-top: 0;
}

body .row-fluid .features-services-dp09 .vertical-center {
    margin-top: 0;
}
}



/*==============================================================
            Features Services DP10
==============================================================*/


.features-services-dp10{
    
}

.features-services-dp10 .dp-feature-10-feature{
    padding:0 30px 
}

.features-services-dp10 .dp-feature-10-feature .bg-color{
    position:absolute;
    z-index:-1;
    top:0;
    left:0;
    right:0;
    bottom:0;
}

body .row-fluid .features-services-dp10 .features-container {
    width:100%;
    max-width:560px;
    margin:0 auto;
    float:none;
}

.features-services-dp10 .row-fluid .features-container span>.hs_cos_wrapper{
    padding: 30px 0;
    border-radius: 4px;
    overflow: hidden;
    margin-top:24px;
    transition:all .4s ease-in-out;
    z-index:1;
}

.features-services-dp10 .row-fluid .features-container span>.hs_cos_wrapper:hover{
    box-shadow:1px 1px 10px 0px rgba(0, 0, 0, 0.38);
}



@media (max-width:1024px){



}




@media (max-width:767px){


    
}



/*==============================================================
            Features Services DP11
==============================================================*/


.features-services-dp11{
    position:relative;
    overflow:hidden;
    padding:150px 0;
}


body .row-fluid .features-services-dp11 .text-container{
    width:100%;
    max-width:360px;
    margin:0 auto;
    float:none;
}

@media (min-width:768px){

.features-services-dp11 .right-bg{
    position:absolute;
    right:0;
    top:0;
    bottom:0;
    width:46%;
}
}


.features-services-dp11 .right-bg{
    padding:40px;
}

.features-services-dp11 .dp-service-right-icon{
    margin:20px 0;
}

.features-services-dp11 .dp-service-right-icon .icon-container {
    margin: 10px auto 0;
    float: none;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    padding: 20px;
    border-radius: 50%;
    background: #f6f8f9;
}



@media (max-width:1024px){

.features-services-dp11 {
    padding: 50px 0;
}

}

@media (max-width:767px){


body .row-fluid .features-services-dp11 .right-bg{
    height:auto;
    min-height:200px;
}

.features-services-dp11 .right-bg {
    padding: 20px;
}

.features-services-dp11 .dp-service-right-icon{
    margin:30px 0 0;
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;    
}

.features-services-dp11 .dp-service-right-icon .icon-container {
    margin-bottom:14px;
}

}






/*=========================================================================
                    DP05 Alt Projects 
=========================================================================*/                    


.projects_alt_dp05 {
    
}

body .projects_alt_dp05 .row-fluid .wrapper{
    max-width:1300px;
}

.projects_alt_dp05 .top-heading{
    margin-bottom:20px;
}

.projects_alt_dp05 .background-container{
    height:210px;
    position:relative;
}

.projects_alt_dp05 .background-container:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    background-color: rgba(49, 151, 214, 0.66);
    height: 100%;
    top: 140%;
    transition:all .4s ease-in-out;
}

.projects_alt_dp05 .four-col-adjust span>.hs_cos_wrapper:hover .background-container:after{
    top: 0;
}

body .projects_alt_dp05 .row-fluid .four-col-adjust span>.hs_cos_wrapper {
    flex-basis: 23.8%;
    -webkit-flex-basis: 23.8%;
    margin-right: 0.6%;
    padding-bottom: 44px;
    overflow: hidden;
}

.projects_alt_dp05 .text-container{
    border-radius: 3px;
    background-color: #45474d;
    padding: 14px 20px;
}

.dp05-alt-projects-cm{
    position:relative;
}

.dp05-alt-projects-cm .text-container{
    position: absolute;
    bottom:-200px;
    z-index: 1;
    left: 16px;
    right: 16px;
    transition:all .4s ease-in-out;
}

.dp05-alt-projects-cm .text-container:before{
    position: absolute;
    bottom: 0;
    top: -60px;
    font-family: FontAwesome;
    content: '\f178';
    color: #fff;
    z-index: 3;
    width: 31px;
    height: 31px;
    border: 1px solid #fff;
    border-radius: 50%;
    line-height: 31px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.projects_alt_dp05 .four-col-adjust span>.hs_cos_wrapper:hover .text-container{
    bottom: -40px;    
}

.projects_alt_dp05 .cta-bottom {
    margin-top: 40px;
}



.body-container-wrapper  .projects_alt_dp05  .widget-type-cta {
 
    text-align: center;
}



@media (max-width:1024px){

.projects_alt_dp05 .background-container {
    height: 140px;
}
  
.dp05-alt-projects-cm .text-container {
    bottom: -40px;
    left: 10px;
    right: 10px;
    padding: 10px;
} 

.projects_alt_dp05 .background-container:after {
    display:none;
}
  
}




@media (max-width:767px){
   
   
}






/*=================================================
    DP_Client_01 Styling
=================================================*/

.dp_client_01{
    
}

.dp_client_01 h2{
    position:relative;
    margin-bottom:50px;
}

.dp_client_01 h2:after{
    background-color:#45474d;
    content:'';
    position:absolute;
    height:2px;
    width:49px;
    left:0;
    bottom:-17px;
}

.dp_client_01_cm{
    position:relative;
}

.dp_client_01_cm .rollover-logo{
    position:absolute;    
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity:0;
}

body .row-fluid .dp_client_01 .four-col-adjust span>.hs_cos_wrapper{
    margin-top:30px;
    border: solid 1px #bfc8d1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    min-height:185px;
}

body .row-fluid .dp_client_01 .four-col-adjust span>.hs_cos_wrapper:hover{
    background-color:#3197d6;
}


body .row-fluid .dp_client_01 .four-col-adjust span>.hs_cos_wrapper:hover .dp_client_01_cm .rollover-logo{
    opacity:1;
}




/*=================================================
         DP_Image_Gallery_18 Styling
=================================================*/

.dp-image-gallery-18 .section-bg.gal-1{
    height:298px;
}

.dp-image-gallery-18 .section-bg.gal-4{
    height:608px;
}

.dp-image-gallery-18 .gal-3-marg{
    margin-top: 2.561%;
}

@media(min-width:1280px){

.dp-image-gallery-18 .section-bg.gal-4{
    margin-left: 1.1%;
}  

.dp-image-gallery-18 .gal-2-marg{
    margin-left: 2.561%;
}
    
}

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

.dp-image-gallery-18 .section-bg.gal-4{
    height: 333px;
    margin-left:1.2%;
}  

.dp-image-gallery-18 .section-bg.gal-1 {
    height: 162px;
}
    
}

@media(max-width:767px){

.dp-image-gallery-18 .section-bg.gal-1,
.dp-image-gallery-18 .section-bg.gal-4{
    height: 202px;
    max-width: 229px;
    margin: 10px auto 0px;
}    
    
}




/*==============================================================
            Content Module DP_22
==============================================================*/

.content-module-dp22 .heading{
    margin-bottom:40px;
}





/*=================================================
    DP_Milestones_03 Styling
=================================================*/

.dp_milestone_03{
    
}

.dp_milestone_03_cm{
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 10px;
}

.dp_milestone_03_cm h1{
    margin-bottom:0px;
}

.dp_milestone_03_cm .span12,
.dp_milestone_03_cm .span6{
    margin:0px;
}

.dp_milestone_03_cm h6{
    margin-top:20px;
}

@media(min-width:768px){


body .row-fluid .dp_milestone_03 .three-col-adjust span>.hs_cos_wrapper:nth-child(3n+2){
     border-left: solid 1px #cccccc;
    border-right: solid 1px #cccccc; 
}

.dp_milestone_03_cm .left-col{
    padding-right:20px;
}


.dp_milestone_03_cm .row-fluid .vertical-center{
    align-items:center;
}

body .row-fluid .dp_milestone_03 .three-col-adjust span>.hs_cos_wrapper{
    flex-basis: 30%;
    -webkit-flex-basis: 30%;
}

}




@media(max-width:767px){


.dp_milestone_03_cm .span6{
    width: 48.618784527%;
    float: left;
    webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    padding: 0px;    
}

.dp_milestone_03_cm .right-col{
    padding:13px 0px;
}

body .row-fluid .dp_milestone_03 .three-col-adjust span>.hs_cos_wrapper:nth-child(2n){
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding-top:24px;
}

body .row-fluid .dp_milestone_03 .three-col-adjust span>.hs_cos_wrapper{
    margin-top:0px;
    padding-top:20px;
}

body .row-fluid .dp_milestone_03 .three-col-adjust span>.hs_cos_wrapper:last-child{
    border-bottom:0px;
}    

.dp_milestone_03_cm{
    padding:0px;
}


}






/*==============================================================
            Hero Section DP_03
==============================================================*/


.dp03-hero-section {
    padding:210px 0 120px;
    position:relative;
}

.dp03-hero-section .section-heading{
    margin-bottom:25px;
}

body .row-fluid .dp03-hero-section .text-container{
    width: 100%;
    max-width: 560px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.26);
    margin-bottom: 100px;
    padding-bottom: 80px;
}

body .row-fluid .dp03-hero-section .scroll-down-icon{
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    width: 32px;
    margin: 0 auto;
    float: none;
    text-align: center;
    padding-top: 4px;
    border-radius: 14px;
    font-size: 44px;
    cursor: pointer;
}


@media (max-width:1024px){

.dp03-hero-section {
    padding: 220px 0 120px;
}

body .row-fluid .dp03-hero-section .text-container {
    margin-bottom: 50px;
    padding-bottom: 40px;
}

}


@media (max-width:767px){
 
body .row-fluid .dp03-hero-section .text-container {
    margin-bottom: 50px;
    padding-bottom: 30px;
} 
 
.dp03-hero-section {
    padding: 160px 0 120px;
} 

}







/*==============================================================
            Content Module DP_21
==============================================================*/

.dp_content_21_feature .image-sec{
    background-size:cover;
    background-position:top center;
    background-repeat:no-repeat;
}

@media(min-width:768px){

.dp_content_21_feature-container>span>.hs_cos_wrapper:nth-child(2n) .row-fluid{
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
}

.dp_content_21_feature .span6{
    width:50%;
    margin:0px;
}

.dp_content_21_feature .content-sec{
    padding:40px 115px;
}


}

@media (max-width:1024px){

.dp_content_21_feature .content-sec{
    padding:25px 20px;
}

}

@media (max-width:767px){

.dp_content_21_feature .content-sec{
    padding:20px 0px;
}

.dp_content_21_feature-container .equal-height-container>.row-fluid-wrapper>.row-fluid{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column-reverse;
}

.dp_content_21_feature .image-sec{
    height:235px;
}


}


/*=================================================
    DP_Team_01 Styling
=================================================*/

@media(min-width: 768px){

body .row-fluid .dp_team_01_container>span{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    flex-wrap: wrap;
    -wevkit-flex-wrap: wrap;
    flex-direction: row;
    -webkit-flex-direction: row;
    margin-right: -2.4%;
    justify-content: center;
}

body .row-fluid .dp_team_01_container>span .hs_cos_wrapper{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-basis: 30.9%;
    -webkit-flex-basis: 30.9%;
    float: left;
    margin-right: 2.1%;
    margin-top: 25px;
    margin-bottom: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.dp_team_01_container .dp-team-01{
     min-width: 370px;
}

}


.dp_team_01_container .dp-team-01{
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    min-height: 370px;
}

.dp_team_01_container .dp-team-01.overlay:before{
    border-radius: 5px;
    transition: all .35s ease-in-out;
    -wenikit-transition: all .35s ease-in-out;
}

.dp_team_01_container .dp-team-01 .wrapper{
    padding: 0px 35px;
}

.dp_team_01_container .dp-team-01 .main-box{
    position: absolute;
    left: 0;
    right: 0;
    top: 70%;
    height: 70%;
    bottom: 0;
    overflow: hidden;
    transition: all .35s ease-in-out;
    -wenikit-transition: all .35s ease-in-out;
    padding: 40px;
}

.dp_team_01_container .dp-team-01:hover .main-box{
    top: 0;
}

.dp_team_01_container .dp-team-01.overlay:hover:before{
    background: rgba(43, 43, 43, 0.6);
}

.dp_team_01_container .dp-team-01 .team-details h4{
    color: #fff;
    font-size: 20px;
    letter-spacing: 0.3px;
    line-height: 27px;
}

.dp_team_01_container .dp-team-01 .team-details h5{
    color: #a8afb6;
    font-size: 14px;
    letter-spacing: 0.2px;
    line-height: 14px;
    font-weight: 400;
}

.dp_team_01_container .dp-team-01 .team-details p{
    color: #f6f8f9;
    font-size: 18px;
    letter-spacing: 0.3px;
    line-height: 29px;
    font-weight: 300;
    margin: 35px 0px 0px;
}

.dp_team_01_container .dp-team-01 .social-media-icon-01{
    position: absolute;
    bottom: 0px;
}

.dp_team_01_container .dp-team-01 .social-media-icon-01 ul{
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.dp_team_01_container .dp-team-01 .social-media-icon-01 ul li{
    position: relative;
    display: inline-block;
    padding: 0px;
    margin: 0px;
}

.dp_team_01_container .dp-team-01 .social-media-icon-01 ul li:before{
    display: none;
}

.dp_team_01_container .dp-team-01 .social-media-icon-01 ul li .fa{
    color: #ffffff;
    opacity: 0.4;
    width: 20px;
    height: 20px;
    font-size: 20px;
    margin: 0px 10px;
    cursor: pointer;
}

.dp_team_01_container .dp-team-01 .social-media-icon-01 ul li .fa:hover{
    opacity: 1;
}

.dp_team_01_container .dp-team-01 .social-media-icon-01 ul li:first-child .fa{
    margin-left: 0px;
}

.dp_team_01_container .dp-team-01 .social-media-icon-01 ul li:last-child .fa{
    margin-right: 0px;
}


@media(max-width:767px){

.dp_team_01_container .hs_cos_wrapper{
    margin-top:30px;
}  

.dp_team_01_container .dp-team-01 .social-media-icon-01 ul li .fa{
    margin: 0px 3px;
}
    
}


/*==============================================================
            dp7-Form-Section
==============================================================*/


.dp7-form-section{
    padding:80px 0;
    background:#f6f8f9;
}


@media (max-width:1024px){
 
.dp7-form-section{
    padding:80px 0
}
}


@media (max-width:767px){
 
body .row-fluid .dp7-form-section .form-container {
    padding: 0;
} 

.dp7-form-section{
    padding:60px 0
}

.dp7-form-section .form-container form{
    position: relative;
    padding: 20px 20px 0;
}

.dp7-form-section .form-container form:before{
    bottom: 100px;
}

}






/*================================================================================
============================ DP 03 Pricing========================================
================================================================================*/


.dp_03_pricing_table {
    
}

.dp_03_pricing_table .button{
    font-size: 14px;
    padding: 16px 55px;
    display: inline-block;
    border-radius: 8px;
    border: 1px solid  #ccc;
    background:transparent;
    color:#ccc;
    position:relative;
}

.dp_03_pricing_table .button:before{
    position: absolute;
    content: '\f105';
    right: 16px;
    top: 2px;
    font-family: FontAwesome;
    font-size: 30px;
    opacity:0;
}

.dp_03_pricing_table .button:hover{
    background:#3197d6;;
    color:#fff;
    border-color:#3197d6;
}

.dp_03_pricing_table .button:hover:before{
    opacity:1;
}

body .dp_03_pricing_table .pricing-table-container>span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-top: 30px;
}

.dp_03_pricing_table .dp03-pricing-cm{
    padding:0 30px;
}

.dp_03_pricing_table .dp03-pricing-cm p{
    font-size:14px;
}

.dp_03_pricing_table .pricing-table-container>span>.hs_cos_wrapper{
    position:relative;
    z-index:1;
    padding:46px 0 140px;
    width:100%;
    background:#fff;
}

.dp_03_pricing_table .pricing-table-container>span>.hs_cos_wrapper:before{
    position: absolute;
    content: '';
    z-index: -1;
    pointer-events: none;
    left: -1px;
    right: 0;
    bottom: -1px;
    top: 0;
    border: 1px solid #cccccc;
}

.dp_03_pricing_table .plan-description{
    margin-top:50px;
}

.dp_03_pricing_table .plan-button{
    position:absolute;
    bottom:40px;
    left:0;
    right:0;
}

.dp_03_pricing_table sub{
    font-size:18px;
}






@media (max-width:1024px){
    
.dp_03_pricing_table .button {
    padding: 8px 14px;
}

.dp_03_pricing_table .dp03-pricing-cm {
    padding: 0 20px;
}

.dp_03_pricing_table .pricing-table-container>span>.hs_cos_wrapper {
    padding: 28px 0 110px;
    width: 100%;
}

.dp_03_pricing_table .plan-description {
    margin-top: 30px;
}

.dp_03_pricing_table .button:before{
    display:none;
}
}






@media (max-width:767px){

body .dp_03_pricing_table .pricing-table-container>span {
    display: block;
}

.dp_03_pricing_table .pricing-table-container>span>.hs_cos_wrapper {
    margin-top: 20px;
}

}



/******************************************
                 faq-dp-3
******************************************/


.faq-dp-3 .section-heading h5{
    margin:0;
}

.faq-dp-3 .section-heading{
    margin-bottom:30px;
}

body .row-fluid .faq-dp-3 .wrapper{
    max-width:800px;
}

.faq-dp-3 .faq-dp03-cm {
    padding: 16px 100px;
    border-bottom: 1px solid #bfc8d1;
}

.faq-dp-3 .faq-dp03-container>span>.hs_cos_wrapper:first-child .faq-dp03-cm{
    border-top: 1px solid #bfc8d1;
}

.faq-dp-3 .accordion_header{
    position:relative;
    cursor:pointer;
}

.faq-dp-3 .accordion_header:before{
    position: absolute;
    content: '\f105';
    top: 0;
    left: -30px;
    font-family: FontAwesome;
    font-size: 22px;
    color:#3197d6;
}

.faq-dp-3 .expanded .accordion_header:before{
    content: '\f107';
}


@media (max-width:1024px){
    
.faq-dp-3 .accordion_header:before {
    top: -3px;
}
    
}




@media (max-width:767px){

.faq-dp-3 .faq-dp03-cm {
    padding: 16px 0 16px 34px;
}

}





/*==============================================================
            dp03-CTA-Section
==============================================================*/

.cta-dp-03-section{
    background:#f6f8f9;
}

.cta-dp-03-section .right-col{
    padding:80px 0;
}



@media (max-width:1024px){
 

}


@media (max-width:767px){
 
.cta-dp-03-section .right-col{
    padding:0 0 20px;
} 


.cta-dp-03-section{
    padding-bottom:20px;
}
}



/*==============================================================
            DP02-Contact-Us
==============================================================*/


/*============================ Section-1 =============================*/


.contact-us-dp02-section-1{
    padding:100px 0;
}


body .row-fluid .contact-us-dp02-section-1 .left-col,
body .row-fluid .contact-us-dp02-section-1 .right-col {
    margin:0;
    width:50%;
}

.contact-us-dp02-section-1 .right-col .heading{
    margin-bottom:30px;
}

body .row-fluid .contact-us-dp02-section-1 .right-col{
    padding:50px 100px;
    background:#f6f8f9;
}

.contact-us-dp02-section-1 .left-col {
    position:relative;
}

.contact-us-dp02-section-1 .map-container iframe{
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    right:0;
    bottom:0;
}

.contact-us-dp02-section-1 .follow-us{
    margin-top:80px;
    margin-bottom:60px;
}

.contact-us-dp02-section-1 .follow-us a{
    font-size:20px;
    color:#cccccc;
    transition:all .3s ease-in-out;
    margin-right:8px;
}

.contact-us-dp02-section-1 .follow-us a:hover{
    color:#3197d6;
}


@media (max-width:1024px){

body .row-fluid .contact-us-dp02-section-1 .right-col {
    padding: 40px 50px;
}

}


@media (max-width:767px){


.contact-us-dp02-section-1{
    padding:50px 0;
}


body .row-fluid .contact-us-dp02-section-1 .left-col,
body .row-fluid .contact-us-dp02-section-1 .right-col {
    width:100%;
}

body .row-fluid .contact-us-dp02-section-1 .left-col{
    height:200px;
}

body .row-fluid .contact-us-dp02-section-1 .right-col {
    padding: 30px 20px;
}

.contact-us-dp02-section-1 .follow-us {
    margin-top: 40px;
    margin-bottom: 20px;
}

}



/*=================================================
            DP_Footer_04 Styling
=================================================*/

.dp_footer_04{
    background-color:#f8f9fa;
    padding:80px 0px;
}

.dp_footer_04 ul li:before{
    display:none;
}

.dp_footer_04 .right-end-col a{
    font-size:15px;
    color:#45474d;
}

.dp_footer_04 .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:first-child a{
    font-weight:bold;
    font-size:14px;
    color:#45474d;
}

.dp_footer_04 .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{
    padding:0px;
    color:#a8afb6;
    font-size:15px;
}

.dp_footer_04 .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1{
    margin-bottom:0px;
}

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

.dp_footer_04 .logos ul{
    margin:0px;
}

.dp_footer_04 .logos ul li:first-child{
    margin-left:0px;
}

.dp_footer_04 .logos ul li{
    display:inline-block;
    margin:0 2%;
    vertical-align:middle;
}

.dp_footer_04 .logos ul li a{
    color:#45474d;
}

.dp_footer_04 .logo-form-grp form .hs_email input{
    border-radius: 8px;
    border:0px;
}

.dp_footer_04 .logo-form-grp form .hs_email{
    position:relative;
}

.dp_footer_04 .logo-form-grp form .hs_email:after{
    content:'\f0e0';
    position:absolute;
    right: 20px;
    top: 10px;
    font-family:FontAwesome;
    color:#3197d6;
    font-size:24px;
}

.dp_footer_04 .logo-form-grp form{
    max-width:553px;
    position:relative;
    margin-top:31px;
}

.dp_footer_04 .logo-form-grp form .hs-button.primary.large{
    position: absolute;
    margin: 0px;
    top: 0px;
    right: 0px;
    max-width: 30px;
    padding: 21px 37px;
    background: transparent;
    font-size: 0px;
}

.row-fluid .dp_footer_04 form input[type="email"]{
    height:60px;
}


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

.dp_footer_04 .logos ul li{
    margin-bottom:12px;
}

.dp_footer_04 .logo-form-grp form{
    max-width:316px;
}

.dp_footer_04 .logo-form-grp{
    width: 50.18232%;
}

.dp_footer_04 .menu-grp{
    width: 29.928177%;
}
    
}


@media(max-width:767px){

.dp_footer_04 .logos ul li{
    margin-bottom:12px;
}

.dp_footer_04 .logo-form-grp{
    margin-bottom:30px;
}

.dp_footer_04 .widget-type-simple_menu{
    margin-bottom:15px;
}

}


















/****************service(product)-styling************************************************************************************/




/*==============================================================
            Hero Section DP_11
==============================================================*/


.dp11-hero-section {
    padding:210px 0 150px;
}

body .row-fluid .dp11-hero-section .wrapper{
    max-width:850px;
}

.dp11-hero-section .center-cta{
    margin-top:40px;
}



@media (max-width:1024px){

.dp11-hero-section {
    padding: 160px 0 100px;
}

}


@media (max-width:767px){
 
.dp11-hero-section {
    padding: 120px 0 60px;
}

}








/**************************Section 1*********************/

.dp11-hero-section-1{
    
}

body .row-fluid .dp11-hero-section-1 .four-col{
    width:100%;
    max-width:25%;
    height:18vw;
    margin:0;
}


@media (max-width:767px){

body .row-fluid .dp11-hero-section-1 .four-col{
    max-width:50%;
    height:36vw;
    float:left;
}

}


@media (max-width:480px){
 
body .row-fluid .dp11-hero-section-1 .four-col{
    max-width:100%;
    height:240px;
} 

}



/*=================================================
            DP_Client_04 Styling
=================================================*/

body .row-fluid .dp_client_04 .four-col-adjust span>.hs_cos_wrapper{
        display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 31vh;
    flex-basis: 24.4%;
    -webkit-flex-basis: 24.4%;
    margin-right:0;
    margin-top:0;
    transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
}

body .row-fluid .dp_client_04 h2{
    border-bottom: solid 10px #eff2f3;
    max-width: 370px;
    margin: 0 auto 40px;
    padding-bottom:12px;
}

body .row-fluid .dp_client_04 .four-col-adjust span>.hs_cos_wrapper:hover{
    background-color:#3197d6;
}


.dp_client_04_cm{
    position:relative;
}

body .row-fluid .dp_client_04 .four-col-adjust span>.hs_cos_wrapper:hover .dp_client_04_cm .rollover-logo{
    opacity:1;
}

.dp_client_04_cm .rollover-logo{
    position:absolute;    
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity:0;
}


@media(max-width:1024px){

    body .row-fluid .dp_client_04 .four-col-adjust span>.hs_cos_wrapper{
        height:22vh;
    }
    
}



/*=================================================
            DP_Client_05 Styling
=================================================*/

.dp_client_05 h2{
    border-bottom:4px solid #3197d6;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

body .row-fluid .dp_client_05 .four-col-adjust span>.hs_cos_wrapper{
        display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 31vh;
    flex-basis: 24.4%;
    -webkit-flex-basis: 24.4%;
    margin-right:0;
    margin-top:0;
    transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
}


body .row-fluid .dp_client_05 .four-col-adjust span>.hs_cos_wrapper:hover{
    background-color:#3197d6;
}


.dp_client_04_cm{
    position:relative;
}

body .row-fluid .dp_client_05 .four-col-adjust span>.hs_cos_wrapper:hover .dp_client_04_cm .rollover-logo{
    opacity:1;
}

.dp_client_04_cm .rollover-logo{
    position:absolute;    
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity:0;
}


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

    body .row-fluid .dp_client_05 .four-col-adjust span>.hs_cos_wrapper{
        height:22vh;
    }
    
}


@media(max-width:767px){

body .row-fluid .dp_client_05 .four-col-adjust span>.hs_cos_wrapper{
    height:22vh;
}    
    
}





/*=========================================================================
                    DP03 Projects 
=========================================================================*/                    


.projects_dp03 {
    background:#f6f8f9;   
    padding-bottom:0;
}

body .projects_dp03 .row-fluid .top-heading {
    max-width: 610px;
    margin: 0 auto;
    float: none;
    padding-bottom: 40px;
    position:relative;
}

body .projects_dp03 .row-fluid .top-heading:before{ 
    position: absolute;
    content: '';
    bottom: 0;
    left: -1000px;
    right: -1000px;
    height: 1px;
    background: rgba(204, 204, 204, 0.62);
    margin: 0 auto;
}

.dp03-projects-cm{
    position:relative;
}

.dp03-projects-cm:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: -1000px;
    right: -1000px;
    height: 1px;
    background: rgba(204, 204, 204, 0.62);
    margin: 0 auto;
}

body .projects_dp03 .row-fluid .wrapper{
    width:100%;
    max-width:1440px;
}

.projects_dp03 .dp03-projects-cm .column{
    width: 23%;
    float: left;    
}

.projects_dp03 .dp03-projects-cm .heading-container{
    width:31%;
    box-sizing: border-box;
    padding: 30px 30px;
}

body .projects_dp03 .row-fluid .dp03-projects-cm{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;    
}

.projects_dp03 .more-cta {
    width: 20px;
    height: 20px;
    color: #979797;
    text-align: center;
    border: 1px solid #979797;
    border-radius: 50%;
    font-size: 16px;
    line-height: 18px;
    box-sizing: border-box;
    display:inline-block;
}




@media (max-width:1024px){

.projects_dp03 .dp03-projects-cm .heading-container {
    width: 50%;
    padding:20px;
}

.projects_dp03 .dp03-projects-cm .column {
    width: 50%;
    float: left;
}

}


@media (max-width:767px){

.projects_dp03 .dp03-projects-cm .column {
    width: 100%;
    height: 200px;
}

.projects_dp03 .dp03-projects-cm .heading-container {
    width: 100%;
    height:auto;
}

body .projects_dp03 .row-fluid .dp03-projects-cm {
    display:block;
}

.projects_dp03{
    border-bottom:1px solid #e7e7e7;
}

}





/*==============================================================
            DP01-Subscribe Form
==============================================================*/


/*============================ Section-1 =============================*/

.subscribe-dp01-section-1{
    padding:60px 0;
    border-top:16px solid #3197d6;
    border-bottom:1px solid #e7e7e7
}

body .row-fluid .subscribe-dp01-section-1 .wrapper{
    max-width:800px;
}




/*=============Subscribe Form Styling ===========================*/


.subscribe-dp01-section-1 .widget-type-blog_subscribe .hs-form-field>label{
    display:none;
}

.subscribe-dp01-section-1 .widget-type-blog_subscribe{
    margin-top:20px;
}

.subscribe-dp01-section-1 .widget-type-blog_subscribe form{
    position:relative;
}

.subscribe-dp01-section-1 .widget-type-blog_subscribe input{
    margin-top:0;
    height:60px;
    border-radius:8px;
    border:1px solid #72808e;
    padding-right:160px;
}

@media (min-width:768px){

.subscribe-dp01-section-1 .widget-type-blog_subscribe .hs-button.primary{
    margin: 0;
    position: absolute;
    right: 6px;
    top: 6px;
    bottom: 0;
    padding: 0 30px;
    height: 48px;
    border-radius:8px;
}
}



@media (max-width:1024px){


}


@media (max-width:767px){
 
.subscribe-dp01-section-1 .widget-type-blog_subscribe input{
    padding-right:14px;
} 

.subscribe-dp01-section-1 .widget-type-blog_subscribe .hs-button.primary{
    border-radius:8px;
    padding-left:0;
    padding-right:0;
    width:100%;
} 

.subscribe-dp01-section-1 {
    padding: 40px 0;
}    
}






/*==============================================================
            Hero Section DP_29
==============================================================*/


.dp29-hero-section {
    padding:230px 0 100px;
    position:relative;
    overflow:hidden;
    z-index:1;
    background:#3197d6;
}

.dp29-hero-section .heading-with-underline{
    position:relative;
    margin-bottom:10px;
}

.dp29-hero-section .heading-with-underline:before{
    position:absolute;
    content:'';
    bottom:5px;
    left:0;
    width:50px;
    height:1px;
    background:#fff;
}

.dp29-hero-section .text-container{
    border-bottom: solid 1px rgba(69, 71, 77, 0.18);
    padding-bottom: 80px;
}

.dp29-hero-section .top-left-text-container{
    position:relative;
    z-index:1;
    padding:60px 0;
    margin-bottom:30px;
}

.dp29-hero-section .top-left-text-container:before{
    position: absolute;
    content: '';
    z-index: -1;
    bottom: 0;
    left: -140px;
    background: rgba(255, 255, 255, 0.15);
    right: 250px;
    top: 0;
}

.dp29-hero-section .bottom-white-text{
    position: relative;
    z-index: 1;
    padding: 40px 0px;
    margin-bottom: 30px;
    padding-right: 90px;
}

.dp29-hero-section .bottom-white-text:before{
    position: absolute;
    content: '';
    z-index: -1;
    bottom: 0;
    left: -210px;
    background: rgb(255, 255, 255);
    right: 0;
    top: 0;
}



@media (max-width:1024px){

.dp29-hero-section {
    padding: 110px 0 70px;
}

.dp29-hero-section .top-left-text-container:before{
    right: 100px;
}

.dp29-hero-section .bottom-white-text {
    padding-right: 40px;
}

}


@media (max-width:767px){

.dp29-hero-section {
    padding: 100px 0 20px;
}
}









/*==============================================================
            DP01-Contact-Us
==============================================================*/


/*============================ Section-1 =============================*/

.contact-us-dp01-section-1{
    padding:80px 0 200px;
    background:#3197d6;
}

@media (max-width:1024px){
 
}


@media (max-width:767px){
 

.contact-us-dp01-section-1 {
    padding: 35px 0 130px;
}    
}



/*============================ Section-2 =============================*/



.contact-us-dp01-section-2{
    padding-bottom:100px;
}

.contact-us-dp01-section-2 .form-container{
    margin-top:-110px;
    padding:75px 60px;
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
}

@media (min-width:1025px){

body .row-fluid .contact-us-dp01-section-2 .right-col{
    width:50%;
    max-width:240px;
    float:right;
}

}

.contact-us-dp01-section-2 .right-col .heading{
    margin-bottom:26px;
}





@media (max-width:767px){
    
    
.contact-us-dp01-section-2 .form-container {
    margin-top: -110px;
    padding: 30px 20px;
}

.contact-us-dp01-section-2{
    padding-bottom:50px;
}

}














/*==============================================================
            Content Module DP_22
==============================================================*/


.features-services-dp22 .dp-service-left-icon{
    margin:17px 0px;
}

@media(max-width:767px){

.features-services-dp22 .dp-service-left-icon .icon{
    margin-bottom:20px;
}

.features-services-dp22 .dp-service-left-icon{
    margin-top:35px;
}

}





/*=================================================
         DP_Image_Gallery_13 Styling
=================================================*/


.dp-image-gallery-13-cm .img-module{
   height:34vw;
   background-size:contain;
}

.dp-image-gallery-13-cm{
    margin-bottom:54px;
}

.dp-image-gallery-13 .slick-prev.slick-arrow {
    position: absolute;
    bottom: 0px;
    z-index:1;
    cursor:pointer;
}

.dp-image-gallery-13 .slick-next.slick-arrow{
    position:absolute;
    right:0;
    bottom:0;
    cursor:pointer;
} 








/*=================================================
        DP_Milestones_09 Styling
=================================================*/
/*
.lt-ie9 .specialist-sec-four {
    display: none;
}*/

.round-item{
    border-radius:50%;
    border:12px solid #111;
    background:#e2e2e2;
    max-width:350px;
    max-height:350px!important;
    min-height:350px!important;
    padding:95px 48px 0px;
}

.circle-group.circle-group.circle-group {
    position: relative;
}

.circle-group:after {
    content: "";
    height: 0;
    display: block;
    padding-bottom: 75%;
    overflow: hidden;
}

.circle-group .widget-type-rich_text {
    display: none;
}

.circle-group svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.circle-group svg circle {
    stroke-dashoffset: 0;
    stroke:#ffffff;
    stroke-width: 4px;
    fill: transparent;
}



.circle-group svg circle.outer-border,{
    stroke:rgba(26, 117, 207, 0.50);
    stroke-width: 1px;
}

.circle-group svg circle.bar {
    stroke: transparent;
    stroke-dashoffset: 314.1592654;
}

.circle-group.animated svg circle.bar{
    stroke:#ffffff;
}

.circle-group .text {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.circle-group .text > .row-fluid-wrapper {
    position: absolute;
    left: 5%;
    right: 5%;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}



.circle-group .text>.cell-wrapper {
    position: absolute;
    left: 5%;
    right: 5%;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}


.dp_milestone_09 .circle-1.circle-group.animated svg circle.bar{
    stroke:#3197d6;
}


.dp_milestone_09 .circle-2.circle-group.animated svg circle.bar{
    stroke:#4cc5f2;
}

.dp_milestone_09 .circle-3.circle-group.animated svg circle.bar{
    stroke:#b9ea85;
}


.circle-group h2{
    margin:0px;
}


@media (max-width: 767px) {
    
.circle-group.circle-group.circle-group {
    max-width: 400px;
    margin: 0 auto 25px;
    display: block;
}

}


@media(min-width:1025px){

.circle-2-border{
    position:relative;
}

.circle-2-border:after,
.circle-2-border:before{
    content:'';
    position:absolute;
    width:2px;
    height:96px;
    background-color:#cccccc;
    top:97px;
}

.circle-2-border:after{
    right:-14px;
    
}

.circle-2-border:before{
    left:-14px;
}


}

@media(max-width:767px){



}






/*==============================================================
            DP02-Subscribe Form
==============================================================*/


/*============================ Section-1 =============================*/

.subscribe-dp03-section-1{
    padding:70px 0;
    background:#f8f9fa;
}

.subscribe-dp03-section-1 .image{
    margin-bottom:30px;
}

body .row-fluid .subscribe-dp03-section-1 .wrapper{
    max-width:800px;
}




/*=============Subscribe Form Styling ===========================*/


.subscribe-dp03-section-1 .widget-type-blog_subscribe .hs-form-field>label{
    display:none;
}

.subscribe-dp03-section-1 .widget-type-blog_subscribe form{
    position:relative;
}

.subscribe-dp03-section-1 .widget-type-blog_subscribe input{
    margin-top:0;
    height:60px;
    border-radius:8px;
    border:1px solid #fff;
    box-shadow: 0 15px 20px 0 rgba(4, 21, 46, 0.1);
    padding-right:60px;
}

.subscribe-dp03-section-1 .widget-type-blog_subscribe .actions{
    margin: 0;
    position: absolute;
    right: 6px;
    top: 6px;
    bottom: 0;
    height: 48px;
    border-radius:8px;
    box-shadow: none;
    width:;
}

.subscribe-dp03-section-1 .widget-type-blog_subscribe .actions:before{
    position: absolute;
    content: '\f0e0';
    top: 6px;
    right: 15px;
    font-family: FontAwesome;
    font-size: 24px;
    color: #a8afb6;
}

.subscribe-dp03-section-1 .widget-type-blog_subscribe .hs-button.primary{
    margin: 0;
    font-size: 1px;
    color: transparent;
    background: transparent;
    padding: 0;
    box-shadow: none;
    width:50px;
    height:45px;
}



@media (max-width:1024px){


}


@media (max-width:767px){
 
.subscribe-dp03-section-1 .widget-type-blog_subscribe input{
    
} 

.subscribe-dp03-section-1 {
    padding: 40px 0;
}    
}







/*********************************aboutUs**********************************************************************************/










/*==============================================================
            Hero Section DP_24
==============================================================*/


.dp24-hero-section {
    padding:258px 0 200px;
    background:#3197d6;
}

.dp24-hero-section .cta{
    margin-top:30px;
}






@media (max-width:1024px){

.dp24-hero-section {
    padding: 130px 0 100px;
}
}


@media (max-width:767px){

.dp24-hero-section {
    padding: 130px 0 60px;
}
}







/*==============================================================
            Section 1
==============================================================*/

.dp24-hero-section-1{
    overflow:hidden;
    border-bottom:2px solid #fff;
}

body .container-fluid .row-fluid .dp24-hero-section-1 .service-cm-container {
    width: 100%;
    max-width: 100%;
}


body .container-fluid .row-fluid .dp24-hero-section-1  .service-cm-container>span{
    margin:0;
}

body .row-fluid  .dp24-hero-section-1 .service-cm-container span>.hs_cos_wrapper{
    z-index: 1;
    margin: 0;
    width: 25%;
    flex-basis: 25%;
    -webkit-flex-basis: 25%;
    align-items: center;
    -webkit-align-items: center;
    padding:60px 0;
}

body .row-fluid .dp24-hero-section-1 .service-cm-container span>.hs_cos_wrapper:before{
    position: absolute;
    content: '';
    top: 0;
    left: -2px;
    bottom: -2px;
    right: 0px;
    pointer-events: none;
    border: 2px solid #fff;
    border-right: 0;
}

.dp24-hero-section-1 .dp_23-service-cm{
    padding:0 20px;
}

.dp24-hero-section-1 .dp_23-service-cm .bg-container{
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:-1;
}







@media (max-width:1024px){

body .row-fluid .dp24-hero-section-1 .service-cm-container span>.hs_cos_wrapper {
    width: 50%;
    flex-basis: 50%;
    -webkit-flex-basis: 50%;
}
}


@media (max-width:767px){

body .row-fluid .dp24-hero-section-1 .service-cm-container span>.hs_cos_wrapper {
    width: 100%;
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
}

.dp24-hero-section-1 .dp_23-service-cm{
    padding:0 20px;
}
}









/*==============================================================
            DP2-Form-Section
==============================================================*/


.dp2-form-section{
    padding:170px 0 250px;
}

body .row-fluid .dp2-form-section .form-container{
    width:100%;
    max-width:660px;
    margin:0 auto;
    float:none;
    background:#fff;
    padding:35px 70px 12px;
    border-top:8px solid #3197d6;
}

.dp2-form-section .logo{
    margin-bottom:20px;
}

.dp2-form-section .bottom-heading{
    margin: 22px 0 0px;
    border-bottom: 1px solid #e4e7ec;
    padding-bottom: 10px;
}



@media (max-width:1024px){
 
.dp2-form-section{
    padding:80px 0
}
}


@media (max-width:767px){
 
body .row-fluid .dp2-form-section .form-container {
    padding: 35px 20px 12px;
} 

.dp2-form-section{
    padding:60px 0
}
}






/*==============================================================
            Content Module DP_14
==============================================================*/


body .row-fluid .content-module-dp14 .wrapper{
    max-width:860px;
}

body .row-fluid .content-module-dp14 .round-image{
    float:none;
    margin:0 auto 50px;
    width:160px;
    height:160px;
    border-radius:50%;
    overflow:hidden;
    border:4px solid #3197d6;
}









@media (max-width:1024px){


}


@media (max-width:767px){

body .row-fluid .content-module-dp14 .round-image{
    margin:0 auto 25px;
}

}









/*=================================================
        DP_Team_08 Styling
=================================================*/
.dp_team_08{
    background-color:#f6f8f9;
}

body .row-fluid .dp_team_08 .four-col-adjust span>.hs_cos_wrapper{
    justify-content:center;
    padding: 30px 10px 35px;
}

body .row-fluid .dp_team_08 .four-col-adjust span>.hs_cos_wrapper:hover{
    border-radius: 3px;
    background-color: #ffffff;
    box-shadow: 0 25px 35px 0 rgba(23, 32, 49, 0.1);
    transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
}

body .container-fluid .row-fluid .dp_team_08 .four-col-adjust>span{
    justify-content:center;
}


.dp-team-07-cm .img-module {
    width: 133px;
    height: 133px;
    border-radius: 100%;
    margin: 0 auto;
}


.dp_team_07{
    background-color:#f6f8f9;   
}

.dp-team-07-cm .img-module{
    width:133px;
    height:133px;
    border-radius:100%;
    margin:0 auto;
}

.dp-team-07-cm .text-module{
    margin-top:20px;
}

.dp-team-07-cm .text-module h4{
    font-size: 20px;
    letter-spacing: 0.3px;
    text-align: center;
}

.dp-team-07-cm .text-module p{
    font-size: 14px;
    letter-spacing: 0.2px;
    text-align: center;
}

body .row-fluid .dp_team_07 .four-col-adjust span>.hs_cos_wrapper{
    justify-content:center;
    border-radius: 3px;
    background-color: #ffffff;
    box-shadow: 0 25px 35px 0 rgba(23, 32, 49, 0.1);
    padding: 30px 10px 35px;
}

body .container-fluid .row-fluid .dp_team_07 .four-col-adjust>span{
    justify-content:center;
}

/*=================================================
        DP_Milestones_06 Styling
=================================================*/


.dp_milestone_06{
    background-image: linear-gradient(to left, #73d0fc, #3fa2f7);
    padding:40px 0;
}

.dp_milestone_06_cm h2{
    font-weight:600;
}

body .row-fluid .dp_milestone_06 .four-col-adjust span>.hs_cos_wrapper{
    justify-content:center;
    align-items:center;
}








/*************************************************************contactus(product)*********************************/








/*==============================================================
            Hero Section DP_04
==============================================================*/


.dp04-hero-section {
    padding:210px 0 260px;
    background-image: linear-gradient(to top, #3197d6, #4db4f3);
}

body .row-fluid .dp04-hero-section .top-image{
    width: 130px;
    height: 130px;
    margin: 0 auto;
    float: none;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    margin-bottom: 70px;
}

.dp04-hero-section .form-container{
    margin-top:44px;
    text-align:left;
}

body .row-fluid .dp04-hero-section .wrapper{
    max-width:760px;
}

@media (max-width:1024px){

.dp04-hero-section {
    padding:160px 0 100px;
}


}


@media (max-width:767px){
 
.dp04-hero-section {
    padding: 120px 0 70px;
} 

body .row-fluid .dp04-hero-section .top-image {
    margin-bottom: 30px;
}

}





/*=============Subscribe Form Styling ===========================*/


.dp04-hero-section .widget-type-blog_subscribe .hs-form-field>label{
    display:none;
}

.dp04-hero-section .widget-type-blog_subscribe form{
    position:relative;
}

.dp04-hero-section .widget-type-blog_subscribe input{
    margin-top:0;
    height:60px;
    border-radius:8px;
    border:0;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2);
    padding-right:160px;
}

@media (min-width:768px){

.dp04-hero-section .widget-type-blog_subscribe .hs-button.primary{
    margin: 0;
    position: absolute;
    right: 6px;
    top: 6px;
    bottom: 0;
    padding: 0 30px;
    height: 48px;
    border-radius:8px;
    background:#82cf31;
    box-shadow:none;
}
}



@media (max-width:1024px){


}


@media (max-width:767px){
 
.dp04-hero-section .widget-type-blog_subscribe input{
    padding-right:14px;
} 

.dp04-hero-section .widget-type-blog_subscribe .hs-button.primary{
    border-radius:8px;
    padding-left:0;
    background:#82cf31;
    padding-right:0;
    width:100%;
} 
}









/*==============================================================
            Content Module DP_25
==============================================================*/

.content-module-dp25 {
    position:relative;
}

body .row-fluid .content-module-dp25 .heading{
    margin-bottom:30px;
    width:100%;
    max-width:650px;
    float:none;
    margin:0 auto 40px;
}

body .row-fluid .content-module-dp25 .wrapper{
    max-width:860px;
}


@media (max-width:1024px){

}


@media (max-width:767px){


}







/*================================================================================
============================ DP 03 Pricing========================================
================================================================================*/


.dp_03_pricing_table {
    
}

.dp_03_pricing_table .button{
    font-size: 14px;
    padding: 16px 55px;
    display: inline-block;
    border-radius: 8px;
    border: 1px solid  #ccc;
    background:transparent;
    color:#ccc;
    position:relative;
}

.dp_03_pricing_table .button:before{
    position: absolute;
    content: '\f105';
    right: 16px;
    top: 2px;
    font-family: FontAwesome;
    font-size: 30px;
    opacity:0;
}

.dp_03_pricing_table .button:hover{
    background:#3197d6;;
    color:#fff;
    border-color:#3197d6;
}

.dp_03_pricing_table .button:hover:before{
    opacity:1;
}

body .dp_03_pricing_table .pricing-table-container>span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-top: 30px;
}

.dp_03_pricing_table .dp03-pricing-cm{
    padding:0 30px;
}

.dp_03_pricing_table .dp03-pricing-cm p{
    font-size:14px;
}

.dp_03_pricing_table .pricing-table-container>span>.hs_cos_wrapper{
    position:relative;
    z-index:1;
    padding:46px 0 140px;
    width:100%;
    background:#fff;
}

.dp_03_pricing_table .pricing-table-container>span>.hs_cos_wrapper:before{
    position: absolute;
    content: '';
    z-index: -1;
    pointer-events: none;
    left: -1px;
    right: 0;
    bottom: -1px;
    top: 0;
    border: 1px solid #cccccc;
}

.dp_03_pricing_table .plan-description{
    margin-top:50px;
}

.dp_03_pricing_table .plan-button{
    position:absolute;
    bottom:40px;
    left:0;
    right:0;
}

.dp_03_pricing_table sub{
    font-size:18px;
}


/*==============================================================
            Features Services DP05
==============================================================*/


body .row-fluid .features-services-dp05 .wrapper{
    max-width:900px;
}

.features-services-dp05 .dp-service-top-icon{
    margin-top:27px;
    padding:0 60px;
}











@media (max-width:1024px){

.features-services-dp05 .dp-service-top-icon {
    margin-top: 10px;
    padding: 0 10px;
}

}

@media (max-width:767px){

.features-services-dp05 .dp-service-top-icon {
    margin-top: 10px;
    padding: 0;
}

}








/*==============================================================
            Content Module DP_02
==============================================================*/

.content-module-dp2{
    
}

.content-module-dp2 .heading{
    position:relative;
    margin-bottom:30px;
    padding-bottom:10px;
}

.content-module-dp2 .heading:before{
    position:absolute;
    content:'';
    left:0;
    bottom:0;
    width:50px;
    height:2px;
    background:#45474d;
}

.content-module-dp2 .heading h5{
    color:#bfc8d1;
}

.content-module-dp2 .column{
    background:#fff;
    padding:40px;
}





@media (max-width:1024px){

.content-module-dp2 .column {
    padding:30px 20px;
}

}


@media (max-width:767px){

.content-module-dp2 .column {
    margin:20px 0;
}

}







/*==============================================================
            dp6-Form-Section
==============================================================*/


.dp6-form-section{
    padding:110px 0;
}

body .row-fluid .dp6-form-section .form-container{
    width:100%;
    max-width:450px;
    margin-top:20px;
    float:left;
}

.dp6-form-section .form-container form{
    position: relative;
    padding: 34px 30px 0;
}

.dp6-form-section .form-container form:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 90px;
    background: rgba(255, 255, 255, 0.68);
    z-index: -1;
    border-radius:3px;
}


@media (max-width:1024px){
 
.dp6-form-section{
    padding:80px 0
}
}


@media (max-width:767px){
 
body .row-fluid .dp6-form-section .form-container {
    padding: 0;
} 

.dp6-form-section{
    padding:60px 0
}

.dp6-form-section .form-container form{
    position: relative;
    padding: 20px 20px 0;
}

.dp6-form-section .form-container form:before{
    bottom: 100px;
}

}











/*****************************************************************team(product)*****************************/


/*==============================================================
            Hero Section DP_25
==============================================================*/


.dp25-hero-section {
    padding:210px 0 200px;
    margin-top:92px;
    overflow:hidden;
    position:relative;
    z-index:1;
}

.dp25-hero-section:before{
    position:absolute;
    content:'';
    z-index:-1;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:url('https://cdn2.hubspot.net/hubfs/2558854/DreamPack/ovelay-bg-lines.svg') no-repeat;
    background-size:cover;
    background-position:top left;
    pointer-events:none
}


.dp25-hero-section .cta{
    margin-top:30px;
}

body .row-fluid .dp25-hero-section .right-col{
    float:right;
}






@media (max-width:1024px){

.dp25-hero-section {
    padding: 110px 0 100px;
    margin-top: 70px;
}
}


@media (max-width:767px){

.dp25-hero-section:before{
    display:none;
}

.dp25-hero-section {
    padding: 30px 0 20px;
}
}







/*==============================================================
            Section 1
==============================================================*/

.dp25-hero-section-1{
    padding:40px 0 30px;
}





@media (max-width:1024px){


}






/******************************************
         Resources DP 05
******************************************/


body .row-fluid .resource-dp-05-container span>.hs_cos_wrapper{
    border-radius: 8px;
    background-color: #ffffff;
    box-shadow: 0 25px 35px 0 rgba(23, 32, 49, 0.1);
    padding:40px 0;
}

.resource-dp-05-container .text-container{
    margin-top:15px
}

.resource-dp-05-container .resource-dp-05-cm{
    padding:0 30px;
}

.resource-section-05 .top-heading{
    margin-bottom:40px;
}

.resource-section-05 .cta{
    margin-top:40px;
    padding-bottom:40px;
    border-bottom:1px solid #fff;
}




@media (max-width:1024px){
    
    
}




@media (max-width:767px){



}





/*=================================================
        DP_Team_20 Styling
=================================================*/

.dp_team_20{
    
}

.dp_team_20 .heading{
    padding-bottom:30px;
}

.dp_team_20 .heading h2{
    margin-bottom:27px;
    position:relative;
}

.dp_team_20 .heading h2:after{
    content: '';
    background-color: #45474d;
    height: 2px;
    width: 238px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -12px;
    margin:0 auto;
}

.dp_team_20 p{
    font-size:14px;
}

.dp_team_20 .social-share ul li{
    display:inline-block;
}

.dp_team_20 .social-share ul li:before{
    display:none;
}

.dp_team_20 .contact ul li{
    margin-bottom:3px;
}

.dp_team_20 .contact ul li a{
    color:#72808e;
    font-size:14px;
    letter-spacing:0.2px;
}

.dp_team_20 .contact ul li:first-child{
    position:relative;
}

.dp_team_20 .contact ul li:first-child:before{
    content:'\f095';
    position:absolute;
    font-family:FontAwesome;
    font-size:14px;
    left: -26px;
    top: 2px;
}

.dp_team_20 .contact ul li:nth-of-type(2){
    position:relative;
}

.dp_team_20 .contact ul li:nth-of-type(2):before{
    content:'\f0e0';
    position:absolute;
    font-size:14px;
    left: -26px;
    top: 2px;
    font-family:FontAwesome;
}

.dp_team_20 .right-col h4{
    margin-bottom:27px;
    position:relative;
}

.dp_team_20 .right-col h4:after{
    content: '';
    background-color: #ffffff;
    height: 2px;
    width: 249px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -12px;
    margin:0 auto;
}

.dp_team_20 .right-col{
    padding-bottom:12px;
}





.dp_team20-cm{
    width:100%;
}

.dp_team20-cm .img-module{
    min-height:330px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-align: center;
    padding-bottom: 12px;
}


.dp_team20-cm .text-module h4{
    margin-bottom: 27px;
    position: relative;
}

.dp_team20-cm .text-module h4:after{
    content: '';
    background-color: #ffffff;
    height: 2px;
    width: 67%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -12px;
    margin: 0 auto;
}






@media(min-width:768px){

.dp_team_20 .equal-height-container .span6{
    width:50%;
    margin:0px;
}

.dp_team_20 .left-col{
    border: solid 1px rgba(168, 175, 182, 0.66);
    padding: 30px;
}

.dp_team_20 .right-col{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-align: center;
}

body .row-fluid .dp_team_20 .three-col-adjust span>.hs_cos_wrapper{
    margin-top:54px;
}

}


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

.dp_team_20 .social-share ul li{
    margin-left:0px;
    margin-right:5px;
}    
    
}



@media(max-width:767px){

.dp_team_20 .contact ul{
    padding-left:20px;
}   

body .row-fluid .dp_team_20 .right-col{
    min-height:410px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-align: center;
}

.dp_team_20 .equal-height-container>.row-fluid-wrapper>.row-fluid{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column-reverse;
}

    
}





/*==============================================================
            dp21-CTA-Section
==============================================================*/

.cta-dp-21-section{
    padding:150px 0;
    position:relative;
    z-index:1;
    overflow:hidden;
}

body .row-fluid .cta-dp-21-section .wrapper{
    max-width:480px;
}

.cta-dp-21-section .bg-container{
    width: 20%;
    height: 49%;
    position: absolute;
    z-index: -1;
}

.cta-dp-21-section .bg-container.top-left{
    left:0;
    top:0;
}

.cta-dp-21-section .bg-container.top-right{
    right:0;
    top:0;    
}

.cta-dp-21-section .bg-container.bottom-left{
    bottom:0;
    left:0;
}

.cta-dp-21-section .bg-container.bottom-right{
    right:0;
    bottom:0;
}


@media (max-width:1024px){
 
.cta-dp-21-section {
    padding: 80px 0;
}
}


@media (max-width:767px){
 
.cta-dp-21-section {
    padding: 30px 0;
}

.cta-dp-21-section .bg-container{
    display:none;
}

}









/*==============================================================
            dp04-Subscribe Form
==============================================================*/


/*============================ Section-1 =============================*/

.subscribe-dp04-section-1{
    padding:80px 0;
}

body .row-fluid .subscribe-dp04-section-1 .form-container{
    max-width:460px;
    margin:0 auto;
    float:none;
}




/*=============Subscribe Form Styling ===========================*/


.subscribe-dp04-section-1 .widget-type-blog_subscribe .hs-form-field>label{
    display:none;
}

.subscribe-dp04-section-1 .widget-type-blog_subscribe form{
    position:relative;
}

.subscribe-dp04-section-1 .widget-type-blog_subscribe input{
    margin-top:0;
    height:60px;
    border-radius:8px;
    border:1px solid #72808e;
    padding-right:160px;
}

@media (min-width:768px){

.subscribe-dp04-section-1 .widget-type-blog_subscribe .hs-button.primary{
    margin: 0;
    position: absolute;
    right: 6px;
    top: 6px;
    bottom: 0;
    padding: 0 30px;
    height: 48px;
    border-radius:8px;
}
}



@media (max-width:1024px){


}


@media (max-width:767px){
 
.subscribe-dp04-section-1 .widget-type-blog_subscribe input{
    padding-right:14px;
} 

.subscribe-dp04-section-1 .widget-type-blog_subscribe .hs-button.primary{
    border-radius:8px;
    padding-left:0;
    padding-right:0;
    width:100%;
} 

.subscribe-dp04-section-1 {
    padding: 40px 0;
}    
}














/******************************************************landing-page(product)***************************/




/*==============================================================
            Hero Section DP_16
==============================================================*/


.dp16-hero-section {
    padding:170px 0 120px;
    background:#45474d;
}

.dp16-hero-section .cta-container{
    margin-top:30px;    
}

.dp16-hero-section .video-popup-cm{
    margin-top:15px;
}

.dp16-hero-section .video-popup-cm a {
    padding: 13px 20px;
    border-radius: 8px;
    color: #fff;
    background:#3197d6;
}

.dp16-hero-section .video-popup-cm a .fa {
    color:#fff;
}



@media (max-width:1024px){


.dp16-hero-section {
    padding:170px 0 90px;
}
}


@media (max-width:767px){
 

.dp16-hero-section {
    padding:120px 0 70px;
}
}






/*==============================================================
            Content Module DP_51
==============================================================*/



.content-module-dp51 {
    background:#f6f8f9;
}

.content-module-dp51 .image{
    margin-bottom:40px;
}

.content-module-dp51 .column{
    padding:0 60px;
}

.content-module-dp51 .left-col{
    border-right:1px solid #e7e7e7;    
}




@media (max-width:1024px){

.content-module-dp51 .column{
    padding:0 30px;
}

}



@media (max-width:767px){

.content-module-dp51 .column{
    padding:0;
}

.content-module-dp51 .left-col{
    border:0;
    border-bottom:1px solid #e7e7e7;    
    padding-bottom:30px;
    margin-bottom:40px;
}

}









/*=================================================
    DP_Team_04 Styling
=================================================*/

.dp_team_04 .dp_team04-cm .team-image{
    height: 270px;
    width: 270px;
    border-radius: 8px;
    margin:0 auto 20px;
}

.dp_team_04 .dp_team04-cm ul li{
    display:inline-block;
    margin:0 2%;
}

.dp_team_04 .dp_team04-cm ul li img{
    vertical-align:middle;
}

.dp_team_04 .dp_team04-cm ul li a{
    color:#d1d1d1;
}

.dp_team_04 .dp_team04-cm ul li a:focus{
    outline:0;
}

.dp_team_04 .dp_team04-cm ul li:before{
    display:none;
}

@media(min-width:964px) and (max-width:1217px){

body .row-fluid .dp_team_04 .four-col-adjust span>.hs_cos_wrapper{
    justify-content: center;
}

.dp_team_04 .dp_team04-cm .team-image{
    height:200px;
    width:200px;
    margin:0 auto 20px;
}

}

@media(max-width:963px){

body .container-fluid .row-fluid .dp_team_04 .four-col-adjust>span{
    justify-content: center;
}

body .row-fluid .dp_team_04 .four-col-adjust span>.hs_cos_wrapper{
    justify-content: center;
}

}




/*=================================================
            DP_Client_10 Styling
=================================================*/

.dp_client_10{
    background-color:#3197d6;
}

.dp_client_10 ul{
    margin:0px;
}

.dp_client_10 ul li{
    display:inline-block;
    margin:30px 1%;
}

.dp_client_10 ul li:before{
    display:none;
}


@media(max-width:767px){

.dp_client_10 ul li{
    display:block;
}    
    
}



/*================================================================================
============================ DP 14 Pricing========================================
================================================================================*/


.dp_14_pricing_table {
    background:#f6f8f9;
}

.dp_14_pricing_table .cta{
    margin-top:50px;
}

body .dp_14_pricing_table .row-fluid .wrapper{
    max-width:860px;
}

body .dp_14_pricing_table .pricing-table-container>span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.dp_14_pricing_table .dp14-pricing-cm{
    padding:0 20px;
}

.dp_14_pricing_table .dp14-pricing-cm p{
    font-size:14px;
}

.dp_14_pricing_table .pricing-table-container>span>.hs_cos_wrapper{
    position: relative;
    z-index: 1;
    padding: 20px 0 10px;
    width: 100%;
    background: #fff;
    margin-right: 50px;
    border-radius: 4px;
    transition: all .4s ease-in-out;
    margin-top: 40px;
    border:1px solid rgba(168, 175, 182, 0.67);
}

.dp_14_pricing_table .pricing-table-container>span>.hs_cos_wrapper:last-child{
    margin-right:0;
}

.dp_14_pricing_table .plan-description{
    margin-top:10px;
}

.dp_14_pricing_table .plan-price{
    margin-top:10px;
} 

.dp_14_pricing_table .most-popular{
    margin: 0;
    position: absolute;
    top: -30px;
    right: -1px;
    left: -1px;
    background: #3197d6;
    padding: 6px 0;
    font-size: 14px;
    color: #fff;
    border-radius: 5px 5px 0 0;
}



@media (max-width:1024px){
    
.dp_14_pricing_table .dp14-pricing-cm {
    padding: 0 20px;
}

.dp_14_pricing_table .pricing-table-container>span>.hs_cos_wrapper {
    padding: 28px 0 30px;
    width: 100%;
}


.dp_14_pricing_table .plan-description {
    margin-top: 30px;
}

}






@media (max-width:767px){

body .dp_14_pricing_table .pricing-table-container>span {
    display: block;
}

.dp_14_pricing_table .pricing-table-container>span>.hs_cos_wrapper {
    margin-top: 20px;
}

.dp_14_pricing_table .pricing-selector li {
    padding: 7px 14px;
    font-size: 12px;
}

.dp_14_pricing_table .pricing-selector {
    text-align: center;
    margin: 10px 0 0px;
}

.dp_14_pricing_table .popular{
    margin-top:45px;
}

.dp_14_pricing_table .most-popular {
    top: 0;
}

}







/*==============================================================
            DP21 Hero Section
==============================================================*/


.dp21-form-section{
    padding:100px 0;
    position:relative;
    overflow:hidden;
    position:relative;
    z-index:1;
}

@media (min-width:768px){

.dp21-form-section:before{
    position: absolute;
    content: '';
    z-index: -1;
    left: -40vw;
    top: 0;
    bottom: 0;
    width: 66vw;
    height: 76vw;
    background:#45474d;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
}

body .row-fluid .dp21-form-section .form-container{
    width:100%;
    max-width:440px;
    float:right;
}


@media (max-width:767px){
    
.dp21-form-section{
    padding:40px 0;
}

body .row-fluid .dp21-form-section .form-container{
    max-width:100%;
}

}






/**********************************************************************generic-page(product)***************************/






/*==============================================================
            Hero Section dp_32
==============================================================*/


.dp32-hero-section {
    padding:140px 0 100px;
    background:#3197d6;
}

body .row-fluid .dp32-hero-section .text-container{
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding: 90px 50px 0;
}

.dp32-hero-section .text-container:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 30px;
    z-index: -1;
    background-color: rgba(255, 255, 255, 0.34);
    box-shadow: 0 6px 7px 0 rgba(0, 0, 0, 0.23);
}

.dp32-hero-section .dp32_service-cm {
    background:#fff;
    box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.14);
    border-radius:4px;
    padding:30px;
}

.dp32-service-cm-container{
    margin-top:70px;
}

@media (max-width:1024px){

body .row-fluid .dp32-hero-section .text-container {
    padding: 50px 30px 0;
}

.dp32-hero-section .dp32_service-cm {
    padding: 15px;
}

.dp32-service-cm-container {
    margin-top: 40px;
}

}


@media (max-width:767px){

body .row-fluid .dp32-hero-section .text-container {
    padding: 20px 20px 0;
}

.dp32-hero-section {
    padding: 100px 0 50px;
}

}





/*==============================================================
            Features Services DP03
==============================================================*/


@media (max-width:1024px){


}

@media (max-width:767px){

.features-services-dp02 .dp-service-top-icon{
    margin-top:20px;
}


}





/*==============================================================
            dp09-Contact-Us
==============================================================*/


/*============================ Section-1 =============================*/

.contact-us-dp09-section-1{
    padding:100px 0;
    position:relative;
    overflow:hidden;
    z-index:1;
}


body .row-fluid .contact-us-dp09-section-1 .wrapper{
    max-width:600px;
}

@media (max-width:1024px){

.contact-us-dp09-section-1{
    padding:70px 0;
}

}



@media (max-width:767px){
    
.contact-us-dp09-section-1{
    padding:50px 0;
}

}





/*=========================================================================
                    DP01 Projects 
=========================================================================*/                    



.projects_dp01 {
    position:relative;
    z-index:1;
    overflow:hidden;
}

.projects_dp01:before{
    position: absolute;
    content: '';
    z-index: -1;
    background: #3197d6;
    width: 640px;
    height: 1170px;
    top: -80px;
    transform: rotate(-28deg);
    left: -150px;
}

.projects_dp01 .bordered-heading{
    margin-bottom:40px;
}

.projects_dp01 .bordered-heading h2{
    position:relative;
    display:inline-block;
}

.projects_dp01 .bordered-heading h2:before,
.projects_dp01 .bordered-heading h2:after{
    position:absolute;
    content:'';
    top:25px;
    width:165px;
    height:1px;
    background:#45474d;
}

.projects_dp01 .bordered-heading h2:before{
    left:118%;
}

.projects_dp01 .bordered-heading h2:after{
    right:118%;
}

body .projects_dp01 .dp01-projects-cm{
    height:360px;
    position:relative;
    padding:30px;
    border-radius:6px;
    overflow:hidden;
}

.dp01-projects-cm .learn-more-cta{
    display: inline-block;
    border: 1px solid #fff;
    padding: 10px 26px;
    border-radius: 6px;
    margin-top: 35px;
}

.dp01-projects-cm .text-container{
    position: absolute;
    bottom: -53px;
    transition:all .4s ease-in-out;
}

.dp01-projects-cm:hover .text-container{
    bottom: 30px;
}

.projects_dp01 .cta-bottom{
    margin-top:60px;
}

.projects_dp01 .cta-bottom a.cta_button{
    background: white;
    padding: 16px 30px;
}







@media (max-width:1024px){

.projects_dp01:before {
    left: -450px;
}

body .projects_dp01 .dp01-projects-cm {
    height: 260px;
}
    
.projects_dp01 .bordered-heading {
    margin-bottom: 20px;
}    

.dp01-projects-cm .text-container{
    bottom:30px;
}
    
.dp01-projects-cm .learn-more-cta {
    margin-top: 16px;
}    
    
}






@media (max-width:767px){
    
.projects_dp01:before {
    display:none;
}    

.projects_dp01 .bordered-heading h2:before,
.projects_dp01 .bordered-heading h2:after {
    display:none;
} 

}








/*============================================================================================
    Custom Styling
============================================================================================*/

/*=================================================
    DP_Milestones_01 Styling
=================================================*/
.dp_milestone_01{
    
}


.dp_milestone_01_cm{
    background-color: #ffffff;
    border-radius: 4px;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 10px;
    min-height:170px;
    box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.11);
}

.dp_milestone_01_cm h1{
    color: #3197d6;
    font-weight: bold;
    position:relative;
    padding-bottom:5px;
}

.dp_milestone_01_cm h1:after{
    content:'';
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    background-color:#3197d6;
    width:22px;
    margin:0 auto;
    height:4px;
}



@media(max-width:767px){

.dp_milestone_01_cm{
    padding:0px;
}    
    
}






/*==============================================================
            Content Module DP_21
==============================================================*/

.content-module-dp21{
    background:#f6f8f9;
    padding-bottom:40px;
}

.content-module-dp21 .section-heading{
    margin-bottom:20px;
}

.content-module-dp21 .column{
    padding: 0 60px;
}

.content-module-dp21 .dp-content-21{
    padding:0 60px;
    margin-bottom: 140px;
}

.content-module-dp21 .dp-content-21 .text-container{
    background-color: #ffffff;
    box-shadow: 3px 4px 12px 0 rgba(0, 0, 0, 0.04);
    display: block;
    overflow: hidden;
    padding: 40px 40px 120px;
    margin: 180px 0 -60px;
}

.content-module-dp21 .title{
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 6px;
}

.content-module-dp21 .title:before{
    position: absolute;
    content: '';
    bottom: 0;
    width:52px;
    height: 2px;
    background: #000;
    left: 0;
}


@media (max-width:1024px){

.content-module-dp21 .dp-content-21 {
    padding: 0 30px;
    margin-bottom: 120px;
}

.content-module-dp21 .column {
    padding: 0 5px;
}

.content-module-dp21 .dp-content-21 .text-container {
    padding: 30px 20px 120px;
    margin: 130px 0 -70px;
}

}


@media (max-width:767px){

.content-module-dp21 .dp-content-21 {
    display: block;
    overflow: hidden;
    margin-bottom:20px;
}

.content-module-dp21 .column {
    padding: 0;
}

.content-module-dp21 .dp-content-21 .text-container {
    padding: 30px 20px 50px;
    margin: 160px 0 0;
}

}






/**********************************************************************************product-page(product)********************************/






/*==============================================================
            Content Module DP_05
==============================================================*/

.content-module-dp5{
    
}

body .row-fluid .content-module-dp5 .wrapper{
    max-width:760px;
}

.content-module-dp5 .image{
    border:10px solid #fff;
    margin-top:40px;
}






@media (max-width:767px){
    
.content-module-dp5 .image{
    border:5px solid #fff;
    margin-top:20px;
}
}






/*================================================================================
============================ DP 15 Pricing========================================
================================================================================*/


.dp_15_pricing_table {
    position:relative;
    z-index:1;
}

body .dp_15_pricing_table .pricing-cm-container>span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    
}


.dp_15_pricing_table .learn-more-button {
    font-size: 14px;
    padding: 10px 36px;
    display: inline-block;
    border-radius: 8px;
    border: 1px solid #3197d6;
    background: #3197d6;
    color: #fff;
    position: relative;
    margin-top: 10px;
    transition: all .3s ease-in-out;
}

.dp_15_pricing_table .dp-15-pricing-cm .bg-container{
    height: 300px;
    padding: 20px 30px 40px;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: baseline;
    -webkit-align-items: baseline;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}

.dp_15_pricing_table .pricing-cm-container>span>.hs_cos_wrapper {
    width: 100%;
    background: #fff;
    border: solid 1px rgba(114, 128, 142, 0.28);
}

.dp_15_pricing_table .dp-15-pricing-cm p{
    font-size:14px;
}

.dp_15_pricing_table .description p{
    font-size:18px;
}

.dp_15_pricing_table .description{
    padding:30px;
    border-bottom: 1px solid rgba(114, 128, 142, 0.28);
}

.dp_15_pricing_table .features ul{
    margin:0;
}

.dp_15_pricing_table .features li{
    padding: 30px;
    margin: 0;
    border-bottom: 1px solid rgba(114, 128, 142, 0.28);
}

.dp_15_pricing_table .features li:before{
    display:none;
}




@media (max-width:1024px){
 
.dp_15_pricing_table .dp-15-pricing-cm .bg-container {
    height: 240px;
    padding: 20px 20px 30px;
}
   
.dp_15_pricing_table .learn-more-button {
   font-size: 14px;
   padding: 10px 26px; 
}

.dp_15_pricing_table .description {
    padding: 20px;
}

.dp_15_pricing_table .features li {
    padding: 20px;
}

}


@media (max-width:767px){
 
body .dp_15_pricing_table .pricing-cm-container>span {
    display: block;
}
    
}








/*==============================================================
            dp12-Contact-Us
==============================================================*/


/*============================ Section-1 =============================*/

.contact-us-dp12-section-1{
    padding:120px 0;    
    z-index:1;
    position:relative;
}

.contact-us-dp12-section-1:before{
    position:absolute;
    content:'';
    z-index:-1;
    top:70px;
    left:0;
    right:0;
    bottom:70px;
    background:rgba(255, 255, 255, 0.9);
}

body .row-fluid .contact-us-dp12-section-1 .wrapper{
    max-width:600px;
}



@media (max-width:1024px){

.contact-us-dp12-section-1{
    padding:70px 0;
}

body .row-fluid .contact-us-dp12-section-1 .wrapper{
    padding:60px 40px;
}

}



@media (max-width:767px){
    
.contact-us-dp12-section-1{
    padding:50px 0;
}

body .row-fluid .contact-us-dp12-section-1 .wrapper{
    padding:40px 20px;
}
}







/**************************************************************ebook-download(product)***********************/






/*==============================================================
            Content Module DP_32
==============================================================*/

.content-module-dp32 {
    
}

.content-module-dp32 .full-width-image{
    height:24vw;
    margin-top:30px;
}

.content-module-dp32 .half-width-image{
    height:15vw;
    margin-top:30px;
}


@media (max-width:1024px){

.content-module-dp32 .full-width-image{
    height:30vw;
    margin-top:20px;
}

.content-module-dp32 .half-width-image{
    height:20vw;
    margin-top:20px;
}

}


@media (max-width:767px){

.content-module-dp32 .full-width-image{
    height:180px;
    margin-top:20px;
}

.content-module-dp32 .half-width-image{
    height:180px;
    margin-top:20px;
}
}



/*==============================================================
            Content Module DP_26
==============================================================*/

body .row-fluid .features-services-dp26 .section-heading{
    width: 100%;
    max-width: 570px;
    float: none;
    margin: 0 auto 50px;
}

.features-services-dp26 .dp-service-top-icon{
    border: solid 1px #dddddd;
    padding: 48px;
    transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
}

.features-services-dp26 .dp-service-top-icon:hover{
    background-color:#3197d6;
    transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
}

.features-services-dp26 .dp-service-top-icon:hover p,
.features-services-dp26 .dp-service-top-icon:hover h4{
    color:#ffffff;
    transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
}

@media(max-width:1024px){
    
.features-services-dp26 .dp-service-top-icon{
    padding:20px;
}    

    
}


@media(max-width:767px){
    

body .row-fluid .features-services-dp26 .section-heading{
    margin-bottom:30px;
}    

}




/*==============================================================
            DP4 Hero Section
==============================================================*/


.dp9-form-section{
    background-image: linear-gradient(to left, #3197d6, #4db4f3);
    background: -webkit-linear-gradient(to left, #3197d6, #4db4f3);
    background: -o-linear-gradient(to left, #3197d6, #4db4f3);
    background: -moz-linear-gradient(to left, #3197d6, #4db4f3);
    padding:100px 0;
    position:relative;
    overflow:hidden;
}


@media (min-width:768px){
body .row-fluid .dp9-form-section .form-container{
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    float: none;
}
}

@media (max-width:767px){
    
.dp9-form-section{
    padding:40px 0;
}

}





/*==============================================================
            Content Module DP_18
==============================================================*/


.content-module-dp18 .heading{
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 0px;
}

.content-module-dp18 .heading:before{
    position: absolute;
    content: '';
    bottom: 0;
    height: 2px;
    background: #ffffff;
    left: 0;
    right: 0;
}

body .row-fluid .content-module-dp18 .wrapper{
    max-width:550px;
}



@media (max-width:767px){

.content-module-dp18 .heading {
    margin-bottom: 20px;
    padding-bottom: 6px;
}

}









/*==============================================================
            DP4 Hero Section
==============================================================*/


.dp4-form-section{
    background-image: linear-gradient(to left, #3197d6, #4db4f3);
    background: -webkit-linear-gradient(to left, #3197d6, #4db4f3);
    background: -o-linear-gradient(to left, #3197d6, #4db4f3);
    background: -moz-linear-gradient(to left, #3197d6, #4db4f3);
    padding:100px 0;
    position:relative;
    overflow:hidden;
}

body .row-fluid .dp4-form-section .wrapper{
    max-width:620px;
    padding:40px;
    position:relative;
    z-index:1;
}

.dp4-form-section .wrapper:before{
    position: absolute;
    content: '';
    top: -600px;
    right: -100px;
    bottom: -600px;
    left: -100px;
    z-index: -1;
    background: #ffffff;
    transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
}


@media (max-width:767px){
    
.dp4-form-section{
    padding:40px 0;
}

body .row-fluid .dp4-form-section .wrapper{
    padding:20px;
    background:#fff;
}

}






/*****************************************************************FAQ(product)******************************/


/*==============================================================
            dp06-CTA-Section
==============================================================*/


.cta-dp-06-section{
    padding:70px 0;
    background:#f6f8f9;
}

.cta-dp-06-section.overlay:before{
    background:rgba(49, 151, 214, 0.6);
}

body .row-fluid .cta-dp-06-section .wrapper{
    max-width:650px;
}




@media (max-width:1024px){
 
.cta-dp-06-section {
    padding: 60px 0;
}
}


@media (max-width:767px){
 
.cta-dp-06-section {
    padding: 30px 0;
}
}























/****************************************************************faq(product)*************************************************************************/










/******************************************
                 faq-dp-1
******************************************/


.faq-dp-1 .faq-dp01-cm{
    padding: 40px 70px 20px;
    border: 1px solid #3197d6;
    border-radius: 6px;
    background: rgba(49, 151, 214, 0.03);
    margin: 10px 0 30px;
    position:relative;
}

.faq-dp-1 .faq-dp01-cm:before {
    position: absolute;
    content: '';
    width: 22px;
    height: 22px;
    background: #f9fcfe;
    top: 44%;
    border: 1px solid #3197d6;
    transform: rotate(-45deg);
    left: -12px;
    border-bottom: 0;
    border-right: 0;
}





@media (max-width:767px){
    
.faq-dp-1 .faq-dp01-cm {
    padding: 20px 30px 10px;
}

.faq-dp-1 .faq-dp01-cm:before {
    display:none;
}
}
















/*==============================================================
            dp08-Subscribe Form
==============================================================*/


/*============================ Section-1 =============================*/

.subscribe-dp08-section-1{
    padding:40px 0;
    background:#3197d6;
}



/*=============Subscribe Form Styling ===========================*/


.subscribe-dp08-section-1 .widget-type-blog_subscribe .hs-form-field>label{
    display:none;
}

.subscribe-dp08-section-1 .widget-type-blog_subscribe form{
    position:relative;
}

.subscribe-dp08-section-1 .widget-type-blog_subscribe input{
    margin-top:0;
    height:60px;
    border-radius:8px;
    border:1px solid #72808e;
    padding-right:160px;
}

@media (min-width:768px){

.subscribe-dp08-section-1 .widget-type-blog_subscribe .hs-button.primary{
    margin: 0;
    position: absolute;
    right: 6px;
    top: 6px;
    bottom: 0;
    padding: 0 30px;
    height: 48px;
    border-radius:8px;
}
}



@media (max-width:1024px){

.subscribe-dp08-section-1 .equal-height-container>.row-fluid-wrapper>.row-fluid{
    display:block;
}

body .row-fluid .subscribe-dp08-section-1 .left-col,
body .row-fluid .subscribe-dp08-section-1 .form-container{
    margin:0;
    width:100%;
}

body .row-fluid .subscribe-dp08-section-1 .left-col{
    text-align:center;
    margin-bottom:20px;
}

}


@media (max-width:767px){
 
.subscribe-dp08-section-1 .widget-type-blog_subscribe input{
    padding-right:14px;
} 

.subscribe-dp08-section-1 .widget-type-blog_subscribe .hs-button.primary{
    border-radius:8px;
    padding-left:0;
    padding-right:0;
    width:100%;
    border:1px solid #fff;
} 

.subscribe-dp08-section-1 {
    padding: 40px 0;
}    
}









/*******************************************************************************pricing(product)*********************************************************/







/*================================================================================
============================ DP 01 Pricing========================================
================================================================================*/


.dp_01_pricing_table {
    background:#f6f8f9;
}

.dp_01_pricing_table .bottom-border{
    padding: 20px 30px 20px;
    position:relative;
}

.dp_01_pricing_table .bottom-border:before{
    position: absolute;
    content: '';
    left: 30px;
    right: 30px;
    height: 1px;
    background: #cccccc;
    bottom: 0;
}

.dp_01_pricing_table th{
    padding: 40px 30px 20px;
    border-right: 1px solid #cccccc;
}

.dp_01_pricing_table td{
    border-right: 1px solid #cccccc;
    padding: 14px 30px;
}

.dp_01_pricing_table .first{
    padding-top:36px;
}


.dp_01_pricing_table table p{
    font-size: 14px;
}

.dp_01_pricing_table table h2{
    font-size: 44px;
    font-weight: 400;    
}

.dp_01_pricing_table .heading{
    margin-bottom:50px;
}

.dp_01_pricing_table .button{
    background: #3197d6;
    color: #fff;
    font-size: 14px;
    padding: 16px 55px;
    display: inline-block;
    border-radius: 8px;
    margin: 20px 0 40px;
    border: 1px solid  #3197d6;;
}

.dp_01_pricing_table .button.transparent{
    background:transparent;
    color:#ccc;
    border-color:#ccc;
}















@media (max-width:1024px){
    
.dp_01_pricing_table .button {
    padding: 8px 14px;
}
}


@media (max-width:767px){
    
.dp_01_pricing_table .table-container{
    overflow-y:hidden;
}

}










/*=================================================
            DP_Client_08 Styling
=================================================*/


.dp_client_08{
    background-color:#3197d6;
}

.row-fluid .dp_client_08 .logo{
    max-width:698px;
    margin:60px auto 0px;
    float:none;
}

.dp_client_08 ul{
    margin:0px;
}

.dp_client_08 ul li{
    display:inline-block;
    margin:0 4% 30px;
    vertical-align:middle;
}

.dp_client_08 ul li img{
    vertical-align:middle;
}

.dp_client_08 ul li:before{
    display:none;
}







/*==============================================================
            dp05-Contact-Us
==============================================================*/


/*============================ Section-1 =============================*/


.contact-us-dp05-section-1{
    padding:100px 0;
    position:relative;
    overflow:hidden;
}


.contact-us-dp05-section-1 .right-col .heading{
    margin-bottom:10px;
}

body .row-fluid .contact-us-dp05-section-1 .right-col{
    padding: 50px 36px;
    background: #ffffff;
    z-index: 2;
    position: relative;
    border-radius: 8px;
    float: right;
    box-shadow: 20px 40px 60px 0 rgba(0, 0, 0, 0.1);
}

.contact-us-dp05-section-1 .map-container iframe{
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:1;
}

.contact-us-dp05-section-1 .dp-address-cm{
    margin-top:16px;
}

.contact-us-dp05-section-1 .dp-address-cm .icon{
    text-align:center;
}

.contact-us-dp05-section-1 .right-col a.cta_button{
    padding-left:0;
    padding-right:0;
    width:100%;
}

.contact-us-dp05-section-1 .right-col .cta{
    margin-top:60px;
}



@media (max-width:1024px){

body .row-fluid .contact-us-dp05-section-1 .right-col {
    padding: 40px 20px;
}

}


@media (max-width:767px){


.contact-us-dp05-section-1{
    padding:50px 0;
}

body .row-fluid .contact-us-dp05-section-1 .left-col{
    height:240px;
    position:relative;
}

body .row-fluid .contact-us-dp05-section-1 .right-col {
    padding: 30px 20px;
}

.contact-us-dp05-section-1 .follow-us {
    margin-top: 40px;
    margin-bottom: 20px;
}

}







/************************************************************************************career(product)***************************************************************************/

/*==============================================================
            Hero Section DP_10
==============================================================*/


.dp10-hero-section {
    padding:170px 0 80px;
    background:#f8f8f8;
    overflow:hidden;
    z-index:1;
    position:relative;
}

.dp10-hero-section:before{
    position: absolute;
    content: '';
    z-index: -1;
    bottom: -14vw;
    right: -14vw;
    height: 27vw;
    width: 70vw;
    background: #3197d6;
    transform: rotate(-34deg);
    opacity:.2;
} 

.dp10-hero-section:after{
    position: absolute;
    content: '';
    z-index: -1;
    bottom: -18vw;
    right: -14vw;
    height: 27vw;
    width: 70vw;
    background: #3197d6;
    transform: rotate(-16deg);
    opacity:.2;
}

.dp10-hero-section .left-cta{
    margin-top:40px;
}

.dp10-hero-section .video-container{
    position:relative;
}

body .row-fluid .dp10-hero-section .video-container .play-icon{
    position: absolute;
    left: 0;
    right:0;
    top: 30%;
    width: 100px;
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
    float: none;
    background: #3197d6;
    color:#fff;
    text-align: center;
    font-size: 30px;
    pointer-events:none;
    cursor:pointer;
    transform:scale(1);
    opacity: .8;
    transition:all .3s ease-in-out;
}

body .row-fluid .dp10-hero-section .video-container:hover .play-icon{
    transform:scale(1.12);    
}



@media (max-width:1024px){


.dp10-hero-section {
    padding:170px 0 90px;
}
}


@media (max-width:767px){
 

.dp10-hero-section {
    padding:120px 0 70px;
}
}







/*==============================================================
            DP08-Contact-Us
==============================================================*/



/*============================ Section-1 =============================*/



.contact-us-dp08-section-1{
    padding:90px 0;
}

.contact-us-dp08-section-1 .form-container{
    border-radius: 3px;
    background-color: #ffffff;
    border:1px solid rgba(168, 175, 182, 0.24);
}

body .row-fluid .contact-us-dp08-section-1 .top-heading{
    width:100%;
    max-width:530px;
    float:none;
    margin:0 auto 60px;
}

.contact-us-dp08-section-1 .left-col{
    padding:45px 25px 45px 45px;
}

.contact-us-dp08-section-1 .right-col{
    background:#f6f8f9;
    padding:45px;
}

.contact-us-dp08-section-1 .address{
    margin-top:14px;
}

.contact-us-dp08-section-1 .address p{
    margin-bottom:5px;
}




@media (max-width:1024px){

.contact-us-dp08-section-1{
    padding:70px 0;
}

body .row-fluid .contact-us-dp08-section-1 .top-heading{
    margin:0 auto 40px;
}

.contact-us-dp08-section-1 .left-col {
    padding: 35px 15px 35px 35px;
}

.contact-us-dp08-section-1 .right-col {
    padding: 30px;
}

}



@media (max-width:767px){
    

.contact-us-dp08-section-1{
    padding:50px 0;
}

.contact-us-dp08-section-1 .left-col {
    padding: 30px 20px;
}

.contact-us-dp08-section-1 .right-col {
    padding: 30px 20px;
}

}








/*==============================================================
            Content Module DP_29
==============================================================*/

body .row-fluid .content-module-dp29 .text-container{
    width:100%;
    max-width:400px;
}



@media (max-width:1024px){

}


@media (max-width:767px){


}


/*=================================================
            DP_Client_03 Styling
=================================================*/


.dp_client_03_cm{
    max-width: 170px;
    height: 170px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color:#ffffff;
    border: 1px solid #3197d6;
    margin-top:24px;
    transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
}

.dp_client_03 .second-col{
    padding-top:80px;
}

.dp_client_03_cm:hover{
    background-color:#f6f8f9;
}

.dp_client_03{
    background-color:#3197d6;
    position:relative;
}

.row-fluid .dp_client_03 .wrapper{
    position:relative;
    z-index:2;
}

.dp_client_03:after{
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
    left: 0;
    background: url(//cdn2.hubspot.net/hubfs/2558854/DreamPack/dp-03.png) no-repeat;
    background-size: cover; 
}


.dp_client_03 h2{
    margin-bottom:50px;
    position:relative;
}


.dp_client_03 h2:after{
    content:'';
    position:absolute;
    background-color:#45474d;
    width:49px;
    height:2px;
    left:0;
    bottom:-18px;
}

.dp_client_03  .left-col .cell-wrapper{
    max-width:370px;
}


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

.dp_client_03 .wrapper>.row-fluid-wrapper>.row-fluid{
   display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column; 
}  

.dp_client_03  .left-col,
.dp_client_03  .right-col{
    width:100%;
}

.dp_client_03  .left-col .cell-wrapper{
    max-width:100%;
}


    
}


@media(max-width:767px){

.dp_client_03 .second-col{
    padding-top:0px;
}   

.dp_client_03_cm{
    margin:0 auto 20px;
}
    
}


@media(min-width:768px){




}
















/*==============================================================
            Features Services DP39
==============================================================*/



@media (max-width:1024px){


}

@media (max-width:767px){

.features-services-dp39 .dp-service-top-icon {
    margin:15px 0;
}

}








/*=================================================
         DP_Image_Gallery_17 Styling
=================================================*/

.dp-image-gallery-17 .dp-image-gallery-02-cm .img-module{
    min-height:276px;
}


body .container-fluid .row-fluid .dp-image-gallery-17 .five-col-adjust>span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    flex-wrap: wrap;
    -wevkit-flex-wrap: wrap;
    flex-direction: row;
    -webkit-flex-direction: row;
}


body .row-fluid .dp-image-gallery-17 .five-col-adjust span>.hs_cos_wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-basis: 20%;
    -webkit-flex-basis: 20%;
    float: left;
    box-sizing: border-box;
    position: relative;
}

.dp-image-gallery-17 .heading p{
    max-width: 572px;
    margin: 0 auto;
}

@media(min-width:768px){

.dp-image-gallery-17 .heading{
    width: 66%;
    margin: 0 auto;
}

}


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

.dp-image-gallery-17 .dp-image-gallery-02-cm .img-module{
    min-height:160px;
}    
    
}


@media(max-width:767px){
    
body .row-fluid .dp-image-gallery-17 .five-col-adjust span>.hs_cos_wrapper {
   flex-basis: 100%;
    -webkit-flex-basis: 100%; 
}

body .row-fluid .dp-image-gallery-17 .heading{
    padding:90px 0px;
}
    
}








/*=================================================
    DP_Image_Gallery_02 Styling
=================================================*/

.dp-image-gallery-02-cm{
    width:100%;
}

.dp-image-gallery-02-cm .img-module{
    height:1px;
    min-height:486px;
}
















































































/*=======================================================================
            DP22 HEADER STYLING
=======================================================================*/            



.dp22-header{
    padding: 28px 0 12px;
    border-bottom:1px solid #e7e7e7;
}

.dp22-header ul>li.hs-menu-depth-1.hs-item-has-children>a:after{
    font-family: FontAwesome;
    position: absolute;
    content: "\f107";
    right: 30px;
    top:2px;
    text-align: center;
    font-weight: 300;
    font-size: 14px;
    color: #000;
}

.dp22-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    padding: 0 50px 0 0;
    color:#000;
}

.dp22-header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 ul {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    padding:5px 0;
}

.dp22-header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 ul li {
    margin-bottom: 0;
}

body .dp22-header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    padding: 6px 12px;
    padding-right: 55px;
    color: #000;
    font-size: 14px;
}

body .dp22-header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover{ 
    background: #eeeeee;
}

.dp22-header .menu-container{
    padding-top:10px;
}

.dp22-header .row-fluid .menu-container .hs-menu-wrapper{
    float:right;
}

.dp22-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul>li:last-child>a{
    background: #3197d6;
    color: #fff;
    padding: 9px 29px;
    border-radius: 4px;
    position: relative;
    top: -8px;
    border: 1px solid #fff;
}














































/*====================================================
                MONILE MENU 
====================================================*/                













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

.main-header-container .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    font-size: 12px;
    padding: 0 18px 0 0;
}

.main-header-container ul>li.hs-menu-depth-1.hs-item-has-children>a:after {
    position: relative;
    right: -6px;
}

.main-header-container .top-cta a.cta_button {
    padding: 12px 12px;
    font-size: 12px;
}

.main-header-container {
    padding:12px 0;
}

.custom-menu-primary-container{
    padding-top:5px;
}
    
.main-header-container .social-icons .fa {
    font-size: 18px;
    margin: 14px 1px 0;
}    
    
.main-header-container .contact-us {
    font-size: 10px;
}
    
}












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


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

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

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

/* Override max width on menu links */
.custom-menu-primary-container .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;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:768px) {
      .custom-menu-primary-container .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: 767px){


  /* Variables
     ========================================================================== */

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

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

  .custom-menu-primary-container,
  .custom-menu-primary-container .hs-menu-wrapper > ul,
  .custom-menu-primary-container .hs-menu-wrapper > ul li,
  .custom-menu-primary-container .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: 10px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 10px 8px 10px;
    background: #ffffff; /* Background color */
    border: 1px solid #000000;
    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{
    text-decoration: none; /* Removes link text underline on button */
    color:#ffffff;
    background-color: #000000; 
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:#ffffff;
    background-color: #000000; 
    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: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #000000; /* 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
     ========================================================================== */  
     
   .custom-menu-primary-container.js-enabled{
       position: relative;
       padding-top: 44px; /* Makes room for button */
       margin: 10px 0 10px 0;
   }

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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary-container.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative; /**************************************************************/
    top: 0;             /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    padding: 0;
  }
  .custom-menu-primary-container .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-container .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary-container .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-container .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-container .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color:#ffffff; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary-container .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-container .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary-container .hs-menu-wrapper > ul ul li a{
    text-indent: 10px; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary-container .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }
  .custom-menu-primary-container .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
}








/*============================================================
            HEADER Mobile Responsive
===========================================================*/

@media (max-width:767px){

.custom-menu-primary-container .hs-menu-wrapper{
    display:none;
}

.mobile-trigger {
    border: 0;
    top: 0;
    right: 14px;    
    background:transparent;
}

.mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after {
    width: 25px;
    background:#000;
    height:3px;
}

.mobile-trigger i:before {
    top: -6px;
}

.mobile-trigger i:after {
    top: 6px;
}

.mobile-trigger {
    top: 0px;
    right: -10px;
    z-index: 11;
}

.mobile-open .mobile-trigger {
    background-color: transparent;
}

.mobile-trigger:hover {
    background-color: rgba(0, 0, 0, 0);
    border-color: transparent;
}

.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: #000;
}

.mobile-trigger i{
    transition: all .5s ease-in;
}

.mobile-open .mobile-trigger i{
    background:transparent;
    transition: all .1s ease-in;
}

.child-trigger i, .child-trigger i:after {
    background-color: #000000;
}

.mobile-trigger i:before,
.mobile-trigger i:after{
    transition: all .3s ease-in;
}

.mobile-open .mobile-trigger i:before {
    top: 0;
    transform: rotate(45deg);
    background:#000;
}

.mobile-open .mobile-trigger i:after{
    top: 0;
    transform: rotate(-45deg);
    background:#000;
}

.custom-menu-primary-container.js-enabled{
    padding-top: 0;
    margin: 10px 0 10px 0;
    left: 0;
    right: 0;
    top: 0;
    margin:0;
}

body .header-container-wrapper .pth-header .logo{
    max-width: 120px;
    float: left;
    margin-top: 0;
    margin-left: 0
}

.custom-menu-primary-container .hs-menu-wrapper>ul li {
    border-top: 0px;
    border-bottom: 1px solid #e7e7e7;
}

.custom-menu-primary-container.js-enabled .hs-menu-wrapper{
    padding: 0;
    margin: 0;
    z-index: 4;
    background: #ffffff;
    top: 44px;
    position: absolute;
    left: -20px;
    right: -20px;
    width: auto;
}


body .main-header-container .menu-icon-container{
    display:none;
}

body .main-header-container .top-cta a.cta_button{
    display:none;
}

body .main-header-container  .menu-container{
    opacity:1;
    padding:0;
}

body .main-header-container .contact-us,
body .main-header-container .social-icons,
body .main-header-container .search-icon-container{
    display:none;
}

body .main-header-container .logo{
    width:100%;
    max-width:140px;
    float:left;
}

body .main-header-container {
    padding:15px 0;
}

.main-header-container .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    padding: 0 20px;
    color: #000;
    font-size: 14px;
}

.main-header-container ul>li.hs-menu-depth-1.hs-item-has-children>a:after{
    display:none;
}

.main-header-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 ul{
    padding: 0!;
    border-bottom: 0;
}

.main-header-container .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    border-top:1px solid #e7e7e7;
}

body .main-header-container .menu-container {
    pointer-events: auto;
}

.main-header-container.blue-header .mobile-trigger i,
.main-header-container.blue-header .mobile-trigger i:before,
.main-header-container.blue-header .mobile-trigger i:after {
    background: #fff;
}

.mobile-open .main-header-container.blue-header .mobile-trigger i {
    background: transparent;
    transition: all .1s ease-in;
}




.main-header-container.black-header .mobile-trigger i,
.main-header-container.black-header .mobile-trigger i:before,
.main-header-container.black-header .mobile-trigger i:after {
    background: #fff;
}

.mobile-open .main-header-container.black-header .mobile-trigger i {
    background: transparent;
    transition: all .1s ease-in;
}







.main-header-container.white-header .mobile-trigger i,
.main-header-container.white-header .mobile-trigger i:before,
.main-header-container.white-header .mobile-trigger i:after {
    background: #5c5e64;
}

.mobile-open .main-header-container.white-header .mobile-trigger i {
    background: transparent;
    transition: all .1s ease-in;
}








.main-header-container.white-header-blue-logo .mobile-trigger i,
.main-header-container.white-header-blue-logo .mobile-trigger i:before,
.main-header-container.white-header-blue-logo .mobile-trigger i:after {
    background: #3197d6;
}

.mobile-open .main-header-container.white-header-blue-logo .mobile-trigger i {
    background: transparent;
    transition: all .1s ease-in;
}








}








/****************** END Header Mobile Responsive *******************/
















/************************************************************************************************************requet-a-quote********************************************************************************************************************/


/*==============================================================
            Hero Section DP_31
==============================================================*/


.dp31-hero-section {
    padding:150px 0;
 
}

.dp31-hero-section .dp_31-service-cm {
    padding:0 20px;
}

.dp31-hero-section .dp_31-service-cm .icon{
    margin-bottom:14px;
}

body .container-fluid .row-fluid .service-cm-container{
    width:100%;
    max-width:380px;
}

body .container-fluid .row-fluid .service-cm-container>span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    flex-wrap: wrap;
    -wevkit-flex-wrap: wrap;
    flex-direction: row;
    -webkit-flex-direction: row;
    margin-right: -2.565%;
}

body .row-fluid .service-cm-container span>.hs_cos_wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-basis: 45.5%;
    -webkit-flex-basis: 45.5%;
    float: left;
    margin-right: 2.5%;
    margin-top: 20px;
    box-sizing:border-box;
    position:relative;
    background:rgba(255, 255, 255, 0.8);
    padding:30px 0 20px;
    border-radius:4px;
    transition:all .4s ease-in-out;
}

body .row-fluid .service-cm-container span>.hs_cos_wrapper:hover{
    background:#fff;
} 




@media (max-width:767px){
 
body .container-fluid .row-fluid .service-cm-container>span {
    display: block;
    margin-right: 0;
}

body .row-fluid .service-cm-container span>.hs_cos_wrapper {
    display: block;
    flex-basis: 100%;
    width:100%;
    -webkit-flex-basis: 100%;
    margin:0;
    margin-top: 20px;
}   


}









@media (max-width:1024px){

.dp31-hero-section {
    padding: 110px 0 150px;
 
}
}



@media (max-width:767px){

.dp31-hero-section {
    padding: 30px 0 30px;
}

body .container-fluid .row-fluid .service-cm-container{
    margin:0 auto;
}


}









/*==============================================================
            Content Module DP_66
==============================================================*/


body .row-fluid .content-module-dp66 .wrapper{
    max-width:800px;
}

.content-module-dp66 .logo-container{
    margin-top:30px;
}

.content-module-dp66 .logo-container ul li{
    display: inline-block;
    width: 100%;
    max-width: 140px;
    margin: 15px;
    vertical-align: middle;
}







/*=========================================================================
                    DP05 Library Projects 
=========================================================================*/                    


.projects_library_dp05 {
    overflow:hidden;
}

body .projects_library_dp05 .row-fluid .top-heading{
    max-width: 610px;
    margin: 0 auto;
    float: none;
    position: relative;
    padding-bottom: 50px;
    margin-bottom: 60px;
}

.projects_library_dp05 .row-fluid .top-heading:before{
    position: absolute;
    content: '';
    bottom: 0;
    left: -1000px;
    right: -1000px;
    height: 1px;
    background: rgba(204, 204, 204, 0.62);
    margin: 0 auto;
}

body .projects_library_dp05 .dp05-library-projects-cm{
    height:600px;
    display: flex;
    display:-webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    padding:40px;
    position:relative;
    border-radius:2px;
}

.dp05-library-projects-cm:before{
    background-color: rgba(0, 0, 0, 0.4);
}

.projects_library_dp05 .dp05-library-projects-cm .heading-container{
    opacity:1;
    transition:all .4s ease-in-out;
}

.projects_library_dp05 .dp05-library-projects-cm .description-container{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    //align-items: center;
    //-webkit-align-items: center;
    opacity:0;
    transition:all .4s ease-in-out;
    padding:30px;
    box-sizing: border-box;
}

.projects_library_dp05 .dp05-library-projects-cm:hover .heading-container{
    opacity:0;
}

.projects_library_dp05 .dp05-library-projects-cm:hover .description-container{
    opacity:1;
}

.dp05-library-projects-cm .learn-more-cta {
    display: inline-block;
    border: 1px solid #fff;
    padding: 10px 26px;
    border-radius: 6px;
    margin-top: 10px;
}






@media (max-width:1024px){

.projects_library_dp05 .dp05-library-projects-cm .description-container {
    padding: 12px;
}

body .projects_library_dp05 .dp05-library-projects-cm {
    height: 460px;
    padding: 20px;
}

}



@media (max-width:767px){
   
   
   
}








/*==============================================================
            Content Module DP_26
==============================================================*/

.content-module-dp26 {
    position:relative;
}

body .row-fluid .content-module-dp26 .heading{
    margin-bottom:30px;
    width:100%;
    max-width:650px;
    float:none;
    margin:0 auto 40px;
}

body .row-fluid .content-module-dp26 .wrapper{
    max-width:860px;
}


@media (max-width:1024px){

}


@media (max-width:767px){


}









/*==============================================================
            DP5-Form-Section
==============================================================*/


.dp5-form-section{
    padding:140px 0;
}




body .row-fluid .dp5-form-section form .hs-button.primary{
    margin-top:70px;
}

body .row-fluid .dp5-form-section .form-container{
    width:100%;
    max-width:450px;
    margin:20px auto 0;
    float:none;
}

.dp5-form-section .form-container form{
    position: relative;
    padding: 30px 30px 0;
}

.dp5-form-section .form-container form:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 90px;
    background: rgba(255, 255, 255, 0.68);
    z-index: -1;
    border-radius:3px;
}


@media (max-width:1024px){
 
.dp5-form-section{
    padding:80px 0;
}
}


@media (max-width:767px){
 
body .row-fluid .dp5-form-section .form-container {
    padding: 0;
} 

.dp5-form-section{
    padding:60px 0
}

.dp5-form-section .form-container form{
    position: relative;
    padding: 20px 20px 0;
}

.dp5-form-section .form-container form:before{
    bottom: 100px;
}

}







/********************************************************************************Thankyou(product)***************************************************************************************/






/*==============================================================
            Hero Section DP_18
==============================================================*/


.dp18-hero-section {
    padding:260px 0;
    position:relative;
    margin-bottom:30px;
}

body .row-fluid .dp18-hero-section .wrapper{
    max-width:670px;
}

body .row-fluid .dp18-hero-section .scroll-down-icon{
    position:absolute;
    bottom:-26px;
    left:0;
    right:0;
    width:56px;
    font-size:36px;
    color:#fff;
    height:56px;
    line-height:56px;
    text-align:center;
    cursor:pointer;
    margin:0 auto;
    background:#3197d6;
    border-radius:50%;
}


@media (max-width:1024px){

.dp18-hero-section {
    padding: 160px 0;
}

}


@media (max-width:767px){

.dp18-hero-section .text-container {
    margin-bottom: 30px;
}

.dp18-hero-section {
    padding: 140px 0 100px;
}

}


/*==============================================================
            Features Services DP05
==============================================================*/


body .row-fluid .features-services-dp05 .wrapper{
    max-width:900px;
}

.features-services-dp05 .dp-service-top-icon{
    margin-top:27px;
    padding:0 60px;
}











@media (max-width:1024px){

.features-services-dp05 .dp-service-top-icon {
    margin-top: 10px;
    padding: 0 10px;
}

}

@media (max-width:767px){

.features-services-dp05 .dp-service-top-icon {
    margin-top: 10px;
    padding: 0;
}

}






/*================================================================================
============================ DP 08 Pricing========================================
================================================================================*/


.dp_08_pricing_table {
    position:relative;
}

.dp_08_pricing_table .button{
    font-size: 14px;
    padding: 16px 0;
    width:100%;
    display: inline-block;
    border-radius: 8px;
    border: 1px solid  #3197d6;
    background:#3197d6;
    color:#fff;
    position:relative;
    margin-top:34px;
    transition:all .3s ease-in-out
}

.dp_08_pricing_table .button:hover{
    border: 1px solid  #ccc;
    background:transparent;
    color: #ccc;
}

body .dp_08_pricing_table .pricing-table-container>span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-top: 30px;
}

.dp_08_pricing_table .dp08-pricing-cm{
    padding:0 30px;
}

.dp_08_pricing_table .dp08-pricing-cm p{
    font-size:14px;
}

.dp_08_pricing_table .pricing-table-container>span>.hs_cos_wrapper{
    position: relative;
    z-index: 1;
    padding: 40px 0 55px;
    width: 100%;
    background: #fff;
    margin-right: 50px;
    border-radius: 4px;
    transition: all .4s ease-in-out;
    margin-top: 40px;
}

.dp_08_pricing_table .dp08-pricing-cm:before{
    position:absolute;
    content:'';
    left:0;
    right:0;
    top:0;
    bottom:0;
    z-index:-1;
    background:#fff;
    border: solid 1px rgba(114, 128, 142, 0.54);
    border-radius:4px;
}

.dp_08_pricing_table .pricing-table-container>span>.hs_cos_wrapper:last-child{
    margin-right:0;
}

.dp_08_pricing_table .plan-description{
    margin-top:30px;
}

.dp_08_pricing_table .plan-price{
    margin-top:25px;
} 

.dp_08_pricing_table .plan-description li{
    font-size: 14px;
    line-height: 1.5;
    padding: 10px 0;
}

.dp_08_pricing_table sub{
    font-size:18px;
}

.dp_08_pricing_table .plan-heading{
    padding:0 50px;
}

.dp_08_pricing_table .icon{
    margin: 35px 0 50px;
}


.dp_08_pricing_table .popular:before{
    left: -20px;
    top: -20px;
    bottom: -20px;
    right: -20px;    
    box-shadow: 0 20px 60px 0 rgba(0, 0, 0, 0.1);
}

.dp_08_pricing_table .popular:after{
    content: '\f005';
    position: absolute;
    top: -16px;
    right: -16px;
    font-family: FontAwesome;
    background: #a2e15e;
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    border-radius: 5px;
    color: #fff;
}




@media (max-width:1024px){
    
.dp_08_pricing_table .button {
    padding: 8px 14px;
}

.dp_08_pricing_table .dp04-pricing-cm {
    padding: 0 20px;
}

.dp_08_pricing_table .pricing-table-container>span>.hs_cos_wrapper {
    padding: 28px 0 30px;
    width: 100%;
}


.dp_08_pricing_table .plan-description {
    margin-top: 30px;
}

.dp_08_pricing_table .button:before{
    display:none;
}

}






@media (max-width:767px){

body .dp_08_pricing_table .pricing-table-container>span {
    display: block;
}

.dp_08_pricing_table .pricing-table-container>span>.hs_cos_wrapper {
    margin-top: 20px;
}

.dp_08_pricing_table .pricing-selector li {
    padding: 7px 14px;
    font-size: 12px;
}

.dp_08_pricing_table .pricing-selector {
    text-align: center;
    margin: 10px 0 0px;
}

.dp_08_pricing_table .button {
    padding: 8px 0;
}

.dp_08_pricing_table .popular:before {
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.dp_08_pricing_table .popular:after {
    top: 3px;
    right: 3px;
}

}









/*=================================================
             DP_Team_17 Styling
=================================================*/

.dp_team_17{
    background-color:#3197d6;
}

.dp_team_17 .heading{
    padding-bottom:30px;
}

.dp_team_17 .heading h2{
    margin-bottom:27px;
    position:relative;
}

.dp_team_17 .heading h2:after{
    content: '';
    background-color: #ffffff;
    height: 2px;
    width: 57px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -12px;
}

.dp-team-17-cm{
    position: relative;
    width: 100%;
    padding-bottom: 0px;
}

.dp-team-17-cm h4{
    margin-bottom:0px;
}

.dp-team-17-cm h4 span{
    display: block;
    font-size: 14px;
    letter-spacing: 0.2px;
}

.dp-team-17-cm ul{
    text-align:center;
}

.dp-team-17-cm ul li{
    display:inline-block;
    margin:0px 2%;
}

.dp-team-17-cm ul li:before{
    display:none;
}

.dp-team-17-cm .text-module{
    text-align:center;
}

.dp-team-17-cm .img-module{
    height:1px;
    min-height:414px;
}


.dp-team-17-cm .text-module p{
    font-size:14px;
}

.dp-team-17-cm .text-module{
    background-color:#ffffff;
    padding: 26px 15px;
    position: absolute;
    left: 0;
    right: 0;
    top: 72%;
    bottom: 0;
    transition: all .35s ease-in-out;
    -wenikit-transition: all .35s ease-in-out;
}

.dp-team-17-cm .text-module{
    overflow: hidden;
}

.dp-team-17-cm .text-module p{
    color:#3197d6;
}

.dp-team-17-cm .text-module .about-module p{
    color:#72808e;
}

.dp-team-17-cm .text-module:after{
    /*position: absolute;
    top: -23px;
    left: 39%;
    height: 0;
    width: 0;
    border-bottom: 30px solid #fff;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    content: '';
    overflow:visible;*/
}

.dp-team-17-cm:hover .text-module{
    top:40px;
}

@media(max-width:1024px){

.dp-team-17-cm .img-module{
    min-height:398px;
}
        
    
}


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

body .row-fluid .dp_team_17 .four-col-adjust span>.hs_cos_wrapper{
        flex-basis: 30.8%;
    -webkit-flex-basis: 30.8%;
}   

body .container-fluid .row-fluid .dp_team_17 .four-col-adjust>span{
    justify-content:center;
}

}


@media(max-width:767px){

.dp-team-17-cm{
    max-width: 270px;
    margin: 0 auto;
}    
    
}




/*==============================================================
            DP03-Contact-Us
==============================================================*/


/*============================ Section-1 =============================*/


.contact-us-dp03-section-1{
    padding:80px 0;
}

.contact-us-dp03-section-1 .left-col{
    padding-right:70px;
}

.contact-us-dp03-section-1 .heading{
    margin-bottom:50px;
}

.contact-us-dp03-section-1 .map-container{
    margin:20px 0 30px;
}

.contact-us-dp03-section-1 .map-container iframe{
    width:100%;
}

.contact-us-dp03-section-1.row-fluid form input, .row-fluid form select, .row-fluid form textarea{
    
   
   border: 1px solid #ccc;
}

@media (max-width:1024px){

.contact-us-dp03-section-1 .left-col{
    padding-right:40px;
}

}


@media (max-width:767px){

.contact-us-dp03-section-1 .left-col{
    padding-right:0px;
}

.contact-us-dp03-section-1 .heading {
    margin-bottom: 10px;
}

.contact-us-dp03-section-1{
    padding:50px 0;
}
}








/*==============================================================
            Content Module DP_43
==============================================================*/

.content-module-dp43 .image-container{
    padding:100px 20px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14);
    border: solid 10px #ffffff;    
}

.content-module-dp43 .image-container .heading{
    width:100%;
    max-width:700px;
    margin:0 auto;
    float:none;
}



@media (max-width:1024px){
    
body .container-fluid .row-fluid .content-module-dp43 .image-container{
    padding:70px 20px;
}

}


@media (max-width:767px){

body .container-fluid .row-fluid .content-module-dp43 .image-container{
    padding:40px 20px;
}

}






/*==============================================================
            Features Services DP13
==============================================================*/


.features-services-dp13{
    position:relative;
    overflow:hidden;
    z-index:1;
}

.features-services-dp13:before{
    position:absolute;
    content:'';
    z-index:-1;
    top:0;
    left:0;
    right:0;
    height:400px;
    background:#45474d;
}

body .row-fluid .features-services-dp13 .section-heading {
    width: 100%;
    max-width: 560px;
    margin: 0 auto 60px;
    float: none;
    position:relative;
}

.features-services-dp13 .section-heading:before,
.features-services-dp13 .section-heading:after{
    content: '';
    position: absolute;
    bottom:0;
    top: 25px;
    background-color: #fff;;
    height: 2px;
    width: 67px;
}

.features-services-dp13 .section-heading:before{
    right:0;
}

.features-services-dp13 .section-heading:after{
    left: 0;
}

.features-services-dp13 .dp-feature-13-service {
    padding:70px 0;
}

.features-services-dp13 .dp-feature-13-service .content-wrapper{
    width:100%;
    max-width:500px;
    margin:0 auto;
    padding:0 30px;
    box-sizing: border-box;
}

.features-services-dp13 .dp-feature-13-service .bg-container{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index:-1;
}

.features-services-dp13 .row-fluid .service-container>span>.hs_cos_wrapper{
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}


.features-services-dp13 .dp-feature-13-service .hs-cta-wrapper{
    margin-top:30px;
    display:block;
}








@media (max-width:1024px){

.features-services-dp13 .dp-feature-13-service {
    padding: 60px 0;
}
}


@media (max-width:767px){

.features-services-dp13 .section-heading:before,
.features-services-dp13 .section-heading:after{
    display:none;
}

.features-services-dp13 .row-fluid .service-container>span>.hs_cos_wrapper{
    max-width:100%;
}

.features-services-dp13 .dp-feature-13-service .content-wrapper {
    padding: 0 20px;
}

.features-services-dp13 .dp-feature-13-service {
    padding: 40px 0;
}
}



/*==============================================================
            dp26-CTA-Section
==============================================================*/

.cta-dp-26-section{
    padding:100px 0;
    position:relative;
    z-index:1;
    overflow:hidden;
}

.cta-dp-26-section:before{
    position: absolute;
    content: '';
    z-index: -1;
    background: #ffffff;
    right: 0;
    left: 0;
    top: -17vw;
    height: 54vw;
    margin: 0 auto;
    width: 54vw;
    opacity:.89;
    pointer-events:none;
    transform: rotate(45deg);
}

body .row-fluid .cta-dp-26-section .wrapper{
    max-width:650px;
}


@media (max-width:1024px){
 
.cta-dp-26-section {
    padding: 60px 0;
}

.cta-dp-26-section:before {
    height: 70vw;
    width: 70vw;
}
}


@media (max-width:767px){
 
 .cta-dp-26-section:before {
    height: auto;
    width: auto;
    top: 50px;
    bottom: 50px;
    transform: rotate(0);
}

.cta-dp-26-section {
    padding: 100px 0;
}

}








/*****************************************************************************webinar-page(product)**************************************************************/


/*****************************************************************************webinar-page(product)**************************************************************/

/*****************************************************************************webinar-page(product)**************************************************************/


/*****************************************************************************webinar-page(product)**************************************************************/










/*==============================================================
            Hero Section dp_32
==============================================================*/


.dp32-hero-section {
    padding:140px 0 100px;
    background:#3197d6;
}

body .row-fluid .dp32-hero-section .text-container{
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding: 90px 50px 0;
}

.dp32-hero-section .text-container:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 30px;
    z-index: -1;
    background-color: rgba(255, 255, 255, 0.34);
    box-shadow: 0 6px 7px 0 rgba(0, 0, 0, 0.23);
}

.dp32-hero-section .dp32_service-cm {
    background:#fff;
    box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.14);
    border-radius:4px;
    padding:30px;
}

.dp32-service-cm-container{
    margin-top:70px;
}

@media (max-width:1024px){

body .row-fluid .dp32-hero-section .text-container {
    padding: 50px 30px 0;
}

.dp32-hero-section .dp32_service-cm {
    padding: 15px;
}

.dp32-service-cm-container {
    margin-top: 40px;
}

}


@media (max-width:767px){

body .row-fluid .dp32-hero-section .text-container {
    padding: 20px 20px 0;
}

.dp32-hero-section {
    padding: 100px 0 50px;
}

}











/*==============================================================
            Content Module DP_61
==============================================================*/



@media (max-width:767px){

.content-module-dp61 .column{
    padding:10px 0;
}
}








/*==============================================================
            dp16-CTA-Section
==============================================================*/

.cta-dp-16-section{
    padding:140px 0;
    position:relative;
    z-indeX:1;
    overflow:hidden;
}

body .row-fluid .cta-dp-16-section .text-container{
    background-color: #ffffff;
    box-shadow: 1px 3px 6px 0 rgba(0, 0, 0, 0.3);
    border-radius:4px;
    width:100%;
    max-width:850px;
    margin:0 auto;
    float:none;
    padding:50px ;
}

body .cta-dp-16-section .background-container{
    position:absolute;
    z-index:-2;
    top:0;
    bottom:0;
    width:50%;
    margin:0;
}

body .cta-dp-16-section .background-container:before{
    position:absolute;
    content:'';
    top:0;
    right:0;
    left:0;
    bottom:0;
    z-index:-1;
    background-image: linear-gradient(-158deg, rgba(255, 255, 255, 0), #ffffff);
}

body .cta-dp-16-section .left-side-bg{
    left:0;
}

body .cta-dp-16-section .right-side-bg{
    right:0;
}


@media (max-width:1024px){
 
.cta-dp-16-section {
    padding: 80px 0;
}
}

@media (max-width:767px){
 
.cta-dp-16-section {
    padding: 30px 0;
}

body .row-fluid .cta-dp-16-section .text-container {
    padding: 30px;
}

}



/*=================================================
        DP_Team_05 Styling
=================================================*/

.dp_team_05 .team-image{
    background-repeat: no-repeat;
    height: 300px;
    width: 360px;
    margin-bottom: 20px;
}

.dp_team_05 .team-content ul{
    margin:0px;
    text-align:right;
}

.dp_team_05 .team-content ul li:before{
    display:none;
}

.dp_team_05 .team-content ul li{
    display:inline-block;
}

.dp_team_05 .team-content h4,
.dp_team_05 .team-content h6{
    margin:0px;
    text-align:left;
}

.dp_team_05 .team-content h6{
    color: #a8afb6;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    font-weight: 300;
}

.dp_team_05 .left-col a{
    position:relative;
}

.dp_team_05 .left-col a:after{
    content:'\f105';
    position:absolute;
    right:-16px;
    font-family:FontAwesome;
    top:0;
}

.dp_team_05 .left-col{
    padding-top:38px;
    position:relative;
}


@media(min-width:768px){

.dp_team_05 .left-col .hiring{
    position: absolute;
    bottom: 46px;
    border-top: 1px solid #dddddd;
    padding: 20px 0px;
}

.dp_team_05 .left-col p{
    max-width:261px;
}

}


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

body .container-fluid .row-fluid .dp_team_05 .two-col-adjust>span{
    justify-content: center;
}    
    
}


@media(max-width:767px){

.dp_team_05 .left-col{
    padding-bottom:0px;
}  

.dp_team_05 .team-image{
    width:100%;
    height:280px;
}

.dp_team_05 .team-content ul{
    text-align:left;
}

.dp_team_05 .team-content ul li{
    margin-left:0px;
    margin-right:2%;
}
    
}





/******************************************
         Resources DP 03
******************************************/


.resource-section-03 .cta{
    margin-top:50px;
}

.resource-section-03 .top-heading{
    margin-bottom: 40px;
    border-bottom: 1px solid #fff;
    padding-bottom: 16px;
}

.resource-section-03 .resource-dp-03 .left-col{
    padding:30px 40px;
}

body .row-fluid .resource-dp-03-container span>.hs_cos_wrapper{
    position:relative;
    background-color: #ffffff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.16);
}

.resource-section-03 .resource-dp-03 .right-col img{
    position:absolute;
    right:0;
    bottom:0;
    width:30%;
}





@media (max-width:1024px){
    
.resource-section-03 .resource-dp-03 .right-col img{
    display:none;
}

.resource-section-03 .resource-dp-03 .left-col {
    width: 100%;
}
}




@media (max-width:767px){

.resource-dp-03-container{
    padding: 20px 0 40px;
}

.resource-section-03 .top-heading{
    margin-bottom: 10px;
}

}





/*================================================================================
============================ DP 10 Pricing========================================
================================================================================*/


.dp_10_pricing_table .table-container table{
    font-size:20px;
    color:#72808e;
    margin-top:60px;
}

.dp_10_pricing_table .table-container table tr{
    border: solid 1px rgba(114, 128, 142, 0.4);
    transition:all .3s ease-in-out;
}

.dp_10_pricing_table .table-container table tr th {
    padding: 25px 20px;
    font-size: 14px;
    background: #f6f8f9;
}

.dp_10_pricing_table .table-container table tr td {
    padding: 25px 20px;
}

.dp_10_pricing_table  .button{
    background: transparent;
    font-size: 14px;
    padding: 10px 22px;
    display: inline-block;
    border-radius: 8px;
    border: 1px solid #3197d6;
    font-weight: 300;
    transition:all .3s ease-in-out;
}

.dp_10_pricing_table .table-container table tr:hover{
    box-shadow: 0px 12px 10px -8px rgba(0, 0, 0, 0.37);
}

.dp_10_pricing_table .table-container table tr:hover .button{
    color:#fff;   
    border-color:#3197d6;
    background:#3197d6;
}







@media (max-width:1024px){
    
.dp_10_pricing_table .table-container table tr td,
.dp_10_pricing_table .table-container table tr th{
    padding: 20px 10px;
}

.dp_10_pricing_table .table-container table {
    font-size: 14px;
    margin-top: 40px;
}
    
}







@media (max-width:767px){

.dp_10_pricing_table .table-container{
    overflow-y:hidden;
}
}








/*==============================================================
            Features Services DP14
==============================================================*/


.features-services-dp14{
    overflow:hidden;
    background:#3197d6;
}

.features-services-dp14 .left-col{
    position: relative;
    z-index: 2;    
}

.features-services-dp14 .service-container{
    position: relative;
    z-index: 1;
    padding: 30px 30px 50px 20px;
}

.features-services-dp14 .service-container:before{
    position:absolute;
    content:'';
    z-index:-1;
    top:0;
    left:-2000px;
    bottom:0;
    right:0;
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.25);
}

.features-services-dp14 .section-heading{
    margin-bottom:50px;
}



@media (max-width:1024px){

.features-services-dp14 .section-heading{
    margin-bottom:30px;
}
}

@media (max-width:767px){

.features-services-dp14 .service-container {
    padding: 20px;
}

.features-services-dp14 .service-container:before {
    left: 0;
}

.features-services-dp14 .icon{
    margin:0 0 14px;
}

}







/*==============================================================
            dp19-Form-Section
==============================================================*/


.dp19-form-section{
    padding:0 0 80px;
    
}

.dp19-form-section .top-image{
    margin-bottom:90px;
}

.dp19-form-section .form-container{
    margin-top:30px;
}


.dp19-form-section .row-fluid form .hs_submit .actions {
    text-align:left;
}


.dp19-form-section .row-fluid form input, .row-fluid form select, .row-fluid form textarea{
    
    border:0;
   border-bottom: 1px solid #ccc;
}

@media (max-width:1024px){

}


@media (max-width:767px){
 
.dp19-form-section .top-image{
    margin-bottom:40px;
}

.dp19-form-section .form-container{
    margin-top:0;
}


}









/*=================================================
            DP_Client_09 Styling
=================================================*/

.dp_client_09 p{
    margin:0px;
}

.dp_client_09 ul li{
    display:inline-block;
    vertical-align:middle;
    margin-left:4%;
    margin-bottom:20px;
    margin-top:20px;
}

.dp_client_09 ul li img{
    vertical-align:middle;
}

.dp_client_09 ul li:before{
    display:none;
}

@media(min-width:768px){

.dp_client_09 ul{
    text-align:right;
}    
    
}


@media(max-width:767px){

.dp_client_09{
  padding-top:30px;  
}


.dp_client_09 ul{
    text-align:center;
}        
    
}








/*==============================================================
            Content Module DP_68
==============================================================*/



.content-module-dp68 .dp_content_68{
    border-bottom:1px solid #3197d6;
    margin-top: 50px;
    padding-bottom: 15px;    
}

.content-module-dp68 .dp_content_68 .description{
    padding-right:30px;
}


@media (max-width:767px){

.content-module-dp68 .heading-container{
    margin-bottom:20px;
}

.content-module-dp68 .dp_content_68 .description{
    padding-right:0;
}
}



/*==============================================================
            Content Module DP_13
==============================================================*/


body .row-fluid .content-module-dp13 .wrapper{
    max-width:860px;
}

body .row-fluid .content-module-dp13 .round-image{
    float:none;
    margin:0 auto 50px;
    width:160px;
    height:160px;
    border-radius:50%;
    overflow:hidden;
    border:4px solid #3197d6;
}



@media (max-width:1024px){


}


@media (max-width:767px){

body .row-fluid .content-module-dp13 .round-image{
    margin:0 auto 25px;
}

}









/*==============================================================
            DP16 Hero Section
==============================================================*/


.dp16-form-section{
    position:relative;
    overflow:hidden;
}

.dp16-form-section .right-col{
    background:#f6f8f9;   
    padding:100px 35px 80px;
}

.dp16-form-section .left-col{
    padding:30px 0 0;
}

@media (max-width:767px){
    
.dp16-form-section{
    padding:20px 0;
}

.dp16-form-section .right-col {
    background: #f6f8f9;
    padding: 40px 25px 40px;
}

}










