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

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

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

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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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




/* HTML 5 Reset */

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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




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

/**************** Reset Css Property Start ****************/

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box
}
body {
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif !important;
	font-size: 14px;
}
.container {
	max-width: 1330px !important;
	float: none !important;
	margin: 0 auto !important;
	padding: 0 20px !important;
}
ul,
li,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
a,
a:hover {
	text-decoration: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	-webkit-font-smoothing: antialiased;
	margin: 0 0 10px;
	padding: 0;
}
h1 {
	font-size: 73px !important;
	font-weight: 600 !important;
	line-height: 81.98px !important;
}
h2 {
	font-size: 42px !important;
	font-weight: 300 !important;
	line-height: 52px !important;
}
h2 strong {
	font-weight: 600 !important;
}
h3 {
	font-size: 38px !important;
	font-weight: 300 !important;
	line-height: 52px !important;
}
h3 strong {
	font-weight: 600 !important;
}
h4 {
	font-size: 28px !important;
	font-weight: 600 !important;
	line-height: 57.08px !important;
}
h5 {
	font-size: 24px !important;
	font-weight: 600 !important;
	line-height: 32px !important;
}
h6 {
	font-size: 20px !important;
	font-weight: 300 !important;
	line-height: 30.01px !important;
}
p {
	font-size: 16px !important;
	font-weight: 300 !important;
	line-height: 32px !important;
	margin: 0 0 10px;
	-webkit-font-smoothing: antialiased;
}
span {
	font-weight: normal;
}
input {
	outline: none;
	border: none;
	background-color: #fff;
}
.gradient-btn {
	display: inline-block;
	padding: 12px 38.7px;
	border-radius: 2px;
	border: 1px solid transparent;
    -webkit-background-size: 300% 100%;
    -moz-background-size: 300% 100%;
    -ms-background-size: 300% 100%;
    -o-background-size: 300% 100%;
    background-size: 300% 100%;
	background-image: linear-gradient(to right, #f18a3d, #f3554a, #d45400, #f3594a, #f1873d);
	font-size: 15px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.gradient-btn:hover {
	background-position: 100% 0;
	color: #fff;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg) translate3d(0, 0, 0);
  }
  25% {
    transform: rotate(3deg) translate3d(0, 0, 0);
  }
  50% {
    transform: rotate(-3deg) translate3d(0, 0, 0);
  }
  75% {
    transform: rotate(1deg) translate3d(0, 0, 0);
  }
  100% {
    transform: rotate(0deg) translate3d(0, 0, 0);
  }
}
@keyframes storm {
  0% {
    transform: translate3d(0, 0, 0) translateZ(0);
  }
  25% {
    transform: translate3d(4px, 0, 0) translateZ(0);
  }
  50% {
    transform: translate3d(-3px, 0, 0) translateZ(0);
  }
  75% {
    transform: translate3d(2px, 0, 0) translateZ(0);
  }
  100% {
    transform: translate3d(0, 0, 0) translateZ(0);
  }
}
button {
	outline: none;
}
.white-bdr-btn {
	display: inline-block;
	border-radius: 2px;
	border: 1px solid #ffffff;
	background-color: transparent;
	color: #ffffff;
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 12px 30.7px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.white-bdr-btn:after {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    margin: auto;
    background-image: linear-gradient(to right, #f18a3d 0%, #f3554a 100%);
    z-index: -1;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.white-bdr-btn:hover {
    color: #fff;
    border-color: transparent;
}
.white-bdr-btn:hover:after {
	width: 100%;
	opacity: 1;
}
.submitted-message {
	margin-bottom: 10px;
	display: inline-block;
	color: #d3d3d3;
	font-size: 13px;
	text-decoration: none;
	text-align: center;
	width: 100%;
}
img {
	height: auto !important;
}
.header-container-wrapper .row-fluid[class*="span"] {
	min-height: 0;
}
header,
footer,
section {
	width: 100%;
}
.mobile {
	display: none !important;
}

/********** animation **************/

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(-360deg);
	}
}

/********** animation **************/

/**************** Reset Css Property End ****************/

/**************** Header Css Part Start *****************/

header {
	padding: 13px 0;
	position: absolute;
	z-index: 1;
}
.affix {
	top: 0;
	width: 100%;
	z-index: 9999 !important;
}
.top-header {
	padding: 0 0 12px;
}
.top-header .row {
	justify-content: flex-end;
}
.top-header ul {
	margin: 0;
}
.top-header li {
	width: auto;
	float: left;
	margin-left: 31px;
}
.top-header li:first-child {
	margin-left: 0;
}
.top-header li a {
	color: #ffffff;
	font-size: 13px;
	font-weight: 300;
	letter-spacing: 0.52px;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.top-header li a i {
	margin-right: 2px;
	font-size: 14px;
}
.top-header li a i {
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
nav {
	width: 100%;
	padding: 0 !important;
}
nav ul {
	margin: 0;
	padding-top: 8px;
	float: left;
}
nav li {
	float: left;
	margin-right: 40px;
}
nav li a {
	color: #ffffff;
	font-size: 15px;
	font-weight: 300;
	line-height: 27px;
	letter-spacing: 0.6px;
	padding-top: 28px;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	position: relative;
}
nav li a:after {
	content: "";
	position: absolute;
	width: 0;
	height: 3px;
	background-color: #fd6e58;
	top: 0;
	left: 0;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
nav li a:hover:after {
	width: 100%;
}
nav li a.active:after {
	width: 100%;
}
nav li a:hover {
	color: #fff;
}
.navbar-right {
	justify-content: flex-end;
}
.navbar-right-inner {
	width: auto;
	padding-top: 14px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.nav-tabs {
    border: none !important;
}
.request-btn {
	width: auto;
	float: right;
}
.request-btn a {
	display: inline-block;
	box-shadow: 11px 15px 40px rgba(0, 0, 0, 0.17);
	border-radius: 2px;
	background-color: transparent;
	padding: 9px 15.1px;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	border: 1px dashed transparent;
	text-transform: uppercase;
	position: relative;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.request-btn a:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	background-color: rgba(255, 255, 255, 0.25);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transform: scale(0.5, 0.5);
	transform: scale(0.5, 0.5);
}
.request-btn a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border: 1px dashed rgba(255, 255, 255, 0.56);
}
.request-btn a:hover {
	border-style: solid;
	color: #fff;
}
.request-btn a:hover:before {
	opacity: 0;
	-webkit-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
}
.request-btn a:hover:after {
	opacity: 1;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

/**************** Header Css Part End *****************/

/**************** Banner Css Part Start *****************/

.banner-outer {
	padding: 180px 0 35px;
	background-color: #1d262d;
	background-image: url(https://cdn2.hubspot.net/hubfs/2480504/Starkedge-Theme-2019/Images/Home-page/banner_image.png);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom;
}
.banner-top {
	padding-bottom: 0;
}
.banner-left {
	padding-top: 86px;
}
.banner-left h1 {
	text-shadow: 3px 5px 0 rgba(21, 21, 21, 0.14);
	color: #ffffff;
	letter-spacing: -1.39px;
	margin-bottom: 21px;
}
.banner-left h1 span {
	display: block;
	font-weight: 600;
	background-image: linear-gradient(440deg, #fd893e 0%, #fc5272 50%, #fd893e 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-shadow: none;
	animation-duration: 4s;
	animation-name: animationgradienttitle;
	animation-iteration-count: infinite;
	animation-fill-mode: forwards;
}
@keyframes animationgradienttitle {
	0% {
		background-position: 0 1600px;
	}
	100% {
		background-position: 1600px 0;
	}
}
.banner-left p {
	color: #ffffff;
	margin-bottom: 8px;
}
.banner-left a {
	padding: 12px 22px;
	margin-top: 36px;
}
.banner-right .row {
	justify-content: center;
}
.banner-right-inner {
	width: 507px;
	height: 507px;
}
.banner-right-circle {
	width: 100%;
	height: 100%;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
	border-radius: 100%;
	background-color: rgba(244, 244, 244, 0.05);
	padding: 50px;
	position: relative;
}
.banner-right-circle ul {
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0;
	top: 0;
	left: 0;
}
.banner-right-circle li {
	width: 42px;
	height: 42px;
	position: absolute;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	border-radius: 100%;
	cursor: pointer;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-transform: translatey(0px);
	-moz-transform: translatey(0px);
	-o-transform: translatey(0px);
	transform: translatey(0px);
	z-index: 1;
}
.circle-logo1 {
	width: 43px !important;
	height: 43px !important;
	top: 26px;
	left: 80px;
	background-color: rgba(255, 255, 255, 0.12) !important;
	-webkit-animation: float 4s ease-in-out infinite;
	animation: float 4s ease-in-out infinite;
}
.circle-logo2 {
	width: 51px !important;
	height: 50px !important;
	right: -25px;
	top: 250px;
	background-color: rgba(255, 255, 255, 0.7) !important;
	-webkit-animation: float-two 4s ease-in-out infinite;
	animation: float-two 4s ease-in-out infinite;
}
.circle-logo3 {
	width: 42px !important;
	height: 43px !important;
	bottom: 40px;
	right: 60px;
	background-color: rgba(255, 255, 255, 0.12) !important;
	-webkit-animation: float 4s ease-in-out infinite;
	animation: float 4s ease-in-out infinite;
}
.circle-logo4 {
	width: 43px !important;
	height: 43px !important;
	bottom: 35px;
	left: 83px;
	background-color: rgba(255, 255, 255, 0.50) !important;
	-webkit-animation: float-two 4s ease-in-out infinite;
	animation: float-two 4s ease-in-out infinite;
}
.circle-logo5 {
	width: 68px !important;
	height: 68px !important;
	top: 107px;
	left: -21px;
	background-color: rgba(255, 255, 255, 0.22) !important;
	-webkit-animation: float 4s ease-in-out infinite;
	animation: float 4s ease-in-out infinite;
}
.circle-logo6 {
	top: 0;
	right: 77px;
	background-color: rgba(255, 255, 255, 0.7) !important;
	-webkit-animation: float-two 4s ease-in-out infinite;
	animation: float-two 4s ease-in-out infinite;
}
.circle-logo7 {
	width: 71px !important;
	height: 71px !important;
	top: 82px;
	right: -16px;
	background-color: rgba(255, 255, 255, 0.7) !important;
	-webkit-animation: float 4s ease-in-out infinite;
	animation: float 4s ease-in-out infinite;
}
.circle-logo8 {
	width: 66px !important;
	height: 66px !important;
	bottom: -28px;
	left: 0;
	right: 0;
	margin: auto;
	background-color: rgba(255, 255, 255, 0.8) !important;
	-webkit-animation: float-two 4s ease-in-out infinite;
	animation: float-two 4s ease-in-out infinite;
}
.circle-logo9 {
	width: 56px !important;
	height: 55px !important;
	left: -12px;
	bottom: 114px;
	background-color: rgba(255, 255, 255, 0.8) !important;
	-webkit-animation: float 4s ease-in-out infinite;
	animation: float 4s ease-in-out infinite;
}
.circle-logo10 {
	width: 59px !important;
	height: 59px !important;
	top: -23px;
	left: 0;
	right: 0;
	margin: auto;
	background-color: rgba(255, 255, 255, 0.9) !important;
	-webkit-animation: float-two 4s ease-in-out infinite;
	animation: float-two 4s ease-in-out infinite;
}
.circle-logo11 {
	width: 59px !important;
	height: 60px !important;
	bottom: 52px;
	right: -1px;
	background-color: rgba(255, 255, 255, 0.9) !important;
	-webkit-animation: float 4s ease-in-out infinite;
	animation: float 4s ease-in-out infinite;
}
.circle-logo12 {
	width: 59px !important;
	height: 59px !important;
	bottom: 21px;
	left: 25px;
	background-color: rgba(255, 255, 255, 0.9) !important;
	-webkit-animation: float-two 4s ease-in-out infinite;
	animation: float-two 4s ease-in-out infinite;
}
.circle-logo13 {
	top: 37px;
	left: -10px;
	-webkit-animation: float 4s ease-in-out infinite;
	animation: float 4s ease-in-out infinite;
}
.circle-logo14 {
	top: 37px;
	right: -10px;
	-webkit-animation: float-two 4s ease-in-out infinite;
	animation: float-two 4s ease-in-out infinite;
}
.circle-logo15 {
	bottom: -21px;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-animation: float 4s ease-in-out infinite;
	animation: float 4s ease-in-out infinite;
}
.banner-right-circle.circle-bdr {
	border: 1px dashed #ffffff;
	background-color: transparent !important;
}
.circle-bdr-outer {
	position: relative;
	border: none !important;
	background-image: url(https://cdn2.hubspot.net/hubfs/2480504/Starkedge-Theme-2019/Images/Home-page/banner-map.png);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.circle-bdr-outer:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	border: 1.5px dashed #5d5e61;
	border-radius: 100%;
	top: 0;
	left: 0;
	animation: spin 200s infinite linear;
}
.circle-starkedge-logo {
	background-color: transparent !important;
	left: 0;
	right: 0;
	margin: auto;
	top: 29%;
}
.circle-starkedge-logo img {
	animation: spin 10s infinite linear;
}
.circle-bdr-starkege-logo {
	animation: spin 20s infinite reverse linear;
}
.circle-bdr-starkege-logo li {
	padding: 0;
}
.banner-logo {
	padding: 80px 0 0;
	align-items: center;
}
.banner-logo h4 {
	color: #fff;
	line-height: normal !important;
	text-transform: uppercase;
}
.banner-logo h4 img {
	margin-left: 25px;
}
.banner-logo ul {
	flex-grow: 1;
}
.banner-logo ul {
	flex-grow: 1;
	margin: 0;
}
.banner-logo li {
	width: auto;
	display: inline-block;
	margin-left: 48px;
}
.banner-logo li:hover img {
    animation: storm 0.7s ease-in-out both;
    animation-delay: 0.06s;
}
@-webkit-keyframes float {
	0% {
		-webkit-transform: translatey(0px);
		transform: translatey(0px);
	}
	50% {
		-webkit-transform: translatey(-20px);
		transform: translatey(-20px);
	}
	100% {
		-webkit-transform: translatey(0px);
		transform: translatey(0px);
	}
}
@keyframes float {
	0% {
		-webkit-transform: translatey(0px);
		transform: translatey(0px);
	}
	50% {
		-webkit-transform: translatey(-10px);
		transform: translatey(-10px);
	}
	100% {
		-webkit-transform: translatey(0px);
		transform: translatey(0px);
	}
}
@keyframes float-two {
	0% {
		-webkit-transform: translatey(0px);
		transform: translatey(0px);
	}
	50% {
		-webkit-transform: translatey(10px);
		transform: translatey(10px);
	}
	100% {
		-webkit-transform: translatey(0px);
		transform: translatey(0px);
	}
}
@keyframes spin {
	100% {
		transform: rotate(1turn);
	}
}
canvas {
	display: block;
	vertical-align: bottom;
}
#particles-js {
	position: absolute;
	width: 100%;
	height: 100%;
}
.count-particles {
	background: #000022;
	position: absolute;
	top: 48px;
	left: 0;
	width: 80px;
	color: #13E8E9;
	font-size: .8em;
	text-align: left;
	text-indent: 4px;
	line-height: 14px;
	padding-bottom: 2px;
	font-weight: bold;
}
.js-count-particles {
	font-size: 1.1em;
}
#stats,
.count-particles {
	-webkit-user-select: none;
	margin-top: 5px;
	margin-left: 5px;
}
#stats {
	border-radius: 3px 3px 0 0;
	overflow: hidden;
}
.count-particles {
	border-radius: 0 0 3px 3px;
}

/**************** Banner Css Part End *****************/

/**************** Upwork Rating Css Part Start *****************/

.upwork-rating-outer {
	padding: 17px 0 16px;
	border-bottom: 1px solid rgba(169, 169, 169, 0.26);
}
.upwork-rating-inner .row {
	justify-content: center;
	align-items: center;
}
.upwork-rating-left {
	width: auto;
	margin-right: 52px;
}
.upwork-rating-left img {
	margin-right: 30px;
}
.upwork-rating-left-inner img:last-child {
	margin-right: 0;
}
.upwork-rating-right {
	width: auto;
	margin-left: 29px;
	font-size: 15px;
	font-weight: 400;
	color: #464646;
	letter-spacing: 0.3px;
	text-transform: uppercase;
}
.upwork-rating-right a {
	color: #464646;
	text-decoration: underline !important;
}

/**************** Upwork Rating Css Part End *****************/

/**************** Tabber Css Part Start *****************/

.tabber-outer {
	padding: 108px 0 116px;
}
.tabber-outer h3 {
	text-align: center;
}
.tabber-outer h3 strong {
	font-weight: 700 !important;
}
.tabber-bottom {
	margin-top: 57px;
}
.tabber-bottom .row {
	align-items: center;
}
.tabber-left {
	text-align: center;
}
.tabber-left .row {
	justify-content: center;
	align-items: flex-start;
}
.tabber-left ul {
	width: 26.1%;
	display: inline-block;
	margin: 0 7.5px 0;
}
.tabber-left ul:first-child {
	margin-left: 0;
}
.tabber-left ul:last-child {
	margin-right: 0;
}
.tabber-middle-section {
	margin-top: 30px !important;
}
.tabber-left li {
	width: 100%;
	float: left;
	margin-bottom: 15px;
}
.tabber-left li:last-child {
	margin-bottom: 0;
}
.tabber-left li a {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	background-color: #af7afa;
	min-height: 201px;
	padding: 20px;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.tabber-left li a:hover {
    animation: rotate 0.5s ease-in-out both;
}
.tabber-left li a img {
	max-width: 85px;
	margin-bottom: 0;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.tabber-left li a:hover img {
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	transform: translateY(-5px);
}
.tabber-left li a p {
	font-size: 17px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600 !important;
}
.tabber-left li a.active {
	border: 1px dashed #000000;
	background-color: #ffffff !important;
}
.tabber-left li a.active p {
	color: #002248;
}
.tabber-left li a.active img {
	-webkit-filter: brightness(0);
	-moz-filter: brightness(0);
	-o-filter: brightness(0);
	filter: brightness(0);
}
.tabber-left li a.yellow-clr {
	background-color: #f3b22b;
}
.tabber-left li a.green-clr {
	background-color: #1aacc9;
}
.tabber-left li a.pink-clr {
	background-color: #f57177;
}
.tabber-left li a.brown-clr {
	background-color: #c37d5e;
}
.tabber-left li a.orange-clr {
	background-color: #f1863e;
}
.tabber-left li.active a p {
	color: #002248;
}
.tabber-left li.active a img {
	-webkit-filter: brightness(0);
	-moz-filter: brightness(0);
	-o-filter: brightness(0);
	filter: brightness(0);
}
.tabber-left li.active a {
	border: 1px dashed #000000;
	background-color: #ffffff;
}
.tabber-right h4 {
	margin-bottom: 5px;
}

/**************** Tabber Css Part End *****************/

/**************** Enterprice Css Part Start *****************/

.enterprice-outer {
	padding: 98px 0 0;
	background-image: url(https://cdn2.hubspot.net/hubfs/2480504/Starkedge-Theme-2019/Images/Home-page/enterprice-bg.png);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: -70px;
	z-index: 9;
	position: relative;
}
.enterprice-outer h2 {
	text-align: center;
	color: #fff;
	padding: 0 9%;
}
.enterprice-inner {
	margin-top: 55px;
	padding: 0 50px !important;
}
.enterprice-top {
	padding: 0 100px !important;
}
.enterprice-top .row {
	justify-content: space-between;
}
.enterprice-top-inner {
	width: auto;
	display: inline-block;
	text-align: center;
	position: relative;
}
.enterprice-top-inner h6 {
	color: #fff;
	font-weight: 500 !important;
}
.enterprice-top-inner img {
	margin-bottom: 5px;
}
.enterprice-top-inner:first-child img {
	-webkit-filter: invert(100%);
	-moz-filter: invert(100%);
	-o-filter: invert(100%);
	filter: invert(100%);
}
.enterprice-top-inner:first-child:after {
	content: "";
	position: absolute;
	width: 170px;
	height: 55px;
	background-image: url(https://cdn2.hubspot.net/hubfs/2480504/Starkedge-Theme-2019/Images/Home-page/enterprise-arrow-left.svg);
	bottom: -50px;
	right: -120px;
	background-repeat: no-repeat;
}
.enterprice-top-inner:last-child:before {
	content: "";
	position: absolute;
	width: 170px;
	height: 55px;
	background-image: url(https://cdn2.hubspot.net/hubfs/2480504/Starkedge-Theme-2019/Images/Home-page/enterprise-arrow-right.svg);
	bottom: -50px;
	left: -120px;
	background-repeat: no-repeat;
}
.enterprice-center {
	margin-top: 60px;
}
.enterprice-center .row {
	justify-content: center;
}
.enterprice-center-inner {
	width: 21.2%;
	margin: 0 20px;
	background-color: #e8f4f7;
	box-shadow: 1px 2px 4px rgba(10, 93, 112, 0.45);
	border-radius: 10px;
	padding: 43px 22px 50px;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-ms-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom center;
	position: relative;
}
.enterprice-center-inner .ocean {
	border-radius: 0 0 10px 10px;
}
.enterprice-center-inner:after {
	content: "";
	position: absolute;
	width: 11px;
	height: 13px;
	background-image: url(https://cdn2.hubspot.net/hubfs/2480504/Starkedge-Theme-2019/Images/Home-page/start-up-inner-arrow.svg);
	right: -40px;
	top: 50%;
	background-repeat: no-repeat;
	background-position: right center;
}
.enterprice-center-inner:before {
	content: "";
	position: absolute;
	width: 36px;
	height: 2px;
	right: -36px;
	top: calc(50% + 5px);
	background-color: #00bff0;
}
.enterprice-center-inner img {
	float: right;
	margin-top: -40px;
}
.enterprice-center-inner ul {
	margin-bottom: 0;
}
.enterprice-center-inner li {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 20px;
}
.enterprice-center-inner li:last-child {
	margin-bottom: 0;
}
.enterprice-center-inner2 {
	width: 23.1%;
	background: transparent;
	border: 2px dashed #74bccd;
	box-shadow: none;
	padding: 20px;
}
.enterprice-center-inner2:before {
	right: -38px;
}
.enterprice-center-inner2 li {
	width: 100%;
	display: inline-block;
	padding: 18px 10px 19px 40px;
	color: #f3ffff;
	font-size: 17px;
	font-weight: 400;
	border-radius: 10px;
	background-color: #af5394;
	background-image: linear-gradient(to bottom, #f6912d 0%, #ee613f 100%);
	margin-bottom: 10px;
	line-height: 18px;
	position: relative;
}
.enterprice-center-inner2 li:after {
	content: "";
	position: absolute;
	width: 15px;
	height: 7px;
	top: 40%;
	left: 14px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: rotate(-40deg);
	-moz-transform: rotate(-40deg);
	-o-transform: rotate(-40deg);
	transform: rotate(-40deg);
}
.enterprice-center-inner:nth-child(3):after {
	position: static;
}
.enterprice-center-inner:nth-child(3):before {
	position: static;
}
.enterprice-center-inner:nth-child(3) {
	text-align: right;
}
.enterprice-center-inner:nth-child(3) img {
	float: left;
	margin-top: -30px;
}
.enterprice-center p {
	padding: 0 15%;
	margin-top: 43px;
	color: #ffffff;
	text-align: center;
	font-weight: 400 !important;
}
.enterprice-bottom {
	margin-top: 90px;
	margin-bottom: -70px;
}
.enterprice-bottom .row {
	justify-content: center;
}
.enterprice-bottom-inner {
	width: 230px;
	min-height: 230px;
	box-shadow: 0 0 35px rgba(0, 0, 0, 0.05);
	background-color: #1aacc9;
	border-radius: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 20px;
	text-align: center;
	margin: 0 20px;
	position: relative;
  transition: all .3s ease-in-out;
}
.enterprice-bottom-inner:hover {
    transform: scale(0.9);
}
.enterprice-bottom-inner:after {
	content: "";
	position: absolute;
	width: 110%;
	height: 110%;
	background-image: url(https://cdn2.hubspot.net/hubfs/2480504/Starkedge-Theme-2019/Images/Home-page/u-arrow-img.svg);
	top: 0;
	bottom: 0;
	left: -12px;
	right: 0;
	margin: auto;
	background-repeat: no-repeat;
	background-position: 14px 100%;
	animation: spin 10s infinite reverse linear;
	z-index: -1;
}
.enterprice-bottom-inner:first-child {
	margin-left: 0;
}
.enterprice-bottom-inner:last-child {
	margin-right: 0;
}
.enterprice-bottom-inner strong {
	font-size: 56px;
	font-weight: 700;
	line-height: 23.86px;
	margin: 20px 0 20px;
	color: #fff;
}
.enterprice-bottom-inner h4 {
	font-size: 28px;
	font-weight: 400 !important;
	letter-spacing: 0.68px;
	color: #fff;
	line-height: 30px !important;
	margin: 0;
}
.ocean {
	width: 100%;
	height: 40px;
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
.wave {
	background: url(https://cdn2.hubspot.net/hubfs/2480504/Starkedge-Theme-2019/Images/Home-page/wave-blue-animate.svg);
	background-repeat: repeat-x;
	position: absolute;
	bottom: -10px;
	width: 16000px;
	height: 50px;
	-webkit-animation: wave 20s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
	animation: wave 20s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
    -webkit-background-size: 325px;
	-moz-background-size: 325px;
	-ms-background-size: 325px;
	-o-background-size: 325px;
	background-size: 325px;
	opacity: 0.80;
}
.wave:nth-of-type(2) {
	bottom: -10px;
	-webkit-animation: wave 11s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
	animation: wave 11s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
	opacity: 0.5;
}
@-webkit-keyframes wave {
	0% {
		margin-left: 0;
	}
	100% {
		margin-left: -1600px;
	}
}
@keyframes wave {
	0% {
		margin-left: 0;
	}
	100% {
		margin-left: -1600px;
	}
}
@-webkit-keyframes swell {
	0%, 100% {
		-webkit-transform: translate3d(0, -25px, 0);
		transform: translate3d(0, -25px, 0);
	}
	50% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0);
	}
}
@keyframes swell {
	0%, 100% {
		-webkit-transform: translate3d(0, -25px, 0);
		transform: translate3d(0, -25px, 0);
	}
	50% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0);
	}
}

/**************** Enterprice Css Part End *****************/

/**************** Process Css Part Start *****************/

.process-outer {
	padding: 260px 0 80px;
	background-image: url(https://cdn2.hubspot.net/hubfs/2480504/Starkedge-Theme-2019/Images/Home-page/process-top-bg.svg);
	background-repeat: no-repeat;
	background-position: top center;
}
.process-outer h3 {
	text-align: center;
}
.process-outer h3 strong {
	display: block;
}
.process-top {
	margin-top: 65px;
}
.process-inner {
	width: 16.6%;
	float: left;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: flex-end;
	padding: 36px 40px;
	position: relative;
	border: 3px solid #cfcfcf;
	border-radius: 0 0 100% 100%;
	border-top: none;
}
.process-inner img {
	-webkit-filter: invert(50%);
	-moz-filter: invert(50%);
	-o-filter: invert(50%);
	filter: invert(50%);
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.process-inner:hover img {
	-webkit-filter: invert(0);
	-moz-filter: invert(0);
	-o-filter: invert(0);
	filter: invert(0);
	transform: rotatey(360deg);
}
.hide_border:before {
	content: '';
	position: absolute;
	width: 3px;
	height: 50%;
	display: inline-block;
	background-color: white;
	right: -3px;
	top: 0;
}
.process-inner:after {
	content: "\f054";
	position: absolute;
	width: 34px;
	height: 34px;
	top: 45%;
	right: -17px;
	background-color: #fff;
	border-radius: 100%;
	border: 2px solid #cfcfcf;
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	color: #f2863e;
	font-size: 13px;
	line-height: 30px;
	text-align: center;
	z-index: 1;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.process-inner:hover:after {
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.process-inner:last-child:after {
	width: 0;
	height: 0;
	font-size: 0;
	border: none;
	right: 0;
}
.process-inner:first-child .hide_border:after {
	position: static;
}
.hide_border:after {
	content: '';
	position: absolute;
	width: 3px;
	height: 50%;
	display: inline-block;
	background-color: #fff;
	left: -3px;
	top: 0;
}
.process-inner:nth-child(2n) {
	border: 3px solid #cfcfcf;
	border-radius: 100% 100% 0 0;
	border-bottom: none;
}
.process-inner:nth-child(2n) .hide_border:before,
.process-inner:nth-child(2n) .hide_border:after {
	top: auto;
	bottom: 0;
}
.process-inner:last-child .hide_border:before {
	position: static;
}
.process-inner h6 {
	color: #002248;
	font-weight: 600 !important;
	text-transform: uppercase;
	margin: 9px 0 1px;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.process-inner:hover h6 {
	color: #eb5437;
}
.process-inner p {
	font-size: 12px !important;
	color: #565656;
	font-weight: 400 !important;
	line-height: 20px !important;
	margin-bottom: 0;
}
.process-bottom {
	margin-top: 48px;
	text-align: center;
}
.process-bottom .row {
	justify-content: center;
}
.process-bottom a {
	margin-top: 27px;
}

/**************** Process Css Part End *****************/

/**************** Portfolio Slider Css Part Start *****************/

.portfolio-slider-outer {
	background-image: linear-gradient(90deg, #f1893d 0%, #f3544a 100%);
}
.portfolio-slider-image {
	background-image: url(https://cdn2.hubspot.net/hubfs/2480504/Starkedge-Theme-2019/Images/Home-page/portfolio-bg.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: 57% 100%;
	-moz-background-size: 57% 100%;
	-ms-background-size: 57% 100%;
	-o-background-size: 57% 100%;
	background-size: 57% 100%;
}
.portfolio-slider-left {
	padding-top: 136px;
	padding-bottom: 78px;
	padding-right: 68px !important;
}
.portfolio-slider-left h2 {
	margin-bottom: 13px;
}
.portfolio-slider-left h2 strong {
	display: block;
}
.portfolio-slider-left h6 {
	font-weight: 600 !important;
	margin-top: 14px;
}
.portfolio-slider-left-img {
	width: 100%;
	margin: 6px 0 37px;
}
.portfolio-slider-left-img img {
	margin-right: 35px;
	max-width: 70px;
}
.portfolio-slider-left-img img:hover {
    animation: storm 0.7s ease-in-out both;
    animation-delay: 0.06s;
}
.portfolio-slider-left-img img:last-child {
	margin-right: 0;
}
.portfolio-slider-left * {
	color: #fff;
}
.portfolio-slider-right {
	padding-top: 140px;
	margin-bottom: -2px;
}
.portfolio-slider-right .row {
	justify-content: center;
}
.portfolio-slider-right-inner {
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.portfolio-slider-right-inner .owl-slider {
	width: 346px;
}
.portfolio-slider-right-inner img {
	width: 345px !important;
}
.portfolio-slider-right-inner .owl-carousel {
	position: static;
}
.portfolio-slider-right-inner .owl-dots {
	width: 20px;
	position: absolute;
	bottom: 43%;
	right: -22px;
}
.portfolio-slider-right-inner button.owl-dot {
	width: 16px;
	height: 16px;
	margin-bottom: 8px;
	outline: none;
}
.portfolio-slider-right-inner button.owl-dot span {
	width: 15px;
	height: 15px;
	display: inline-block;
	background: #000;
	border-radius: 100px;
	background-color: rgba(255, 255, 255, 0.2);
}
.portfolio-slider-right-inner button.owl-dot.active span {
	background: #fff;
}

/**************** Portfolio Slider Css Part End *****************/

/**************** Logo Css Part Start *****************/

.logos-outer {
	padding: 40px 0;
	border-bottom: 1px solid #e1f2ff;
}
.logos-outer ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 0;
}
.logos-outer li {
	margin: 0 3.7%;
}
.logos-outer li:first-child {
	margin-left: 0;
}
.logos-outer li:last-child {
	margin-right: 0;
}
.logos-outer li img {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.logos-outer li:hover img {
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-o-filter: grayscale(1);
	filter: grayscale(1);
    animation: storm 0.7s ease-in-out both;
    animation-delay: 0.06s;
}

/**************** Logo Css Part End *****************/

/**************** Client Slider Css Part Start *****************/

.client-slider-outer {
	position: relative;
	padding: 130px 0 162px;
}
.client-slider-outer:after {
	content: "";
	position: absolute;
	width: 41.7%;
	height: 100%;
	background-color: #f35849;
	background-image: linear-gradient(to right, #f18a3d 0%, #f3554a 100%);
	top: 0;
	left: 0;
}
.client-slider-outer:before {
	content: "";
	position: absolute;
	width: 38%;
	height: 100%;
	top: 0;
	right: 0;
	background: rgba(255, 255, 255, 1);
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(226, 240, 250, 1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(226, 240, 250, 1)));
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(226, 240, 250, 1) 100%);
	background: -o-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(226, 240, 250, 1) 100%);
	background: -ms-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(226, 240, 250, 1) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(226, 240, 250, 1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e2f0fa', GradientType=1);
}
.good-works-outer {
	position: absolute;
	z-index: 1;
	left: 42px;
	bottom: 39px;
	display: flex;
	flex-wrap: wrap;
}
.good-works-outer span {
	display: inline-block;
	font-weight: 700;
	line-height: 49.14px;
	text-transform: uppercase;
	font-size: 49px;
	color: #f3915c;
	margin-left: 19px;
}
.client-slider-bottom {
	position: relative !important;
}
.client-slider-bottom:before {
	content: "";
	position: absolute;
	width: 470px;
	height: 343px;
	background-image: url(https://cdn2.hubspot.net/hubfs/2480504/Starkedge-Theme-2019/Images/Home-page/white-shape-bg.svg);
	top: 0;
	left: calc(8% - -30px);
	z-index: 1;
	background-repeat: no-repeat;
}
.client-slider-bottom h2 {
	text-align: left;
	color: #002248;
	font-weight: 600 !important;
	position: relative;
	z-index: 1;
	margin: 24px 0 38px;
	left: calc(527px + 5%);
}
.client-slider-bottom .owl-slider {
	max-width: 78%;
	display: flex;
	flex-wrap: wrap;
	margin: auto;
	border-radius: 250px 0 0 1100px;
	overflow: hidden;
}
.client-slider-bottom .item {
	display: flex;
	flex-wrap: wrap;
}
.client-slider-left {
	width: 396px;
	z-index: 1;
	position: relative;
	display: inline-block;
}
.client-slider-left:before {
	content: "";
	position: absolute;
	width: 64px;
	height: 60px;
	background-image: url(https://cdn2.hubspot.net/hubfs/2480504/Starkedge-Theme-2019/Images/Home-page/orange-3circle.svg);
	background-repeat: no-repeat;
	top: 72%;
	left: 23%;
}
.demisto-outer {
	width: auto;
	float: right;
	padding: 40px 49px 0 0;
}
.demisto-outer img {
	width: auto !important;
	float: right;
}
.demisto-outer img:hover {
    animation: storm 0.7s ease-in-out both;
    animation-delay: 0.06s;
}
.client-slider-right {
	width: calc(100% - 396px);
	display: inline-block;
	padding-left: 57px;
}
.client-slider-right p strong {
	display: block;
	font-weight: 600;
	color: #002248;
}
.client-slider-right h6 {
	margin-top: 3px;
	color: #1e384c;
}
.client-slider-right h6 strong {
	font-weight: 600 !important;
	color: #002248;
}
.client-slider-right img.mobile {
	width: auto !important;
	margin-top: 18px;
}
.client-slider-bottom .owl-dots {
	width: auto;
	margin-top: 43px;
	text-align: left;
	position: relative;
	left: calc(527px + -8%);
}
.client-slider-bottom button.owl-dot {
	width: 18px;
	display: inline-block;
	margin-right: 10px;
	outline: none;
}
.client-slider-bottom button.owl-dot span {
	width: 18px;
	height: 17px;
	display: inline-block;
	background-color: #d2d7db;
	border-radius: 100px;
}
.client-slider-bottom button.owl-dot.active span {
	background-color: #002248;
}

/**************** Client Slider Css Part End *****************/

/**************** Request Css Part Start *****************/

.request-outer {
	padding: 54px 0 50px;
	background-color: #1aacc9;
}
.request-outer .row {
	align-items: center;
	justify-content: flex-end;
}
.request-left h2 {
	font-weight: 600 !important;
	color: #fff;
	margin: 0;
}
.request-right a {
	padding: 14.5px 27.6px;
	font-size: 18px;
}

/**************** Request Css Part End *****************/

/**************** Footer Css Part Start *****************/

footer {
	background-color: #08506d;
	position: relative;
}
footer:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url(https://cdn2.hubspot.net/hubfs/2480504/Starkedge-Theme-2019/Images/Home-page/footer-bg.jpg);
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	mix-blend-mode: overlay;
	opacity: 0.17;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
footer .container {
	position: relative;
}
.footer-top {
	padding: 85px 0 114px !important;
}
.footer-left .row {
	text-align: center;
	justify-content: center;
}
.footer-left h6 {
	font-size: 20px;
	font-weight: 400;
	color: #6792b0;
	margin: 27px 0 12px;
}
.footer-left h6 strong {
	color: #ffffff;
	font-size: 27px;
	font-weight: 600 !important;
	display: block;
}
.footer-left a {
	padding: 16px 37.9px;
	font-size: 16px;
}
.footer-right-inner:first-child {
	padding-left: 83px;
}
.footer-right-inner h6 {
	color: #fff;
	font-weight: 600 !important;
	margin-bottom: 20px;
}
.footer-right-inner ul {
	margin: 0;
}
.footer-right-inner li {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
.footer-right-inner li a {
	color: #6792b0;
	font-size: 15px;
	letter-spacing: 0.3px;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.footer-right-inner li a:hover {
	color: #fff;
}
.footer-bottom {
	padding-top: 30px;
	padding-bottom: 30px;
	border-top: 1px solid #216181;
}
.footer-bottom p {
	float: left;
	color: #6792b0;
	margin: 0;
}
.footer-bottom ul {
	width: auto;
	float: right;
	margin: 0;
}
.footer-bottom li {
	display: inline-block;
	margin-left: 15px;
}
.footer-bottom li:first-child {
	margin-left: 0;
}
.footer-bottom li a {
	width: 36px;
	height: 36px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
	color: #fff;
	border-radius: 100%;
}
.footer-bottom li a.btn-gradient.facebook:hover {
	background: #3949AB;
	background: -webkit-linear-gradient(left, #3949AB 0%, #2196F3 100%);
	background: linear-gradient(to right, #3949AB 0%, #2196F3 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#3949AB', endColorstr='#2196F3', GradientType=1);
    -webkit-background-size: 400%;
    -moz-background-size: 400%;
    -ms-background-size: 400%;
    -o-background-size: 400%;
    background-size: 400%;
	-webkit-animation: Gradient 1s ease infinite;
	animation: Gradient 1s ease infinite
}
.footer-bottom li a.btn-gradient.twitter:hover {
	background: #00BCD4;
	background: -webkit-linear-gradient(left, #00BCD4 0%, #2196F3 100%);
	background: linear-gradient(to right, #00BCD4 0%, #2196F3 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00BCD4', endColorstr='#2196F3', GradientType=1);
    -webkit-background-size: 400%;
    -moz-background-size: 400%;
    -ms-background-size: 400%;
    -o-background-size: 400%;
    background-size: 400%;	-webkit-animation: Gradient 1s ease infinite;
	animation: Gradient 1s ease infinite
}
.footer-bottom li a.btn-gradient.instagram:hover {
	background: #FFC107;
	background: -webkit-linear-gradient(left, #FFC107 0%, #F50057 50%, #3F51B5 100%);
	background: linear-gradient(to right, #FFC107 0%, #F50057 50%, #3F51B5 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFC107', endColorstr='#3F51B5', GradientType=1);
	-webkit-background-size: 400%;
    -moz-background-size: 400%;
    -ms-background-size: 400%;
    -o-background-size: 400%;
    background-size: 400%;
	-webkit-animation: Gradient 5s ease infinite;
	animation: Gradient 5s ease infinite
}
.footer-bottom li a.btn-gradient.yelp:hover {
	background: #030000;
	background: #c41200;
	background: -webkit-linear-gradient(left, #c41200 0%, #ff1d08 100%);
	background: linear-gradient(to right, #c41200 0%, #ff1d08 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#c41200', endColorstr='#ff1d08', GradientType=1);
	-webkit-background-size: 400%;
    -moz-background-size: 400%;
    -ms-background-size: 400%;
    -o-background-size: 400%;
    background-size: 400%;
	-webkit-animation: Gradient 1s ease infinite;
	animation: Gradient 1s ease infinite
}
@-webkit-keyframes Gradient {
	0% {
		background-position: 0 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0 50%
	}
}
@keyframes Gradient {
	0% {
		background-position: 0 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0 50%
	}
}

/**************** Footer Css Part End *****************/

/******************************** UI & UX Page Css Part Start *********************************/

/**************** UI & UX Banner Css Part Start *****************/

.ui-ux-banner-outer {
	padding: 226px 0 150px;
	background-color: #17232c;
	background-image: linear-gradient(to right, #f18a3d 0%, #f3554a 100%);
	overflow: hidden;
}
.ui-ux-banner-inner h1 {
	text-shadow: 3px 5px 0 rgba(21, 21, 21, 0.07);
	color: #ffffff;
	font-size: 60px !important;
	line-height: 72px !important;
	letter-spacing: -1.14px;
	margin-bottom: 27px;
}
.ui-ux-banner-inner p {
	color: #ffffff;
}
.ui-ux-banner-outer .container {
	position: relative;
}
.ui-ux-banner-outer .container:after {
	content: "";
	position: absolute;
	width: 968px;
	height: 597px;
	background-image: url(https://cdn2.hubspot.net/hubfs/2480504/Starkedge-Theme-2019/Images/Home-page/banner-mob-desk-img.svg);
	background-repeat: no-repeat;
	top: calc(0% - 100px);
	left: calc(37% + 170px);
}

/**************** UI & UX Banner Css Part End *****************/

/**************** Businesses Css Part Start *****************/

.businesses-outer {
	padding: 100px 0 83px;
}
.businesses-outer h3 {
	text-align: center;
	margin-bottom: 14px;
}
.businesses-outer h3 strong {
	display: block;
}
.businesses-outer h3 + p {
	text-align: center;
	padding: 0 11%;
	color: #424242;
	line-height: 27.06px !important;
}
.businesses-bottom {
	margin-top: 35px;
}
.businesses-bottom .row {
	align-items: center;
	justify-content: center;
}
.businesses-left ul {
	width: 100%;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	flex-direction: column;
}
.businesses-left li:last-child {
	margin-bottom: 0;
}
.businesses-left li {
	display: inline-block;
	box-shadow: -4px 0 0 #f27a41;
	border-radius: 21px;
	border: 1px solid rgba(235, 235, 235, 0.65);
	background-color: #ffffff;
	padding: 9px 26.8px;
	color: #424242;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	position: relative;
	z-index: 1;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	margin-bottom: 40px;
	cursor: pointer;
}
.businesses-left li:hover {
	box-shadow: 0px 0px 2px 1px #f27a41;
}
.businesses-left li:first-child {
	min-width: 124px;
	margin-right: -26px;
}
.businesses-left li:nth-child(2) {
	min-width: 157px;
	margin-right: 18px;
}
.businesses-left li:nth-child(3) {
	min-width: 216px;
	margin-right: 61px;
}
.businesses-left li:nth-child(4) {
	min-width: 165px;
	margin-right: 63px;
}
.businesses-left li:nth-child(5) {
	margin-right: 18px;
}
.businesses-left li:last-child {
	min-width: 164px;
	margin-right: -11px;
}
.businesses-right ul {
	align-items: flex-start;
}
.businesses-right li {
	box-shadow: 4px 0 0 #f27a41;
}
.businesses-right li:first-child {
	margin-left: -26px;
}
.businesses-right li:nth-child(2) {
	margin-left: 18px;
}
.businesses-right li:nth-child(3) {
	margin-left: 61px;
}
.businesses-right li:nth-child(4) {
	margin-left: 63px;
}
.businesses-right li:nth-child(5) {
	margin-left: 18px;
}
.businesses-right li:last-child {
	margin-left: -11px;
}
.businesses-inner .row {
	justify-content: center;
}
.businesses-circle-outer {
	width: 564px;
	height: 564px;
	position: relative;
}
.businesses-circle {
	width: 100%;
	height: 100%;
	padding: 57px;
	border: 2px solid rgba(244, 132, 100, 0.07);
	background-color: rgba(255, 208, 194, 0.07);
	border-radius: 100%;
}
.businesses-circle-2 {
	background-color: rgba(255, 208, 194, 0.08);
}
.businesses-circle-3 {
	background-color: rgba(255, 208, 194, 0.11);
}
.businesses-circle-inner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	padding: 0 12px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.businesses-circle-inner:hover {
    animation: rotate 0.5s ease-in-out both;
}
.businesses-circle-inner img:hover {
    animation: storm 0.7s ease-in-out both;
    animation-delay: 0.06s;
}
.businesses-circle-inner span {
	width: 91px;
	height: 91px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	box-shadow: -13px 0 23px rgba(242, 114, 67, 0.31);
	background-color: #f26c45;
	background-image: linear-gradient(to right, #f18a3d 0%, #f3554a 100%);
	color: #ffffff;
	font-size: 36px;
	font-weight: 700;
	text-transform: uppercase;
}

/**************** Businesses Css Part End *****************/

/**************** Benefits Tab Css Part Start *****************/

.benefits-tab-outer {
	background-image: url(https://cdn2.hubspot.net/hubfs/2480504/Starkedge-Theme-2019/Images/Home-page/benefits-tab-bg.jpg);
    -webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 96px 0 0;
}
.benefits-tab-outer h2 {
	text-align: center;
	text-shadow: 0 0 67px rgba(0, 0, 0, 0.15);
	color: #ffffff;
}
.benefits-tab-bottom {
	margin-top: 65px;
}
.benefits-tab-left ul {
	margin: 0;
	width: 100%;
}
.benefits-tab-left li {
	width: 100%;
	margin-bottom: 21px;
}
.benefits-tab-left li:last-child {
	margin-bottom: 0;
}
.benefits-tab-left li a {
	width: 261px;
	height: 47px;
	display: flex;
	flex-wrap: wrap;
	border-radius: 24px;
	border: 2px solid rgba(255, 255, 255, 0.5);
	background-color: transparent;
	padding: 0 20px 0 27px;
	align-items: center;
	color: #aff2ff;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.benefits-tab-left li a:before {
	content: "";
	position: absolute;
	width: 0;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #fff;
	z-index: -1;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.benefits-tab-left li a:hover {
	background-color: #ffffff;
	border-color: #ffffff;
	color: #333333;
}
.benefits-tab-left li a:hover:before {
	width: 100%;
}
.benefits-tab-left li a.active {
	background-color: #ffffff;
	color: #333333;
}
.benefits-tab-right .tab-content {
	display: flex;
	flex-wrap: wrap;
}
.benefits-tab-right-outer {
	display: flex;
	flex-wrap: wrap;
}
.benefits-tab-icon {
	width: 365px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	padding: 30px 59px 216px 0;
	position: relative;
	margin-top: 19px;
}
.benefits-tab-icon:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url(https://cdn2.hubspot.net/hubfs/2480504/Starkedge-Theme-2019/Images/Home-page/benefits-tab-white-bg.svg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	bottom: -10px;
	right: 39px;
}
.benefits-tab-icon span {
	width: 178px;
	height: 178px;
	display: flex;
	flex-wrap: wrap;
	box-shadow: -13px 0 23px rgba(242, 114, 67, 0.31);
	background-color: #f26c45;
	background-image: linear-gradient(to right, #f18a3d 0%, #f3554a 100%);
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	position: relative;
}
.benefits-tab-icon span img {
	max-width: 95px;
}
.benefits-tab-txt {
	width: calc(100% - 365px);
	display: inline-block;
	padding-top: 37px;
}
.benefits-tab-txt h3 {
	color: #ffffff;
	font-size: 37px !important;
	font-weight: 600 !important;
	margin-bottom: 8px;
}
.benefits-tab-txt p {
	color: #ffffff;
	font-size: 20px !important;
	line-height: 32.02px;
}

/**************** Benefits Tab Css Part End *****************/

/**************** Design Css Part Start *****************/

.design-outer {
	padding: 97px 0 237px;
}
.design-outer h3 {
	text-align: center;
	color: #002248;
	margin-bottom: 16px;
}
.design-outer h3 strong {
	font-weight: 700 !important;
}
.design-outer h3 + p {
	text-align: center;
	color: #424242;
	padding: 0 11%;
}
.design-bottom {
	margin-top: 20px;
}
.design-bottom .row {
	justify-content: center;
}
.design-inner {
	width: 25%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	margin: 0 3% 0;
	box-shadow: 6px 10px 31px rgba(55, 191, 201, 0.21);
	padding: 35px 30px 60px;
	text-align: center;
    -webkit-background-size: contain;
	-moz-background-size: contain;
	-ms-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	background-position: center bottom;
	background-repeat: no-repeat;
	position: relative;
}
.design-inner .wave {
	background-image: url(https://cdn2.hubspot.net/hubfs/2480504/Starkedge-Theme-2019/Images/Home-page/wave-orange-animate.svg);
}
.design-inner:nth-child(2) .wave {
	background-image: url(https://cdn2.hubspot.net/hubfs/2480504/Starkedge-Theme-2019/Images/Home-page/wave-blue-animate.svg);
}
.design-inner:not(:nth-child(2)) {
	top: 138px;
}
.design-inner:nth-child(2):before {
	content: "";
	position: absolute;
	width: 240px;
	height: 86px;
	background-image: url(https://cdn2.hubspot.net/hubfs/2480504/Starkedge-Theme-2019/Images/Home-page/design-arrow-left.svg);
	top: 40px;
	left: -238px;
	background-repeat: no-repeat;
}
.design-inner:nth-child(2):after {
	content: "";
	position: absolute;
	width: 240px;
	height: 86px;
	background-image: url(https://cdn2.hubspot.net/hubfs/2480504/Starkedge-Theme-2019/Images/Home-page/design-arrow-right.svg);
	top: 40px;
	right: -238px;
	background-repeat: no-repeat;
}
.design-inner:first-child {
	margin-left: 0;
}
.design-inner:last-child {
	margin-right: 0;
}
.design-inner span {
	width: 117px;
	height: 117px;
	background-color: #f27243;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: auto;
	border-radius: 100%;
}
.design-inner span img {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.design-inner:hover span img {
	transform: scale(0.9);
}
.design-inner:nth-child(2) span {
	background-color: #00bfcb;
}
.design-inner h6 {
	color: #002248;
	font-size: 18px !important;
	font-weight: 700 !important;
	text-transform: uppercase;
	line-height: 24px !important;
	margin: 19px 0 12px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.design-inner:nth-child(2):hover h6 {
	color: #00bfcb;
}
.design-inner:hover h6 {
	color: #f27243;
}
.design-inner ul {
	width: 100%;
	margin: 0;
}
.design-inner li {
	color: #424242;
	font-size: 15px;
	font-weight: 300;
	margin-bottom: 9px;
}
.design-inner li:last-child {
	margin-bottom: 0;
}

/**************** Design Css Part End *****************/

/**************** Interface Css Part Start *****************/

.interface-outer {
	padding: 98px 0 0;
	background-image: linear-gradient(to right, #f18a3d 0%, #f3554a 100%);
}
.interface-outer h3 {
	color: #ffffff;
	text-align: center;
}
.interface-outer h3 strong {
	font-weight: 700 !important;
}
.interface-inner {
	max-width: 1000px;
	display: flex;
	flex-wrap: wrap;
	margin: 38px auto 0;
}
.interface-top-inner {
	margin-bottom: 56px;
}
.interface-top-inner .row {
	align-items: center;
	justify-content: space-between;
}
.interface-top-inner:nth-child(2) .row {
	flex-direction: row-reverse;
}
.interface-top-txt h3 {
	text-align: left;
	color: #ffffff;
	font-weight: 700 !important;
	margin-bottom: 20px;
}
.interface-top-txt p {
	color: #ffffff;
	font-size: 20px !important;
	padding-right: 5%;
}
.interface-top-pic img:hover {
    animation: rotate 0.5s ease-in-out both;
}
.interface-bottom {
	margin-top: 15px;
}
.interface-bottom-inner {
	width: 100%;
	box-shadow: 1px 3px 62px rgba(0, 0, 0, 0.09);
	border-radius: 7px;
	background-color: #ffffff;
	padding: 52px 130px 58px;
	text-align: center;
	margin-bottom: -122px;
	position: relative;
	z-index: 1;
}
.interface-bottom-inner h4 {
	color: #002248;
	font-size: 26px !important;
	font-weight: 500 !important;
	line-height: 36px !important;
	margin-bottom: 24px;
}

/**************** Interface Css Part End *****************/

/**************** Question Css Part Start *****************/

.question-outer {
	padding: 62px 0 92px;
	margin-top: 123px;
}
.question-bottom > .row {
	justify-content: space-between;
	align-items: center;
}
.question-left {
	padding-right: 4% !important;
}
.question-left h3 {
	color: #002248;
	font-weight: 700 !important;
	margin-bottom: 14px;
}
.question-left p {
	color: #424242;
	font-size: 20px !important;
}
.question-left h5 {
	color: #002248;
	font-size: 22px !important;
	margin: 0 0 40px;
}
.question-right > .row {
	justify-content: flex-end;
}
.question-right-inner {
	width: 488px;
	box-shadow: 6px 10px 31px rgba(55, 191, 201, 0.21);
	padding: 59px 39px 78px 80px;
	position: relative;
}
.question-right-inner .card {
	border: none;
	border-bottom: 2px solid rgba(55, 191, 201, 0.2);
	padding: 0 0 10px;
	border-radius: 0;
	background-color: transparent;
}
.question-right-inner .card:last-child {
	border-bottom: none;
}
.question-right-inner .card-header {
	background-color: transparent;
	padding: 0;
	border: none;
	border-radius: 0 !important;
}
.question-right-inner .card-header a {
	width: 100%;
	display: inline-block;
	color: #002248;
	font-size: 20px !important;
	font-weight: 500 !important;
	padding: 15px 0 5px;
	counter-reset: section;
}
.question-right-inner .card-header a h6 {
	color: #002248;
	font-weight: 500 !important;
	display: inline-block;
	width: 100%;
	margin: 0;
	position: relative;
}
.question-right-inner .card-header a h6:before {
	counter-increment: section;
	content: "0" counter(section)"";
	position: absolute;
	top: 0;
	left: -36px;
	color: #002248;
	font-size: 18px;
}
.question-right-inner .card-header a h6 span {
	color: #f35949;
	font-size: 28px;
}
.question-right-inner .card-header + div {
	color: #424242;
	font-size: 14px !important;
	line-height: 27.07px !important;
	position: relative;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.question-right-inner .card .collapse.show:after {
	content: "";
	position: absolute;
	width: 15px;
	height: 15px;
	background-color: #fff;
	top: -28px;
	right: 0;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

/**************** Question Css Part End *****************/

/******************************** UX & UI Page Css Part End *********************************/

/******************************** Media Css Part Start ********************************/

@media screen and (max-width: 1400px) {
	.portfolio-slider-right-inner .owl-dots {
		right: 0;
	}
}

@media screen and (max-width: 1350px) {
	.container {
		padding: 0 30px !important;
	}
	.banner-logo li {
		margin-left: 4.5%;
	}
	.banner-logo li img {
		max-width: 110px;
	}
	.enterprice-center-inner {
		width: 25%;
	}
	.process-inner {
		padding: 31px;
	}
	.logos-outer li {
		margin: 0 3%;
	}
	.client-slider-bottom h2 {
		left: calc(520px + 5%);
	}
	.client-slider-left:before {
		top: 62%;
	}
}

@media screen and (max-width: 1200px) {
	h1 {
		font-size: 52px !important;
		line-height: 70px !important;
	}
	h2 {
		font-size: 37px !important;
		line-height: 50px !important;
	}
	h3 {
		font-size: 35px !important;
		line-height: 48px !important;
	}
	h4 {
		font-size: 25px !important;
		line-height: 37px !important;
	}
	h6 {
		font-size: 18px !important;
	}
	nav li {
		margin-right: 25px;
	}
	.banner-left {
		max-width: 40% !important;
		-ms-flex: 0 0 40% !important;
		flex: 0 0 40% !important;
	}
	.banner-right {
		max-width: 60% !important;
		-ms-flex: 0 0 60% !important;
		flex: 0 0 60% !important;
	}
	.banner-right-inner {
		width: 460px;
		height: 460px;
	}
	.banner-right-circle {
		padding: 45px;
	}
	.banner-logo li {
		margin-left: 4%;
	}
	.banner-logo li img {
		max-width: 95px;
	}
	.tabber-left ul {
		width: 31%;
	}
	.tabber-right {
		padding-left: 40px !important;
	}
	.enterprice-center-inner {
		width: 29%;
	}
	.enterprice-top {
		padding: 0 50px !important;
	}
	.enterprice-bottom {
		margin-top: 70px;
		margin-bottom: -110px;
	}
	.enterprice-inner {
		padding: 0 !important;
	}
	.enterprice-bottom-inner {
		width: 200px;
		min-height: 200px;
		margin: 0 10px;
	}
	.enterprice-bottom-inner:after {
		width: 116%;
		height: 108%;
		left: -16px;
        -webkit-background-size: 190px;
        -moz-background-size: 190px;
        -ms-background-size: 190px;
        -o-background-size: 190px;
        background-size: 190px;
	}
	.enterprice-bottom-inner strong {
		font-size: 42px;
	}
	.enterprice-bottom-inner h4 {
		font-size: 20px !important;
	}
	.process-inner {
		padding: 30px 24px;
	}
	.portfolio-slider-right {
		margin-bottom: -1px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: flex-end;
	}
	.portfolio-slider-right-inner .owl-dots {
		right: -30px;
	}
	.logos-outer li {
		margin: 0 1.5%;
	}
	.portfolio-slider-left {
		padding-top: 100px;
	}
	.client-slider-bottom:before {
        -webkit-background-size: 490px;
        -moz-background-size: 490px;
        -ms-background-size: 490px;
        -o-background-size: 490px;
        background-size: 490px;
		left: calc(3% - -30px);
	}
	.client-slider-left {
		width: 300px;
	}
	.demisto-outer {
		padding: 10px 30px 0 0;
	}
	.client-slider-bottom .owl-slider {
		max-width: 87%;
	}
	.client-slider-outer:after {
		width: 390px;
	}
	.client-slider-right {
		width: calc(100% - 300px);
		padding-left: 30px;
	}
	.client-slider-bottom h2 {
		left: calc(320px + 7%);
	}
	.good-works-outer img {
		width: 70px;
	}
	.good-works-outer span {
		line-height: 36px;
		font-size: 30px;
		margin-left: 15px;
	}
	.good-works-outer {
		left: 30px;
		bottom: 30px;
	}
	.client-slider-outer {
		padding: 80px 0 100px;
	}
	.request-outer {
		padding: 40px 0;
	}
	.footer-left a {
		padding: 16px 20px;
	}
	.footer-right-inner:first-child {
		padding-left: 70px;
	}
	.footer-top {
		padding: 70px 0 !important;
	}
	.client-slider-bottom .owl-dots {
		left: calc(310px + 2%);
	}
	.demisto-outer img {
		max-width: 180px !important;
	}
	.client-slider-left:before {
		top: 34%;
	}
}

@media screen and (max-width: 1023px) {
	h1 {
		font-size: 48px !important;
		line-height: 65px !important;
	}
	nav li {
		margin-right: 22px;
	}
	nav li a {
		font-size: 14px;
	}
	.request-btn a {
		padding: 8px 14px;
		font-size: 14px;
	}
	.banner-left h1 {
		margin-bottom: 12px;
	}
	.banner-left {
		padding-top: 70px;
	}
	.banner-outer {
		padding: 160px 0 35px;
	}
	.banner-logo li {
		margin-left: 2%;
	}
	.banner-logo li img {
		max-width: 97px;
	}
	.enterprice-outer {
		padding: 70px 0 0;
		margin-bottom: -30px;
	}
	.enterprice-bottom {
		margin-top: 40px;
		margin-bottom: -90px;
	}
	.process-outer {
		padding: 210px 0 70px;
	}
	.process-top {
		margin-top: 50px;
	}
	.process-inner {
		padding: 20px;
	}
	.logos-outer li {
		margin: 0 1.4%;
	}
	.footer-left a {
		padding: 14px 10px;
	}
	.footer-top {
		padding: 70px 0 50px !important;
	}
	.tabber-outer {
		padding: 60px 0 80px;
	}
}

@media screen and (max-width: 979px) {
	h1 {
		font-size: 38px !important;
		line-height: 55px !important;
	}
	h2 {
		font-size: 33px !important;
		line-height: 46px !important;
	}
	h3 {
		font-size: 27px !important;
		line-height: 38px !important;
	}
	h6 {
		font-size: 16px !important;
		line-height: 26px !important;
	}
	.tabber-left ul {
		width: 100% !important;
		margin: 0 0 20px;
	}
	.tabber-middle-section {
		margin-top: 0 !important;
	}
	.tabber-left li {
		width: 48%;
		margin: 0 4% 0 0;
	}
	.tabber-left li:last-child {
		margin-right: 0;
	}
	.tabber-left ul:last-child {
		margin-bottom: 0;
	}
	.tabber-left li a {
		position: relative;
		z-index: 99;
	}
	.banner-right-inner {
		width: 400px;
		height: 400px;
	}
	.banner-right-circle {
		padding: 37px;
	}
	.banner-right-circle li img {
		width: 50%;
	}
	.circle-logo1 {
		width: 40px !important;
		height: 40px !important;
		top: 28px;
		left: 60px;
	}
	.circle-logo2 {
		width: 41px !important;
		height: 41px !important;
		right: -6px;
		top: 240px;
	}
	.circle-logo3 {
		width: 35px !important;
		height: 36px !important;
		bottom: 24px;
	}
	.circle-logo4 {
		width: 35px !important;
		height: 35px !important;
		bottom: 24px;
		left: 73px;
	}
	.circle-logo5 {
		width: 50px !important;
		height: 50px !important;
		top: 75px;
		left: -10px;
	}
	.circle-logo6 {
		width: 36px !important;
		height: 36px !important;
		top: 4px;
		right: 63px;
	}
	.circle-logo7 {
		width: 52px !important;
		height: 52px !important;
		top: 92px;
	}
	.circle-logo8 {
		width: 52px !important;
		height: 52px !important;
		bottom: -19px;
	}
	.circle-logo9 {
		width: 46px !important;
		height: 45px !important;
		left: -16px;
		bottom: 104px;
	}
	.circle-logo10 {
		width: 46px !important;
		height: 46px !important;
		top: -25px;
	}
	.circle-logo11 {
		width: 45px !important;
		height: 45px !important;
		bottom: 33px;
		right: 0;
	}
	.circle-logo12 {
		width: 48px !important;
		height: 48px !important;
		bottom: 10px;
		left: 23px;
	}
	.circle-logo13 {
		width: 40px !important;
		height: 40px !important;
	}
	.circle-logo14 {
		width: 40px !important;
		height: 40px !important;
	}
	.circle-logo15 {
		width: 40px !important;
		height: 40px !important;
	}
	.banner-right-circle li {
		width: 100px;
	}
	.banner-left {
		padding-top: 20px;
	}
	.banner-left a {
		margin-top: 20px;
	}
	nav ul {
		padding-top: 4px;
	}
	nav li {
		margin-right: 20px;
	}
	nav li a {
		font-size: 12px;
	}
	nav li a:after {
		top: 2px;
	}
	.request-btn a {
		padding: 9px 10px;
		font-size: 11px;
	}
	.top-header li a {
		font-size: 12px;
	}
	.top-header li {
		margin-left: 20px;
	}
	.banner-outer {
		padding: 150px 0 22px;
		background-position: left;
	}
	.banner-logo {
		padding: 50px 0 0;
	}
	.banner-logo ul {
		width: 100%;
		margin-top: 10px;
	}
	.banner-logo li {
		margin: 0 3% 0 0;
		width: 17%;
	}
	.banner-logo li img {
		max-width: 100%;
	}
	.banner-logo li:last-child {
		margin-right: 0;
	}
	.banner-logo h4 {
		position: relative;
	}
	.upwork-rating-left {
		width: 200px;
		margin-right: 0;
		border-radius: 3px;
		background-color: #f8f8f8;
		padding: 20px;
		float: left;
	}
	.upwork-rating-left .row > img {
		width: 50;
		margin-right: 0;
	}
	.upwork-rating-left-inner {
		width: auto;
		margin-right: 10px;
	}
	.upwork-rating-left .row {
		flex-direction: row-reverse;
	}
	.upwork-rating-left-inner img {
		width: 100px;
		display: block;
		margin-right: 0;
	}
	.upwork-rating-right {
		width: calc(100% - 229px);
	}
	.tabber-outer {
		padding: 40px 0 50px;
	}
	.tabber-bottom {
		margin-top: 30px;
	}
	.enterprice-outer {
		margin-bottom: -20px;
	}
	.enterprice-outer h2 {
		padding: 0;
	}
	.enterprice-center-inner {
		width: 28%;
		padding: 32px 12px 40px;
	}
	.enterprice-center-inner2 li {
		padding: 9px 6px 10px 23px;
		font-size: 14px;
		margin-bottom: 10px;
	}
	.enterprice-center-inner2 li:after {
		width: 13px;
		height: 6px;
		left: 5px;
	}
	.enterprice-center-inner li {
		font-size: 14px;
		margin-bottom: 18px;
	}
	.enterprice-center-inner img {
		margin-top: -12px;
	}
	.enterprice-center-inner:nth-child(3) img {
		margin-top: -10px;
	}
	.enterprice-top-inner:first-child:after {
        -webkit-background-size: 120px;
        -moz-background-size: 120px;
        -ms-background-size: 120px;
        -o-background-size: 120px;
        background-size: 120px;
	}
	.enterprice-top-inner:last-child:before {
		-webkit-background-size: 120px;
        -moz-background-size: 120px;
        -ms-background-size: 120px;
        -o-background-size: 120px;
        background-size: 120px;
		left: -60px;
	}
	.enterprice-center {
		margin-top: 45px;
	}
	.enterprice-bottom-inner {
		width: 150px;
		min-height: 150px;
	}
	.enterprice-bottom-inner strong {
		font-size: 35px;
		margin: 10px 0;
	}
	.enterprice-bottom-inner h4 {
		font-size: 16px !important;
		line-height: 23px !important;
	}
	.enterprice-bottom-inner:after {
		width: 128%;
		height: 117%;
		left: -19px;
        -webkit-background-size: 150px;
        -moz-background-size: 150px;
        -ms-background-size: 150px;
        -o-background-size: 150px;
        background-size: 150px;
	}
	.enterprice-bottom {
		margin-top: 20px;
		margin-bottom: -60px;
	}
	.process-outer {
		padding: 180px 0 50px;
	}
	.process-top {
		margin-top: 30px;
	}
	.hide_border {
		display: none;
	}
	.process-inner {
		width: 33%;
		padding: 30px;
		position: static;
		border-right: none;
		border-radius: 0 !important;
		border-width: 1px !important;
	}
	.process-inner:first-child {
		border-left: none;
	}
	.process-inner:nth-child(2n) {
		border-top: none;
		border-right: none;
		border-bottom: 3px solid #cfcfcf;
	}
	.process-inner:nth-child(4) {
		border-left: none;
		border-bottom: none;
	}
	.process-inner:nth-last-child(2) {
		border-bottom: none;
	}
	.process-inner:last-child {
		border-bottom: none;
	}
	.process-inner:after {
		width: 0;
		height: 0;
		top: 0;
		right: 0;
		border-radius: 0;
		border: none;
		font-size: 0;
		line-height: 0;
	}
	.portfolio-slider-image {
		-webkit-background-size: 56% 100%;
		-moz-background-size: 56% 100%;
		-ms-background-size: 56% 100%;
		-o-background-size: 56% 100%;
		background-size: 56% 100%;
	}
	.portfolio-slider-right-inner img {
		width: 260px !important;
	}
	.portfolio-slider-left {
		padding-top: 40px;
		padding-bottom: 40px;
		padding-right: 70px !important;
	}
	.portfolio-slider-right-inner .owl-dots {
		right: 0px;
	}
	.portfolio-slider-right-inner .owl-slider {
		width: 290px;
	}
	.portfolio-slider-left h6 {
		margin-top: 0;
	}
	.portfolio-slider-left-img {
		margin: 0 0 20px;
	}
	.logos-outer li {
		width: 33%;
		text-align: center;
		margin: 0;
	}
	.client-slider-outer:after {
		width: 360px;
	}
	.client-slider-outer {
		padding: 60px 0;
	}
	.client-slider-bottom h2 {
		margin: 50px 0 10px;
	}
	.client-slider-bottom .owl-dots {
		margin-top: 15px;
	}
	.footer-right-inner:first-child {
		padding-left: 40px;
		width: 28% !important;
		flex: 0 0 28% !important;
	}
	.footer-left img {
		width: 120px;
	}
	.footer-left h6 strong {
		font-size: 22px;
	}
	.footer-left a {
		padding: 11px 14px;
		font-size: 12px;
	}
	.request-right a {
		font-size: 15px;
	}
	.request-left h2 {
		font-size: 30px !important;
	}
	.request-outer {
		padding: 25px 0;
	}
	.upwork-rating-right .row {
		justify-content: left;
	}
	.navbar-brand img {
		width: 180px;
	}
}

@media screen and (max-width: 904px) {
	.client-slider-left:before {
		top: 22%;
	}
}

@media screen and (max-width: 767px) {
	h1 {
		font-size: 44px !important;
		line-height: 54px !important;
	}
	h2 {
		font-size: 28px !important;
		line-height: 38px !important;
	}
	h3 {
		font-size: 24px !important;
		line-height: 34px !important;
	}
	header {
		padding: 20px 0;
		z-index: 9;
	}
	.top-header {
		display: none;
	}
	.navbar .navbar-toggler {
		padding: 0;
		border: none;
		outline: none;
		margin-right: 20px;
	}
	.navbar-right-inner {
		width: 100%;
		display: inline-block;
		padding-top: 0;
		border-top: none;
	}
	.navbar-nav {
		width: 100%;
		padding: 0;
	}
	nav li {
		margin-right: 0;
	}
	nav li a:after {
		width: 0;
		height: 0;
		background-color: transparent;
	}
	nav li a {
		width: 100%;
		float: left;
		padding: 10px 20px;
		font-size: 18px;
		border-bottom: 1px solid #ffffff57;
	}
	.navbar-collapse {
		background-image: linear-gradient(to right, #f18a3d 0%, #f3554a 100%);
		padding: 0;
		margin-top: 20px;
		box-shadow: 0px 6px 7px 0px rgba(255, 255, 255, 0.15);
    line-height:0;
	}
	.navbar-toggler span {
		width: 25px;
		height: 2px;
		display: block;
		background-color: #fff;
		margin: 6px 0;
		transition: all .3s ease-in-out;
	}
	.request-btn {
		display: none;
	}
	header .container {
		padding: 0 15px !important;
	}
	a.navbar-brand {
		padding-left: 20px;
	}
	.banner-left {
		max-width: 100% !important;
		-ms-flex: 0 0 100% !important;
		flex: 0 0 100% !important;
	}
	.banner-right {
		display: none;
	}
	.banner-outer {
		padding: 120px 0 30px;
	}
	.banner-logo h4 {
		color: #ff8a31;
		margin: 0;
	}
	.banner-logo h4 img {
		display: none;
	}
	.banner-logo h4:before {
		content: "";
		position: absolute;
		width: 80%;
		height: 2px;
		background-color: #ff8a31;
		bottom: 0;
		left: calc(100% + 10px);
	}
	.banner-logo {
		padding: 90px 0 0;
	}
	.banner-logo ul {
		margin-top: 25px;
	}
	#particles-js {
		height: 90%;
	}
	.tabber-bottom .row {
		align-items: center;
		flex-direction: column-reverse;
		justify-content: center;
		text-align: center;
	}
	.tabber-left li a img {
		display: none;
	}
	.tabber-left li a p {
		font-size: 0 !important;
	}
	.tabber-left .row {
		flex-direction: unset;
	}
	.tabber-left ul {
		width: 34px !important;
		margin: 0 !important;
	}
	.tabber-left li {
		width: 12px !important;
		margin: 0 2.5px !important;
	}
	.tabber-left li a {
		width: 12px;
		height: 12px;
		background-color: rgba(29, 56, 77, 0.2) !important;
		border: none !important;
		min-height: auto;
		padding: 0;
		cursor: pointer;
	}
	.tabber-right {
		padding-left: 15px !important;
		margin-bottom: 25px;
	}
	.tabber-left li a.active {
		background-color: #002149 !important;
	}
	.enterprice-top-inner:last-child {
		display: none;
	}
	.enterprice-top .row {
		justify-content: center;
	}
	.enterprice-center-inner {
		width: 265px;
		max-width: 265px;
		margin-bottom: 38px;
		padding: 43px 22px 50px;
	}
	.enterprice-center-inner:before {
		width: 2px;
		height: 36px;
		right: 0;
		left: 0;
		margin: auto;
		top: auto;
		bottom: -36px;
	}
	.enterprice-center-inner:after {
		right: 0;
		left: 0;
		margin: auto;
		top: auto;
		bottom: -38px;
		transform: rotate(90deg);
	}
	.enterprice-center-inner:nth-child(3):before {
		position: absolute;
	}
	.enterprice-center-inner:nth-child(3):after {
		position: absolute;
	}
	.enterprice-top-inner.mobile {
		display: block !important;
		width: 100%;
		margin-top: 10px;
	}
	.enterprice-center p {
		display: none;
	}
	.enterprice-center .row {
		flex-direction: column;
		align-items: center;
	}
	.enterprice-top-inner:last-child:before {
        -webkit-background-size: 0;
        -moz-background-size: 0;
        -ms-background-size: 0;
        -o-background-size: 0;
        background-size: 0;
		left: 0;
		width: 0;
		height: 0;
		background: no-repeat;
	}
	.enterprice-bottom-inner:after {
		width: 0;
		height: 0;
		left: 0;
		-webkit-background-size: 0;
        -moz-background-size: 0;
        -ms-background-size: 0;
        -o-background-size: 0;
        background-size: 0;
		animation: none;
		background-image: none;
	}
	.enterprice-bottom-inner {
		width: 42%;
		min-height: auto;
		border-radius: 0;
		margin: 0 10px 20px !important;
		box-shadow: 0 0 35px rgba(0, 0, 0, 0.05);
		text-align: left;
		align-items: normal;
		background-color: #ffffff;
		border-radius: 5px;
	}
	.enterprice-bottom-inner br {
		display: none;
	}
	.enterprice-bottom-inner h4 {
		color: #002149;
		font-size: 19px !important;
		line-height: normal !important;
		letter-spacing: 0.59px;
	}
	.enterprice-bottom-inner strong {
		color: #002149;
		font-size: 40px;
		margin: 0 0 10px;
	}
	.enterprice-bottom {
		margin-top: 20px;
		margin-bottom: 40px;
	}
	.enterprice-center-inner2 {
		padding: 20px !important;
	}
	.enterprice-top-inner:first-child:after {
        -webkit-background-size: auto;
        -moz-background-size: auto;
        -ms-background-size: auto;
        -o-background-size: auto;
        background-size: auto;
		background-image: url(https://cdn2.hubspot.net/hubfs/2480504/Starkedge-Theme-2019/Images/Home-page/start-up-inner-arrow.svg);
		transform: rotate(90deg);
		bottom: -39px;
		width: 14px;
		height: 14px;
		left: 0;
		right: 0;
		margin: auto;
	}
	.enterprice-top-inner:first-child:before {
		content: "";
		position: absolute;
		width: 2px;
		height: 36px;
		background-color: #00bff0;
		bottom: -32px;
		left: 0;
		right: 0;
		margin: auto;
	}
	.enterprice-center {
		margin-top: 35px;
	}
	.process-outer {
		padding: 50px 0;
		background-image: none;
	}
	.process-bottom {
		margin-top: 13px;
	}
	.process-bottom p {
		display: none;
	}
	.process-inner {
		padding: 30px 20px;
	}
	.portfolio-slider-image {
		background-image: none;
	}
	.portfolio-slider-inner {
		text-align: center;
	}
	.portfolio-slider-left {
		padding-right: 15px !important;
	}
	.portfolio-slider-left .row {
		justify-content: center;
	}
	.portfolio-slider-right {
		padding: 0 0 80px;
		margin: 0;
	}
	.portfolio-slider-right-inner .owl-dots {
		left: 0;
		margin: auto;
		bottom: -40px;
		width: auto;
	}
	.portfolio-slider-right-inner .owl-slider {
		width: 260px;
	}
	.portfolio-slider-right-inner button.owl-dot {
		margin: 0 5px;
	}
	.client-slider-outer:after {
		width: 0;
	}
	.client-slider-bottom .owl-slider {
		max-width: 100%;
		border-radius: 0;
	}
	.client-slider-left {
		display: none;
	}
	.client-slider-right {
		width: 100%;
		padding-left: 0;
		text-align: center;
	}
	.client-slider-bottom h2 {
		margin: 0 0 10px;
		width: 100%;
		position: static;
		text-align: center;
	}
	.good-works-outer {
		display: none;
	}
	.client-slider-bottom .owl-dots {
		position: static;
		width: 100%;
		text-align: center;
		margin-top: 35px;
	}
	.client-slider-bottom img.mobile {
		display: inline-block !important;
		margin: 0 auto 15px;
	}
	.client-slider-bottom:before {
		position: static;
	}
	.client-slider-right img.mobile {
		display: inline-block !important;
	}
	.client-slider-outer:after {
		content: "";
		position: absolute;
		width: 64px;
		height: 60px;
		background-color: transparent;
		background-image: url(https://cdn2.hubspot.net/hubfs/2480504/Starkedge-Theme-2019/Images/Home-page/orange-3circle.svg);
		background-repeat: no-repeat;
		bottom: 30px;
		left: 50px;
		top: auto;
	}
	.client-slider-bottom button.owl-dot {
		width: 12px;
		margin-right: 10px;
	}
	.client-slider-bottom button.owl-dot span {
		width: 12px;
		height: 12px;
	}
	.client-slider-outer:before {
		background: none;
	}
	.client-slider-outer {
		padding: 40px 0;
		background-color: #fafafa;
	}
	.request-left h2 {
		font-size: 24px !important;
		text-align: center;
	}
	.request-outer .row {
		justify-content: center;
	}
	.request-right {
		margin-top: 26px;
	}
	.request-outer {
		padding: 30px 0;
	}
	.footer-top .row {
		justify-content: center;
	}
	.footer-left {
		max-width: 300px;
	}
	.footer-left a {
		padding: 14px 24px;
		font-size: 14px;
	}
	.footer-left h6 {
		margin: 27px 0 22px;
	}
	.footer-right-inner {
		width: 100% !important;
		flex: 0 0 100% !important;
	}
	.footer-right-inner:first-child {
		padding-left: 15px;
		width: 100% !important;
		flex: 0 0 100% !important;
	}
	.footer-right {
		margin-top: 40px;
	}
	.footer-right-inner ul {
		display: none;
	}
	.footer-right-inner h6 {
		display: none;
	}
	.footer-right-inner h6.mobile.footer-btn {
		display: block !important;
		cursor: pointer;
	}
	.footer-right-inner li {
		margin-bottom: 0;
		padding: 8px 0;
	}
	.footer-right-inner h6 {
		margin-bottom: 0;
		font-size: 20px !important;
		padding: 11px 0;
		border-top: 1px solid rgba(255, 255, 255, 0.1);
		position: relative;
	}
	.footer-right-inner h6:after {
		content: "";
		position: absolute;
		width: 10px;
		height: 10px;
		border-left: 1px solid #fff;
		border-bottom: 1px solid #fff;
		bottom: 20px;
		right: 10px;
		transform: rotate(-42deg);
	}
	.footer-right-inner:first-child h6 {
		border-top: none;
	}
	.footer-top {
		padding: 40px 0 30px !important;
	}
	.footer-bottom {
		padding-top: 20px;
		padding-bottom: 20px;
		border-color: rgba(255, 255, 255, 0.1);
	}
	.tabber-right img.mobile {
		display: inline-block !important;
		margin-bottom: 10px;
	}
  .nav {
    justify-content: center;
  }
}

@media screen and (max-width: 600px) {
	.banner-logo h4:before {
		width: 50%;
	}
	.banner-logo li:last-child {
		display: none;
	}
	.banner-logo li:nth-last-child(2) {
		margin-right: 0;
	}
	.banner-logo li {
		width: 22%;
	}
	.banner-logo {
		padding: 60px 0 0;
	}
	.enterprice-outer {
		margin-bottom: 0;
		padding: 40px 0 0;
	}
	.process-inner {
		padding: 30px;
		width: 50%;
	}
	.process-inner:nth-child(3) {
		border-left: none;
	}
	.process-inner:nth-child(4) {
		border-left: 1px solid #cfcfcf;
		border-bottom: 1px solid #cfcfcf;
	}
	.process-inner:nth-last-child(2) {
		border-bottom: none;
		border-left: none;
	}
	.logos-outer li img {
		max-width: 80%;
	}
	.logos-outer {
		padding: 30px 0;
	}
	.client-slider-right img.mobile {
		width: 164px !important;
	}
	.footer-bottom p {
		float: none;
		text-align: center;
		display: block;
	}
	.footer-bottom ul {
		width: 100%;
		text-align: center;
		margin: 10px 0 0;
	}
}

@media screen and (max-width: 479px) {
	h1 {
		font-size: 30px !important;
		line-height: 40px !important;
	}
	h2 {
		font-size: 19px !important;
		line-height: 27px !important;
	}
	h3 {
		font-size: 16px !important;
		line-height: 26px !important;
	}
	h4 {
		font-size: 16px !important;
		line-height: 37px !important;
	}
	h6 {
		font-size: 15px !important;
		line-height: 22px !important;
	}
	p {
		font-size: 13px !important;
		line-height: 24px !important;
	}
	.banner-outer {
		padding: 80px 0 20px;
	}
	.banner-left a {
		margin-top: 4px;
		padding: 12px 22px;
	}
	.white-bdr-btn {
		font-size: 12px;
	}
	.upwork-rating-right {
		width: 100%;
		margin: 10px 0 0;
	}
	.upwork-rating-right .row {
		justify-content: center;
		text-align: center;
		padding: 0 15px;
	}
	.tabber-outer {
		padding: 30px 0;
	}
	.tabber-bottom {
		margin-top: 20px;
	}
	.gradient-btn {
		padding: 10px 38px;
		font-size: 13px;
	}
	.enterprice-outer {
		padding: 30px 0 0;
	}
	.enterprice-inner {
		margin-top: 30px;
	}
	.enterprice-bottom-inner {
		width: 100%;
	}
	.enterprice-bottom {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.process-outer {
		padding: 30px 0;
	}
	.process-top {
		margin-top: 20px;
	}
	.process-inner {
		padding: 15px;
	}
	.process-bottom a {
		margin-top: 15px;
	}
	.portfolio-slider-left {
		padding-top: 30px;
	}
	.portfolio-slider-right-inner img {
		width: 200px !important;
	}
	.portfolio-slider-right-inner .owl-slider {
		width: 200px;
	}
	.logos-outer li {
		width: 50%;
		margin: 0 0 10px;
	}
	.logos-outer {
		padding: 20px 0 10px;
	}
	.client-slider-outer {
		padding: 30px 0;
	}
	.client-slider-right img.mobile {
		width: 150px !important;
	}
	.client-slider-bottom .owl-dots {
		margin-top: 30px;
	}
	.request-outer {
		padding: 30px 0;
	}
	.request-left h2 {
		font-size: 18px !important;
	}
	.request-right {
		margin-top: 15px;
	}
	.request-right a {
		font-size: 12px;
	}
	.footer-top {
		padding: 30px 0 20px !important;
	}
	.footer-top {
		padding: 30px 0 20px !important;
	}
	.footer-left a {
		padding: 11px 20px;
		font-size: 12px;
	}
	.footer-right {
		margin-top: 30px;
	}
	.footer-right-inner h6 {
		font-size: 14px !important;
		padding: 8px 0;
	}
	.footer-left h6 strong {
		font-size: 20px;
	}
	.footer-bottom {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.footer-bottom ul {
		margin: 5px 0 0;
	}
	.footer-bottom li {
		margin-left: 10px
	}
	.enterprice-bottom-inner strong {
		font-size: 30px;
		margin: 0 0 6px;
	}
	.enterprice-bottom-inner h4 {
		font-size: 16px !important;
	}
	.banner-logo {
		padding: 40px 0 0;
	}
	.banner-logo li {
		width: 46%;
		margin: 20px 3% 0 0;
		text-align: center;
	}
	.banner-logo ul {
		margin-top: 5px;
	}
	.enterprice-center-inner img {
		margin-top: -32px;
	}
	.enterprice-center-inner:nth-child(3) img {
		margin-top: -30px;
	}
	.navbar-brand img {
		width: 160px;
	}
	.client-slider-outer:after {
		bottom: 10px;
		left: 30px;
        -webkit-background-size: 50px;
        -moz-background-size: 50px;
        -ms-background-size: 50px;
        -o-background-size: 50px;
        background-size: 50px;
	}
}

/******************************** Media Css Part End ********************************/
