@charset "utf-8";
/* CSS Document */
/*=========================================
General
==========================================*/
::selection{color:#fff;background:#008c99;}
::-moz-selection{color:#fff;background:#008c99;}
a:hover, a:focus {color:#008c99;}
a.color{color:#008c99;}
a.readmore:hover{color:#008c99;}
strong.color, span.color{color:#008c99;}

.accent {color:#008c99;}
/*=========================================
Site
==========================================*/
.menu-lamp > li > a.active,
.menu-lamp > li:hover > a{color:#008c99;}

.menu-lamp li.active {color:#008c99;}

.submenu li a:hover{background:#008c99;}



#box .head i	{color:#008c99;}
.menu-lamp > li:hover > a{color:#008c99;}
.submenu li a:hover  {background:#008c99;}
.submenu li a.active, .submenu li.active {background:#006872;}

.carousel .flex-control-paging li a.flex-active{background:#008c99;}
.project-item .project-meta .effect {background:#008c99;}
.carousel .inner-slider:hover .flex-next:hover {opacity: 1; background:#008c99;}
.carousel .inner-slider:hover .flex-prev:hover {opacity: 1; background:#008c99;}
.nivo-caption a {color:#008c99;}
.nivo-directionNav a:hover{background:#008c99;}
.testimonial .text{background:#008c99;}
.testimonial .text .point-client{color:#008c99;}
.testimonial .flex-control-paging li a.flex-active{background:#008c99;}
.js .selectnav.dropdown-menu a:hover {	background:#008c99;	color:#fff;}
.blue {	background:#008c99; color: #ffffff; text-align: center; padding: 10px 20px 10px 20px; font-size: 28px; }
#page-header{background: url('/images/site/int-bg.jpg') no-repeat center top #01559b; }
#page-section-6{background:#008c99;}

#features-1 .feature-icon{background:#008c99;}
.portfolio-filter li a:hover, .portfolio-filter li a.active{background:#008c99;}
#features-3 .feature-icon.color, #features-4 .feature-icon.color {color:#008c99;} 
#features-5 .feature-icon.color{background:#008c99;color:#fff;}
#features-2 .feature-icon{background:#008c99;}
#blog-1 .entry-meta .post-type, #blog-2 .post-type{background:#008c99;}
.pagination > ul > li > a:hover, .pagination > ul > li > a.disable{background:#008c99;}
.popular-tags a:hover{background:#008c99;}
#slider-in-tab .flex-slider{background:#008c99}



/*=========================================
Shortcode
==========================================*/
.vertical-tabs .nav-tabs > li > a:hover {background-color:#008c99;}
.vertical-tabs .nav-tabs > li.active > a{background-color:#008c99;}
.horizotal-tabs .nav-tabs li a:hover{background-color:#008c99;}
.horizotal-tabs .nav-tabs li.active a {background-color:#008c99;}
.drop-cap {background:#008c99;}
blockquote{	border-left:5px solid #008c99;	background:#f8f8f8;}
.accordion-heading .accordion-toggle.active, .accordion-heading .accordion-toggle:hover {background-color:#008c99;}
.toggle-heading .toggler.active, .toggle-heading .toggler:hover {background-color:#008c99; color:#fff;}
.btn-flat{background:#008c99;}
.btn-flat:hover {background:#018bc9;}
.btn-flat.black:hover{background:#008c99;}
.progress .bar{background:#008c99;}


/*-------------------------NEW Css-----------------------*/

.cent { text-align: center; }
.centered { float: none; margin: 0 auto; }

#marketing-quick-links {
	max-width: 350px;
	margin: 0 auto;
}
#marketing-quick-links a:hover, #marketing-quick-links a:focus {
	text-decoration: underline;
}
#marketing-quick-links h3 {
	color: #005E99;
}
#marketing-quick-links .fa {
	color: #16aa9d;
}
/*-------------------------About Timeline------------------------*/

.cbp_tmtimeline {
    margin: 30px 0 0 0;
    padding: 0;
    list-style: none;
    position: relative;
} 
/* The line */
.cbp_tmtimeline:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #003e7e;
    left: 20%;
    margin-left: -10px;
}
.cbp_tmtimeline > li {
    position: relative;
}
/* The date/time */
.cbp_tmtimeline > li .cbp_tmtime {
    display: block;
    width: 25%;
    padding-right: 100px;
    position: absolute;
}
.cbp_tmtimeline > li .cbp_tmtime span {
    	font-size: 15px;
	font-weight: bold;
    	color: #666;
	display: block;
	text-align: center;
	margin-top: 10px;
}
/* Right content */
.cbp_tmtimeline > li .cbp_tmlabel {
    margin: 0 0 15px 25%;
    background: #eee;
    color: #444;
    padding: 15px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4;
    position: relative;
    border-radius: 5px;
}
.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel {
    color: #fff;
    background: #17968B;
}
/* The triangle */
.cbp_tmtimeline > li .cbp_tmlabel:after {
    right: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: #eee;
    border-width: 10px;
    top: 10px;
}
.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
    border-right-color: #17968B;
}
/* The icons */
.cbp_tmtimeline > li .cbp_tmicon {
    width: 40px;
    height: 40px;
    font-family: 'FontAwesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 1.4em;
    line-height: 40px;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    color: #16aa9d;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 4px #003e7e;
    text-align: center;
    left: 20%;
    top: 0;
    margin: 0 0 0 -28px;
}
.cbp_tmicon-ok:before {
    content: "\f00c";
}
.cbp_tmicon-arrow:before {
    content: "\f061";
}
 
/* Media Queries */
 
@media screen and (max-width: 47.2em) {
    .cbp_tmtimeline:before {
        display: none;
    }
 
    .cbp_tmtimeline > li .cbp_tmtime {
        width: 100%;
        position: relative;
        padding: 0 0 20px 0;
    }
 
    .cbp_tmtimeline > li .cbp_tmtime span {
        text-align: left;
    }
 
    .cbp_tmtimeline > li .cbp_tmlabel {
        margin: 0 0 30px 0;
        padding: 1em;
        font-weight: 400;
        font-size: 95%;
    }
 
    .cbp_tmtimeline > li .cbp_tmlabel:after {
        right: auto;
        left: 20px;
        border-right-color: transparent;
        border-bottom-color: #eee;
        top: -20px;
    }
 
    .cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
        border-right-color: transparent;
        border-bottom-color: #17968B;
    }
 
    .cbp_tmtimeline > li .cbp_tmicon {
        display: none;
        position: relative;
        float: right;
        left: auto;
        margin: -55px 5px 0 0px;
    }   
}

/* Icon Forward */
.hvr-icon-forward {
font-size: 17px !important;
padding: 8px 16px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.hvr-icon-forward:before {
  content: "\f138";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-forward:hover:before, .hvr-icon-forward:focus:before, .hvr-icon-forward:active:before {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}
.hvr-icon-forward:hover {
	text-decoration: none;
}