/*!
 * Theme Name: Minifox - Responsive HTML Template
 * Author : Dilipkumar
 */

@import url(//fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,700,700italic,900,900italic);

* {
	padding: 0;
	margin: 0;
}

body {
	font-family: 'Lato', sans-serif;
	background:#32343a;
}

li, ul, ol {
	list-style: none;
}

h1, h2, h3, h4, h5, h6 {
	color:#e4e4e4;
	font-style: normal;
	font-weight: normal;
}

p {
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	font-weight:400;
	color: #A3B3BC;
}

button, button:hover,
a, a:hover {
	transition: .4s;
	text-decoration:none;
}

a:hover {
	color:#898989;
}

a, a:hover, a:focus, a:active, button, button:focus, input, textarea {
	color:#6AAEE8;
	outline: 0;
	text-decoration:none;
}

.sticky-wrapper {
	height:auto !important;
}

.container {
	max-width:1170px;
    width: 100%;
}

.space40 {
	margin-bottom:40px;
}

.space50 {
	margin-bottom:50px;
}

#intro {
	background: #1f292e;
	padding: 0;
	position:relative;
	height:100vh;
	overflow:hidden;
}

#intro .container {
	position:relative;
	z-index:777;
	height:100vh;
}

#home-slider {
	margin: 0px;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	height:100vh;
	overflow:hidden;
}

#home-slider:after {
	content:"";
	background:#1f292e;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	z-index: 999;
	opacity: 0.8;
}

#home-slider .flex-control-nav {
    position: absolute;
    bottom: auto;
    left: auto;
    right: 100px;
    text-align: center;
    top: 50%;
    z-index: 99999;
    width: 20px;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
}

#home-slider .flex-control-nav li {
    margin: 15px 0;
    display: inherit;
    border-right: none;	
}

#home-slider .flex-control-paging li a {
    width: 20px;
    height: 20px;
    display: block;
    background: #85888a;
    border: none !important;
    cursor: pointer;
    text-indent: -9999px;
    border-radius: 3px;
    box-shadow: none;
}

#home-slider .flex-control-paging li a.flex-active {
    cursor: default;
    border: 0px none;
    background: #fff;
}

.intro-inner {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
}

#intro h1 {
	color: #fff;
	font-size: 130px;
	font-weight: 800;
	line-height: 98px;
	margin-bottom: 20px;
}

#intro h1 span {
	display: block;
	font-size: 72px;
	letter-spacing: -0.5px;
	position: relative;
	left: -5px;
}

#intro p {
	font-size: 18px;
	color: #fff;
	margin-bottom: 89px;
	line-height: 30px;
}

.intro-scroll {
    font-family: "ElegantIcons";
    font-size: 48px;
    color: #808080;
    width: 170px;
    height: 111px;
    border-radius: 3px 3px 0px 0px;
    background: rgba(0,0,0,0.3);
    display: table;
    position: absolute;
    bottom: 0;
    line-height: 111px;
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 777;
}

.intro-scroll:focus ,
.intro-scroll:hover {
    color: #fff;
    background: rgba(0,0,0,0.50);
}

#intro.intro2 {
	background:transparent;
}

#intro.intro2 h1 {
    margin-bottom: 5px;
    margin-top: -30px;
}

#intro.intro2 p {
	font-size: 48px;
	font-weight: bold;
	color: #fff;
	line-height:60px;
	text-transform:none;
	margin-bottom: 37px;
}

.btn-default {
	width: 280px;
	border: none;
	padding: 19px 25px;
	font-size: 16px;
	color: #fff !important;
	font-weight: 800;
	background-color: #6AAEE8;
	text-transform:uppercase;
	border-radius: 3px;
}

.btn-color2 {background-color:#ebebeb;color:#829199 !important;}
.btn-color3 {background-color:#829199;}
.btn-color4 {background-color:#21c2f8;}
.btn-color5 {background-color:#1abc9c;}
.btn-color6 {background-color:#ef584d;}
.btn-color7 {background-color:#82b440;}

.btn-default:hover, .btn-hover {background: #d96100;color: #fff;}
.btn-default:focus, .btn-active {background: #3a3e4a;color: #fff;}

.btn-center {
	margin:0 auto;
	display:table;
}

.btn-lg {
    border: medium none;
    padding: 29px 60px;
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
    border-radius: 5px;
}

.btn-bdr {
    border: medium none;
    padding: 25px 57px;
    font-size: 24px;
    color: #6AAEE8;
    font-weight: 800;
    text-transform: uppercase;
    border-radius: 5px;
    background: transparent !important;
    border: 3px solid #6AAEE8;
}

.btn-bdr.btn-default {border:3px solid #6AAEE8 !important;color:#6AAEE8 !important;}
.btn-bdr.btn-color2 {border:3px solid #829199 !important;color:#ebebeb !important;}
.btn-bdr.btn-color3 {border:3px solid #829199 !important;color:#829199 !important;}
.btn-bdr.btn-color4 {border:3px solid #21c2f8 !important;color:#21c2f8 !important;}
.btn-bdr.btn-color5 {border:3px solid #1abc9c !important;color:#1abc9c !important;}
.btn-bdr.btn-color6 {border:3px solid #ef584d !important;color:#ef584d !important;}
.btn-bdr.btn-color7 {border:3px solid #82b440 !important;color:#82b440 !important;}

.btn-bdr.btn-default:hover {border:3px solid #6AAEE8 !important;background:#6AAEE8 !important;color:#fff !important;}
.btn-bdr.btn-color2:hover {border:3px solid #829199 !important;background:#829199 !important;color:#fff !important;}
.btn-bdr.btn-color3:hover {border:3px solid #3a3e4a !important;background:#3a3e4a !important;color:#fff !important;}
.btn-bdr.btn-color4:hover {border:3px solid #21c2f8 !important;background:#21c2f8 !important;color:#fff !important;}
.btn-bdr.btn-color5:hover {border:3px solid #1abc9c !important;background:#1abc9c !important;color:#fff !important;}
.btn-bdr.btn-color6:hover {border:3px solid #ef584d !important;background:#ef584d !important;color:#fff !important;}
.btn-bdr.btn-color7:hover {border:3px solid #82b440 !important;background:#82b440 !important;color:#fff !important;}

.btn-md {
    border: medium none;
    padding: 17px 38px;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    border-radius: 3px;
}

.btn-md.btn-bdr {
    padding: 14px 37px;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    border-radius: 3px;
    background: transparent !important;
}

.btn-sm {
    border: medium none;
	padding: 18px 25px;
	font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    border-radius: 3px;
}

.btn-sm.btn-bdr {
    padding: 14px 22px;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    border-radius: 3px;
    background: transparent !important;
    border-width: 2px !important;
}

.btn-sm.btn-bdr:hover {
    border-width: 2px !important;
}

header {
    background: #212327 !important;
    position: relative;
    z-index: 999999;
	border:none;
}

.navbar-default {
    background-color: #212327;
    border: none;
    border-radius: 0px;
    height: 30px;
    margin: 0;
    padding-top: 10px !important;
}

.navbar-nav > li > a {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff !important;
    padding: 0;
	position:relative;
}

.navbar-nav > li.active > a ,
.navbar-nav > li > a:hover {
	background:transparent !important;
    color: #6AAEE8 !important;
}


.navbar-default .navbar-nav > li {
margin:0 0 0 36px;
}

.navbar-right {
    float: right !important;
    margin-right: -15px;
    margin-top: 35px;
}

.navbar-default .navbar-brand {
    margin-top: -1px;
}

.header-dark {
	background:#1f292e;
}

.header-dark .navbar-default {
	background:transparent;
} 

.header-dark .navbar-default .navbar-nav > li > a {
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    color: #FFF !important;
    padding: 0px;
}

.header-dark .navbar-nav > li.active > a ,
.header-dark .navbar-nav > li > a:hover {
	background:transparent !important;
    color: #6AAEE8 !important;
}

.header-dark .navbar-default {
    border: medium none;
    border-radius: 0px;
    height: 113px;
    margin: 0px;
}

.header-dark .navbar-default .navbar-brand {
    margin-top: 1px;
}

.header-dark .navbar-default .navbar-nav > li {
    margin: 17px 0px 0px 32px;
}

.header-dark .navbar-default .navbar-nav > li a:after {
	display:none;
}

.header-dark {
	border:none;
	position:fixed;
	left:0;
	right:0;
}

.highlight {
	color:#6AAEE8;
}

.section-title {
	position: relative;
	margin-bottom: 89px;
}

.section-title h3 {
	font-size:48px;
	font-weight:800;
	color: #fff;
	margin: 0 0 25px;
	line-height:30px;
}

.section-title p {
	font-size:16px;
	color: #829199;
	margin: 0 0 23px;
	line-height:26px;
}

.section-title hr {
	width:140px;
	height:6px;
	background:#fff;
	border:none;
	position:relative;
	margin:0 auto;
}

.section-title hr:after {
	content:"";
	width:70px;
	height:6px;
	background:#35383E;
	position:absolute;
	right:0;
	top:0;
}

.section-title.white-text h3 ,
.section-title.white-text p {
	color: #fff;
}

#faq .section-title.white-text p {
	background-color: rgba(33,35,39,0.50);
}

#faq h4 {color: #6AAEE8;}

.section-title.white-text hr {
	background:#fff;
}

#services {
	background-color:#34373E;
	border-bottom:1px solid #3c3e41;
}

.service .ico {
	width: 188px;
	height: 188px;
	border-radius: 50%;
	background:#6AAEE8;
	border: 9px solid #32343a;
	color: #fff;
	font-size: 48px;
	line-height: 178px;
	position: relative;
	transition:.4s;
	-webkit-transition:.4s;
	-moz-transition:.4s;
}

.service .ico:hover {
	background:#d65a23;
	border: 9px solid #6AAEE8;
	color: #fff;
	transition:.4s;
	-webkit-transition:.4s;
	-moz-transition:.4s;
}

.service h4 {
    margin: 22px 0 3px;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
}

.service p {
    font-weight: 300;
    color: #a0aaaf;
    line-height: 25px;
    font-size: 14px;
    padding: 0 15px;
}

.page_header {
    height: 201px;
    background: #343d41;
    padding: 73px 0;
}

.page_header2 {
    padding: 43px 0px;
    height: auto;
	background:#1e262a;
}

.page_header h3 {
    color: #fff;
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 800;
	margin:0;
}

.bcrumbs {
	float:right;
}

.bcrumbs li {
    float: left;
    text-transform: uppercase;
    font-size: 16px;
    margin-right: 36px;
    font-weight: bold;
    margin-top: 17px;
	position:relative;
}

.bcrumbs li:after {
	content: "\3d";
	font-family: 'ElegantIcons';
    color: #fff;
    position: absolute;
    right: -26px;
    top: -0.5px;
}

.bcrumbs li:last-child {
	margin-right:0px;
}

.bcrumbs li:last-child:after {
	display:none;
}

.bcrumbs li a{
	color:#fff;
}

.no-padding {
	padding:0;
}

.blog-content {
	background:transparent;
    padding: 102px 0px 102px;
}

.blog-content article {
    border: 1px solid #64666f;
	margin-bottom:30px;
}

.blog-excerpt {
    padding: 15px 20px 26px;
}

.blog-excerpt h4 {
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 700;
    letter-spacing: 0.9px;
    line-height: 34px;
    margin: 2px 0 15px;
}

.blog-excerpt h4 a {
color:#fff;
}

.blog-excerpt ht a:hover {
	color:#6AAEE8;
}

.blog-excerpt p {
    font-size: 13px;
    font-weight: 300;
    color: #a0aaaf;
    line-height: 22px;
    padding-right: 14px;
    margin-bottom: 30px;
}

.rmore {
    height: 38px;
    border: 1px solid #829199;
    line-height: 38px;
    display: table;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0 21px;
    letter-spacing: 0.5px;
	color:#829199;
}

.rmore:hover {
    border: 1px solid #6AAEE8;
	background:#6AAEE8;
	color:#fff;
}

.responsive-video {
position: relative;
padding-bottom: 56.25%;
overflow: hidden;
}

.responsive-scloud {
    position: relative;
    padding-bottom: 0;
    overflow: hidden;
    height: 166px;
}

.responsive-scloud iframe,
.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

#blog-mason .bm-item {
	width:33.33333%;
	padding:0 15px;
}

.lmore {
    display: table;
    margin: 0 auto;
    border: 2px solid #6AAEE8;
    border-radius: 3px;
    padding: 21px 70px;
	margin: 70px auto 0px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
	color:#6AAEE8;
	text-decoration:none;
}

.lmore:hover {
	background:#6AAEE8;
    border: 2px solid #6AAEE8;
	color:#fff;
}

.blog-full {
    padding: 100px 0px 102px;
}

.blog-full article {
    margin-left: 70px;
	position:relative;
}

.blog-full h4 {
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 800;
    letter-spacing: 1.3px;
    line-height: 34px;
    margin: 9px 0px 15px;
}

.blog-full .blog-excerpt {
    padding: 15px 30px 26px;
} 

.blog-full .blog-excerpt p {
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    padding-right: 14px;
    margin-bottom: 22px;
}

.post-date {
    position: absolute;
    top: -1px;
    left: -72px;
}

.post-date span {
	width:70px;
	height:70px;
	margin-bottom:1px;
	display:block;
	line-height:70px;
	text-align:center;
	background:#f00;
	font-size:18px;	
	color:#fff;
	font-weight:800;
}

.post-date span:first-child {background:#829199;}
.post-date span:nth-child(2) {background:#475359;}
.post-date span:last-child {background:#3b464c;}

#portfolio {
	background:#2a2c30;
    padding: 102px 0px 71px;
}

#portfolio .section-title {
	margin-bottom:50px;
}

.folio-filter {
    display: table;
    margin: -39px auto 0px;
    padding-bottom: 50px;
}

.folio-filter li {
	float:left;
	margin:0 5px;
}

.folio-filter li a {
	line-height:38px;
	background:#32343a;
	border:1px solid #829199;
	padding:0 15px;
	display:table;
	font-size:16px;
	color:#7e8c94;
	min-width:68px;
	text-transform:uppercase;
	text-align:center;
}

.folio-filter li a.selected ,
.folio-filter li:hover a {
	background:#6AAEE8;
	border:1px solid #6AAEE8;
	color:#fff;
}

.folio-item {
    float: left;
    width: 25%;
    padding: 0 15px;
    margin-bottom: 30px;
}

.folio-thumb {
	position:relative;
}

.overlay {
	position:absolute;
	width:100%;
	height:100%;
	background:#6AAEE8;
	top:0;
	left:0;
	right:0;
	opacity:0;
	visibility:hidden;
	transition:.4s;
}

.overlay h4 {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-35%, -50%);
	-webkit-transform:translate(-35%, -50%);
	-moz-transform:translate(-35%, -50%);
	width:100%;
	text-align:center;
	margin:0;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	line-height:21px;
	transition:.4s;
	opacity:0;
}

.overlay h4 span {
	opacity:0;
	display:block;
	font-weight:400;
	font-size:14px;
	margin:0 0 0 -50%;
	transition:.4s;
}

.folio-item:hover .overlay {
	opacity:1;
	visibility:visible;
	transition:.4s;
}

.folio-item:hover .overlay h4 {
	transform:translate(-50%, -50%);
	-webkit-transform:translate(-50%, -50%);
	-moz-transform:translate(-50%, -50%);
	opacity:1;
	transition:.4s;
}

.folio-item:hover .overlay h4 span {
	opacity:1;
	margin:0;
	transition:.4s;
}

.info-content {
	padding: 88px 0px 13px;
    background-color: #2a3236;
	border-top:1px solid #3c3e41;
}

.info-content h4 {
    color: #fff;
    font-size: 48px;
    line-height: 60px;
    font-weight: 800;
	margin: 0 0 38px;
}

.ic-service {
    display: table;
    margin-bottom: 30px;
}

.ic-ico {
	width: 100px;
	height: 100px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	border: solid 2px #fff;
	display: table;
	float:left;
	padding-top: 26px;
}

.ic-info {
    margin-left: 130px;
}

.ic-info h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    padding: 11px 0;
    margin: 0;
	font-weight:700;
}

.ic-info p {
    margin: 0px;
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
}

.dual-btns {
    padding: 21px 0px;
}

.dual-btns .btn-default {
    font-size: 16px;
    color: #fff !important;
    font-weight: 800;
    background: transparent !important;
    text-transform: uppercase;
    border: 2px solid #fff;
    border-radius: 3px;
    padding: 17px 25px 16px;
    min-width: 200px;
    text-align: center;
    margin-right: 18px;
}

.dual-btns .btn-default:hover {
	background:#6AAEE8 !important;
	color:#fff;
	border-color:#6AAEE8;
}

#testimonials {
	background:#32343a;
    padding: 102px 0px 50px;
}

#testimonials .section-title {
    position: relative;
    margin-bottom: 56px;
}

.client-thumb {
	width:100px;
	float:left;
}

.client-thumb img {
	border-radius:50%;
}

.client-quote {
    margin-left: 130px;
    margin-bottom: 81px;
}

.client-quote h4 {
    margin: -4px 0 6px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}

.quote-date {
    font-size: 14px;
    color: #829199;
    text-transform: uppercase;
    display: table;
    margin-bottom: 8px;
    border-bottom: 1px solid #40434a;
    width: 100%;
    padding-bottom: 10px;
}

.client-quote p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 15px;
    color: #a0aaaf;
}

.client-social {
    margin-bottom: 7px;
    display: table;
}

.client-social li {
	float:left;
	margin-right:10px;
}

.client-social li a {
	width:20px;
	height:20px;
	text-align:center;
	line-height:20px;
	display:table;
	color:#fff;
	background:#21242b;
	font-size:13px;
}

.client-social li:first-child:hover a {
	background:#3b5998;
}

.client-social li:nth-child(2):hover a {
	background:#00bfff;
}

.client-social li:nth-child(3):hover a {
	background:#cb2027;
}

.client-social li:nth-child(4):hover a {
	background:#32506d;
}

.client-ratings li {
    float: left;
    margin-right: 3px;
}

.client-ratings li i {
	color:#c0ccd3;
	font-size:14px;
}

.client-ratings li.active i {
	color:#6AAEE8;
}

.quote-carousel .slick-slide {
    padding-top: 3px;
}
.quote-carousel .slick-dots  {
	display:table;
    margin: 9px auto 0;
}

.quote-carousel .slick-dots li {
	float:left;
margin:0 3px;
}

.quote-carousel .slick-dots li button {
	padding:0;
	border:none;
	width: 14px;
	height: 14px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #7a8890;
	border: solid 2px #32343a;
	font-size:0px;
}

.quote-carousel .slick-dots li.slick-active button {
	padding:0;
	border:none;
	width: 14px;
	height: 14px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #32343a;
	border: solid 2px #7a8890;
	font-size:0px;
}

.client-carousel {
    border-top: 1px solid #47494e;
    border-bottom: 1px solid #47494e;
    padding: 26px 0px 30px;
    background: transparent;
}

.client-carousel div {
	margin:0;
}

.client-carousel div img.img-responsive {
opacity:0.7;
transition:.4s;
cursor:pointer;
}

.client-carousel div img.img-responsive:hover {
opacity:1;
transition:.4s;
}

.client-carousel .slick-prev {
    position: absolute;
    font-size: 0px;
    width: 35px;
    height: 35px;
    padding: 0px;
    border: medium none;
    background: transparent none repeat scroll 0% 0%;
    right: -70px;
    top: 50%;
    margin-top: -9px;
	z-index:999;
}

.client-carousel .slick-next {
    position: absolute;
    font-size: 0px;
    width: 35px;
    height: 35px;
    padding: 0px;
    border: medium none;
    background: transparent none repeat scroll 0% 0%;
    left: -70px;
    top: 50%;
    margin-top: -19px;
	z-index:999;
}

.client-carousel .slick-prev:after {
	content: "\3d";
	font-family: 'ElegantIcons';
    color: #a1b1bc;
    position: absolute;
    right: 0;
    font-size: 36px;
    top: -9px;
    left: -2px;
}

.client-carousel .slick-next:after {
	content: "\3c";
	font-family: 'ElegantIcons';
    color: #a1b1bc;
    position: absolute;
    right: 0;
    font-size: 36px;
    top: -9px;
    left: -2px;
}

.client-carousel .slick-prev:hover:after ,
.client-carousel .slick-next:hover:after {
color:#6AAEE8;
}

.boxed .client-carousel .slick-prev {
    position: absolute;
    font-size: 0px;
    width: 35px;
    height: 35px;
    padding: 0px;
    border: medium none;
    background: transparent;
    left:43px;
    top: auto;
    margin: 0 auto;
    right: 0;
    bottom: -67px;
}

.boxed .client-carousel .slick-next {
    position: absolute;
    font-size: 0px;
    width: 35px;
    height: 35px;
    padding: 0px;
    border: medium none;
    background: transparent;
    left: -43px;
    top: auto;
    margin: 0 auto;
    right: 0;
    bottom: -67px;
}

/*#about {
	background:#2a2c30;
    border-top: 1px solid #3c3e41;
    margin-top: 97px;
    padding: 102px 0 101px;
}*/

#about .section-title {
    margin-bottom: 50px;
}

.about-thumb {
	position:relative;
}

.overlay2 {
	position:absolute;
	width:100%;
	height:100%;
	background:#f97b15;
	top:0;
	left:0;
	right:0;
	opacity:0;
	visibility:hidden;
	transition:.4s;
}

.about-inner:hover .overlay2 {
	opacity:1;
	visibility:visible;
	transition:.4s;
}

.overlay2 span {
    color: #FFF;
    font-size: 30px;
    font-weight: 200;
    width: 50px;
    height: 50px;
    background: #333;
    display: table;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    margin: -26px auto 0;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
}

#about h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    margin: 16px 0 6px;
    font-weight: bold;
}

#about .row p {
    font-size: 14px;
    font-weight: 300;
    color: #a0aaaf;
    line-height: 24px;
    padding-right: 14px;
    margin-bottom: 30px;
}

.about-info h3 {
    font-size: 24px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    margin: 35px 0 12px;
}

ul.list {
    margin-top: -22px;
    margin-bottom: 7px;
}

ul.list li {
	position:relative;
    font-size: 14px;
    font-weight: 300;
    color: #a0aaaf;
    line-height: 24px;
    padding-left: 26px;
    margin-bottom: 6px;
}

ul.list li i {
    position: absolute;
    top: 5px;
    left: 0;
}

.about-info .img-responsive {
    margin-top: 39px;
}

.dual-btns2 a {
	margin-right:20px;
}

.cta {
    background: #6AAEE8;
    padding: 85px 0;
}

.cta.cta2 {
	background:#829199;
}

.cta p {
    color: #FFF;
    font-weight: 800;
    margin: 0;
    font-size: 24px;
    line-height: 30px;
}

#skills {
    padding: 102px 0px 65px;
    background: #32343a;
	border-bottom:1px solid #3c3e41;
}

.cs-wrap canvas {
	background:#2a2c30;
border-radius:50%;
}

.cs-wrap span {
    width: 106px;
    height: 106px;
    display: table;
    position: absolute;
    border-radius: 50%;
    line-height: 106px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    background: #829199;
    margin: 0px auto;
    float: none;
    left: 0;
    top: 47px;
    right: 0;
	transition:.4s;
}

#skills .section-title {
    margin-bottom: 50px;
}

.cs-wrap {
    margin: 0 auto;
    display: table;
    position: relative;
    left: -11px;
}

.cs-wrap:hover span {
	background:#6AAEE8;
	color:#fff;
	transition:.4s;
}

.cs-wrap h6 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
	color:#fff;
    margin: 24px 0 15px;
}

.cs-wrap p {
    font-size: 14px;
    font-weight: 300;
    color: #a0aaaf;
    line-height: 24px;
    margin-bottom: 30px;
}

#acctabs {
	background:#2c2e33;
	padding:102px 0;
}

#acctabs .section-title {
	margin-bottom:43px;
}

ul.tabs{
			margin: 0px;
			padding: 0px;
			list-style: none;
		}
ul.tabs li {
    color: #FFF;
    background: #32343a;
    padding: 8px 33.5px;
    cursor: pointer;
    width: auto;
    float: left;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    margin-right: 1px;
    font-size: 15px;
    letter-spacing: 0.25px;
    margin-top: 2px;
}

ul.tabs li:last-child {
	margin-right:0;
}

ul.tabs li:hover {
    color: #fff;
	background:#6AAEE8;
}



		ul.tabs li.current{
    background: #32343a;
			color: #6AAEE8;
		}

ul.tabs li.current {
    background: #2C2E33 ;
    border: 1px solid #3F4148;
    border-bottom: 1px solid #2C2E33 ;
    margin-bottom: -3px;
    position: relative;
    top: -1px;
}


		.tab-content{
			display: none;
			background: transparent;
	border:1px solid #3f4148;
		}

		.tab-content.current{
			display: inherit;
		}

		.tab-content p {
    font-size: 14px;
    font-weight: 300;
    color: #a0aaaf;
    line-height: 24px;
    margin-bottom: 30px;
}

.tab-content .list li i {
	color:#6AAEE8;
}

.panel-default > .panel-heading {
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0;
    text-transform: uppercase;
    color: #fff;
    font-weight:800 !important;
    padding: 0;
}

.panel-default {
    border: 1px solid #3f4148;
	background:#32343a;
    border-radius: 0px !important;
    margin-bottom: 10px !important;
}

.panel-default:hover {
	border:1px solid #6AAEE8;
	cursor:pointer;
}

.panel-default.active:hover, .panel-default {
    border: 1px solid #3f4148 !important;
}


.panel-default:hover > .panel-heading ,
.panel-default:hover .panel-heading span {
    color: #6AAEE8;
}

.panel-heading span {
    color: #A8B9C5;
    font-size: 14px;
    float: right;
    position: relative;
    top: 2px;
    right: -5px;
}

.panel-body {
    padding: 8px 18px 2px;
    font-size: 14px;
    font-weight: 300;
    color: #a0aaaf;
    line-height: 24px;
    border: none !important;
}

.panel-body p {
    font-size: 14px;
	font-weight:300;
	color:#a0aaaf;
}

.panel-heading.active {
	background:#6AAEE8;
	color:#fff;
}

.panel-heading.active i {
	color:#fff;
}

.panel-title {
    font-weight: 700;
}

.img-left {
    float: left;
    margin-right: 27px;
}

#home-blog {
    padding: 102px 0px 89px;
    background: #32343a;
    border-bottom: 1px solid #32343a;
}

#home-blog .section-title {
	margin-bottom:50px;
}

#home-blog .blog-excerpt h4 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 34px;
    margin: 3px 0px 3px;
    color: rgb(255, 0, 0);
}

#home-blog .blog-excerpt h4:hover {
	color:#6AAEE8;
}

#home-blog .blog-excerpt p {
    margin: 0 0 13px;
}

#home-blog .btn {
    margin: 39px auto 0;
    padding: 19px 51px 18px;
}

#home-blog .btn:hover {
color:#fff !important;
}

#home-blog article {
	background:#313339;
	border:1px solid #42474d;
}

.home-blog-thumb {
	position:relative;
}

.overlay3 {
	background:#fa7b14;
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	right:0;
	opacity:0;
	visibility:hidden;
	transition:.4s;
}

#home-blog article:hover .overlay3 {
	opacity:1;
	visibility:visible;
	transition:.4s;
}

.overlay3 span {
	width:100px;
	height:100px;
	background:#ffffff;
	border-radius:50%;
	position:absolute;
	top:50%;
	left:0;
	right:0;
	margin:-50px auto 0;
	color: #3a3e4a;
	font-size: 30px;
	text-align:center;
	line-height:29px;
    padding-top: 24px;
}

.overlay3 span em {
	font-style:normal;
	font-size: 14px;
	font-weight: bold;
	display:block;
}

.overlay3 span i {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #FFF;
    font-size: 16px;
    background: #000;
    display: table;
    position: absolute;
    top: -12px;
    right: -20px;
    border-radius: 50%;
}

#pricing {
    padding: 102px 0px 99px;
    background: #2e3035;
}

#pricing .section-title {
	margin-bottom:50px;
}

.no-margin {
	margin:0;
}

.plan-title {
    height: 109px;
    border-radius: 3px 3px 0 0;
    margin: 0px -1px;
    color: #6AAEE8;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 800;
    padding-top: 20px;
	background-image: -webkit-linear-gradient(bottom, #333, #373d45);
	background-image: -moz-linear-gradient(bottom, #333, #373d45);
	background-image: -o-linear-gradient(bottom, #333, #373d45);
	background-image: -ms-linear-gradient(bottom, #333, #373d45);
	background-image: linear-gradient(to top, #333, #373d45);
	transition:.4s;
}

.pricing-table:hover .plan-title {
	background-image: -webkit-linear-gradient(bottom, #414141, #333);
	background-image: -moz-linear-gradient(bottom, #414141, #333);
	background-image: -o-linear-gradient(bottom, #414141, #333);
	background-image: -ms-linear-gradient(bottom, #414141, #333);
	background-image: linear-gradient(to top, #414141, #333);
	transition:.4s;
}

.plan-title span {
    display: block;
    font-weight: 400;
    text-transform: none;
    font-size: 16px;
    margin-top: -4px;
	color:#bbccda;
}
.plan-title span em {
font-style:none;
color:#6AAEE8;
font-style:normal;
}

.pricing-features {
    margin-bottom: 31px;
}

.pricing-features li {
    line-height: 50px;
    margin: 0;
	background:#32343a;
	color:#999999;
	border-bottom:1px solid #3e4047;
}

.pricing-features li:nth-child(even) {
	background:#2e3035;
}

#pricing .btn {
    margin: 0 auto;
    display: table;
    padding: 16px 51px;
    border:2px solid #6AAEE8 ;
}

.pricing-table:hover .btn {
	background:transparent !important;
	border:2px solid #6AAEE8 ;
	color:#6AAEE8 !important;
}

.pricing-table {
	position:relative;
    border: 1px solid #3e4047;
    padding-bottom: 46px;
}

.pricing-table:after {
	content:"";
	height:1px;
	background:#3e4047;
	width:100%;
    position: absolute;
    bottom: 4px;
    right: 0;
    left: 0;
}

.pricing-table:before {
	content:"";
	height:1px;
	background:#3e4047;
	width:100%;
    position: absolute;
    bottom: 9px;
    right: 0;
    left: 0;
}

#cta-wrap {
    padding: 178px 0 176px;
	background:#1c2427;
	border-bottom:1px solid #45484b;
}

.cta-wrap2 {
	background:url(../images/pat2.jpg) no-repeat center top !important;
	border-bottom:1px solid #45484b;
}

#cta-wrap h2 {
	font-size:48px;
	font-weight:800;
	color: #fff;
	margin: 0 0 27px;
	line-height:30px;
}

#cta-wrap h2 span {
    font-size: 36px;
    display: block;
    margin-bottom: 20px;
}


#cta-wrap p {
    font-size: 16px;
    color: #FFF;
    margin: 0px 0px 44px;
    line-height: 26px;
}

#cta-wrap .btn-default {
    padding: 19px 59px;
}

.social {
    display: table;
    margin: 0px auto 41px;
}

.social li {
	float:left;
	margin:0 10px;
}

.social li a {
	width: 64px;
	height: 64px;
	display:table;
	-webkit-border-radius: 32px/32px 32px 31px 31px;
	-moz-border-radius: 32px/32px 32px 31px 31px;
	border-radius: 32px/32px 32px 31px 31px;
	background-color: #404040;
	-webkit-box-shadow: 0 2px 4px rgba(2,1,2,.25), inset 0 2px 2px rgba(255,255,255,.12);
	-moz-box-shadow: 0 2px 4px rgba(2,1,2,.25), inset 0 2px 2px rgba(255,255,255,.12);
	box-shadow: 0 2px 4px rgba(2,1,2,.25), inset 0 2px 2px rgba(255,255,255,.12);
	border: solid 1px rgba(2,1,2,.21);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.25), rgba(0,0,0,0));
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.25), rgba(0,0,0,0));
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.25), rgba(0,0,0,0));
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0,.25), rgba(0,0,0,0));
	background-image: linear-gradient(to top, rgba(0,0,0,.25), rgba(0,0,0,0));
    text-align: center;
    padding: 13px 0 0;
	position:relative;
}

.social li a .img-on {
	opacity:1;
	visibility:visible;
	transition:.4s;
}

.social li a .img-off {
    position: absolute;
    left: 12px;
    top: 14px;
	opacity:0;
	visibility:hidden;
	transition:.4s;
}

.social li a:hover .img-on {
	opacity:0;
	visibility:hidden;
	transition:.4s;
}

.social li a:hover .img-off {
	opacity:1;
	visibility:visible;
	transition:.4s;
}

.social li a.youtube:hover {
	background-color: #de1f26;
	-webkit-box-shadow: 0 2px 4px rgba(2,1,2,.25), inset 0 2px 1px rgba(255,255,255,.45), inset 0 0 1px rgba(255,255,255,.2);
	-moz-box-shadow: 0 2px 4px rgba(2,1,2,.25), inset 0 2px 1px rgba(255,255,255,.45), inset 0 0 1px rgba(255,255,255,.2);
	box-shadow: 0 2px 4px rgba(2,1,2,.25), inset 0 2px 1px rgba(255,255,255,.45), inset 0 0 1px rgba(255,255,255,.2);
	border: solid 1px #4c1012;
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.5), rgba(0,0,0,0));
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.5), rgba(0,0,0,0));
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.5), rgba(0,0,0,0));
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0,.5), rgba(0,0,0,0));
	background-image: linear-gradient(to top, rgba(0,0,0,.5), rgba(0,0,0,0));
}

.social li a.googleplus:hover {
	background-color: #4176e3;
	-webkit-box-shadow: 0 2px 4px rgba(2,1,2,.25), inset 0 2px rgba(255,255,255,.21), inset 0 0 0 1px rgba(255,255,255,.06);
	-moz-box-shadow: 0 2px 4px rgba(2,1,2,.25), inset 0 2px rgba(255,255,255,.21), inset 0 0 0 1px rgba(255,255,255,.06);
	box-shadow: 0 2px 4px rgba(2,1,2,.25), inset 0 2px rgba(255,255,255,.21), inset 0 0 0 1px rgba(255,255,255,.06);
	border: solid 1px #0c1d3f;
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.45), rgba(0,0,0,0));
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.45), rgba(0,0,0,0));
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.45), rgba(0,0,0,0));
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0,.45), rgba(0,0,0,0));
	background-image: linear-gradient(to top, rgba(0,0,0,.45), rgba(0,0,0,0));
}

.social li a.facebook:hover {
	background-color: #3b5997;
	-webkit-box-shadow: 0 2px 4px rgba(2,1,2,.25), inset 0 2px 1px rgba(255,255,255,.24), inset 0 0 1px rgba(255,255,255,.15);
	-moz-box-shadow: 0 2px 4px rgba(2,1,2,.25), inset 0 2px 1px rgba(255,255,255,.24), inset 0 0 1px rgba(255,255,255,.15);
	box-shadow: 0 2px 4px rgba(2,1,2,.25), inset 0 2px 1px rgba(255,255,255,.24), inset 0 0 1px rgba(255,255,255,.15);
	border: solid 1px #151e30;
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.5), rgba(0,0,0,0));
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.5), rgba(0,0,0,0));
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.5), rgba(0,0,0,0));
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0,.5), rgba(0,0,0,0));
	background-image: linear-gradient(to top, rgba(0,0,0,.5), rgba(0,0,0,0));
}

.social li a.twitter:hover {
	background-color: #a5dee8;
	-webkit-box-shadow: 0 2px 4px rgba(2,1,2,.25), inset 0 2px rgba(255,255,255,.75), inset 0 0 1px rgba(255,255,255,.54);
	-moz-box-shadow: 0 2px 4px rgba(2,1,2,.25), inset 0 2px rgba(255,255,255,.75), inset 0 0 1px rgba(255,255,255,.54);
	box-shadow: 0 2px 4px rgba(2,1,2,.25), inset 0 2px rgba(255,255,255,.75), inset 0 0 1px rgba(255,255,255,.54);
	border: solid 1px #192d31;
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.35), rgba(0,0,0,0));
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.35), rgba(0,0,0,0));
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.35), rgba(0,0,0,0));
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0,.35), rgba(0,0,0,0));
	background-image: linear-gradient(to top, rgba(0,0,0,.35), rgba(0,0,0,0));
}

.social li a.share:hover {
	background-color: #66b339;
	-webkit-box-shadow: 0 2px 4px rgba(2,1,2,.25), inset 0 2px rgba(255,255,255,.38), inset 0 0 1px rgba(255,255,255,.26);
	-moz-box-shadow: 0 2px 4px rgba(2,1,2,.25), inset 0 2px rgba(255,255,255,.38), inset 0 0 1px rgba(255,255,255,.26);
	box-shadow: 0 2px 4px rgba(2,1,2,.25), inset 0 2px rgba(255,255,255,.38), inset 0 0 1px rgba(255,255,255,.26);
	border: solid 1px #304e1f;
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.4), rgba(0,0,0,0));
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.4), rgba(0,0,0,0));
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.4), rgba(0,0,0,0));
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0,.4), rgba(0,0,0,0));
	background-image: linear-gradient(to top, rgba(0,0,0,.4), rgba(0,0,0,0));
}

.social li a.messanger:hover {
	background-color: #22636e;
	-webkit-box-shadow: 0 2px 4px rgba(2,1,2,.25), inset 0 2px 2px rgba(255,255,255,.23), inset 0 0 1px rgba(255,255,255,.15);
	-moz-box-shadow: 0 2px 4px rgba(2,1,2,.25), inset 0 2px 2px rgba(255,255,255,.23), inset 0 0 1px rgba(255,255,255,.15);
	box-shadow: 0 2px 4px rgba(2,1,2,.25), inset 0 2px 2px rgba(255,255,255,.23), inset 0 0 1px rgba(255,255,255,.15);
	border: solid 1px #0e3339;
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.35), rgba(0,0,0,0));
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.35), rgba(0,0,0,0));
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.35), rgba(0,0,0,0));
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0,.35), rgba(0,0,0,0));
	background-image: linear-gradient(to top, rgba(0,0,0,.35), rgba(0,0,0,0));
}

.social li a.flickr:hover {
	background-color: #f5f5f5;
	-webkit-box-shadow: 0 2px 4px rgba(2,1,2,.25), inset 0 2px #fff, inset 0 0 1px rgba(255,255,255,.75);
	-moz-box-shadow: 0 2px 4px rgba(2,1,2,.25), inset 0 2px #fff, inset 0 0 1px rgba(255,255,255,.75);
	box-shadow: 0 2px 4px rgba(2,1,2,.25), inset 0 2px #fff, inset 0 0 1px rgba(255,255,255,.75);
	border: solid 1px #383738;
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.3), rgba(0,0,0,0));
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.3), rgba(0,0,0,0));
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.3), rgba(0,0,0,0));
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0,.3), rgba(0,0,0,0));
	background-image: linear-gradient(to top, rgba(0,0,0,.3), rgba(0,0,0,0));
}

.social li a.linkedin:hover {
	background-color: #56a1c4;
	-webkit-box-shadow: 0 2px 4px rgba(2,1,2,.25), inset 0 2px rgba(255,255,255,.38), inset 0 0 1px rgba(255,255,255,.3);
	-moz-box-shadow: 0 2px 4px rgba(2,1,2,.25), inset 0 2px rgba(255,255,255,.38), inset 0 0 1px rgba(255,255,255,.3);
	box-shadow: 0 2px 4px rgba(2,1,2,.25), inset 0 2px rgba(255,255,255,.38), inset 0 0 1px rgba(255,255,255,.3);
	border: solid 1px #172c36;
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.45) 1%, rgba(0,0,0,0));
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.45) 1%, rgba(0,0,0,0));
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.45) 1%, rgba(0,0,0,0));
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0,.45) 1%, rgba(0,0,0,0));
	background-image: linear-gradient(to top, rgba(0,0,0,.45) 1%, rgba(0,0,0,0));
}

.social li a.vimeo:hover {
	background-color: #c6e3f9;
	-webkit-box-shadow: 0 2px 4px rgba(2,1,2,.25), inset 0 2px rgba(255,255,255,.88), inset 0 0 1px rgba(255,255,255,.75);
	-moz-box-shadow: 0 2px 4px rgba(2,1,2,.25), inset 0 2px rgba(255,255,255,.88), inset 0 0 1px rgba(255,255,255,.75);
	box-shadow: 0 2px 4px rgba(2,1,2,.25), inset 0 2px rgba(255,255,255,.88), inset 0 0 1px rgba(255,255,255,.75);
	border: solid 1px rgba(2,1,2,.59);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.35), rgba(0,0,0,0));
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.35), rgba(0,0,0,0));
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.35), rgba(0,0,0,0));
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0,.35), rgba(0,0,0,0));
	background-image: linear-gradient(to top, rgba(0,0,0,.35), rgba(0,0,0,0));
}

footer {
    padding: 10px 0;
	background:#2a2929;
}

footer P {
    margin: 0px;
    font-size: 16px;
    color: #829199;
    line-height: 30px;
}

footer P a {
	color: #6AAEE8;
}

.page-title {
    background: #1F292E;
    padding: 62px 0px 0px;
}

.page-title h2 {
    color: #fff !important;
    font-size: 60px;
    font-weight: 800;
    margin-bottom: 3px;
}

.page-title p {
    color: #fff;
    font-size: 18px;
}

.iphone-img {
    float: right;
    position: relative;
    right: 34px;
    top: 13px;
}

#map-default {
	width: 100%;
	height: 400px;
}

.info-bg {
	background:url(../images/info-bg.jpg) no-repeat center top;
	background-size:cover;
}

.info-content2 .section-title {
    margin-bottom: 50px;
} 

.ic2-info {
	background-color: rgba(33,35,39,0.50);
}

.ic2-info.text-right {
    position: relative;
    right: -15px;
    margin-bottom: 10px;
    display: table;
}

.ic2-info.text-right h4 {
    color: #FFF;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    margin-right: 0;
    margin-top: 52px;
    margin-bottom: 23px;
}

.ic2-info.text-right h4 i {
    float: right;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background-color: #6AAEE8;
    border: 2px solid #FFF;
    font-size: 20px;
    text-align: center;
    line-height: 46px;
    margin-top: -16px;
    margin-left: 14px;
}

.ic2-info p {
    margin: 0px;
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 30px;
}

.ic2-info.text-left {
    position: relative;
    padding: 20px;
    width:85%;
    margin: 10px;
    display: table;
}

.ic2-info.text-left h4 {
    color: #FFF;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    margin-right: 0;
    margin-top: 30px;
    margin-bottom: 23px;
    border-bottom: 2px solid #6AAEE8;
}

.ic2-info.text-left h4 span {
	display: inline-block;
    margin-bottom: 5px;
}

.ic2-info.text-left h4 i {
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background-color: #6AAEE8;
    border: 2px solid #FFF;
    font-size: 20px;
    text-align: center;
    line-height: 46px;
    margin-top: -16px;
    margin-right: 14px;
}

#team {
	background:#32343a;
    padding: 102px 0 100px;
}

#team .section-title {
	margin-bottom:50px;
}

.staff-info {
	border:1px solid #46484d;
}

.staff-details {
    padding: 6px 20px 17px;
    background: #2f3136;
	transition:.4s;
}

.staff-info:hover .staff-details {
	background:#333333;
	transition:.4s;
}

.staff-details h5 {
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
	transition:.4s;
}

.staff-info:hover .staff-details h5 {
	color:#6AAEE8;
	transition:.4s;
}

.staff-details p {
	font-size:14px;
	color:#999999;
	font-weight:400;
	margin:0;
}

.staff-social {
    display: table;
    padding: 13px 23px 13px;
	border-top:1px solid #46484d;
	background:transparent;
	width:100%;
}

.staff-social ul li {
	float:left;
	margin-right: 18px;
}

.staff-social ul li a {
    color: #cccccc;
    font-size: 16px;
}

.staff-social ul li a:hover {
	color:#888d9e;
}

.staff-pic {
	position:relative;
}

.overlay4 {
    background: #6AAEE8;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
	opacity:0;
	visibility:hidden;
	transition:.4s;
}

.staff-info:hover .overlay4 {
	opacity:1;
	visibility:visible;
	transition:.4s;
}

.overlay4 span {
    font-size: 150px;
    font-weight: 800;
    color: #fff;
    position: absolute;
    height: 76px;
    line-height: 60px;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -38px;
	width:100%;
}

#team .btn-center {
padding:19px 38px;
}

#contact {
	width:100%;
	padding:102px 0 100px;
	background-color:#1c2427;
	background: #2b3438 url(../images/contact.jpg) no-repeat center top fixed;
	background-size: cover;
}

#contact .section-title {
	margin-bottom:50px;
}

.contact-detail h5 {
    margin: -3px 0px 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 800;
}

.contact-detail p {
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    line-height: 24px;
    padding-right: 14px;
	margin-bottom: 11px;
}

.contact-detail .c-info li {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    padding-right: 14px;
    color: #fff;
    margin-bottom: 2px;
    padding-left: 30px;
	position:relative;
}

.contact-detail .c-info li i {
    position: absolute;
    top: 4px;
    left: 0px;
}

.c-social {
    margin-top: 13px;
    display: table;
}

.c-social li {
    float: left;
    font-size: 24px;
    margin-right: 24px;
}

.c-social li a {
	color:#fff;
}

.c-social li:first-child:hover a {color:#3b5998;}
.c-social li:nth-child(2):hover a {color:#00aced;}
.c-social li:nth-child(3):hover a {color:#cb2027;}
.c-social li:nth-child(4):hover a {color:#dd4b39;}
.c-social li:nth-child(5):hover a {color:#32506d;}
.c-social li:nth-child(6):hover a {color:#ea4c89;}
.c-social li:nth-child(7):hover a {color:#aad450;}
.c-social li:nth-child(8):hover a {color:#007bb5;}

.contact-form div input {
    width: 100%;
    font-style: italic;
    height: 40px;
    background-color: transparent;
	-webkit-box-shadow: inset 0 2px 3px rgba(0,0,0,.12);
	-moz-box-shadow: inset 0 2px 3px rgba(0,0,0,.12);
	box-shadow: inset 0 2px 3px rgba(0,0,0,.12);
    border: 1px solid #6C777C;
    font-size: 15px;
    color: #fff;
	padding: 0px 35px 0 15px;
    line-height: 38px;
    margin-bottom: 10px;
}
	
.contact-form div input + i {
    color: #5d696f;
    font-size: 15px;
    float: right;
	margin-top: -37px;
    left: -11px;
    position: relative;
}

.contact-form div textarea {
    width: 100%;
    font-style: italic;
    height: 90px;
    background-color: transparent;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.12) inset;
    border: 1px solid #6C777C;
    font-size: 15px;
    color: #fff;
    padding: 0px 15px;
    line-height: 31px;
    margin-bottom: 10px;
}	

.contact-form button {
    border: none;
    background: #6AAEE8;
    line-height: 40px;
    width: 100%;
    border-radius: 5px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 14px;
}

.contact-form button:hover {
    background: #829199;
    color: #fff;
}

#stats {
	padding:102px 0;
	background:#fff;
}

#stats .section-title {
	margin-bottom:80px;
}

.count {
	font-size: 60px;
	text-transform: uppercase;
	color: #2f383d;
	font-weight:300;
}

.stats-info {
	cursor:pointer;
}

.stats-info h2 {
	margin:0;
	font-size: 16px;
	text-transform: uppercase;
	color: #2f383d;
	font-weight:800;
	border-bottom:10px solid #829199;
	padding-bottom:27px;
	transition:.4s;
}

.stats-info p {
    margin: 0 0 -4px;
}

.stats-info:hover h2 {
	border-bottom:10px solid #6AAEE8;
	transition:.4s;
}

.gal-nav {
    margin-bottom: 30px;
    display: table;
}

.gal-nav li {
	float:left;
	width:8.33333%;
}

.gal-nav li div {
border-right:1px solid #3d3f46;
border-top:1px solid #3d3f46;
border-bottom:1px solid #3d3f46;
width:100%;
padding:9px;
display:table;
cursor:pointer;
}

.gal-nav li:first-child div {
border-left:1px solid #3d3f46;
}

.gal-nav li div img {
	width:100%;
	opacity:1;
	transition:.4s;
}

.gal-nav li div:hover img ,
.gal-nav li.flex-active div img {
	width:100%;
	opacity:0.4;
	transition:.4s;
}

#gal-slider {
    border: 1px solid #3d3f46;
	border-bottom:none;
    padding: 9px;
}

.flex-prev {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: table;
    position: absolute;
    top: 50%;
    left: 36px;
    z-index: 999;
    margin-top: -18px;
}

.flex-prev span {
	background:transparent;
	transition:.4s;
	width:36px;
	height:36px;
	border-radius:50%;
	display:table;
}


.flex-prev span i {
	width:30px;
	height:30px;
	background:#829199 url(../images/prev.png) no-repeat center center;
	border-radius:50%;
	margin:3px;
	display:table;
	transition:.4s;
}
	
	
.flex-next {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: table;
    position: absolute;
    top: 50%;
    right: 36px;
    z-index: 999;
    margin-top: -18px;
}

.flex-next span {
	background:transparent;
	width:36px;
	height:36px;
	border-radius:50%;
	display:table;
	transition:.4s;
}

.flex-next span i {
	width:30px;
	height:30px;
	background:#829199 url(../images/next.png) no-repeat center center;
	border-radius:50%;
	margin:3px;
	display:table;
}

.flex-next:hover span ,
.flex-prev:hover span {
	background:#fff;
	transition:.4s;
}

.flex-next:hover span i ,
.flex-prev:hover span i {
	background-color:#6AAEE8;
	transition:.4s;
}

.boxed {
background:#222327;
}

.boxed .body {
	width:100%;
	max-width:1230px;
	margin:0 auto;
	overflow:hidden;
	background:#32343a;
}

.blog-single {
	padding: 85px 0px 102px;
}

.blog-single h2 {
    color: #fff;
    margin: 41px 0 0;
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 800;
}

.blog-single .post-meta {
    font-size: 18px;
    font-weight: 700;
    color: #829199;
    margin: 17px 0 35px;
}

.blog-single p.lead {
    font-size: 18px;
    color: #666666;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: -0.11px;
    margin-bottom: 27px;
}

.blockquote {
	margin: 0px 40px 29px;
    font-size: 27px;
    font-style: italic;
    font-weight: 700;
    border-left: 8px solid #6AAEE8;
    padding-left: 20px;
    padding-bottom: 5px;
    letter-spacing: -0.5px;
	color:#6AAEE8;
}

.blog-single p {
    color: #a0aaaf;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
}

.blog-single h6 {
    font-size: 30px;
    font-weight: 800;
    margin: 43px 0 15px;
	color:#fff;
}

.panel-wrap {
    background: #6AAEE8;
    font-size: 20px;
    color: #e1e4e7;
    padding: 30px 36px;
    margin: 36px 0 43px ;
    display: table;
    width: 100%;
    line-height: 32px;
    border-radius: 3px;
}

.list2 {
    margin-bottom: 26px;
}

.list2 li {
    color: #666666;
    font-style: italic;
    padding-left: 35px;
    font-size: 18px;
    margin-bottom: 12px;
	position:relative;
}

.list2 li i {
    font-family: "ElegantIcons";
    color: #6AAEE8;
    font-size: 18px;
    font-style: normal;
    position: absolute;
    top: 0px;
    left: 0;
}

.blog-single hr {
    height: 1px;
    background: #55565b;
	border:none;
}

.btn-comment {
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
    padding: 16px 24px;
    background: #6AAEE8;
    margin-top: 8px;
    display: table;
    border-radius: 3px;
}

.btn-comment i {
	font-size:24px;
	font-weight:800;
	text-transform:uppercase;
	margin-right:20px;
}

.btn-comment:hover {
	background:#829199;
	color:#fff;
}

.btn-ico {
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    color: #829199;
    padding: 14px 24px;
    background: transparent;
    border: 2px solid #829199;
    margin-top: 8px;
    display: table;
    border-radius: 3px;
    width: 200px;
    margin-left: 20px;
}

.btn-ico i {
	font-size:24px;
	font-weight:800;
	text-transform:uppercase;
	margin-right:20px;
	color:#333;
	position:relative;
	top:2px;
}

.btn-ico:hover {
	background:#6AAEE8;
	color:#fff !important;
	border-color:#6AAEE8;
}

.btn-ico:hover i {
	color:#fff !important;
}
.blog-single .pull-right a {
	float:left;
}

.blog-width-830 {
	max-width:830px;
	width:100%;
	margin:0 auto;
}

#ajax p {
    color: #a0aaaf;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 30px;
	font-weight:300;
}

#ajax h2 {
	font-size:30px;
	line-height:50px;
	text-transform:uppercase;
	color:#333;
	font-weight:800;
}

#ajax .blockquote {
	margin-left:0px;
}

#ajax {
    display: block;
    height: auto !important;
    padding-bottom: 55px;
}

.close {
    font-family: "ElegantIcons";
    font-size: 36px;
    margin-bottom: 50px;
    color: #6AAEE8;
    text-align: center;
    opacity: 1;
    font-weight: 400;
    margin: 0 auto 18px;
    display: table;
    float: none;
}

.portfolio-single {
    padding: 75px 0px 50px;
}

.ps-info h2 {
    color: #333;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 44px;
    margin: 0 0 11px;
}

.ps-info span {
    font-size: 16px;
    margin-bottom: 52px;
    display: table;
	color:#829199;
}

.ps-info span i {
    font-size: 19px;
    position: relative;
    top: 3px;
    margin-right: 6px;
}

.ps-info h4 {
    font-size: 25px;
    color: #333;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 11px;
}

.ps-info p {
    color: #a0aaaf;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
}

.portfolio-single hr {
    height: 1px;
	border:none;
    background: #55565B ;
}

.data .slick-prev {
	width:40px;
	height:40px;
	background:#2f383d;
	border:none;
	font-size:0px;
	position:absolute;
	top:50%;
	margin-top:-20px;
	left:0;
	z-index: 88;	
}

.data .slick-next {
	width:40px;
	height:40px;
	background:#2f383d;
	border:none;
	font-size:0px;
	position:absolute;
	top:50%;
	margin-top:-20px;
	right:0;
	z-index: 88;	
}

.data .slick-prev:hover ,
.data .slick-next:hover {
	background:#6AAEE8;
}

.data .slick-prev:after {
	content:"4";
	font-family: "ElegantIcons";
	position:absolute;
	top:0;
	left:0;
	right:0;
	width:40px;
	height:40px;
	text-align:center;
	line-height:40px;
	font-size:24px;
	color:#fff;
}
	
.data .slick-next:after {
	content:"5";
	font-family: "ElegantIcons";
	position:absolute;
	top:0;
	left:0;
	right:0;
	width:40px;
	height:40px;
	text-align:center;
	line-height:40px;
	font-size:24px;
	color:#fff;
}
	
.ps-social {
    margin-top: 5px;
    display: table;
}

.ps-social li {
    float: left;
    font-size: 30px;
    margin-right: 14px;
}

.ps-social li a {
	color:#a0aaaf;
}

.ps-social li:first-child:hover a {color:#3b5998;}
.ps-social li:nth-child(2):hover a {color:#00aced;}
.ps-social li:nth-child(3):hover a {color:#cb2027;}
.ps-social li:nth-child(4):hover a {color:#dd4b39;}
.ps-social li:nth-child(5):hover a {color:#32506d;}
.ps-social li:nth-child(6):hover a {color:#aad450;}
.ps-social li:nth-child(7):hover a {color:#007bb5;}

.prevnext a {
    background: transparent;
    width: 130px;
    height: 50px;
    display: block;
    float: left;
    margin-left: 10px;
    border-radius: 3px;
    border: 2px solid #829199;
    color: #829199;
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 6px;
    line-height: 48px;
    padding: 0;
    text-align: center;
    font-weight: 700;
    padding-right: 10px;
	position:relative;
}

.prevnext a:hover {
    background: #6AAEE8;
    border: 2px solid #6AAEE8;
    color: #fff;
}

.prevnext a:last-child {
    padding-right: 0px;
}

.prevnext a i {
    font-size: 30px;
    position: relative;
    top: 4px;
    left: -13px;
    margin-right: -9px;
}

.prevnext a:last-child i {
    font-size: 30px;
    position: relative;
    top: 5px;
    left: 11px;
    margin-right: -9px;
    margin-left: -2px;
}

.div-relative {
	position:relative;
}

.error-content {
	background: #dedfe0 url(../images/bg/10.jpg) no-repeat center top fixed;
    padding: 125px 0px 147px;
}

.error-content span {
	font-size:72px;
	color:#fff;
	font-weight:400;
}

.error-content h2 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 129px;
    margin: -26px 0 -1px;
}

.error-content p {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 65px;
	letter-spacing: -0.1px;
}

.search-form {
    border: 1px solid #fff;
    width: 570px;
	margin: 0px auto 50px;
    height: 60px;
    border-radius: 3px;
    position: relative;
    left: 3px;
    background: transparent;
}

.search-form input {
    width: 100%;
    background: transparent;
    border: none;
    height: 58px;
    border-radius: 3px;
    color: #fff;
    font-size: 18px;
    padding: 0 60px 0 28px;
}

.search-form button {
    height: 60px;
    background: transparent;
    border: none;
    color: #fff;
    position: absolute;
    top: 0;
    right: 21px;
    font-size: 30px;
}

.search-form input::-webkit-input-placeholder { color: #fff;opacity:1; }
.search-form input:-moz-placeholder { color: #fff;opacity:1; }
.search-form input::-moz-placeholder { color: #fff;opacity:1; }
.search-form input:-ms-input-placeholder { color: #fff;opacity:1; }

.error-content .btn {
    padding: 23px 46px;
	border:none;
}

/*#jpreOverlay {
	background: #222 url(../images/preloader.jpg) no-repeat center top;
	background-size:cover;
	text-align: center;
}

#jpreSlide {
	font-size: 20px;
	font-weight: bold;
	color: #ccc;
	text-align: center;
	width: 50%;
	height: 30%;
}
.preload_logo{
	position:fixed;
	left:0;
	right:0;
	top:100px;
	margin-top:-15px;
}
#jpreLoader{
	background:#161616;
	max-width:100%;
	width: 100%;
	height: 10px;
	margin-top:150px;
}

#jpreBar { background: #ff811b; }
#jprePercentage {
	position:fixed;
	color: #fff;
	top: -100%;
	bottom:auto;
	right:0;
	left:0;
	margin:-170px auto 0;
	background:url(../images/preloader_pc.png) no-repeat center center;
	width:117px;
	height:115px;
	line-height:115px;
	font-size:24px;
	font-weight:300;
	text-align:center;
	display:table;
}
#jpreButton {
	background: #cc1313;
	color: #fff;
	height: auto !important;
	display: inline-block;
	padding: 5px 10px;
	font-size:14px;
	cursor: pointer;
	line-height: normal;
}

#jSplash p {
	text-align:center;
	font-size:14px;
	line-height:30px;
	color:#829199;
	margin:0;
	position:fixed;
	bottom:50px;
	left:0;
	right:0;
}

#jSplash p a {
	color:#6AAEE8;
}
*/
.tc-paging {
    display: table;
    margin: 0px auto;
    position: absolute;
    left: 0;
    right: 0;
}

.slider {
    display: block;
   margin: auto;
    margin-top: 10px;
    position: relative;
}
 
#tweecool {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

#tweecool > ul {
    list-style: none;
    height: 100%;
    width: 400%;
    overflow: hidden;
    position: relative;
    left: 0px;
    -webkit-transition: left .8s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: left .8s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: left .8s cubic-bezier(0.77, 0, 0.175, 1);
    transition: left .8s cubic-bezier(0.77, 0, 0.175, 1);
}
 
#tweecool > ul > li {
    width: 25%;
    float: left;
    position: relative;
}
 
#tweecool > ul > li > img {
    margin: auto;
    height: 100%;
}
 
.slider input[type=radio] {
    visibility: hidden;
	display:none;
}
 
.slider label {
    position: absolute;
    z-index: 100;
    width: 10px;
    height: 10px;
    background-color:#fff;
	border:2px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    margin-top: 178px;
}

.slider input[type=radio]#control1:checked~label[for=control1] { width:14px;height:14px;background-color: transparent;border-color:#fff;top: -2px;margin-left: -36px !important; }
.slider input[type=radio]#control2:checked~label[for=control2] { width:14px;height:14px;background-color: transparent;border-color:#fff;top: -2px;margin-left: -14px !important; }
.slider input[type=radio]#control3:checked~label[for=control3] { width:14px;height:14px;background-color: transparent;border-color:#fff;top: -2px;margin-left: 4px !important; }
.slider input[type=radio]#control4:checked~label[for=control4] { width:14px;height:14px;background-color: transparent;border-color:#fff;top: -2px;margin-left: 22px !important; }

.slider label[for=control1] { margin-left: -30px !important }
.slider label[for=control2] { margin-left: -12px !important }
.slider label[for=control3] { margin-left: 6px !important }
.slider label[for=control4] { margin-left: 24px !important }

.slider input[type=radio]#control1:checked~#tweecool > ul { left: 0 }
.slider input[type=radio]#control2:checked~#tweecool > ul { left: -100% }
.slider input[type=radio]#control3:checked~#tweecool > ul { left: -200% }
.slider input[type=radio]#control4:checked~#tweecool > ul { left: -300% }

.blog_pn hr {
display:none;
}

.ps-info h4 ,
.ps-info h2 {
    color: #fff;
}

.side-content h5 ,
.blog-comments h6 ,
.blog-single2 h2 {
    color: #fff;
}

.bs2-meta {
	border-bottom: 1px solid #48494e;
}

.author-info {
    border: 1px solid #48494e;
}

.author-info img {
    border: 1px solid #48494e;
}

.comments-list li {
    border-bottom: 1px solid #48494e;
}

.blog-comments .contact-form div input ,
.blog-comments .contact-form div textarea {
    border: 1px solid #48494e;
    color: #fff;
}

.side-list li a {
    border-bottom: 1px solid #4f5056;
}

.side-flickr ,
.side-rss li:first-child a, 
.side-rss li:first-child:hover a ,
.list-tags li a ,
.side-list ,
.side-archive ,
.side-posts ,
.side-comments ,
.lightbox ,
.side-twitter ,
.testimonial-content p ,
.side-social ,
.side-about ,
.side-video {
background:#2b2c30;
border:1px solid #4f5056;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body ,
#accordion-e2 .panel-heading.active .panel-title a ,
#accordion-e3 .panel-heading.active .panel-title a ,
#accordion-e4 .panel-heading.active .panel-title a ,
.panel-title > a {
background:#2b2c30;
}

#accordion-e2 .panel-heading + .panel-collapse > .panel-body ,
#accordion-e3 .panel-heading + .panel-collapse > .panel-body ,
#accordion-e4 .panel-heading + .panel-collapse > .panel-body {
    border-top: 1px solid #48494e !important;
}

#accordion-e2 .panel-default ,
#accordion-e3 .panel-default ,
#accordion-e4 .panel-default {
    border: 1px solid #48494e;
}

.side-twitter #tweet_feed ul li {
    border-bottom: 1px solid #48494e;
}

.side-content .search-form {
    border: 1px solid #48494e;
}

.side-content .search-form button {
    color: #48494e;
}

.side-posts ul li ,
.side-comments ul li {
    border-bottom: 1px solid #48494e;
}

.stab2-content , .stab-content {
background:#2b2c30;
    border: 1px solid #48494e;
}

ul.stabs li, ul.stabs2 li {
    color: #fff;
    background: #3b3d41;
}

ul.stabs2 li.current, ul.stabs li.current {
    background: #2b2c30;
    color: #6AAEE8;
}

.lb-info h4 ,
.sub-head {
    color: #fff;
}

.panel-title > a {
    color: #fff;
}

.side-rss li a {
    color: #829199;
}

.side-comments ul li h3 a ,
.dropcap ,
.section-content strong ,
.section-content h3 ,
.h1,.h2,.h3,.h4,.h5,.h6 {
	color:#fff;
}

.blockquote3 {
    background: #201e1f;
	max-width:100%;
}

#shortcodes ul.stabs li, #shortcodes ul.stabs2 li {
    padding: 18px 31.5px;
}

.testimonial-content p:after {
	content:"";
	width:11px;
	height:8px;
	background:url(../images/bubble2.png) no-repeat center center;
}

#ajax h2 {
	color:#fff;
}

/* 28. RESPONSIVE STYLES */

@media only screen and (min-width: 1350px) and (max-width: 767px)   {
.client-carousel .slick-prev {
	right: -20px;
}

.client-carousel .slick-next {
	left: -20px;
}
}

@media only screen and (min-width: 1100px) and (max-width: 1300px)   {
	ul.tabs li {
		padding:8px 25.2px !important;
	}

	.navbar-nav > li {
		margin: 0 0 0 25px !important;
	}

}

@media only screen and (min-width: 200px) and (max-width: 767px)   {

.flexslider .slides img {
    width: auto;
    display: block;
    height: 100%;
}

.flexslider .slides > li {
    height: 100vh;
}

#home-slider .flex-control-nav {
	display:none;
}

header {
	position: fixed;
	z-index: 999999;
	left: 0;
	right: 0;
	top: 0;
}

#intro {
    padding: 30px 0px 45px;
    position: relative;
}

.container {
	padding: 0 10px;
}

.no-padding {
	padding-right: 10px;
	padding-left: 10px;
}

.navbar-default .navbar-toggle , .navbar-default .navbar-toggle:focus {
	border: 0px none;
	background: #6AAEE8;
	border-radius: 0px;
	width: 50px;
	height: 50px;
	padding: 0px 15px;
	margin: 20px 40px 0;
}

.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 3px;
	border-radius: 0;
	background: #fff !important;
}

#intro h1 span {
	left: 0;
	font-size: 20px;
	margin-bottom: -9px;
}

#intro h1 {
	color: #FFF;
	font-size: 36px;
	font-weight: 800;
	line-height: 35px;
	margin-bottom: 6px;
}

#intro p {
	font-size: 9px;
	margin-bottom: 14px;
	line-height: 9px;
}

.btn-default {
	padding: 10px 15px;
	font-size: 12px;
}

#intro {
	padding: 106px 0px 45px;
	position: relative;
}

.intro-scroll {
	display: none;
}

.sticky-wrapper {
	height: 0px !important;
}

#services {
	padding: 50px 0px 0px;
	border-bottom: 1px solid #E6E9EA;
}

.section-title h3 {
	font-size: 30px;
	line-height: 36px;
	margin: 0px 0px 6px;
}

.section-title p {
	font-size: 14px;
	color: #829199;
	margin: 0px 0px 23px;
	line-height: 24px;
	padding: 0 15px;
}

.section-title hr {
	width: 50px;
	height: 4px;
}

.section-title hr::after {
	width: 25px;
	height: 4px;
}

.section-title {
	margin-bottom: 50px;
}

.service p {
	margin-bottom: 43px;
}

.folio-filter li {
	float: none;
	margin: 0;
	width: 100%;
}

.folio-filter li a {
	padding: 0px 20px;
	text-align: left;
	width: 100%;
}

.folio-filter {
	display: block;
	margin: -39px 5px 0px;
	padding-bottom: 10px;
	width: auto;
}

#portfolio {
	padding: 50px 0px 50px;
}

.mob-filter {
	float: right;
	position: relative;
	right: 10px;
	width: 40px;
	height: 38px;
	background: transparent;
	color: #fff;
	text-align: center;
	line-height: 38px;
	font-size: 21px;
	border-left: 1px solid #232323;
}

.folio-filter li {
	float: none;
	margin: 0px;
	width: 100%;
	margin-bottom: -1px;
	display: none;
}

.folio-filter li:first-child ,
.folio-filter li:first-child .selected {
	border: none;
	margin-bottom: 0;
	background: #333333;
	border: none;
	color: #fff;
	display: block;
}

.folio-filter:hover li {
	display: block;
}

.folio-filter li:first-child a {
	border: none;
}

.folio-filter li a.selected {
	background: #fff;
	border-bottom: 1px solid #829199;
	color: #829199;
}

.folio-item {
	float: left;
	width: 50%;
	padding: 0px 5px;
	margin-bottom: 10px;
}

.overlay h4 {
	padding: 0 10px;
}

.info-content {
	padding: 50px 0px 10px;
}

.info-content h4 {
	color: #FFF;
	font-size: 30px;
	line-height: 38px;
	font-weight: 800;
	margin: 0px 0px 38px;
	text-align: center;
}

.ic-ico {
	display: block;
	float: none;
	padding-top: 26px;
	margin: 0 auto 16px;
}

.ic-info {
	margin-left: 0;
	text-align: center;
}

.dual-btns .btn-default {
	margin-right: auto;
	margin-left: auto;
	display: table;
	margin-bottom: 20px;
}

#testimonials {
	padding: 50px 0px 50px;
}

.client-thumb {
	width: 100px;
	float: none;
	margin: 0 auto 20px;
}

.client-quote {
	margin-left: 0;
	margin-bottom: 81px;
	text-align: center;
}

.client-social {
	display: table;
	margin: 0 auto 7px;
}

.client-ratings {
	margin: 0 auto;
	display: table;
}

.client-quote {
	margin-bottom: 30px;
}

.client-carousel .slick-next {
	left: 10px;
	z-index: 9999;
}

.client-carousel .slick-prev {
	right: 10px;
	z-index: 9999;
}

#about {
	margin-top: 47px;
	padding: 50px 0px 50px;
}

#about .container {
	padding: 0 20px;
}

.about-info h3 {
	margin: 50px 0px 12px;
}

.about-info .img-responsive {
	margin-top: 0;
}

.cta {
	padding: 50px 0px;
}

#skills {
	padding: 50px 0px 17px;
}

#skills .section-title {
	margin-bottom: 30px;
}

.row {
	margin-right: -10px;
	margin-left: -10px;
}

.cs-wrap {
	position: relative;
	left: -0px;
}

#acctabs {
	padding: 50px 0px;
}

#acctabs .section-title {
	text-align: center;
	margin-bottom: 30px;
}

#accordion-e1 {
	margin-bottom: 34px;
}

ul.tabs li {
	margin-top: 1px;
	width: 100%;
}

.tab-content {
	padding: 135px 18px 27px;
}

.twitter-wrap h2 {
	font-size: 30px;
	line-height: 36px;
}

.tweet-text {
	font-size: 18px;
	padding: 11px;
	text-align: center;
	line-height: 30px;
}

.twitter-wrap .btn {
	font-size: 16px;
}

.twitter-wrap {
	padding: 70px 0px 70px;
}

#home-blog {
	padding: 50px 0;
}

#home-blog article {
	margin-bottom: 20px;
}

#home-blog .btn {
	display: none;
}

.ic2-info.text-right h4 i {
	float: left;
	margin-left: 0px;
	margin-right: 14px;
}

.ic2-info.text-right {
	position: relative;
	right: 0;
	margin-bottom: 10px;
	display: table;
	text-align: left;
}

#pricing .no-padding {
	padding-right: 15px;
	padding-left: 15px;
}

.ic2-info.text-left {
	right: 0;
}

.info-content2 {
	padding: 50px 0 40px;
}

.info-content2 .no-padding {
	padding-right: 15px;
	padding-left: 15px;
}

#team {
	padding: 50px 0px 30px;
}

.staff-info {
	margin-bottom: 20px;
}

#contact {
	padding: 50px 0;
}

.c-social {
	margin-bottom: 44px;
}

.c-social li {
	float: left;
	font-size: 24px;
	margin-right: 11px;
}

#contact .section-title {
	margin-bottom: 30px;
}

#cta-wrap h2 {
	font-size: 30px;
	margin: 0px 0px 27px;
	line-height: 40px;
}

#cta-wrap {
	padding: 50px 0;
}

.social li {
	display: none;
}

.social li:nth-child(2) ,
.social li:nth-child(3) ,
.social li:nth-child(4) {
	display: block;
}

footer {
	padding: 50px 0px 50px;
}

.staff-pic img {
	width: 100%;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border: 0;
	background: #333333;
	height: 100% !important;
	position: fixed;
	width: 100%;
	margin: 0;
	left: -100%;
	padding: 90px 0 0;
	right: 0;
	overflow: auto;
	overflow-x: hidden;
	display: block;
	top: 0;
	transition: .4s;
}

.navbar-default .navbar-collapse.in {
	left: 0;
	transition: .4s;
}

.navbar-nav > li > a::after {
	display: none;
}

.navbar-default .navbar-nav > li {
	margin: 0;
}

.navbar-nav > li > a {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff !important;
	padding: 20px 30px 20px 45px;
	position: relative;
	border-bottom: 1px solid #424141;
}

.navbar-right {
	float: none !important;
	margin-right: 0;
	margin-top: 0;
}

.nav-off {
	background: #6AAEE8 url(../images/close.png) no-repeat center center;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	transition: .4s;
	z-index: 999;
}

.navbar-toggle.collapsed .nav-off {
	opacity: 0;
	transition: .4s;
}

.navbar-header {
	margin-right: -15px;
	margin-left: -15px;
	background: inherit;
	height: 91px;
	position: relative;
	z-index: 99999;
}

#blog-mason .bm-item {
	width: 100%;
	padding: 0px 20px;
}

.page_header {
	height: auto;
	padding: 73px 15px;
	margin-top: 90px;
}

.page_header .col-md-6 {
	text-align: center;
}

.bcrumbs {
	float: none;
	margin: 0 auto;
	display: table;
}

.error-content span {
	font-size: 43px;
}

.error-content h2 {
	color: #333;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 61px;
	margin: 0px 0px 6px;
	line-height: 54px;
}

.search-form {
	width: 100%;
}

.error-content {
	padding: 150px 0px 75px;
}

.page-title h2 {
	font-size: 50px;
}

.page-title + .page_header {
	margin-top: 0 !important;
}

.blog-content ,
.blog-full {
	padding: 50px 0;
}

.btn-ico {
	margin-left: 0;
}

.blog-single .pull-right {
	float: none !important;
}

.ps-social li {
	float: left;
	font-size: 30px;
	margin-right: 11px;
}
}

@media only screen and (min-width: 200px) and (max-width: 500px)   {
.post-date {
	position: absolute;
	top: -1px;
	left: -72px;
	display: none;
}

.blog-full article {
	margin-left: 0;
	position: relative;
}

.blog-full h4 {
	font-size: 22px;
	line-height: 28px;
}
}

@media only screen and (min-width: 768px) and (max-width: 1050px)   {
.blog-content ,
.blog-full {
	padding: 50px 0;
}

.page-title {
	padding: 145px 0px 77px;
}

.page-title h2 {
	font-size: 50px;
}

.page-title + .page_header {
	margin-top: 0 !important;
}

.page_header {
	height: 201px;
	padding: 73px 15px;
	margin-top: 90px;
}

#blog-mason .bm-item {
	width: 50%;
	padding: 0px 10px;
}

.error-content {
	padding: 215px 0px 150px;
}

.social li {
	margin: 0px 7px;
}

.error-content h2 {
	font-size: 70px;
}

.error-content span {
	font-size: 55px;
	margin-bottom: 15px;
	display: table;
	text-align: center;
	width: 100%;
}

#home-blog {
	padding: 50px 0px 50px;
}

#contact .col-md-6 {
	width: 100%;
}

#team .col-sm-6 {
	width: 50%;
	padding: 0 10px;
}

#team .row {
	margin: 0 -10px;
}

.staff-pic img {
	width: 100%;
}

.info-content2 .col-md-3 {
	width: 50%;
}

/*.info-content2 .col-md-6 {
	display: none;
}*/

.ic2-info.text-right h4 i {
	float: left;
	margin-left: 0px;
	margin-right: 14px;
}

.ic2-info.text-right {
	position: relative;
	right: 0;
	margin-bottom: 10px;
	display: table;
	text-align: left;
}

.ic2-info.text-left {
	right: 0;
}

.info-content2 {
	padding: 50px 0 40px;
}

.info-content2 .no-padding {
	padding-right: 15px;
	padding-left: 15px;
}

.service .ico {
	width: 110px;
	height: 110px;
	border: 5px solid #FFF;
	font-size: 30px;
	line-height: 100px;
	position: relative;
	transition: all 0.4s ease 0s;
}

.service .ico:hover {
	border: 5px solid #6AAEE8;
}

.service h4 {
	line-height: 24px;
}

.service p {
	padding: 0px 0;
}

.sticky-wrapper {
	height: 0px !important;
}

#services {
	padding: 50px 0px 40px;
	border-bottom: 1px solid #E6E9EA;
}

.folio-filter li {
	float: none;
	margin: 0;
	width: 100%;
}

.folio-filter li a {
	padding: 0px 20px;
	text-align: left;
	width: 100%;
}

.folio-filter {
	display: block;
	margin: -39px 15px 0px;
	padding-bottom: 10px;
	width: auto;
}

.mob-filter {
	float: right;
	position: relative;
	right: 10px;
	width: 40px;
	height: 38px;
	background: transparent;
	color: #fff;
	text-align: center;
	line-height: 38px;
	font-size: 21px;
	border-left: 1px solid #232323;
}

.folio-filter li {
	float: none;
	margin: 0px;
	width: 100%;
	margin-bottom: -1px;
	display: none;
}

.folio-filter li:first-child ,
.folio-filter li:first-child .selected {
	border: none;
	margin-bottom: 0;
	background: #333333;
	border: none;
	color: #fff;
	display: block;
}

.folio-filter:hover li {
	display: block;
}

.folio-filter li:first-child a {
	border: none;
}

.folio-filter li a.selected {
	background: #fff;
	border-bottom: 1px solid #829199;
	color: #829199;
}

.navbar-default .navbar-toggle , .navbar-default .navbar-toggle:focus {
	border: 0px none;
	background: #000;
	border-radius: 0px;
	width: 50px;
	height: 50px;
	padding: 0px 15px;
	margin: 20px 15px 0;
}

.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 3px;
	border-radius: 0;
	background: #fff !important;
}

header {
	position: fixed;
	z-index: 999999;
	left: 0;
	right: 0;
	top: 0;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border: 0;
	background: #333333;
	height: 100% !important;
	position: fixed;
	width: 90%;
	margin: 0;
	left: -90%;
	padding: 90px 0 0;
	right: 0;
	overflow: auto;
	overflow-x: hidden;
	display: block;
	top: 0;
	transition: .4s;
}

.navbar-default .navbar-collapse.in {
	left: 0;
	transition: .4s;
}

.navbar-nav > li > a::after {
	display: none;
}

.navbar-default .navbar-nav > li {
	margin: 0;
}

.navbar-nav > li > a {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff !important;
	padding: 20px 30px 20px 45px;
	position: relative;
	border-bottom: 1px solid #424141;
}

.navbar-right {
	float: none !important;
	margin-right: 0;
	margin-top: 0;
}

.nav-off {
	background: #6AAEE8 url(../images/close.png) no-repeat center center;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	transition: .4s;
	z-index: 999;
}

.navbar-toggle.collapsed .nav-off {
	opacity: 0;
	transition: .4s;
}

.navbar-header {
	margin-right: -15px;
	margin-left: -15px;
	background: inherit;
	height: 91px;
	position: relative;
	z-index: 99999;
}

.body {
	position: relative;
	left: 0%;
	transition: .4s;
}

.body.menu-active {
	position: relative;
	left: 90%;
	transition: .4s;
	transition-delay: .4s;
}

.container,
.container.no-padding {
	padding: 0 20px;
}

#intro h1 span {
	display: block;
	letter-spacing: -0.5px;
	position: relative;
	left: 0px;
	font-size: 48px;
	margin-bottom: -17px;
}

#intro h1 {
	font-size: 86px;
	line-height: 80px;
	margin-bottom: 7px;
}

#intro p {
	font-size: 14px;
	margin-bottom: 48px;
	line-height: 20px;
}

#intro {
	padding: 217px 0px 170px;
	position: relative;
}

.intro-scroll {
	display: none;
}

.section-title p br {
	display: none;
}

#services .section-title {
	margin-bottom: 50px;
}

.folio-item {
	float: left;
	width: 33.3333%;
	padding: 0px 10px;
	margin-bottom: 30px;
}

.folio-filter {
	margin: -39px 10px 0px;
	padding-bottom: 30px;
}

#portfolio .no-padding {
	padding: 0px 15px;
}

.mob-filter {
	top: -39px;
}

.folio-item {
	margin-bottom: 20px;
}

#portfolio {
	padding: 50px 0px 30px;
}

#portfolio .section-title {
	margin-bottom: 34px;
}

#features .col-md-6.hidden-xs {
	display: none;
}

#features .col-md-6 {
	width: 100%;
}

.info-content {
	padding: 50px 15px 35px 0;
}

#about {
	margin-top: 50px;
	padding: 50px 0;
}

#about .col-md-4 {
	padding-right: 10px;
	padding-left: 10px;
}

#about .row {
	margin: 0 -10px;
}

#about .col-md-6.col-md-pull-6 {
	width: 100%;
	left: 0;
	right: 0;
}

#about .col-md-6.col-md-push-6 {
	width: 100%;
	left: 0;
	right: 0;
}

.about-info .img-responsive {
	margin: 0px auto 11px auto;
	display: table;
	float: none;
}

#skills .col-sm-6 {
	width: 50% !important;
}

#skills {
	padding: 50px 0px 20px;
}

#acctabs {
	padding: 0 0 50px;
}

#acctabs .col-sm-12 {
	width: 100%;
}

#acctabs .section-title {
	margin-bottom: 43px;
	text-align: center;
	margin-top: 50px;
	padding: 0 20%;
}

.twitter-wrap {
	padding: 100px 0px 97px;
}

#home-blog .col-sm-6 {
	width: 50%;
}

.home-blog-thumb img {
	width: 100%;
}

#home-blog article {
	margin-bottom: 20px;
}

.pricing-table {
	width: 100%;
}

#pricing {
	padding: 50px 0px 50px;
}

#team {
	background: #FFF none repeat scroll 0% 0%;
	padding: 50px 0;
}

#contact {
	padding: 50px 0;
}

#cta-wrap h2 {
	font-size: 36px;
}

#cta-wrap h2 span {
	display: block;
	font-size: 60px;
	line-height: 55px;
	margin-top: 3px;
}

#cta-wrap p {
	margin: 0px 0px 30px;
}

#cta-wrap {
	padding: 160px 0px 160px;
	background-size: cover !important;
}
}
@media screen and (min-width: 1050px) and (max-width: 1100px) {
	.navbar-default .navbar-nav > li {
		margin: 0 0 0 20px;
	}
}
@media (max-width: 1050px) {
.navbar-header {
	float: none;
}

.navbar-left,.navbar-right {
	float: none !important;
}

.navbar-toggle {
	display: block;
}

.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px;
}

.navbar-collapse.collapse {
	display: none!important;
}

.navbar-nav {
	float: none!important;
}

.navbar-nav>li {
	float: none;
}

.collapse.in {
	display: block !important;
}
}
