/*!
 * BuilderEngine Themes (http://builderengine.com)
 */


/* -------------------------------
	General Styles
------------------------------- */

body {
    background: #ffffff;
    font-family: 'Open Sans', sans-serif;
    color: #4C5053;
    font-size: 16px;
}
body.page-navbar-fixed-top {
    padding-top: 70px;
}
body.page-navbar-fixed-top-sm {
    padding-top: 51px;
}

header{

}
footer{

}


img {
    width: 100%;
}

.ie8 body {
    font-family: Arial,sans-serif;
}
h1, h2, h3, h4, h5, h6{
    font-weight: 500;
    color: #242a30;
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 1.25;
}
h1 {
	font-size: 3em;
	line-height: 44px;
}
h2 {
	font-size: 2.2em;
	font-weight: 300;
	line-height: 42px;
}
h3 {
	font-size: 1.8em;
	font-weight: 300;
	letter-spacing: normal;
	line-height: 24px;
}
h4 {
	font-size: 1.4em;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 27px;
}
h5 {
	font-size: 1em;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 18px;
}
h6 {
	font-size: 1em;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 18px;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-size: 60%;
    font-weight: 300;
    color: #7c7f83;
}
a {
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
}
a:focus {
    outline: none;
}
label {
    color: #242a30;
}
p {
    font-size: 16px;
    line-height: 20px;
}
hr {
    border: 0;
    margin: 30px 0;
    border-top: #F8F8F8 1px solid;
    border-bottom: #EEEEEE 1px solid;
}
.row {
    margin: 0 -15px;
}
.row > [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
}
.contentAnimated {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}



/* -------------------------------
    Header Section
------------------------------- */

.header {
    position: absolute;
    text-align: center;
    top: 0px;
    z-index: 1000;
    color: #fff;
    width: 100%;
    height: 99px;
    transition: background-color 200ms ease-in-out 0s;
    -o-transition: background-color 200ms ease-in-out 0s;
    -moz-transition: background-color 200ms ease-in-out 0s;
    -webkit-transition: background-color 200ms ease-in-out 0s;
}

.header.header-prepare {
    background-color: rgba(51, 51, 51, 0.90);
}

.header.header-fixed {
    display: block;
    margin-top: 0 !important;
    position: fixed;
    height: 65px;
}

.editor-mode-active .header {
	 position: relative;
	 height: inherit;
}
.editor-mode-active .header.header-fixed {
	 position: relative;
}


.header-inner {
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
}

.header-fixed .logo a {
    margin-top: 15px;
    margin-bottom: 15px;
    width: 160px;
    transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.header-fixed .nav-menu ul.nav-menu-inner li a {
    padding: 26px 12px;
}

@media all and (max-width: 1024px) {
.header {
    height: 65px;
    }

.header .logo a {
    margin-top: 15px;
    margin-bottom: 15px;
    width: 160px;
    transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
	}
.header-inner {
    padding-left: 7px;
}
}

.logo {
    float: left;
    text-align: left;
    display: inline-block;
}

.logo a {
    width: 180px;
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
    transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.logo a img {
    width: 100%;
    transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}


/* -------------------------------
    Footer Section
------------------------------- */

.footer {
    padding: 40px 0 0px;
    background-color: #eaeaea;
    color: #707478;
    border-top-color: #d7d7d7;
}

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

.footer h4{
    color: #707478;
}

.footer .footer-brand {
    font-size: 24px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 30px;
}
.footer .social-list {
    margin: 30px 0 0;
    font-size: 30px;
}

.footer .copy-right p{
	font-size: 12px;
	line-height: 22px;
	color: #707478;
	text-align: center;
	padding: 30px 0px 0px;
}
.footer .copy-right p a{
	color: #008a8a;
}
.footer .copy-right p a:hover{
	color: #00acac;
}

.footer ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  text-align: right;
}

.footer .social{
	max-width: 350px;
	margin: 0px auto;
	margin-bottom: 20px;
	text-align: center;
}

.footer .social a i{
	margin-left: 5px;
	margin-right: 5px;
	border-radius: 0px;
}

.footer-logo {
    display: inline-block;
    margin-bottom: 25px;
}
#footer address a {
    color: #8a8a8a;
    font-weight: 600;
}
.social-icons-label {
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    display: block;
    margin: 35px 0 13px;
}
.tagcloud a {
	display:block;
	float:left;
	font-size:13px;
	padding:3px 10px;
	background-color: #eee;
	color:#7a7a7a;
	margin:0 7px 7px 0;
	border-radius: 3px;
	transition:background 0.4s ease, color 0.05s;
	-webkit-transition:background 0.4s ease, color 0.05s;
	text-decoration: none;
}

.tagcloud.no-radius a {
	border-radius: 0;
}

#footer .tagcloud a:hover,
.tagcloud a:hover {
	color:#eaeaea;
	background-color: #4EA3CC;
}

.footer-menu {
	font-size:0;
}
.footer-menu li {
	display:inline-block;
	font-size:14px;
	margin:4px 0;
}
.footer-menu li:after {
	content:'/';
	padding:0 10px;
}
.footer-menu a {
    color: #777;
}
.footer-menu li:last-child:after {
    content: '';
    padding: 0;
}


/* Social Media Footer Starts */

.social a i{
   display:inline-block;
   width:40px;
   height:40px;
   font-size:15px !important;
   line-height:40px;
   text-decoration:none;
   text-align:center;
   color:#fff;
   -webkit-transition: background 2s ease;
   -moz-transition: background 2s ease;
   -o-transition: background 2s ease;
   -ms-transition: background 2s ease;
   transition: background 2s ease;
}
.social a.facebook i{
	background:#1e78ae;
}

.social a.twitter i{
	background:#1ba1e2;
}

.social a.google-plus i{
	background:#f22d0c;
}

.social a.linkedin i{
	background:#2d93cf;
}

.social a:hover i{
   background:#000;
}

.social a, .social a:hover{
   border:0px;
   text-decoration:none;
}

.social-icons-bg .social-icon {
	background-color: #f5f5f5;
	padding:10px;
	margin:0 5px 10px 0;
	min-width:39px;
	text-align: center;
	transition:background 0.35s ease-in-out, color 0.25s ease;
	-webkit-transition:background 0.35s ease-in-out, color 0.25s ease;
}
#footer .social-icons-bg .social-icon {
	min-width:36px;
	margin-top: -20px;
}
.social-icons-bg .social-icon:hover {
	background-color: #eaeaea;
}

.social-icons-bg-hover .social-icon:hover {
	color:#fff !important;
}

.social-icon.icon-facebook:hover {
	color:#3b5998;
}

.social-icons-bg-hover .social-icon.icon-facebook:hover  {
	color:#fff;
	background-color: #3b5998;
}

.social-icon.icon-twitter:hover {
	color:#55acee;
}

.social-icons-bg-hover .social-icon.icon-twitter:hover  {
	color:#fff;
	background-color: #55acee;
}

.social-icon.icon-google-plus:hover {
	color:#dd4b39;
}

.social-icons-bg-hover .social-icon.icon-google-plus:hover  {
	color:#fff;
	background-color: #dd4b39;
}

.social-icon.icon-dribbble:hover {
	color:#ea4c89;
}

.social-icons-bg-hover .social-icon.icon-dribbble:hover  {
	color:#fff;
	background-color: #ea4c89;
}

.social-icon.icon-skype:hover {
	color:#00aff0;
}

.social-icons-bg-hover .social-icon.icon-skype:hover  {
	color:#fff;
	background-color: #00aff0;
}

.social-icon.icon-tumblr:hover {
	color:#35465c;
}

.social-icons-bg-hover .social-icon.icon-tumblr:hover  {
	color:#fff;
	background-color: #35465c;
}

.social-icon.icon-linkedin:hover {
	color:#0976b4;
}

.social-icons-bg-hover .social-icon.icon-linkedin:hover  {
	color:#fff;
	background-color: #0976b4;
}

.social-icon.icon-vine:hover {
	color:#00b488;
}

.social-icons-bg-hover .social-icon.icon-vine:hover  {
	color:#fff;
	background-color: #00b488;
}

.social-icon.icon-behance:hover {
	color:#1769ff;
}

.social-icons-bg-hover .social-icon.icon-behance:hover  {
	color:#fff;
	background-color: #1769ff;
}

.social-icon.icon-flickr:hover {
	color:#ff0084;
}

.social-icons-bg-hover .social-icon.icon-flickr:hover  {
	color:#fff;
	background-color: #ff0084;
}

.social-icon.icon-reddit:hover {
	color:#5f99cf;
}

.social-icons-bg-hover .social-icon.icon-reddit:hover  {
	color:#fff;
	background-color: #5f99cf;
}

.social-icon.icon-rss:hover {
	color:#f26522;
}

.social-icons-bg-hover .social-icon.icon-rss:hover  {
	color:#fff;
	background-color: #f26522;
}

.social-icon.icon-youtube:hover {
	color:#e52d27;
}

.social-icons-bg-hover .social-icon.icon-youtube:hover  {
	color:#fff;
	background-color: #e52d27;
}

.social-icon.icon-pinterest:hover {
	color:#cc2127;
}

.social-icons-bg-hover .social-icon.icon-pinterest:hover  {
	color:#fff;
	background-color: #cc2127;
}

.social-icon.icon-instagram:hover {
	color:#517fa4;
}

.social-icons-bg-hover .social-icon.icon-instagram:hover  {
	color:#fff;
	background-color: #517fa4;
}

.social-icon.icon-digg:hover {
	color:#000000;
}

.social-icons-bg-hover .social-icon.icon-digg:hover  {
	color:#fff;
	background-color: #000000;
}

.social-icon.icon-github:hover {
	color:#333333;
}

.social-icons-bg-hover .social-icon.icon-github:hover  {
	color:#fff;
	background-color: #333333;
}

.social-icon.icon-android:hover {
	color:#a4c639;
}

.social-icons-bg-hover .social-icon.icon-android:hover  {
	color:#fff;
	background-color: #a4c639;
}

.social-icon.icon-foursquare:hover {
	color:#0072b1;
}

.social-icons-bg-hover .social-icon.icon-foursquare:hover  {
	color:#fff;
	background-color: #0072b1;
}

.social-icon.icon-dropbox:hover {
	color:#007ee5;
}

.social-icons-bg-hover .social-icon.icon-dropbox:hover  {
	color:#fff;
	background-color: #007ee5;
}

.social-icon.icon-stack-overflow:hover {
	color:#fe7a15;
}

.social-icons-bg-hover .social-icon.icon-stack-overflow:hover  {
	color:#fff;
	background-color: #fe7a15;
}

.social-icon.icon-paypal:hover {
	color:#253b80;
}

.social-icons-bg-hover .social-icon.icon-paypal:hover  {
	color:#fff;
	background-color: #253b80;
}

.social-icon.icon-dropbox:hover {
	color:#007ee5;
}

.social-icons-bg-hover .social-icon.icon-dropbox:hover  {
	color:#fff;
	background-color: #253b80;
}

.social-icon.icon-spotify:hover {
	color:#7ab800;
}

.social-icons-bg-hover .social-icon.icon-spotify:hover  {
	color:#fff;
	background-color: #7ab800;
}

.social-icon.icon-vk:hover {
	color:#45668e;
}

.social-icons-bg-hover .social-icon.icon-vk:hover  {
	color:#fff;
	background-color: #45668e;
}

.social-icon.icon-bitbucket:hover {
	color:#205081;
}

.social-icons-bg-hover .social-icon.icon-bitbucket:hover  {
	color:#fff;
	background-color: #205081;
}

.social-icon.icon-html5:hover {
	color:#e34f26;
}

.social-icons-bg-hover .social-icon.icon-html5:hover  {
	color:#fff;
	background-color: #e34f26;
}

.social-icon.icon-delicious:hover {
	color:#3399ff;
}

.social-icons-bg-hover .social-icon.icon-delicious:hover  {
	color:#fff;
	background-color: #3399ff;
}

/* Social Media Footer Ends */

/* -------------------------------
    Content Settings
------------------------------- */

.content {
    padding: 10px 0px 15px;
}

.slider-bottom-row {
    margin-top: -15px;
}

.space2050 {
    margin-top: 20px;
	margin-bottom: 50px;
}

.top60 {
    margin-top: 60px;
}

/* -------------------------------
    #Blank Page Section Settings
------------------------------- */

#blankpage {
	padding: 20px 0px 30px;
}

#homepage {
	padding: 0px 0px 30px;
}

/* -------------------------------
    #Homepage - General Settings
------------------------------- */

h1 span.subtitle,
h2 span.subtitle,
h3 span.subtitle {
	display:block;
	font-size:15px;
	padding:0;
	color: #4C5053;
}

#hubinfo {
    text-align: center;
    padding: 80px;
}
.hubdetails {
    margin-top: 21px;
    margin-bottom: 20px;
}
#hubinfo h2 {
    font-size: 32px;
    width: 80%;
    max-width: 80%;
    color:#fff;
    font-weight: 300;
    display: inline-block;
    font-size: 26px;
    line-height: 56px;
    text-transform: capitalize;
}

#hubinfo .hubdetails p {
    font-size: 17px;
    line-height: 1.6;
    margin: 0 auto;
    font-weight: 400;
    text-align: justify;
	color:#fff;
}
.box1 {
    line-height: 1.6;
    width: 80%;
    margin: 0 auto;
    font-weight: 400;
	color:#fff;
}

.hubinfo i {
    display: block;
    margin: 0 auto!important;
    text-align: center;
    padding-left: 0;
    font-size: 45px;
    padding-top: 24px;
	color:#fff;
}

.border-circle {
    background: rgba(245, 80, 80, 0.45);
    border-radius: 120px;
    border: 3px solid rgba(255, 255, 255, 1);
    width: 100px;
    height: 100px;
    margin-bottom: 0!important;
    display: block;
    margin: 0 auto;
}
.border-circle2 {
    background: rgba(245, 80, 80, 0.90);
    border-radius: 120px;
    border: 3px solid rgba(255, 255, 255, 1);
    width: 100px;
    height: 100px;
    margin-bottom: 0!important;
    display: block;
    margin: 0 auto;
}

#hubinfo hr {
	width: 120px;
    height: 1px;
    background: #d3d7da;
    position: relative;
    bottom: 0;
    left: 50%;
    margin-left: -55px;
    margin-top: 20px;
}

#hubinfo .logo2 {
    text-align: center;
}

#hubinfo .logo2 a {
    width: 20%;
	display: block;
    margin-top: 30px;
    margin-bottom: 30px;
    transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
     background: rgba(245, 80, 80, 0.45);
    border-radius: 120px;
    border: 3px solid rgba(255, 255, 255, 1);
    margin: 0 auto;
}

#hubinfo .logo2 a img {
    width: 90%;
    transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.red {
    background-color: #E36A5C;
    color: white;
}
.bgcontent {
	background-image: url("/themes/biz_hub/images/bizhub1.jpg");
	background-repeat: no-repeat;
    background-size: cover;
}

.marginleft15 {
    margin-left: -15px;
	border-right: 3px solid rgba(255, 255, 255, 1);
}
.textcenter {
    padding: 10px 10px 10px 10px;
}
.info2 {
    padding: 120px !important;
}

.heightfull {
    height:80%;
}



.Pricing-box {
    border: 1px solid #f1f1f1;
    text-align: center;
}
.price-title {
    background: #e36a5c;
}
.Pricing-box.highlight {
    background: #f9f9f9;
    border: 1px solid #ddd;
}

.Pricing-box.highlight hr {
    border-color: #ddd;
}

.price-title h4, .price-title h5 {
    margin-top: 0px;
    margin-bottom: 0px;
	color: #fff;
}

.Pricing-box .price {
    font-size: 50px;
    font-weight: 700;
    position: relative;
}

    .Pricing-box .price .price-sm {
        font-size: 14px;
        position: absolute;
    }

    .Pricing-box .price .price-lg {
        padding-left: 10px;
    }

.Pricing-box .price-tenure {
    font-size: 12px;
    color: #888;
    font-weight: 400;
    padding-top: 8px;
}

.Pricing-box .pricing-features {
    font-size: 16px;
    text-transform: uppercase;
}

    .Pricing-box .pricing-features ul {
        list-style: none;
        padding: 0px;
        margin: 0px;
    }

        .Pricing-box .pricing-features ul li {
            padding: 6px;
        }
.spacing-box {
    padding: 25px;
}
.Pricing-box hr {
    margin-bottom: 0px;
    margin-top: 0px;
    border-top: 1px solid #f1f1f1;
    border-bottom: none;
    border-left: none;
    border-right: none;
}
.spacing-grid {
    padding-top: 25px;
    padding-bottom: 25px;
}


.item-box {
	background:#F3F3F3;
	overflow:hidden;
	margin:16px 0;
	width:100%;
	position:relative;

	-webkit-border-radius:6px;
	   -moz-border-radius:6px;
			border-radius:6px;
}
	.item-box.fullwidth {
		max-width:100%;
	}

.item-box figure {
	width:100%;
	display:block;
	margin-bottom:0;
	overflow:hidden;
	position:relative;
	text-align:center;
}

.item-box-desc {
	padding:10px 20px;
	overflow:hidden;
}
.item-box-desc p {
	margin-top:20px;
	display:block;
	overflow:hidden; 
	text-overflow:ellipsis;
}
	.item-box.fixed-box .item-box-desc p {
		height:98px;
	}
.item-box-desc h4 {
	padding:0; margin:0;
}

.item-box.fixed-box .item-box-desc {
	height:256px;
}

.item-box.fixed-box figure {
	max-height:263px;
	
}
.item-box .socials {
	border-top:#fff 1px solid;
	text-align:center;
	display:block;
}

.item-box .item-hover,
.item-box .item-hover .overlay {
	-webkit-border-top-right-radius: 6px;
	 -webkit-border-top-left-radius: 6px;
		 -moz-border-radius-topleft: 6px;
		-moz-border-radius-topright: 6px;
			 border-top-left-radius: 6px;
			border-top-right-radius: 6px;
}
.item-box .item-hover {
	opacity: 0;
	filter: alpha(opacity=0);
	position:absolute;
	left:0; right:0; top:0; bottom:0;
	text-align:center;
	color:#fff;

	-webkit-transition: all 0.2s;
	   -moz-transition: all 0.2s;
		 -o-transition: all 0.2s;
			transition: all 0.2s;
}
.item-box .item-hover,
.item-box .item-hover button,
.item-box .item-hover a {
	color:#fff;
}
.item-box .item-hover .inner {
	position:absolute;
	display:block;
	left:0; right:0; top:50%;
	margin-top:-30px;
	z-index:100;
}
.item-box:hover .item-hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.overlay.gray {
		background:rgba(215, 215, 215, 0.8) !important;
	}
	
.overlay {
	background:rgba(0,0,0, 0.2);
	position:absolute; 
	left:0; right:0; top:0; bottom:0;

	-webkit-transition: all 1s;
	   -moz-transition: all 1s;
		 -o-transition: all 1s;
			transition: all 1s;
}

.overlay.gray { 
	background:rgba(33,33,33,0.9) !important; 
}

.bs-callout {
	clear:both;
	position:relative;
	overflow:hidden;
	background:#ddd;
	margin:0px 0;
	padding:56px 0;
}

.bs-callout.whiteBg {
	background:#fff !important;
}
.bs-callout h1, .bs-callout h2, .bs-callout h3 {
	margin:0;
	text-transform:none;
	line-height:30px;
}
.bs-callout.margin-top {
	margin:60px 0 0 0;
}
.bs-callout.margin-bottom {
	margin:0 0 60px 0;
}
.bs-callout.margin-footer {
	margin:0 0 -60px 0;
}
.bs-callout.styleBackground {
	padding:50px 0;
}
.bs-callout .btn {
	margin:0 20px;
}

.inner span{
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
}


.service-group .service {
		margin-bottom:80px;
	}

	.service-group .row:last-child .service:before {
		display: none;
	}

	.service-group .col-sm-4:last-child .service:after {
		display: none;
	}
	
.service-hover {
	overflow: hidden;
}

.service-hover-bg,
.service-hover-bg2,
.service-hover-bg3 {
	transition: background 0.4s cubic-bezier(.17,.83,.29,.04), border 0.4s cubic-bezier(.17,.83,.29,.04);
	-webkit-transition: background 0.4s cubic-bezier(.17,.83,.29,.04), border 0.4s cubic-bezier(.17,.83,.29,.04);
}

.service-hover-bg h3,
.service-hover-bg2 h3,
.service-hover-bg3 h3 {
	transition: background 0.4s cubic-bezier(.17,.83,.29,.04), border 0.4s cubic-bezier(.17,.83,.29,.04);
	-webkit-transition: background 0.4s cubic-bezier(.17,.83,.29,.04), border 0.4s cubic-bezier(.17,.83,.29,.04);
}

.service-hover-bg:hover,
.service-hover-bg:hover h3
 {
	color:#fff;
	background-color: #54B9E9;
}
.service-hover-bg2:hover,
.service-hover-bg2:hover h3 {
	color:#fff;
	background-color: #009688;
}
.service-hover-bg3:hover,
.service-hover-bg3:hover h3 {
	color:#fff;
	background-color: #ef5350;
}

.service-group .service-hover-bg,
.service-group .service-hover-bg2,
.service-group .service-hover-bg3 {
    padding: 25px 15px;
}

.service.vertical .service-icon {
	float:none;
	margin-bottom:25px;
}
.service-icon {
	min-width:60px;
	display: block;
	float:left;
	font-size:72px;
	line-height: 1;
	color: #6b6b6b;
}
.service-icon:hover {
	color: #54b9e9;
	transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
}

.service-title {
	color: #6b6b6b;
}


.team-member.boxed-member {
	background-color: #f4f4f4;
	padding-bottom: 18px;
}

.team-member figure {
	margin-bottom: 25px;
	position: relative;
}

.team-member img {
	display: block;
	width:100%;
	height:220px;
}

.team-member h3 {
	font-size:18px;
	font-weight: 500;
	margin-bottom: 6px;
	letter-spacing: 0.5px;
}

.team-member .member-desc {
	font-size:15px;
	font-weight: 500;
	margin-bottom: 10px;
}

.team-member .member-desc > span {
	font-style: italic;
	font-weight: 400;
}

.team-member .social-icon {
	font-size:16px;
	color:#fff;
}

.team-member .social-icons.dark .social-icon {
	color:#5a5a5a;
}

.team-member {
	position: relative;
	margin-bottom: 60px;
}

.social-icons.no-margin .social-icon {
	margin-bottom: 0;
}

.social-icon {
	display:inline-block;
	font-size:18px;
	line-height: 1;
	margin:0 10px 20px;
	color:#6d6d6d;
	border-radius: 4px;
}

.social-icon.first {
	margin-left:0;
}

.social-icons.text-center .social-icon {
	margin-left:10px;
}

.social-icons-sm .social-icon {
	font-size:15px;
	margin:0 10px 20px;
}

.social-icons-lg .social-icon {
	font-size:22px;
	margin:0 15px 30px;
	border-radius: 6px;
}


/* -------------------------------
    #Social - Icons
------------------------------- */

a.social { 
	display:inline-block; 
	width:36px; height:36px; 
	line-height:38px; 
	font-size:20px; 
	text-align:center; 
	background:rgba(0,0,0,0.3); 
	color:#fff; 
	margin:10px 1px; 
	text-decoration:none;

	-webkit-transition: all 0.2s;
	   -moz-transition: all 0.2s;
		 -o-transition: all 0.2s;
			transition: all 0.2s;
}
a.social.fa-twitter:hover				{ background:#41b7d8!important; color:#fff!important; }
a.social.fa-facebook:hover 				{ background:#3b5997!important; color:#fff!important; }
a.social.fa-google-plus:hover 			{ background:#d64937!important; color:#fff!important; }
a.social.fa-linkedin:hover 				{ background:#0073b2!important; color:#fff!important; }
a.social.fa-vimeo-square:hover 			{ background:#388fc5!important; color:#fff!important; }
a.social.fa-youtube-square:hover 		{ background:#A40F09!important; color:#fff!important; }
a.social.fa-flickr:hover 				{ background:#ff0084!important; color:#fff!important; }
a.social.fa-pinterest:hover 				{ background:#cb2027!important; color:#fff!important; }
a.social.fa-skype:hover 					{ background:#00aff0!important; color:#fff!important; }
a.social.fa-rss:hover					{ background:#e0812a!important; color:#fff!important; }
a.social.default:hover					{ background:#37353A!important; color:#fff!important; }
a.social.rounded 						{ width:35px; height:35px; line-height:37px; }



/* -------------------------------
    #Custom CSS - Extra Styles
------------------------------- */

/*------------------------------------------------------------------*/
/* Intro */
/*------------------------------------------------------------------*/

#intro {
    position: relative;
    overflow: hidden;
}

.intro-media-wraper {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.intro-bg-section {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.intro-overlay-section {
    top: 0;
    width: 100%;
    position: absolute;
    z-index: 2;
}

.intro-caption-waper {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 2;
}

.intro-caption-top {
    z-index: 2;
}

.intro-content {
    display: table;
    height: 100%;
    text-align: center;
    width: 100%;
}

.intro-content-inner {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
	padding-bottom: 200px;
}


.intro-img-circle {
    margin-left: auto;
    margin-right: auto;
    width: 120px;
    height: 120px;
    border: 5px solid rgba(0,0,0, 0.2);
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-bottom: 30px;
}

    .intro-img-circle img {
        outline: none;
        border: none;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
    }

.intro-play-icon {
    text-align: center;
}

.intro-sub-title {
    letter-spacing: 1.5px;
}

.intro-title {
    font-size: 70px;
    margin-top: 40px;
    margin-bottom: 40px;
    font-weight: 400;
    line-height: 1.1;
    /*letter-spacing: -2px;*/
}

.intro-title-sm {
    font-size: 44px !important;
    margin-top: 30px;
    font-weight: 400;
    margin-bottom: 0;
}

.error-intro-title {
    font-size: 100px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
    line-height: 1.1;
}

.inner-intro {
    position: relative;
    padding: 200px 0;
}

    .inner-intro h1 {
        font-size: 54px;
        margin-top: 30px;
    }

/*#intro .bg-image, #intro.bg-image, #inner-intro .bg-image, #inner-intro.bg-image {
    background-attachment: fixed;
}*/
.bg-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
    /*background-attachment: fixed;*/
}

.bg-fixed {
    background-attachment: fixed;
}

.slide-bg-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
}

@media (max-width: 1024px) {
    .intro-title {
        letter-spacing: 0;
        font-size: 46px;
    }
}

@media (max-width: 767px) {
    .intro-title {
        letter-spacing: 0;
        font-size: 30px;
    }
}

.dark-bg h1, .dark-bg h2, .dark-bg h3, .dark-bg h4, .dark-bg h5, .dark-bg h6, .dark-bg p, .dark-bg p.small, .dark-bg p.large, .dark-bg p.lead, .dark-bg .page-icon, .dark-bg .page-icon-sm, .dark-bg ul, .dark-bg ol, .dark-bg li, .dark-bg .alt-icon-top, .dark-bg .alt-icon-left, .dark-bg .alt-icon-right {
    color: #fff;
}

/*-------------------------------------------------------------------------------------------*/
/* Push Menu Style (Right Sidebar Menu) --------------- */
/*-------------------------------------------------------------------------------------------*/

.side-menu-btn {
    float: right;
    position: relative;
    color: #323232;
}

    .side-menu-btn ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .side-menu-btn ul li {
            display: inline-block;
            float: left;
            position: relative;
        }

        .side-menu-btn ul > li > a {
            margin-left: 20px;
            color: #fff;
            font-size: 16px;
            transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
            -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
            -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
            -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
        }

            .side-menu-btn ul > li > a:hover,
            .header.header-prepare .side-menu-btn ul > li > a:hover {
                color: #e6ae49;
            }

                .side-menu-btn ul > li > a:hover span,
                .side-menu-btn ul > li > a:hover span:before,
                .side-menu-btn ul > li > a:hover span:after {
                    background-color: #e6ae49;
                }

        .side-menu-btn ul li a.header-icon {
            padding-top: 35px;
            padding-bottom: 35px;
            display: block;
        }

.header-fixed .side-menu-btn ul li a.header-icon {
    padding-bottom: 20px;
    padding-top: 20px;
}


.header.header-prepare .side-menu-btn ul li a,
.header.header-light .side-menu-btn ul li a {
    color: #323232;
}

header.header-dark .side-menu-btn ul li a,
header.header-dark.header-prepare .side-menu-btn ul li a {
    color: #fff;
}

.side-menu-btn-fix a {
    font-size: 17px;
    position: fixed;
    right: 25px;
    top: 25px;
    z-index: 2001;
}

.side-menu-btn-fix a {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    display: block;
    height: 35px;
    line-height: 34px;
    text-align: center;
    width: 35px;
}

    .side-menu-btn-fix a:hover {
        background: #e6ae49 none repeat scroll 0 0;
    }

	
	/*----------------------------------*/
/* Push Sidebar Menu Css ---*/
/*----------------------------------*/
.pushmenu { /*this is the nav*/
    background: #323232;
    font-family: Arial, Helvetics, sans-serif;
    width: 270px;
    height: 100%;
    top: 0;
    z-index: 1000;
    position: fixed;
}

.pushmenu-push {
    overflow-x: hidden;
    position: relative;
}


/*==================================*/
/* Left Sidebar Menu Css --------*/
/*==================================*/

.pushmenu-right {
    right: -270px;
}

    .pushmenu-right.pushmenu-open {
        right: 0;
    }
    .pushmenu-push-left {
        left:0;
    }

.pushmenu-push-toleft {
    left: -270px;
}

/*Transition*/
.pushmenu, .pushmenu-push {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}


/*==================================*/
/* Left Sidebar Menu Css --------*/
/*==================================*/
.pushmenu-left {
    left: -270px;
}

    .pushmenu-left.pushmenu-open {
        left: 0;
    }

    .pushmenu-push-right {
        right:0;
    }

.pushmenu-push-toright {
    right: -270px;
}

/* Sidebar Menu */
.side-menu {
    background: #323232 !important;
    z-index: 2005 !important;
    color: #fff;
    padding: 30px;
    overflow-y: auto;
    position: fixed;
}

    .side-menu .menu-close {
        left: auto;
        position: absolute;
        right: 30px;
        top: 30px;
        display: inline-block;
        /*background: url("../img/close-white.png") no-repeat center center;*/
        color: #fff;
        font-size: 18px;
        line-height: 0;
        overflow: hidden;
    }

        .side-menu .menu-close:hover {
            /*background: url("../img/close-color.png");*/
            color: #e6ae49;
        }

    .side-menu a {
        color: #fff;
        font-weight: 500;
        font-size: 12px;
    }

        .side-menu a:hover {
            color: #e6ae49;
        }

    .side-menu ul {
        padding: 0;
    }

        .side-menu ul li {
            list-style: none;
            margin-bottom: 5px;
        }

    .side-menu > ul > li > a {
        text-transform: uppercase;
        letter-spacing: 1px;
        display: block;
    }

    .side-menu input[type="text"], .side-menu input[type="email"], .side-menu input[type="tel"], .side-menu input[type="number"], .side-menu input[type="password"], .side-menu input[type="radio"], .side-menu input[type="checkbox"], .side-menu textarea, .side-menu select {
        /*border: 1px solid #1d1d1d;
        background: #1d1d1d;
        color: #fff;*/
        border: none;
    }

        .side-menu input[type="text"]:focus, .side-menu input[type="email"]:focus, .side-menu input[type="tel"]:focus, .side-menu input[type="number"]:focus, .side-menu input[type="radio"]:focus, .side-menu input[type="checkbox"]:focus, .side-menu input[type="password"]:focus, .side-menu textarea:focus, .side-menu select:focus {
            /*border-color: #e6ae49;
            color: #fff;*/
        }

    .side-menu .sign-in {
        padding-bottom: 30px;
        border-bottom: 1px solid #3e3e3e;
        margin-bottom: 30px;
    }

        .side-menu .sign-in a {
            color: #fff;
            font-style: italic;
            font-weight: 400;
            font-size: 12px;
            display: inline-block;
            margin-top: 10px;
        }

            .side-menu .sign-in a:hover {
                color: #e6ae49;
                text-decoration: underline;
            }

    .side-menu .logo {
        max-width: 120px;
        width: 100%;
    }

    .side-menu .social {
        list-style: none;
    }

        .side-menu .social li {
            display: inline-block;
            margin: 0 10px 0 0;
        }

            .side-menu .social li a {
                font-size: 16px;
            }

/* Mobile bar icon */
.nav-mobile.nav-bar-i2 {
    display: none;
}

.nav-bar-i2 {
    display: inline-block;
    float: right;
    position: relative;
    height: 16px;
    width: 20px;
    padding-top: 47px;
    padding-bottom: 47px;
    margin-left: 15px;
    transition: all 0.17s cubic-bezier(0, 0, 0.58, 1) 0s;
    -moz-transition: all 0.17s cubic-bezier(0, 0, 0.58, 1) 0s;
    -o-transition: all 0.17s cubic-bezier(0, 0, 0.58, 1) 0s;
    -webkit-transition: all 0.17s cubic-bezier(0, 0, 0.58, 1) 0s;
    cursor: pointer;
}

.header-fixed .nav-bar-i2 {
    padding-top: 32px;
    padding-bottom: 32px;
}

.nav-bar-i2 a {
    color: #fff;
    display: block;
    font-size: 17px;
    padding: 19px 0;
}

    .nav-bar-i2.active a, .nav-bar-i2 a.active,
    .nav-bar-i2:hover a, .nav-bar-i2 a:hover {
        color: #17a697;
    }

.nav-bar-i2 > span {
    position: absolute;
    top: 50%;
    display: block;
    width: 28px;
    height: 3px;
	left: -10;
    margin-top: -1px;
    background-color: #ffffff;
    -webkit-transition: -webkit-transform 0.3s, background 0.25s ease;
    -webkit-transition: background 0.25s ease, -webkit-transform 0.3s;
    transition: background 0.25s ease, -webkit-transform 0.3s;
    transition: transform 0.3s, background 0.25s ease;
    transition: transform 0.3s, background 0.25s ease, -webkit-transform 0.3s;
}

    .nav-bar-i2 > span:before,
    .nav-bar-i2 > span:after {
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #ffffff;
        -webkit-transition: -webkit-transform 0.3s, background 0.25s ease;
        -webkit-transition: background 0.25s ease, -webkit-transform 0.3s;
        transition: background 0.25s ease, -webkit-transform 0.3s;
        transition: transform 0.3s, background 0.25s ease;
        transition: transform 0.3s, background 0.25s ease, -webkit-transform 0.3s;
    }

header .nav-bar-i2 > span,
header .nav-bar-i2 > span:before,
header .nav-bar-i2 > span::after,
header.header-dark .nav-bar-i2 > span,
header.header-dark .nav-bar-i2 > span:before,
header.header-dark .nav-bar-i2 > span::after,
header.header-dark.header-prepare .nav-bar-i2 > span,
header.header-dark.header-prepare .nav-bar-i2 > span:before,
header.header-dark.header-prepare .nav-bar-i2 > span::after {
    background-color: #fff;
}

header.header-light .nav-bar-i2 > span,
header.header-light .nav-bar-i2 > span:before,
header.header-light .nav-bar-i2 > span::after,
header.header-prepare .nav-bar-i2 > span,
header.header-prepare .nav-bar-i2 > span:before,
header.header-prepare .nav-bar-i2 > span::after {
    background-color: #323232;
}


.nav-bar-i2 > span:before {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    -o-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
}

.nav-bar-i2 > span:after {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    -o-transform: translateY(6px);
    -ms-transform: translateY(6px);
    -moz-transform: translateY(6px);
}

.nav-bar-i2.active {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

    .nav-bar-i2.active > span:before {
        transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
    }

    .nav-bar-i2.active > span:after {
        transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
    }

	.sidebarmarg label {
    color: #fff;
	}

/*!
 * BuilderEngine Themes (http://builderengine.com)
 */
/* -------------------------------
    #Responsive Styles
------------------------------- */

@media (max-width: 1200px) {
.brand-logo {
    margin-top: 10px;
}
.intro-content-inner {
	padding-bottom: 0px;
}
.intro-title {
    font-size: 60px;
}
#hubinfo {
    text-align: center;
    padding: 10px !important;
}
.heightfull {
    height: inherit;
}
#hubinfo .logo2 a {
    width: 30%;
}
}
@media (min-width: 1200px)
.content{}
.col-lg-12 {
    width: 100%;
	padding-left:0;
	padding-right:0;
}
.nav-bar-i2, .nav-mobile.nav-bar-i2, .header-fixed .nav-bar-i2 {
        display: inline-block;
        float: right;
        padding-top: 32px;
        padding-bottom: 32px;
        padding-left: 0px;
    }
.nav-bar-i2, .nav-mobile.nav-bar-i2, .nav-bar-i2 {
        display: inline-block;
        float: right;
        padding-top: 57px;
        padding-bottom: 32px;
        padding-left: 0px;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .header.navbar .navbar-nav > li > a {
        padding: 25px 10px;
    }
    .header.navbar.navbar-small .navbar-nav > li > a {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (max-width: 992px) { 
.brand-logo {
    margin-left: 205px;
}
.marginleft15 {
    margin-left: 0px;
}
.intro-title {
    font-size: 40px;
}
#hubinfo .logo2 a {
    width: 35%;
}
#hubinfo h2 {
    font-size: 17px;
	line-height: 22px;
	padding-top: 10px;
}
.border-circle {
    width: 70px;
    height: 70px;
}
.border-circle2 {
    width: 70px;
    height: 70px;
}
.hubinfo i {
    font-size: 35px;
    padding-top: 14px;
}
#hubinfo .hubdetails p {
    font-size: 14px;
}
.nav-bar-i2, .nav-mobile.nav-bar-i2, .header-fixed .nav-bar-i2 {
    display: none;
}
}

@media (max-width: 770px) { 
.brand-logo {
    margin-left: 110px;
}
.actionbutton { 
    margin-top: -50px;
    float: right;
}
}

@media (max-width: 767px) {
    .header.navbar .navbar-nav > li > a {
        padding: 10px 15px;
    }
    .navbar-transparent .navbar-collapse {
        background: #000;
        background: rgba(0,0,0,0.9);
    }
    .header.navbar-small.navbar-transparent .navbar-collapse {
        background: #000;
        background: rgba(0,0,0,0.9);
    }
    .header.navbar-small.navbar-transparent .navbar-collapse .navbar-nav > li > a {
        color: #8F8E8E;
    }
    .header.navbar.navbar-small .navbar-nav > li > a {
        padding: 10px 15px;
    }
    .navbar-nav > li.dropdown:hover > .dropdown-menu,
    .navbar-nav > li.dropdown:focus > .dropdown-menu {
        display: none;
    }
    .navbar-nav > li.dropdown.open > .dropdown-menu,
    .navbar-nav > li.dropdown.open:hover > .dropdown-menu,
    .navbar-nav > li.dropdown.open:hover > .dropdown-menu {
        display: block;
        -webkit-animation: none;
        animation: none;
    }
    .navbar-nav > li.dropdown > .dropdown-menu {
        border-top: 1px solid #444;
        border-bottom: 1px solid #444;
    }
    .navbar-default .navbar-nav > li.dropdown > .dropdown-menu,
    .navbar-default .navbar-nav > li.dropdown > .dropdown-menu > li + li {
        border-color: #e7e7e7;
    }
	.navbar-toggle {
    margin-top: 20px;
    margin-bottom: 18px;
	float: left;
}
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #252525;
}
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #505050;
}

.flex-caption {
    width: 60%;
}
.topbar1 {
    text-align: center;
    margin-top: 88px;
}
.team-member img {
    display: block;
    width: 250px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
}

#blankpage {
    padding: 10px 0px 30px;
}
#homepage {
    padding: 10px 0px 0px;
}
}


@media (max-width: 480px) {

.flex-caption {
    display: none;
}
.flexslider .slides img {
    width: 100%;
    display: block;
    height: 180px;
}
.page-title-alt {
    display: none;
}
.intro-title {
    display: none;
}
.intro-content-inner .btn {
    padding: 5px 10px;
	margin-top: 100px;
}
#hubinfo .logo2 a {
    width: 60%;
}
#hubinfo h2 {
    line-height: 28px;
}
.hubinfo i {
    font-size: 45px;
    padding-top: 24px;
}
.border-circle {
    width: 100px;
    height: 100px;
}
.border-circle2 {
    width: 100px;
    height: 100px;
}
.service-title {
    font-size: 20px;
}
p {
    line-height: 26px;
}
.pageheader {
    padding: 90px 0px 30px; 
}
.pagespace {
    padding: 90px 0px 30px; 
}
#blankpage {
    padding: 10px 0px 30px;
}
#homepage {
    padding: 10px 0px 0px;
}
.topbar1social {
    font-size: 0px;
    padding: 0px;
}

.headerbar p {
    margin: 0px;
    font-size: 0px;
    display: none;
}
.brand-logo {
    margin-left: 0px;
}

.actionbutton { 
    margin-top: -50px;
    float: right;
}

.footer-menu li:after {
    padding: 10 2px;
}
.side-menu-btn ul > li > a {
    display: none;
}

	
}
