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




/*****

the content

01-global Style
02-load-wrapp
03-intro-sec
04-navbar
05-welcome-area
06-intro-area
07-about-area
08-skills-area
09-why-area
10-team-area
11-strategy-area
12-services-area 
13-features-area 
14-work-area 
15-testimonials
16-numbers-area
17-blog-area 
18-brands-area 
19-contact-area 
20-map
21-footer-area
22-scroll-top-btn
23-single-blog page
24-tree-structure-work-pages
25-custom-final-touch
******/

/*----------------------------------------------------
					01-global Style
----------------------------------------------------*/
*{
   -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
           box-sizing: border-box;
	text-decoration: none;
	outline: none !important;
}

body {
    font-family: 'Open Sans', sans-serif;
	overflow-x: hidden;
}

.fa {
  font-family: 'FontAwesome';
  font-style: normal;
}

a,
a:hover{
	text-decoration: none;
}

a:focus{
	outline: none;
	text-decoration: none;
	color: #fff
}

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

h1{font-size: 48px; line-height: 50px;}
h2{font-size: 40px; line-height: 45px;}
h3{font-size: 30px; line-height: 34px;}
h4{font-size: 24px; line-height: 27px;}
h5{font-size: 21px; line-height: 25px;}
h6{font-size: 17px; line-height: 20px;}

p{
	font-size: 16px; 
	line-height: 24px;
	font-weight: 400; 
	color: #777;
	margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6{
	font-family: 'Montserrat', sans-serif;
	color: #333;
}

.title-h{
	text-align: center;
	font-size: 38px;
	line-height: 42px;
	margin-top: 45px;
}

.title-h .circle-1{
	left: 50%;
	top: -36px;
	transform: translateX(-50%);
	width: 12px;
	height: 12px;
}

.title-h .circle-2{
	left: 50%;
	top: -45px;
	transform: translateX(-50%);
	width: 30px;
	height: 30px;
	opacity: 0.4;
}

.title-p{
	text-align: center;
	margin: 0 24% 70px 24%;
}

.title-p .line-1{
	left: 50%;
	bottom: -17px;
	transform: translateX(-50%);
	width: 90px;
	height: 1px;
}

.title-p .line-2{
	left: 50%;
	bottom: -20px;
	transform: translateX(-50%);
	width: 40px;
	height: 1px;
}

.flex-center{
	display: -webkit-box;   
    display: -ms-flexbox;   
    display: -webkit-flex;  
    display: flex;
	justify-content: center;
	align-items: center;
}

.flex-left{
	display: -webkit-box;   
    display: -ms-flexbox;   
    display: -webkit-flex;  
    display: flex;
	align-items: center;
}

.flex-bottom{
	display: -webkit-box;   
    display: -ms-flexbox;   
    display: -webkit-flex;  
    display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

/*** position ***/
.p-relative{position: relative;}
.p-absolute{position: absolute;}
.left-0{left: 0;}

.image-back-right{
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover
}

.image-back-left{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
}

.image-back-center{
	position: absolute;
	left: 33.333333%;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover
}

/*** padding ***/
.sec-padding{padding: 100px 0;}
.med-padding{padding: 75px 0;}
.footer-padding{padding: 50px 0;}
.box-padding{padding: 100px 50px;}
.no-padding{padding: 0 !important;}
.p-5px{padding: 5px;}
.p-10px{padding: 5px 10px;}
.p-15px{padding: 15px;}
.p-20px{padding: 20px;}
.p-40px{padding: 40px;}
.p-50px{padding: 50px;}
.pt-30px{padding-top: 30px;}
.pt-80px{padding-top: 80px;}
.pb-10px{padding-bottom: 10px;}
.pb-15px{padding-bottom: 15px;}
.pb-80px{padding-bottom: 80px;}
.pr-30px{padding-right: 30px;}
.pr-50px{padding-right: 50px;}
.pl-3px{padding-left: 3px;}
.pl-5px{padding-left: 5px;}
.pl-10px{padding-left: 10px;}
.pl-25px{padding-left: 25px;}
.pl-30px{padding-left: 30px;}
.pl-50px{padding-left: 50px;}
.pl-90px{padding-left: 90px;}

/***** margin *****/

/* margin-top */
.mt-0px{margin-top: 0px;}
.mt-5px{margin-top: 5px;}
.mt-10px{margin-top: 10px;}
.mt-15px{margin-top: 15px;}
.mt-20px{margin-top: 20px;}
.mt-25px{margin-top: 25px;}
.mt-30px{margin-top: 30px;}
.mt-35px{margin-top: 35px;}
.mt-40px{margin-top: 40px;}

/* margin-bottom */
.mb-0px{margin-bottom: 0px !important;}
.mb-5px{margin-bottom: 5px;}
.mb-6px{margin-bottom: 6px;}
.mb-7px{margin-bottom: 7px;}
.mb-10px{margin-bottom: 10px;}
.mb-15px{margin-bottom: 15px;}
.mb-20px{margin-bottom: 20px;}
.mb-25px{margin-bottom: 25px;}
.mb-30px{margin-bottom: 30px;}
.mb-35px{margin-bottom: 35px;}
.mb-40px{margin-bottom: 40px;}
.mb-50px{margin-bottom: 50px;}

/* margin-right */
.mr-2px{margin-right: 2px;}
.mr-5px{margin-right: 5px;}
.mr-10px{margin-right: 10px;}
.mr-15px{margin-right: 15px;}
.mr-30px{margin-right: 30px;}

/* margin-left */
.ml-2px{margin-left: 2px;}
.ml-5px{margin-left: 5px;}
.ml-10px{margin-left: 10px;}

/***** font-weight *****/
.fw-100{font-weight: 100;}
.fw-200{font-weight: 200;}
.fw-300{font-weight: 300;}
.fw-400{font-weight: 400;}
.fw-600{font-weight: 600;}
.fw-700{font-weight: 700;}
.fw-800{font-weight: 800;}

/***** font-size *****/
.fs-14{font-size: 14px;}
.fs-15{font-size: 15px;}
.fs-17{font-size: 17px;}
.fs-18{font-size: 18px;}
.fs-20{font-size: 20px;}
.fs-25{font-size: 25px;}
.fs-30{font-size: 30px;}
.fs-35{font-size: 35px;}
.fs-40{font-size: 40px;}
.fs-45{font-size: 45px;}
.fs-50{font-size: 50px;}

/***** colors *****/
.color-333{color: #333;}
.color-666{color: #666;}
.color-777{color: #777;}
.color-888{color: #888;}
.color-999{color: #999;}
.color-fff{color: #fff;}
.color-eee{color: #eee;}
.color-ddd{color: #ddd;}
.color-ccc{color: #ccc;}
.color-bbb{color: #bbb;}
.color-aaa{color: #aaa;}
.color-red{color: #00b0f0}
/* old red color #00b0f0 */
.color-red-hvr:hover{color: #00b0f0;}
.color-fff-hvr:hover{color: #fff;}
.color-gold{color:  #ecb312;}

/***** background-color *****/
.bg-fff{background-color: #fff;}
.bg-f6f6f6{background-color: #f6f6f6;}
.bg-f5f5f5{background-color: #f5f5f5;}
.bg-f4f4f4{background-color: #f4f4f4;}
.bg-eee{background-color: #eee;}
.bg-000{background-color: #000;}
.bg-111{background-color: #111;}
.bg-222{background-color: #222;}
.bg-333{background-color: #333;}
.bg-red{background-color: #00b0f0;}
.bg-red-hvr:hover{background-color: #00b0f0;}
.bg-333-hvr:hover{background-color: #333;}
.bg-fff-hvr:hover{background-color: #fff;}

/***** overlay *****/
.overlay-bg-10{background-color: rgba(0,0,0,0.1);}
.overlay-bg-50{background-color: rgba(0,0,0,0.35);}
.overlay-bg-60{background-color: rgba(0,0,0,0.6);}
.overlay-bg-65{background-color: rgba(0,0,0,0.45);}
.overlay-bg-70{background-color: rgba(0,0,0,0.7);}
.overlay-bg-75{background-color: rgba(0,0,0,0.55);}
.overlay-bg-80{background-color: rgba(0,0,0,0.60);}
.overlay-bg-85{background-color: rgba(0,0,0,0.65);}
.overlay-bg-90{background-color: rgba(0,0,0,0.70);}

/***** transition *****/
.transition-2{-webkit-transition: 0.2s ease-in-out; transition: 0.2s ease-in-out;}
.transition-3{-webkit-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out;}
.transition-4{-webkit-transition: 0.4s ease-in-out; transition: 0.4s ease-in-out;}
.transition-5{-webkit-transition: 0.5s ease-in-out; transition: 0.5s ease-in-out;}


/***** border-radius *****/
.radius-50{border-radius: 50%;}
.radius-5px{border-radius: 5px;}
.radius-10px{border-radius: 10px;}
.radius-25px{border-radius: 25px;}
.radius-50px{border-radius: 50px;}

.o-hidden{overflow: hidden;}
.f-right{float: right;}
.f-left{float: left;}
.width-100{width: 100% ;}
.lh-25px{line-height: 25px}
.lh-30px{line-height: 30px}
.opacity-0{opacity: 0;}
.z-index-0{z-index: 0;}
.z-index-1{z-index: 1;}
.z-index-3{z-index: 3;}

/***** buttons *****/
.main-btn{
	display: inline-block;
    text-decoration: none;
	border: none;
    border-radius: 4px;
    position: relative;
    font-size: 14px;
	word-spacing: 2px;
    font-weight: 400;
    transform: perspective(1px)translateX(0px);
    transition: all 0.2s ease 0s;
	overflow: hidden
}

.main-btn:before{
	content: "";
    background-color: #fff;
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease-in-out;
    z-index: -1;
}

.main-btn.before-f6f6f6:before{
	background-color: #f6f6f6;
}

.main-btn.before-f4f4f4:before{
	background-color: #f4f4f4;
}

.main-btn:hover:before{transform: scaleX(1);}

/* btn-1 */
.btn-1{
    padding: 10px 26px;
	background-color: #00b0f0;
	color: #fff;
}
.btn-1:hover{color: #333;}

.btn-1:hover:before{transform: scaleX(1);}

/* btn-2 */
.btn-2{
    padding: 10px 26px;
	background-color: transparent;
	color: #fff;
}
.btn-2:hover{color: #333;}

.btn-2:after{
    content: "";
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
	z-index: -2;
	border-radius: 4px;
	border: 2px solid rgba(255,255,255,0.7);
}

/* btn-3 */
.btn-3{
    padding: 9px 25px;
	background-color: #00b0f0;
	color: #fff;
	border: 1px solid #00b0f0;
}

.btn-3:hover{color: #00b0f0;}

.btn-3.back-f6f6f6:before{background-color: #f6f6f6;}


@keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0.0);
  }
  40% {
    transform: scale(1.0);
  }
}

/*----------------------------------------------------
					02-load-wrapp
----------------------------------------------------*/
.load-wrapp {
    position: fixed;
    width: 100%;
    height: 100%;
    background:#fff;
    color:#fff;
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:99999;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.load-wrapp .wrap {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%)translateY(-50%);
}

.load-wrapp .wrap ul.dots-box {
  position: relative;
  width: 80px;
  height: 80px;
  list-style: none;
}

.load-wrapp .wrap ul.dots-box li.dot {
  width: 100%;
  height: 100%;
  border-radius: 52px;
  top: 0;
  left: 0;
  z-index: 99;
  text-indent: -9999px;
  display: block;
  position: absolute;
  border: none;
}
.load-wrapp .wrap ul.dots-box li.dot span {
  background: #00b0f0;
  bottom: 0px;
  left: 50%;
  margin-left: -2px;
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 10px;
}

.load-wrapp .wrap ul.dots-box li.dot {
  animation-iteration-count:infinite;
  animation-timing-function:linear;
  animation-name:orbit;
  animation-duration:4s;
}

.load-wrapp .wrap ul.dots-box li:nth-child(2) {
  animation-delay:0.2s;
}

.load-wrapp .wrap ul.dots-box li:nth-child(3) {
  animation-delay:0.4s;
}

.load-wrapp .wrap ul.dots-box li:nth-child(4) {
  animation-delay:0.6s;
}

.load-wrapp .wrap ul.dots-box li:nth-child(5) {
  animation-delay:0.8s;
}

@keyframes orbit {
  0% {
    transform:rotate(0deg);
    opacity: 1;
  }
  5% {
    transform:rotate(90deg);
    opacity: 1;
  }
  45% {
    transform:rotate(270deg);
    opacity: 1;
  }
  55% {
    transform:rotate(540deg);
    opacity: 1;
  }
  75% {
    transform:rotate(630deg);
    opacity: 1;
  }
  80% {
    transform:rotate(720deg);
    opacity: 0;
  }
  100% {
    transform:rotate(720deg);
    opacity: 0;
  }
}
/*----------------------------------------------------
					End load-wrapp
----------------------------------------------------*/

/*----------------------------------------------------
					03-intro-sec
----------------------------------------------------*/
.intro-sec .image-box{
	box-shadow: 0 1px 30px -6px #bbb;
}

.intro-sec .mb-25px .image-box .overlay-bg-85{
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
}

.intro-sec .mb-25px .image-box:hover .overlay-bg-85{
	opacity: 1;
}

.intro-sec .mb-25px .image-box img{
	box-shadow: 0 3px 35px -10px #555;
}

.intro-sec .mb-25px .image-box:hover img{
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
/*----------------------------------------------------
					End intro-sec
----------------------------------------------------*/

/*----------------------------------------------------
					04-navbar
----------------------------------------------------*/
.navbar{
	position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
	padding: 10px 0;
}

/* .navbar .navbar-brand .bg-red{
	height: 8px;
	width: 8px
} */

.navbar .navbar-nav .nav-link{
	font-size: 14px;
	color: #fff;
	padding: 20px;
	font-weight: 600;
}

.navbar .navbar-nav .nav-item .nav-link:hover{
	color: #00b0f0;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link:focus{
	color: #fff;
}

.navbar .navbar-nav .nav-link.active{
	color: #00b0f0;
}

.navbar-toggler:focus{
	outline: none;
}

.navbar .navbar-toggler .fa-bars{
	color: #fff
}

.navbar-colored{
    background-color: rgb(43, 43, 43);
    box-shadow: 0 1px 8px 3px rgba(0, 0, 0, 0.07);
    transition: all .45s ease;
}

.navbar-colored .navbar-brand{
	color: #333;
}

.navbar-colored .navbar-nav .nav-link{
	color: #bebdbd;
	padding:  15px 20px;
}

.navbar-colored .navbar-nav .nav-link:hover,
.navbar-colored .navbar-nav .nav-link:focus{
	color: #333;
}

.navbar-colored .navbar-nav .nav-link.active{
	color: #00b0f0;
}

.navbar-colored .navbar-toggler .fa-bars{
	color: #bfbaba;
}
/*----------------------------------------------------
					End navbar
----------------------------------------------------*/

/*----------------------------------------------------
					05-welcome-area
----------------------------------------------------*/
.welcome-area{
/* 	background-image: url(../images/back.jpg); */
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-height: 100vh;
}

.welcome-area .overlay-bg-75{
	min-height: 100vh;
}

.welcome-area .welcome-text p{
	margin: 0 22%;
}
/**** welcome-video ****/
.welcome-video,
.welcome-video .overlay-bg-70{
    min-height: 100vh;
}

.welcome-video .video-background{
    position: absolute;
    left: 0;
	top: 0;
	width: auto;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    z-index: -1;
}

.welcome-video .welcome-text p{
	margin: 0 22%;
}

/**** welcome-slider ****/
.welcome-slider .container-fluid{
    padding: 0;
}

.welcome-slider .item{
	background-size: cover;
	background-position: center;
}

.welcome-slider,
.welcome-slider .flex-center{
    min-height: 100vh;
}

.welcome-slider .item .flex-center p{
	margin: 0 17%;
}

.welcome-slider .item .flex-center h2,
.welcome-slider .item .flex-center h1,
.welcome-slider .item .flex-center p{
	opacity: 0
}

.welcome-slider  .owl-item.active .item .flex-center h2{
	animation: fadeInLeftSlider 0.7s 0.6s forwards;
}

.welcome-slider  .owl-item.active .item .flex-center h1{
	animation: fadeInSlider 0.7s 0.85s forwards;
}

.welcome-slider  .owl-item.active .item .flex-center p{
	animation: fadeInSlider 0.7s 1.1s forwards;
}

@keyframes fadeInSlider{
	 0% {
    opacity: 0;
    -webkit-transform: translateY(70px)scale(1);
    transform: translateY(70px)scale(1);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0)scale(1);
    transform: translateY(0)scale(1);
  }
}

@keyframes fadeInLeftSlider{
	 0% {
    opacity: 0;
    -webkit-transform: translateX(55px)scale(0.9);
    transform: translateX(55px)scale(0.9);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0)scale(1);
    transform: translateX(0)scale(1);
  }
}

.welcome-slider .item .flex-center .btn-1,
.welcome-slider .item .flex-center .btn-2{
	opacity: 0;
}

.welcome-slider .owl-item.active .item .flex-center .btn-1{
	animation: bounceInSlider 0.8s 1.4s forwards
}


.welcome-slider .owl-item.active .item .flex-center .btn-2{
	animation: bounceInSlider 0.8s 1.55s forwards
}

@-webkit-keyframes bounceInSlider {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px)scale(0.85);
    transform: translateY(40px)scale(0.85);
  }

  100% {
	  opacity: 1;
    -webkit-transform: translateY(0)scale(1);
    transform: translateY(0)scale(1);
  }
}
 
.welcome-slider p{
	margin: 0 10%;
}

.welcome-slider .owl-dots{
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.welcome-slider .owl-nav{
	position: absolute;
	bottom: 50%;
	width: 100%;
}

.welcome-slider .owl-nav .owl-prev{
	position: absolute;
	left: 20px;
	font-size: 30px;
	width: 50px;
	height: 50px;
	line-height: 40px;
	background-color: rgba(0,0,0,0.6);
	border-radius: 50%
}

.welcome-slider .owl-nav .owl-next{
	position: absolute;
	right: 10px;
	font-size: 30px;
	width: 50px;
	height: 50px;
	line-height: 40px;
	background-color: rgba(0,0,0,0.6);
	border-radius: 50%
}

.welcome-slider .owl-nav .owl-prev:hover,
.welcome-slider .owl-nav .owl-next:hover{
	background-color: #00b0f0;;
}

/**** pattern-1  for creative-demo****/ 
.welcome-area .pattern-1{
	left: 0;
	bottom: 0;
	width: 100%;
	height: 220px;
/* 	background-image: url(../images/Pattern-1.png); */
	background-position: bottom;
	background-size: cover;
	background-repeat: no-repeat;
}

/***** creative-2  for creative-2 demo *****/
.welcome-area.creative-2{
	-webkit-clip-path:polygon(50% 0, 100% 0, 100% 85%, 73% 100%, 0 85%, 0 0);
			clip-path:polygon(50% 0, 100% 0, 100% 85%, 73% 100%, 0 85%, 0 0);
}

/***** creative-3  for creative-3 demo *****/
.welcome-area.creative-3{
	-webkit-clip-path:polygon(50% 0, 100% 0, 100% 85%, 50% 100%, 0 85%, 0 0);
			clip-path:polygon(50% 0, 100% 0, 100% 85%, 50% 100%, 0 85%, 0 0);
}

/***** creative-4  for creative-4 demo *****/
.welcome-area.creative-4{
	-webkit-clip-path: polygon(100% 0, 100% 97%, 75% 90%, 50% 97%, 25% 90%, 0 97%, 0 0);
			clip-path: polygon(100% 0, 100% 97%, 75% 90%, 50% 97%, 25% 90%, 0 97%, 0 0);
}

/**** welcome-particles ****/ 
.welcome-particles{
	position: relative;
    height: 100vh;
    /* background-image: url('../images/9382.jpg'); */
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
	background-color: rgba(0,0,0,0.8);
	background-blend-mode: overlay;
    text-align: center;
    overflow: hidden;
	-webkit-clip-path: none;
    clip-path: none;
}

.welcome-particles  .welcome-text{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.welcome-particles .welcome-text p{
	margin: 0 30%;
}
/*----------------------------------------------------
					End welcome
----------------------------------------------------*/

/*----------------------------------------------------
					06-intro-area
----------------------------------------------------*/
.intro-area p{
	margin: 0 18%;
}
/*----------------------------------------------------
					End intro-area
----------------------------------------------------*/

/*----------------------------------------------------
					07-about-area
----------------------------------------------------*/
.about-area .about-image a{
	top: 50%;
	left: 50%;
	transform: translateX(-50%)translateY(-50%);
}

.about-area .about-image a .fa{
	height: 70px;
	width: 70px;
	line-height: 70px;
}

.about-area .about-image a .fa:after{
	content: "";
	position: absolute;
	right: -8%;
	top: -8%;
	height: 116%;
	width: 116%;
	border-radius: 50%;
	border: 6px solid #fff;
	z-index: -1;
	transform: scale(0.8);
	animation: bulb 1.2s infinite forwards;
}

@keyframes bulb {
	0%{transform: scale(0.8); opacity: 0.7;}
	100%{transform: scale(1.5); opacity: 0;}
}
/*----------------------------------------------------
					End about-area
----------------------------------------------------*/

/*----------------------------------------------------
					08-skills-area
----------------------------------------------------*/
.skills-bar .skills-progress{
	height: 10px;
    width: 90%;
    position: relative;
}

.skills-bar .skills-progress span {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    -webkit-transition: all 1s linear;
    transition: all 1s linear;
}

.skills-bar .skills-progress span:after{
    content: attr(data-value);
    position: absolute;
    right: -15px;
    top: -25px;
    font-weight: 400;
    font-size: 14px;
	text-align: center;
}
/*----------------------------------------------------
					End skills-area
----------------------------------------------------*/

/*----------------------------------------------------
					09-why-area
----------------------------------------------------*/
.why-area{
	background-image: url(https://www.modernecommunications.com/hubfs/website-images/why/30-years.jpg);
	background-attachment: fixed;
	background-size: cover;
}

.why-area .why-dots .dot{
	cursor: pointer;
	border-bottom: 1px solid #555;
}

.why-area .why-dots .dot.active{
	border-color: #00b0f0;
	color: #00b0f0;
	font-weight: 500;
}

.why-area .why-item h6{
	border-left: 2px solid #00b0f0;
	background-color: rgba(10,10,10,.85)
}
/*----------------------------------------------------
					End why-area
----------------------------------------------------*/

/*----------------------------------------------------
					10-team-area
----------------------------------------------------*/
.team-area .team-text .social-icons{
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-background: linear-gradient(to top, rgba(0,0,0,0.9) 20%, rgba(0,0,0,0.3) 80%);
			background: linear-gradient(to top, rgba(0,0,0,0.9) 20%, rgba(0,0,0,0.3) 80%);
	opacity: 0;
}

.team-area .team-text:hover .social-icons{
	opacity: 1;
}

.team-area .team-text .social-icons .icons{
	transform: translateY(100px);
}

.team-area .team-text:hover .social-icons .icons{
	transform: translateY(20px);
}

.team-area .team-text:hover img{
	-webkit-transform: scale(1.1);
			transform: scale(1.1);
}

.team-area .team-text a .fa{
	height: 30px;
	width: 30px;
	line-height: 30px;
}
/*----------------------------------------------------
					End team-area
----------------------------------------------------*/

/*----------------------------------------------------
					11-strategy-area
----------------------------------------------------*/
.strategy-area .image-back-right{
	background-image: url(https://www.modernecommunications.com/hubfs/website-images/features/team.jpg);
	background-size: cover;
}
/*----------------------------------------------------
					End strategy-area
----------------------------------------------------*/

/*----------------------------------------------------
					12-services-area
----------------------------------------------------*/
 .services-area .p-relative.bg-f6f6f6:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #00b0f0;
	z-index: -1;
	transition: all 0.3s ease-in-out;
}

.services-area .p-relative.bg-f6f6f6:hover:before{
	background-color: #00b0f0;
	top: 0;
}

.services-area .p-relative.bg-f6f6f6{
	padding: 70px 20px;	
}

.services-area .p-relative.bg-f6f6f6:hover{
	background-color: transparent
}

.services-area .p-relative.bg-f6f6f6:hover i,
.services-area .p-relative.bg-f6f6f6:hover h4{
	color: #fff;
}

.services-area .p-relative.bg-f6f6f6:hover p{
	color: #fff
}
/*----------------------------------------------------
					End services-area
----------------------------------------------------*/

/*----------------------------------------------------
					13-features-area
----------------------------------------------------*/
.features-area .image-back-right{
	background-image: url(https://www.modernecommunications.com/hubfs/website-images/features/sol3.jpg);
	background-size: cover;
	background-position: center;
}

.features-area .image-back-left{
	background-image: url(https://www.modernecommunications.com/hubfs/website-images/features/sol2.jpg);
	background-size: cover;
	background-position: center;
}

.features-area .image-back-center{
	background-image: url(https://www.modernecommunications.com/hubfs/website-images/features/sol1.jpg);
	background-size: cover;
	background-position: center;
}

.features-area .p-relative .fa.p-absolute{
	top: 5px;
}
/*----------------------------------------------------
					End features-area
----------------------------------------------------*/

/*----------------------------------------------------
					14-work-area
----------------------------------------------------*/
.work-area .filtering span {
	display: inline-block;
    color: #333;
    font-size: 14px;
    cursor: pointer;
	padding: 9px 22px;
}

.work-area .filtering .active {
    background-color: #00b0f0;
    color: #fff;
}

.work-area .work-image img{
	width: 100%;
}

.work-area .overlay-bg{
	background-color: rgba(0,0,0,0.45);
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    opacity: 0;
    -webkit-transform: translateX(-5px)translateY(5px);
            transform: translateX(-5px)translateY(5px);
}

.work-area .work-image:hover .overlay-bg{
    opacity: 1;
    -webkit-transform: translateX(0)translateY(0);
            transform: translateX(0)translateY(0);
}

.work-area .overlay-bg .fa-long-arrow-right{
	top: 10px;
	right: 10px;
	height: 45px;
	width: 45px;
	line-height: 45px;
	border: 1px solid #ccc;
}

.work-area .overlay-bg .fa-long-arrow-right:hover{
	border-color: #00b0f0;
}

.work-area .work-image p{
	-webkit-transform: translateY(15px);
			transform: translateY(15px);
	-webkit-transition: transform 0.5s ease-in-out;
			transition: transform 0.5s ease-in-out;
}

.work-area .work-image h5 {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
	-webkit-transition: transform 0.5s ease-in-out;
			transition: transform 0.5s ease-in-out;
}

.work-area .work-image:hover h5,
.work-area .work-image:hover p{
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
/*----------------------------------------------------
					End work-area
----------------------------------------------------*/

/*----------------------------------------------------
					15-testimonials
----------------------------------------------------*/
.testimonials{
	background-image: url(https://www.modernecommunications.com/hubfs/website-images/testimonial/testimonials.jpg);
	background-position: bottom;
	background-attachment: fixed;
	background-attachment: fixed;
	background-size: cover;
}

.testimonials .single-review img{
	height: 100px;
	width: 100px;
}

.testimonials .single-review p{
	line-height: 1.5em;
	margin: 0 20%;
}

.testimonials .owl-theme .owl-nav{
	margin-top: 0;
}

.testimonials .owl-theme .owl-nav [class*=owl-]{
	background-color: transparent;
	color: rgba(255,255,255,0.85);
	font-size: 50px;
	padding: 0;
	margin: 0;
	border-radius: 50%;
	position: absolute;
	top: 50%;
}

.testimonials .owl-theme .owl-nav [class*=owl-]:hover{
	color: #00b0f0
}

.testimonials .owl-carousel .owl-nav .owl-next{
	right: 0;
}

.testimonials .owl-carousel .owl-nav .owl-prev{
	left: 0;
}

.testimonials .owl-theme .owl-dots{
	margin-top: 20px;
}

.owl-theme .owl-dots .owl-dot span{
	background-color: transparent;
	border: 1px solid #aaa;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span{
	background-color: #00b0f0;
	border: 1px solid #00b0f0;
}
/*----------------------------------------------------
					End testimonials
----------------------------------------------------*/

/*----------------------------------------------------
					16-numbers-area
----------------------------------------------------*/
.numbers-area{
	background-image: url(https://www.modernecommunications.com/hubfs/website-images/numbers/Award%20Image_2020.jpg);
	background-attachment: fixed;
	background-size: cover;
}
/*----------------------------------------------------
					End numbers-area
----------------------------------------------------*/

/*----------------------------------------------------
					17-blog-area
----------------------------------------------------*/
.blog-area .blog-item:hover img{
	-webkit-transform: scale(1.05);
			transform: scale(1.05);
}

.blog-area .blog-item{
	box-shadow: 0 3px 35px -8px #ccc;
}

.blog-area .blog-item a.color-aaa:hover .fa{
	-webkit-transform: translateX(10px);
			transform: translateX(10px);
}

.blog-area.dark .blog-item a.color-777:hover .fa{
	-webkit-transform: translateX(10px);
			transform: translateX(10px);
}
/*----------------------------------------------------
					End blog-area
----------------------------------------------------*/

/*----------------------------------------------------
					18-brands-area
----------------------------------------------------*/
.brands-area img{
	width: auto;
	max-width: 80%;
}

.brands-area img:hover{
	-webkit-transform: scale(1.1);
			transform: scale(1.1);
}
/*----------------------------------------------------
					brands-area
----------------------------------------------------*/

/*----------------------------------------------------
					19-contact-area
----------------------------------------------------*/
.contact-area .address i{
	height: 60px;
	width: 60px;
	line-height: 60px;
	display: inline-block;
}

.contact-form textarea{
	height: 180px;
}

.form-group{
    margin-bottom: 0;
}

.form-control{
    display: block;
    border: 0px;
    width: 100%;
    height: 45px;
    padding: 5px 0px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #333;
    text-indent: 20px;
    background-color: transparent;
    border: 1px solid #ddd;
    border-radius: 0px;
    box-shadow: none;
    margin-bottom: 30px;
    font-weight: 300;
}

.form-control:focus {
    outline: 0;
    box-shadow: none;
}

.has-error .form-control,
.has-error .form-control:focus{
	box-shadow: none;
	outline: none;
}

.contact-form input[type='submit']{
	padding: 10px 25px;
	border: 1px solid #00b0f0;
    outline: 0;
    box-shadow: none;
}

.contact-form input[type='submit']:hover {
    background-color: transparent;
	border-color: #00b0f0;
    outline: 0;
    box-shadow: none;
	cursor: pointer;
}
/*----------------------------------------------------
					End contact-area
----------------------------------------------------*/

/*----------------------------------------------------
					20-map
----------------------------------------------------*/
#map{
	height: 500px;
	width: 100%;
}
/*----------------------------------------------------
					End map
----------------------------------------------------*/

/*----------------------------------------------------
					21-footer-area
----------------------------------------------------*/
.footer-area a{
	height: 40px;
	width: 40px;
	line-height: 40px;
	border: 1px solid #ccc;
	display: inline-block;
}

.footer-area .social-icons a:hover{
	border: 1px solid #00b0f0;
}
/*----------------------------------------------------
					End footer-area
----------------------------------------------------*/

/*----------------------------------------------------
					22-scroll-top-btn
----------------------------------------------------*/
.scroll-top-btn .fa{
    width:40px;
    height:40px;
	line-height: 40px;
    z-index:9999;
    cursor:pointer;
	position:fixed;
    right:15px;
    bottom:10px;
	display: none
}
/*----------------------------------------------------
					End scroll-top-btn
----------------------------------------------------*/

/***** 23- single-blog page *****/
.blog-intro{
	/* background-image: url(../images/9382.jpg); */
	background-attachment: fixed;
	background-size: cover;
	background-position: center right;
	min-height: 500px;
}

.blog-intro .overlay-bg-75{
	min-height: 500px;
}

.blog-details .comment-box{
	padding: 25px 10px;
}

.blog-details .comment-box .p-absolute{
	top: 25px;
	left: 10px;
}

.blog-details .comment-box .p-absolute img{
	 width: 75px
}
 
.blog-details .form textarea{
	height: 180px;
}


.blog-details .form input[type='submit']{
	padding: 10px 25px;
	border: 1px solid #00b0f0;
    outline: 0;
    box-shadow: none;
}

.blog-details .form input[type='submit']:hover {
    background-color: transparent;
	border-color: #00b0f0;
    outline: 0;
    box-shadow: none;
	cursor: pointer;
}
/*----------------------------------------------------
			24-tree-structure-work-pages
----------------------------------------------------*/
ul[role="tree"] {
	margin: 0;
	padding: 0;
	list-style: none;
  }
  
  ul[role="tree"] li {
	margin: 0;
	padding: 0;
	list-style: none;
  }
  
  ul[role="tree"] a {
	text-decoration: underline;
	border-color: transparent;
  }
  
  [role="treeitem"] ul {
	margin: 0;
	padding: 0;
	margin-left: 0.9em;
  }
  
  [role="treeitem"][aria-expanded="false"] > ul {
	display: none;
  }
  
  [role="treeitem"][aria-expanded="true"] > ul {
	display: block;
  }
  
  [role="treeitem"][aria-expanded="false"] > span:before {
	content: url(../images/right-arrow-brown.png);
	position: relative;
	left: -0.25em;
  }
  
  [role="treeitem"][aria-expanded="true"] > span:before {
	content: url(../images/down-arrow-brown.png);
	position: relative;
	left: -0.25em;
  }
  
  [role="treeitem"],
  [role="treeitem"] span {
	width: 16em;
	margin: 0;
	padding: 0;
	border: 2px transparent solid;
	padding: 0.125em;
	display: block;
  }
  
  /* disable default keyboard focus styling for treeitems
	 Keyboard focus is styled with the following CSS */
  [role="treeitem"]:focus {
	outline: 0;
  }
  
  [role="treeitem"].focus,
  [role="treeitem"] span.focus {
	border-color: black;
	background-color: #EEEEEE;
  }
  
  [role="treeitem"].hover,
  [role="treeitem"] span.hover {
	background-color: #DDDDDD;
  }

  
/*----------------------------------------------------
			25-custom-final-touch
----------------------------------------------------*/

  .icons{
	  width: 55px;
	  height: 55px;
	  margin-bottom: 20px;
  }
  .icons-numbers{
	width: 50px;
	height: 50px;
	margin-bottom: 20px;
  }
  .icons-main{
	width: 75px;
	height: 75px;
	margin: 0px;
	padding: 0px;
}
.np{
	margin: 0px;
	padding: 0px;
	display:none;
}
.addr{
	margin-left: 18%;
}
  @media (max-width: 760px) {
    .addr{
		margin-left: 0%;
	}
	.color-bbb{
		font-size: 13px;
	}
}

@font-face {
  font-family: 'Arvo';
  font-display: swap;
  src: local('Arvo'), url(https://fonts.gstatic.com/s/arvo/v9/rC7kKhY-eUDY-ucISTIf5PesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
}

