@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300i,400,600,600i,700,700i,900,900i');

body {
	font-family: 'Open Sans', sans-serif;
	color: #606b77;
	line-height: 24px;
	font-size: 15px;
}
a {
	color:#00A9DA;
}
a:focus, a:active, a:hover {
	outline: none !important;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	color: #11778D;
	text-decoration:none;
}
p {
	line-height: 28px;
	font-family: 'Open Sans', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Source Sans Pro', sans-serif;
	color: #000;
	margin-top:0px;
	font-weight:600;
	text-transform: uppercase;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #000;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	color: #00A9DA;
}
h1 {
	font-size:40px;
}
h2 {
	font-size: 32px;
}
h3 {
	font-size: 22px;
	line-height: 30px;
}
h4 {
	font-size: 17px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
hr {
	border-color: #ddd;
}

::-webkit-input-placeholder {
 color: #838282 !important;
}
::-moz-placeholder {
 color: #838282 !important;
}
:-ms-input-placeholder {
 color: #838282 !important;
}
:-moz-placeholder {
 color: #838282 !important;
}
::-moz-selection { /* Code for Firefox */
    color: #FFF;
    background:#00A9DA;
}

::selection {
    color: #FFF;
     background:#00A9DA;
}
/*--------------------------------------------*/
/*   Helper clasess
/*--------------------------------------------*/

.clear {
	clear:both;
}
b, strong {
    font-weight: 600;
}
ul,li{
	margin:0px;
	padding:0px;
}
img {
	max-width:100%;
}
.p-0 {
	padding: 0px !important;
}
.p-20 {
	padding: 20px !important;
}
.p-30 {
	padding: 30px !important;
}
.p-l-0 {
	padding-left: 0px !important;
}
.p-l-10 {
	padding-left: 10px !important;
}
.p-l-20 {
	padding-left: 20px !important;
}
.p-l-25 {
	padding-left: 25px !important;
}
.p-r-0 {
	padding-right: 0px !important;
}
.p-r-10 {
	padding-right: 10px !important;
}
.p-t-0 {
	padding-top: 0px !important;
}
.p-t-5 {
	padding-top: 6px !important;
}
.p-t-10 {
	padding-top: 10px !important;
}
.p-t-15 {
	padding-top: 15px !important;
}
.p-t-20 {
	padding-top: 20px !important;
}
.p-t-25 {
	padding-top: 25px !important;
}
.p-t-30 {
	padding-top: 30px !important;
}
.p-t-35 {
	padding-top: 35px !important;
}
.p-t-40 {
	padding-top: 40px !important;
}
.p-t-50 {
	padding-top: 50px !important;
}
.p-b-0 {
	padding-bottom: 0px !important;
}
.p-b-5 {
	padding-bottom: 5px !important;
}
.p-b-10 {
	padding-bottom: 10px !important;
}
.p-b-15 {
	padding-bottom: 15px !important;
}
.p-b-20 {
	padding-bottom: 20px !important;
}
.p-b-25 {
	padding-bottom: 25px !important;
}
.p-b-30 {
	padding-bottom: 30px !important;
}
.p-b-35 {
	padding-bottom: 35px !important;
}
.p-b-40 {
	padding-bottom: 40px !important;
}
.p-b-45 {
	padding-bottom: 45px !important;
}
.p-t-10 {
	padding-top: 10px !important;
}
.p-b-10 {
	padding-bottom: 10px !important;
}
.p-l-r-10 {
	padding-left: 10px;
	padding-right: 10px;
}
.m-0 {
	margin: 0px !important;
}
.m-r-5 {
	margin-right: 5px !important;
}
.m-r-10 {
	margin-right: 10px !important;
}
.m-r-15 {
	margin-right: 15px !important;
}
.m-l-5 {
	margin-left: 5px !important;
}
.m-l-10 {
	margin-left: 10px !important;
}
.m-l-15 {
	margin-left: 15px !important;
}
.m-t-5 {
	margin-top: 5px !important;
}
.m-t-0 {
	margin-top: 0px !important;
}
.m-t-10 {
	margin-top: 10px !important;
}
.m-t-15 {
	margin-top: 15px !important;
}
.m-t-20 {
	margin-top: 20px !important;
}
.m-t-25 {
	margin-top: 25px !important;
}
.m-t-30 {
	margin-top: 30px !important;
}
.m-t-35 {
	margin-top: 35px !important;
}
.m-t-40 {
	margin-top: 40px !important;
}
.m-t-50 {
	margin-top: 50px !important;
}
.m-t-55 {
	margin-top: 55px !important;
}
.m-t-60 {
	margin-top: 60px !important;
}
.m-t-65 {
	margin-top: 65px !important;
}
.m-t-70 {
	margin-top: 70px !important;
}
.m-t-75 {
	margin-top: 75px !important;
}
.m-t-80 {
	margin-top: 80px !important;
}
.m-t-85 {
	margin-top: 85px !important;
}
.m-t-90 {
	margin-top: 90px !important;
}
.m-t-95 {
	margin-top: 95px !important;
}
.m-t-100 {
	margin-top: 100px !important;
}
.m-b-0 {
	margin-bottom: 0px !important;
}
.m-b-5 {
	margin-bottom: 5px !important;
}
.m-b-10 {
	margin-bottom: 10px !important;
}
.m-b-15 {
	margin-bottom: 15px !important;
}
.m-b-20 {
	margin-bottom: 20px !important;
}
.m-b-25 {
	margin-bottom: 25px !important;
}
.m-b-30 {
	margin-bottom: 30px !important;
}
.m-b-35 {
	margin-bottom: 35px !important;
}
.m-b-40 {
	margin-bottom: 40px !important;
}
.m-b-45 {
	margin-bottom: 45px !important;
}
.m-b-50 {
	margin-bottom: 50px !important;
}
.m-r-5 {
	margin-right:5px;
}
.w-sm {
	min-width:80px;
}
.font-bold {
	font-weight:600 !important;
}
.font-weight-500 {
	font-weight:500 !important;
}
.font-normal {
	font-weight:normal !important;
}
.font-15 {
	font-size:15px !important;
}
.font-14 {
	font-size:14px;
}
.font-22 {
	font-size:22px !important;
}
.uppercase {
	text-transform:uppercase;
}
.lead-14 {
	font-size:14px;
	line-height:20px;
}
.lead-16 {
	font-size: 16px;
	line-height: 27px;
}
.nowrap {
	white-space: nowrap !important;
}
label {
	font-weight: 500;
}
.lead {
	font-size: 16px;
	line-height: 30px;
	font-weight: normal;
}
.text-white{
	color:#FFF !important;
}
.color-default{
	color:#000;
}
.hover-base:hover{
	color:#00A9DA !important;
}
iframe{
	width:100%;
}
.lead-intro {
    font-size: 17px;
    line-height: 33px;
}

/*--------------------------------------------*/
/*   Loader and scroll top
/*--------------------------------------------*/

#pageloader {
	width: 100%;
	height: 100%;
	position: fixed;
	background-color:#FFF;
	z-index: 999999;
}
.loader {
	position: absolute;
	width: auto;
	height:auto;
	margin: -25px 0 0 -25px;
	top:50%;
	left:50%;
	text-align:center;
}
.scrollup {
	width:35px;
	height:35px;
	position:fixed;
	bottom:30px;
	right:15px;
	display:none;
	background:rgba(0, 169, 218, .8);
	text-align: center;
	z-index: 99;
}
.scrollup i {
	color:#fff;
	font-size:15px;
	display:block;
	line-height:33px;
}
.scrollup:hover {
	background:rgba(0, 169, 218, .9);
}
/*-----------------------------------------------------------------*/
/* Top Header
/*-----------------------------------------------------------------*/

.top-header {
    background: #262C37;
}

.top-header .top-left ul li {
    line-height: 45px;
    color: #ccc;
}

.top-header .top-left ul li i{
	color:#00C5FF;
	margin-right:4px;
}
.top-header .top-right {
	float:right;	
}

.top-header .top-right ul li a {
    padding: 10px 8px;
    display: inline-block;
    color: #ccc;
}

.top-header .top-right ul li a:hover {
    color: #FFF;
}
/*-----------------------------------------------
	Navigation
------------------------------------------------*/
.nav-top {
  padding: 12px;
}

.nav-top .nav-top-social ul li {
  display: inline-block;
  margin-right: 10px;
}

.nav-top .nav-top-social ul li a {
  color: #ffffff;
}

.nav-top .nav-top-access {
  text-align: right;
}

.nav-top .nav-top-access ul li {
  display: inline-block;
  color: #ffffff;
  margin-left: 30px;
}

.nav-top .nav-top-access ul li a {
  color: #ffffff;
}

.nav-top .nav-top-access ul li a i.fa {
  padding-right: 5px;
}

.dropdown .btn-default,
.dropdown .dropdown-toggle.btn-default:focus {
  border: 0;
  background: transparent;
  color: #ffffff;
  padding: 0;
  outline: none;
}

.dropdown-menu {
  min-width: 200px;
}

.open > .dropdown-menu {
    display: block !important;
}
.dropdown-menu li {
  margin-left: 0;
  list-style: none;
}

.dropdown-menu li a {
  color: #000000;
}

.nav-main {
  background: #ffffff;
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
  z-index: 990;
}

.nav-main .navbar-header {
  padding: 24px 0;
  position: relative;
  z-index: 99999;
}

.nav-main .navbar-header .navbar-brand {
  padding: 0 15px;
  height: auto;
}

.nav-main .navbar-collapse {
  position: relative;
}

.nav-main .navbar-collapse .navbar-nav {
  margin-right: -30px;
}

.nav-main .navbar-collapse .navbar-nav li a {
	padding: 29px 17px;
	color: #353434;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.nav-main .navbar-collapse .navbar-nav li a:hover {
  background: #ffffff;
  color: #00aff0;
}

.nav-main .navbar-collapse .navbar-nav li a:visited {
  background: transparent;
}

.nav-main .navbar-collapse .navbar-nav li a:focus {
  background: transparent;
}

.nav-main .navbar-collapse .navbar-nav li.dropdown {
  position: relative;
}

.nav-main .navbar-collapse .navbar-nav li.dropdown:before {
  position: relative;
  float: right;
  top: 27px;
  right: 4px;
  content: "\f107";
  font-family: FontAwesome;
  color: #262626;
  z-index: 100;
}

.nav-main .navbar-collapse .navbar-nav li.dropdown .dropdown-menu {
  display: block;
  padding: 15px 10px;
  border: none;
  border-radius: 0;
  visibility: hidden;
  opacity: 0;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.nav-main .navbar-collapse .navbar-nav li.dropdown .dropdown-menu > li > a {
  color: #333;
  padding: 10px 10px;
  font-weight: normal;
}

.nav-main .navbar-collapse .navbar-nav li.dropdown .dropdown-menu > li > a:hover {
  color: #00aff0;
}

.nav-main .navbar-collapse .navbar-nav li.dropdown .dropdown-menu li a {
   color: #333;
  padding: 10px 10px;
  font-weight: normal;

}

.nav-main .navbar-collapse .navbar-nav li.dropdown .dropdown-menu .dropdown-menu {
  left: 100%;
  top: 0;
}

.nav-main .navbar-collapse .navbar-nav li.dropdown:hover:before {
  color: #00aff0;
}

.nav-main .navbar-collapse .navbar-nav li.dropdown:hover > .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.nav-main .navbar-collapse .navbar-nav li.dropdown.mega-holder {
  position: static;
}

.nav-main .navbar-collapse .navbar-nav li.dropdown.mega-holder .dropdown-menu.mega-menu {
  left: 0;
  right: 0;
}

.nav-main .navbar-collapse .navbar-nav li.dropdown.mega-holder .dropdown-menu.mega-menu li a {
  padding: 6px 0;
  display: block;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.nav-main .navbar-collapse .navbar-nav li.dropdown.mega-holder .dropdown-menu.mega-menu li a:hover {
  color: #00aff0;
}

.nav-main .navbar-collapse .navbar-nav li.nav-search {
  padding: 26px 17px;
  cursor: pointer;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.nav-main .navbar-collapse .navbar-nav li.nav-search:hover {
  color: #00aff0;
}

.nav-main.flexo-simple-nav .navbar-header {
  padding: 34px 0;
}

.nav-main.flexo-simple-nav .navbar-collapse .navbar-nav li a {
  padding: 40px 17px;
}

.nav-main.flexo-simple-nav .navbar-collapse .navbar-nav li.dropdown:before {
  top: 39px;
}

.nav-main.flexo-simple-nav .navbar-collapse .navbar-nav li.nav-search {
  padding: 37px 17px;
}

.nav-main.flexo-transparent-nav {
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}


/*--------------------------------------------*/
/*   Button
/*--------------------------------------------*/

.btn {
	padding: 8px 34px;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 400;
	border-radius:0;
	opacity:1;
}
.btn-sm{
	padding:5px 15px !important;
	font-size: 14px !important;
}
.btn.border{
	background:transparent;
}
.btn:hover {
	opacity:0.9;
}
.btn.border:hover {
	opacity:1;
}
.btn.round{
	border-radius:30px;
}
.btn-primary {
    background: #00A9DA;
    border-color:#00A9DA;
}
.btn-primary:hover, .btn-primary:focus {
	color: #FFF;
	background: #00A9DA     !important;
	border-color: #00A9DA   !important;
}
.btn-gray.border {
	background: transparent;
	color: #999;
	border-color: #c0c0c0;
}
.btn-gray.border:hover , .btn-gray.border:focus{
	background: #00A9DA;
	color: #FFF;
	border-color: #00A9DA;
}
.btn-white.border {
	border: 2px solid #FFF;
	color:#FFF;
	background:transparent;
}
.btn-white.border:hover, .btn-white.border:focus {
    color: #FFF;
    background: #0042C8 !important;
    border-color: #0042C8 !important;
    box-shadow: none;
}

.section-base .btn-white.border:hover, .section-base .btn-white.border:focus {
    color: #00A9DA;
    background: #FFF !important;
    border-color: #FFF !important;
    box-shadow: none;
}

.btn-white {
	border: 2px solid #FFF;
	background:#FFF;
	 color: #6e6c6c;
}
.btn-white:hover, .btn-white:focus {
    color: #FFF;
    background: #00A9DA !important;
    border-color: #00A9DA !important;
    box-shadow: none;
}
.btn-default {
	background: #f8f8f8;
	color: #b3a8a8;
	border:2px solid #e4e7ea !important;
}
.btn-default:hover, .btn-default:focus{
	background:#e4e7ea;
	border-color:#e4e7ea !important;
}
.btn-primary.border {
	color:#00A9DA;
	border:2px solid #00A9DA !important;
}
.btn-primary.border:hover, .btn-primary.border:focus, .btn-success.border:hover {
	background:#00A5A8;
	color:#FFF;
}
.btn-success {
	background: #81c868;
	border: 2px solid #81c868;
}
.btn-success:hover, .btn-success:focus{
	background:#81c868;
	border-color:#81c868 !important;
}
.btn-success.border {
	color:#81c868;
}
.btn-success.border:hover, .btn-success.border:focus, .btn-success.border:hover {
	background:#81c868;
	color:#FFF;
}
.btn-info {
    background: #1b4aef;
    border: 2px solid #1b4aef;
}
.btn-info:hover, .btn-info:focus{
	background:#1b4aef;
	border-color:#1b4aef !important;
}
.btn-info.border {
	color:#1b4aef;
}
.btn-info.border:hover, .btn-info.border:focus, .btn-info.border:hover {
	background:#1b4aef;
	color:#FFF;
}
.btn-danger {
	background: #f05050;
	border: 2px solid #f05050;
}
.btn-danger:hover, .btn-danger:focus {
	background:#f05050;
	border-color:#f05050 !important;
}
.btn-danger.border {
	color:#f05050;
}
.btn-danger.border:hover, .btn-danger.border:focus, .btn-danger.border:hover {
	background:#f05050;
	color:#FFF;
}
.btn-warning {
	background: #ffbd4a;
	border: 2px solid #ffbd4a;
}
.btn-warning:hover, .btn-warning:focus{
	background:#ffbd4a;
	border-color:#ffbd4a !important;
}
.btn-warning.border {
	color:#ffbd4a;
}
.btn-warning.border:hover, .btn-warning.border:focus, .btn-warning.border:hover {
	background:#ffbd4a;
	color:#FFF;
}
.btn-purple {
	background:#7266ba;
	border: 2px solid #7266ba;
	color:#FFF;
}
.btn-purple:hover, .btn-purple:focus {
	background:#7266ba;
	border-color:#7266ba !important;
	color:#FFF;
}
.btn-purple.border {
	color:#7266ba;
}
.btn-purple.border:hover, .btn-purple.border:focus, .btn-purple.border:hover {
	background:#7266ba;
	color:#FFF;
}
.btn-inverse {
    color: #fff;
    background-color: #F65312;
    border: 2px solid #F65312;
}
.btn-inverse:hover{
	background: #F65312;
	border-color:#F65312 !important;
	color:#FFF;
}
.btn-inverse.border {
	color:#F65312;
}
.btn-inverse.border:hover, .btn-inverse.border:focus, .btn-inverse.border:hover {
	background:#F65312;
	border-color:#F65312 !important;
	color:#FFF;
}
.btn-pink {
	color: #fff;
	background-color: #fb6d9d;
	border:2px solid #fb6d9d;
}
.btn-pink:hover, .btn-pink:focus{
	background:#fb6d9d;
	border-color:#fb6d9d !important;
	color:#FFF;
}
.btn-pink.border {
	color:#fb6d9d;
}
.btn-pink.border:hover, .btn-pink.border:focus, .btn-pink.border:hover {
	background:#fb6d9d;
	color:#FFF;
}

.button-wrap{
	margin-bottom:50px;
}

.button-wrap .btn{
	margin:0px 5px 10px;
}

/*--------------------------------------------*/
/*   Form 
/*--------------------------------------------*/

.form-control {
    border-radius: 0;
    height: 47px;
    border: 2px solid #dadddc;
    background-color: transparent;
	box-shadow: none;
    font-size: 15px;
}
.form-control:focus {
	box-shadow:none;
	border-color:#ccc;
}
/*--------------------------------------------*/
/*  common Section
/*--------------------------------------------*/

.section {
	padding: 90px 0px 60px;
	position:relative;
	float:left;
	width:100%;
}
.text-white-section p,
.text-white-section h1,
.text-white-section h2,
.text-white-section h3,
.text-white-section h4,
.text-white-section h5,
.text-white-section h6,
.text-white-section{
	color:#FFF;
}
.section-gray{
	background:#FBFBFB;
}
.section-dark{
	background:#1C1C1C ;
	color: #BABFC3;
}
.section-dark h1,.section-dark  h2, .section-dark  h3, .section-dark h4,.section-dark  h5,.section-dark  h6{
	color:#FFF;
}
.section-base{
	background:#00a9da;
	color:#FFF;
}
.section-base h1,.section-base  h2, .section-base  h3, .section-base h4,.section-base  h5,.section-base  h6{
	color:#FFF;
}
section {
	position:relative;
	float:left;
	width:100%;
}
section.parallax .container {
	position:relative;
}
.relative{
	position:relative;
}
.section-heading {
	margin: 0px 0px 70px;
}
.section-heading h2 {
    font-size: 33px;
    font-weight: 700;
    margin-bottom: 27px;
    padding-bottom: 10px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
}
.section-heading h2::after {
    position: absolute;
    content: "";
    width: 60px;
    height: 2px;
    right: 50%;
    bottom: -2px;
    margin-right: -30px;
    background-color: #00A9DA;
}
.section-heading.left{
	margin: 0px 0px 20px
}
.section-heading.left h2::after {
    position: absolute;
    content: "";
    width: 60px;
    height: 2px;
    left:0;
    bottom: -2px;
    margin-right:0;
    background-color: #00A9DA;
}
.section-heading.white h2 {
	color:#FFF;
}
.section-heading.white h2::after {
    background-color: #FFF;
}
.section-heading {
	margin: 0px 0px 70px;
}
.parallax {
	background-attachment: fixed !important;
	background-size: cover !important;
}
.intro-lead-text {
    font-size: 16px;
    line-height: 34px;
    font-weight: 400;
	text-align:center;
	width: 70%;
	margin: 0px auto 30px;
}
/*--------------------------------------------*/
/*   Static Banner
/*--------------------------------------------*/

.static-banner {
	background:url(../images/bg/banner-bg.jpg) no-repeat;
	background-size:cover;
	width: 100%;
	height:100%;
	position:relative;
	text-align:center;
}
.static-banner .container {
	position:relative;
	max-width: 1000px;
}
.overlay {
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background: rgba(0, 0, 0, .4);
}
.overlay-light {
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background: rgba(255, 255, 255, 0.8);
}
.banner-inner {
	display: table;
	height: 100%;
	width: 100%;
}
.banner-caption-main {
	display: table-cell;
	vertical-align: middle;
}
.static-banner .banner-caption-main h2 {
    color: #FFF;
    font-size: 48px;
    margin:0px 0px 23px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.static-banner .banner-caption-main h3 {
	color:#FFF;
	font-size:28px;
}
.static-banner .banner-caption-main p {
    color: #fff;
    font-size: 17px;
    line-height: 29px;
    max-width: 623px;
	margin: 31px auto 30px;
}
.static-banner .banner-caption-main .btn {
	margin: 5px 5px 0;
}

/*--------------------------------------------*/
/*  Home Slider
/*--------------------------------------------*/

.slider-section {
	text-align:center;
}
.slider-section .container {
    padding: 0px 43px;
}
.slide1 {
	background:url(../images/slider/slide1.jpg) no-repeat;
}
.slide2 {
	background:url(../images/slider/slide2.jpg) no-repeat;
}
.slide3 {
	background:url(../images/slider/slide3.jpg) no-repeat;
}
.slider-section{
	text-align:center;
}
.slider-section h2 {
    text-transform: none;
    font-weight: 700;
    letter-spacing: 1px;
    margin-top: 0;
    font-size: 60px;
    color: #FFF;
}
.slider-section h3 {
    font-weight: 400;
    font-size: 19px;
    margin: 21px 0px 36px;
	color: #FFF;
	text-transform: none;
}
.slider-section  .btn{
	min-width:180px;
	margin:5px;
}
.pogoSlider-slide:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    background: rgba(0, 0, 0, 0.4);
}

.silder-elements {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 999;
	padding-right: 100px;
	padding-left: 100px;
}

/*--------------------------------------------*/
/*  Text Slider
/*--------------------------------------------*/

.text-slide-bg {
	background:url(../images/bg/text-slide-bg.jpg) no-repeat;
	background-size:cover;
	width: 100%;
	height:100%;
	position:relative;
	text-align:center;
	padding:210px 0px;
	float:left;
}
.text-slide-bg .container {
	position:relative;
	max-width: 1000px;
}
.text-slide-bg  .owl-carousel .owl-item{
	width:100%;
	text-align:center;
	float:left;
}
.text-slide-caption {
    padding: 0px 10px;
}
.text-slide-caption h2{
	text-transform: capitalize;
	font-weight: 700;
	margin-top: 0;	
	font-size:45px;
	color:#FFF;
}
.text-slide-caption p{
	color: #fff;
	font-size: 24px;
	line-height: 29px;
	max-width: 923px;
	margin: 31px auto 30px;
}

.text-slide-bg .owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    position: absolute;
    width: 100%;
	top: 45%;
}
.text-slide-bg .owl-theme .owl-nav [class*="owl-"] {
    color: #FFF;
    font-size: 26px;
    margin: 0;
    padding: 4px 7px;
    background: rgba(0,0,0,.6);
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
    width: 60px;
    height: 60px;
    line-height: 55px;
    font-weight: normal;
}
.text-slide-bg .owl-carousel .owl-nav .owl-next{
	position:absolute;
	right:0;
}
.text-slide-bg .owl-carousel .owl-nav .owl-prev{
	position:absolute;
	left:0;
}

/*--------------------------------------------*/
/*  Page-header
/*--------------------------------------------*/

.page-header {
    padding: 90px 0px 90px;
	border-bottom: 0;
	margin:0px;
	background:url(../images/bg/page-header-bg.jpg) no-repeat;
	position:relative;
}
.page-header:before {
    background: rgba(34, 49, 82, 0.7) none repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.page-header .container{
	position:relative;
}
.page-header .breadcrumb {
    float: none;
    text-align: center;
}
.page-header  .breadcrumb li{
	color:#FFF;
}

.header-page-title {
    margin-top: 20px;
}
.page-header .header-page-title h1 {
    font-size: 44px;
    padding-bottom: 24px;
    margin-bottom: 40px;
    position: relative;
    letter-spacing: 4px;
    color: #FFF;
	font-weight: 700;
	text-transform: uppercase;
}

.page-header .header-page-title h1::before {
	border-bottom: 3px solid #00A9DA;
	bottom: 0;
	content: "";
	display: inline-block;
	height: 3px;
	left: 0;
	position: absolute;
	width: 56px;
	margin: 0px auto;
	right: 0;
}
.page-header .breadcrumb ul li a{
	color:#FFF;
}
.page-header .breadcrumb ul li {
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
}
.breadcrumb{
	background:transparent;
	padding: 0;
	float: right;
	margin-top: 9px;
}

.breadcrumb li{
	display:inline-block;
}
.breadcrumb li:after{
	content:"/";
	font-family:FontAwesome;
	float:right;
	margin: 0px 10px;
}
.breadcrumb li:last-child:after{
	content:"";
}

/*--------------------------------------------*/
/*  Section Side Image
/*--------------------------------------------*/

.section-half-img{
	position: relative;
	padding: 0px;
	margin: 0px;
}

.side-img{
	overflow: hidden;
	height: 100%;
	padding: 0px;
	top: 0px;
	position: absolute;
}

.side-background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
    background-size: cover !important;
    background-position: 50% 50% !important;
}
.side-half-inner {
    padding:90px 40px;
}
.side-img1{
	background:url(../images/side-img1.jpg);
}
.side-img2{
	background:url(../images/side-img2.jpg);
}
.side-img3{
	background:url(../images/side-img3.jpg);
}
.side-img4{
	background:url(../images/side-img4.jpg);
}
.side-img5{
	background:url(../images/side-img5.jpg);
}
.side-img6{
	background:url(../images/side-img6.jpg);
}

/*--------------------------------------------*/
/*   Skills	
/*--------------------------------------------*/

.skills-bg{
	background:url(../images/bg/skills-bg.jpg) no-repeat;
}
.skills-bg2{
	background:url(../images/bg/skills-bg2.jpg) no-repeat;
}
.skills h5 {
    margin-bottom: 13px;
    margin-top: 0px;
    font-size: 16px;
    font-weight: 600;
	text-transform: uppercase;
}
.skills-style1.white h5 {
    color: #FFF;
}
.skills .progress {
    height:10px;
	margin-bottom:30px;
    line-height: 10px;
    box-shadow: none;
    -webkit-box-shadow: none;
    background:#E9E4E4;
    border-radius: 0;
}
.skills  .progress-bar {
    line-height: 10px;
    background:#00A9DA;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.skills .progress{
	 color:#FFF;
}
.skills-side-main{
	padding:90px 60px;
}
.pie-chart-main{
	margin-bottom:30px;
	text-align:center;
}
.pie-chart-main h3{
	font-size:20px;
}
.pie-charts {
  padding: 0 0 120px;
}

.chart {
  position: relative;
  display: inline-block;
  width: 170px;
  height: 170px;
  text-align: center;
  margin-bottom:20px;
}
.chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}

.percent {
  display: inline-block;
  line-height: 170px;
  z-index: 2;
  font-size: 26px;
}

.percent:after {
  content: '%';
  margin-left: 0.1em;
  font-size: .8em;
}

/*--------------------------------------------*/
/*   Services Style 1
/*--------------------------------------------*/

.services-section1 {
	background:url(../images/bg/services-section1.jpg) no-repeat;
}

.services-box1 {
    margin-bottom:30px;
	text-align:center;
}
.services-box1 .icon {
	color: #FFF;
	font-size: 28px;
	margin-bottom:20px;
	display: inline-block;
	text-align: center;
	border: 1px solid #fff;
	width: 80px;
	height: 80px;
	line-height: 80px;
	border-radius: 50%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.services-box1 .services-info {
    margin-left: 0;
}
.services-box1 .services-info h3 {
    font-size: 22px;
	margin-bottom: 13px;
}

/*--------------------------------------------*/
/*   Services Style 2
/*--------------------------------------------*/

.services-section2 {
	background:#FFF;
}
.services-box2 {
    margin-bottom:30px;
	text-align:center;
}
.services-box2 .icon {
	color: #00A9DA;
    font-size:40px;
    margin-bottom:20px;
    display: inline-block;
	text-align: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.services-box2 .services-info {
}
.services-box2 .services-info h3 {
    font-size: 22px;
	margin-bottom: 13px;
}

/*--------------------------------------------*/
/*   Services Style 3
/*--------------------------------------------*/

.services-section {
	background:#FFF;
}
.services-box3 {
    text-align: center;
    margin-bottom:30px;
    box-shadow: 0 10px 40px 0 rgba(62, 57, 107, 0.07), 0 2px 9px 0 rgba(62, 57, 107, 0.06);
    padding: 34px 34px 24px;
    background: #FFF;
}
.services-box3 .icon {
    color: #00A9DA;
    font-size:26px;
    margin-bottom: 23px;
    display: inline-block;
    border: 1px solid #00A9DA;
    width: 65px;
    height: 65px;
    line-height: 65px;
    border-radius: 50%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.services-box3 .services-info h3 {
    font-size: 22px;
	margin-bottom: 13px;
}
.services-box3:hover .icon {
    border: 1px solid #00A9DA;
    color: #FFF;
    background: #00A9DA;
}

/*--------------------------------------------*/
/*   Services Style 4
/*--------------------------------------------*/

.services-section4 {
	background:#FFF;
}
.services-box4 {
    margin-bottom:30px;
}
.services-box4 .icon {
	color: #00A9DA;
	font-size: 26px;
	margin-bottom: 23px;
	display: inline-block;
	border: 1px solid #00A9DA;
	width: 65px;
	height: 65px;
	position: absolute;
	text-align: center;
	line-height: 65px;
	border-radius: 50%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.services-box4 .services-info {
	margin-left:95px;
}
.services-box4 .services-info h3 {
    font-size: 22px;
	margin-bottom: 13px;
}
.services-box4:hover  .icon{
	border:1px solid #00A9DA;
	color:#FFF;
	background: #00A9DA;
}

/*--------------------------------------------*/
/*   Services Style 5
/*--------------------------------------------*/

.services-section5 {
	background:url(../images/bg/services-section5.jpg) no-repeat;
}
.services-box5 {
    margin-bottom:50px;
	text-align: center;
}
.services-box5 .icon {
	color: #FFF;
	font-size: 45px;
	margin-bottom:20px;
	display: inline-block;	
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.services-box5 .services-info {
}
.services-box5 .services-info h3 {
    font-size: 22px;
	margin-bottom: 13px;
}

/*--------------------------------------------*/
/*   Services Style 6
/*--------------------------------------------*/

.services-box6 {
    margin-bottom:50px;
	text-align: left;
}
.services-box6 .icon {
    font-size: 40px;
    margin-bottom: 20px;
    display: inline-block;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    color: #00a9da;
}
.services-box6 .services-info {
}
.services-box6 .services-info h3 {
    font-size: 22px;
	margin-bottom: 13px;
}

/*--------------------------------------------*/
/*   Portfolio style 1
/*--------------------------------------------*/

#works {
	padding-bottom: 120px;
	overflow:hidden;
}
#works .mix{
	padding:0px !important;
}
ul.work {
	list-style: outside none none;
	margin: 0 0px 50px;
	padding: 0;
	text-align: center;
}
ul.work li {
    display: inline-block;
    font-size: 17px;
    margin: 0px 15px 10px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 600;
    color: #121111;
}
ul.work li.active, ul.work li:hover {
	color:#00A9DA;
}
.single-work img {
	transition: all 400ms;
	-webkit-transition: all 400ms;
	-ms-transition: all 400ms;
	-o-transition: all 400ms;
	display: block;
	width: 100%;
}
.single-work:hover img {
	-webkit-transform: scale(2);
	-moz-transform: scale(2);
	-o-transform: scale(2);
	-ms-transform: scale(2);
	transform: scale(2);
}
.single-work {
	position: relative;
	overflow: hidden;
}
.work-details {
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 1;
	-webkit-transition: .5s;
	transition: .5s;
	display:none;
}
.single-work .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(13, 156, 234, 0.8);
}
.work-info-text {
	margin-top: 28%;
	color: #fff;
	position: relative;
}
.work-info-text h5 {
    margin: 0 0 5px;
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
}
.work-info-text p {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
.single-work:hover .work-details {
	display:block;
}
.work-inner .mix {
	display: none;
}

/*--------------------------------------------*/
/*   Call To Action 1
/*--------------------------------------------*/

.cta{
	background:url(../images/bg/cta-bg.jpg) no-repeat;
	padding:120px 0px;
}

.cta .cta-inner{
	text-align:center;
	width:80%;
	margin:0px auto;
}

.cta .cta-inner h2 {
    color: #FFF;
    font-size: 36px;
    text-transform: capitalize;
}

.cta .cta-inner p{
	color:#FFF;
	margin:30px 0px;
	font-size: 18px;
}

/*--------------------------------------------*/
/*   Call To Action Style2
/*--------------------------------------------*/

.cta2{
	padding:50px 0px 50px;
}

.cta2 .action-text h2{
	text-transform:capitalize;
	margin-bottom:4px;
}

.cta2 .action-text p{
	margin-bottom:0px;
	font-size:17px;
}

.cta2 .action-btn{
	text-align:right;
	margin-top: 12px;
}

/*--------------------------------------------*/
/*   Call To Action Style3
/*--------------------------------------------*/

.cta-section3{
	background:url(../images/bg/cta-bg2.jpg) no-repeat;
	background-size:cover !important;
	position:relative;
	float:left;
	width:100%;
}
.cta-section3 .container{
	position:relative;
}
.cta-section3 .cta-inner{
	padding:80px 0px 80px;
	text-align:center;
}
.cta-section3 .cta-inner h2 {
    color: #FFF;
    margin-bottom: 13px;
    font-weight: 700;
}

.cta-section3 .cta-inner p {
    color: #FFF;
    font-size: 20px;
    margin-bottom: 30px;
}
.cta-section3  .overlay-base{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	opacity: .9;
	background-image: -webkit-linear-gradient( 118deg, rgb(0,198,251) 1%, rgb(0,91,234) 100%);
    background-image: -ms-linear-gradient( 118deg, rgb(0,198,251) 1%, rgb(0,91,234) 100%);
}

/*--------------------------------------------*/
/*  Feature Style1
/*--------------------------------------------*/

.feature-section1{
	background:url(../images/bg/feature1-bg.jpg) no-repeat;
}

.feature-box1{
	margin-bottom:30px;
}

.feature-box1 .feature-icon {
    font-size: 37px;
    margin-bottom: 20px;
}

/*--------------------------------------------*/
/*  Feature-box 10
/*--------------------------------------------*/

.feature-box2{
	margin-bottom:30px;
	text-align:center;
}

.feature-box2 .feature-icon {
    width: 60px;
    height: 60px;
    font-size: 28px;
    line-height: 60px;
    text-align: center;
    background: #00C5FF;
	 border: 1px solid transparent;
	border-radius: 5px;
    color: #FFF;
    display: inline-block;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.feature-box2 .feature-content{
	margin-top: 30px;
}

.feature-box2:hover .feature-icon {
    border: 1px solid #00A9DA;
    color: #00A9DA;
    background: transparent;
}


/*--------------------------------------------*/
/*  Feature Style 3
/*--------------------------------------------*/

.feature-box3{
	margin-bottom:30px;
}


.feature-box3 h3 {
    margin: 9px 0px 8px;
}

.feature-box3 .features-info {
    background: #FFF;
    padding: 15px;
}


/*--------------------------------------------*/
/*  Feature Style 5
/*--------------------------------------------*/

.feature-box5{
	margin-bottom:30px;
}


.feature-box5 h3 {
    margin: 9px 0px 8px;
}

.feature-box5 .features-info {
    background: #FFF;
	border: 1px solid #c0c3c4;
    padding: 15px;
}
.feature-box5:hover .features-info {
    border: 1px solid #00A9DA;
    color: #00A9DA;
    background: transparent;
}

 /*--------------------------------------------*/
/*  Features Style 4
/*--------------------------------------------*/

.feature-section4{
	padding-bottom:45px;
}

.feature-box4 {
    border: 1px solid #EDEDED;
    padding: 20px;
    text-align: center;
	margin-bottom: 75px;
	position:relative;
	margin-bottom:45px;
}

.feature-box4 .feature-icon {
    width: 85px;
    height: 85px;
    background: #fff;
    color: #B2B4B4;
    line-height: 85px;
    display: inline-block;
    position: absolute;
    top: -40px;
    font-size: 25px;
    left: 0;
    right: 0;
    margin: 0px auto;
    border-radius: 50%;
    border: 2px solid #E1E4E4;
}

.feature-box4  .feature-content{
	margin-top:54px;
}

.feature-box4  .feature-content h3 {
    margin-bottom: 13px;
}

.feature-box4  .feature-content .readmore {
    margin: 15px 0px 13px;
    display: inline-block;
}

.feature-box4 .feature-item:hover  .feature-icon{
	background:#FE2D28;
	border-color:#FE2D28;
	color:#FFF;
}

/*--------------------------------------------*/
/*  Feature Style 5
/*--------------------------------------------*/

.feature-section{
	background:#FFF;
}
.feature-box5 {
    text-align: center;
    margin-bottom: 30px;
    background: #FFF;
}

.feature-box5 .icon {
	color: #00A9DA;
	font-size: 30px;
	margin-bottom: 23px;
	display: inline-block;
	border: 1px solid #00A9DA;
	width: 70px;
	height: 70px;
	line-height: 70px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;

}
.feature-box5 .feature-info h3 {
	margin: 3px 0px 12px;
}
.feature-box5:hover .icon {
    border-color: #00A9DA;
    background: #00A9DA;
    color: #FFF;
}

/*--------------------------------------------*/
/*  Feature Style 6
/*--------------------------------------------*/


.feature-box6 {
    text-align: center;
    margin-bottom: 30px;
    background: #F8F8F8;
    padding: 40px 20px;
}
.feature-box6 .feature-icon {
    color: #FFF;
    font-size: 39px;
    margin-bottom: 23px;
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
}
.feature-box6.icon-bg1{
	border-bottom:3px solid #F22840;
}
.feature-box6.icon-bg1 .feature-icon{
	background:#F22840;
}
.feature-box6.icon-bg2{
	border-bottom:3px solid #2BAAB1;
}
.feature-box6.icon-bg2 .feature-icon{
	background:#2BAAB1;
}

.feature-box6.icon-bg3{
	border-bottom:3px solid #0198EF;
}
.feature-box6.icon-bg3 .feature-icon{
	background:#0198EF;
}
.feature-box6.icon-bg4{
	border-bottom:3px solid #F8A012;
}
.feature-box6.icon-bg4 .feature-icon{
	background:#F8A012;
}

/*--------------------------------------------*/
/*  Feature Style 6
/*--------------------------------------------*/

.feature-section7{
	/*background:url(../images/bg/feature7-bg.jpg) no-repeat;*/
}

/*--------------------------------------------*/
/*  Feature Style 8
/*--------------------------------------------*/

.feature-section8{
	background:url(../images/bg/feature8-bg.jpg) no-repeat;
}
.feature-box8 {
	margin-bottom:30px;
	padding-top: 40px;
}
.feature-box8 .feature-inner {
	margin-bottom: 45px;
	position:relative;
}
.feature-box8 .feature-inner .feature-icon {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #FFF;
	text-align: center;
	line-height: 60px;
	font-size: 22px;
	position:absolute;
	color: #00A9DA;
}
.feature-box8.left .feature-inner .feature-icon {
	right:0;
}
.feature-box8.right .feature-inner .feature-icon {
	left:0;
}
.feature-box8.left .feature-inner .feature-info {
	margin-right:80px;
	text-align:right;
}
.feature-box8.right .feature-inner .feature-info {
	margin-left:80px;
	text-align:left;
}
.feature-box8 .feature-inner .feature-info {
}
.feature-device {
	text-align:center;
}


/*--------------------------------------------*/
/*   Feature Style 9
/*--------------------------------------------*/

.feature-box9{
	text-align: center;
}

.feature-box9:nth-of-type(1){
	background:#00A9DA;
}

.feature-box9:nth-of-type(2){
	background: #0B95BD;
}

.feature-box9:nth-of-type(3){
	background: #1282A2;
}

.feature-box9 .inner{
	padding:80px 30px;
}

.feature-box9 .inner .features-icon {
	font-size:56px;
	color:#FFF;
}

.feature-box9 .inner .features-content {
    margin-top: 34px;
}

.feature-box9 .inner .features-content h3 {
    color: #FFF;
    margin-bottom: 13px;
    margin-top: 20px;
}

.feature-box9 .inner .features-content p{
	color:#FFF;
}

 /*--------------------------------------------*/
/*  Feature Style 10
/*--------------------------------------------*/


.feature-box10{
	margin-bottom:50px;
}

.feature-box10 .feature-icon {
	border: 4px solid #F6F6F6;
	background: transparent;
	line-height: 73px;
	font-size: 29px;
	width: 80px;
	height: 80px;
	color: #262323;
	position: absolute;
	border-radius: 50%;
	text-align: center;
	display: inline-block;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.feature-box10 .feature-content {
	margin-left: 110px;
}

.feature-box10:hover .feature-icon {
    background: #00A9DA;
    color: #FFF;
    border-color: #00A9DA;
}


/*--------------------------------------------*/
/*  Feature Style 11
/*--------------------------------------------*/

.feature-section{
	background:#FFF;
}
.feature-box11 {
    text-align: center;
    margin-bottom: 30px;
}

.feature-box11 .icon {
    color: #302f2f;
    font-size: 42px;
    margin-bottom: 23px;
    display: inline-block;
    background: #FFF;
    width: 120px;
    height: 120px;
    line-height: 120px;
    border: 2px solid transparent;
    border-radius: 50%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.feature-box11 .feature-info h3 {
	margin: 3px 0px 12px;
}
.feature-box11:hover .icon {
    border-color: #00A9DA;
    background: #00A9DA;
    color: #FFF;
}

/*--------------------------------------------*/
/* Feature Style 12
/*--------------------------------------------*/

.feature-section12{
	background:url(../images/bg/feature14-bg.jpg) no-repeat;
}

.sub-item {
    padding: 100px 50px 70px;
    background: #FFF;
}

.full-width-box{
	float:left;
	width:100%
}
.feature-box12{
	margin-bottom:30px;
}
.feature-box12 .feature-icon {
    font-size: 40px;
    margin-bottom: 15px;
    color: #00A9DA;
}

.feature-box12 .feature-contet{
	margin-top:20px;
}

 /*--------------------------------------------*/
/*  Feature-box 13
/*--------------------------------------------*/

.feature-box13{
	margin-bottom:50px;
}

.feature-box13 .feature-icon {
	border: 4px solid #F6F6F6;
	background: transparent;
	line-height: 73px;
	font-size: 29px;
	width: 80px;
	height: 80px;
	color: #262323;
	position: absolute;
	border-radius: 50%;
	text-align: center;
	display: inline-block;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.feature-box13 .feature-content {
	margin-left: 110px;
}

.feature-box13:hover .feature-icon {
    background: #00A9DA;
    color: #FFF;
    border-color: #00A9DA;
}


 /*--------------------------------------------*/
/*  Feature-box 14
/*--------------------------------------------*/

.feature-box14 {
    margin-bottom: 30px;
    text-align: center;
    background: #FFF;
    padding: 20px;
}

.feature-box14 .feature-icon {
	line-height: 73px;
	font-size: 29px;
	color: #262323;
	text-align: center;
	display: inline-block;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

/*--------------------------------------------*/
/*   Blog Section
/*--------------------------------------------*/

.blog-slide {
	float:left;
	width:100%;
}
.blog-item {
    margin: 0px 0px 30px;
    box-shadow: 0 10px 40px 0 rgba(62, 57, 107, 0.07), 0 2px 9px 0 rgba(62, 57, 107, 0.06);
    padding: 20px 20px 30px;
}
.blog-item  .blog-media{
	margin:-20px -20px 0px;
}
.blog-item .blog-media img {
	width:100%;
}
.blog-item .blog-info {
	background: #FFF;
	padding: 24px 0px 0px;
}
.blog-item .blog-info h3  {
	font-size: 20px;
}

.blog-item .blog-info ul.meta {
    margin: 0px 0px 15px;
    color: #7D7B7B;
    padding: 0;
}
.blog-item .blog-info ul.meta li {
    display: inline-block;
    list-style: none;
    margin-right: 10px;
    font-size: 14px;
    text-transform: uppercase;
	color: #b1b1b1;
}
.blog-item .blog-info ul.meta li a {
    color: #8d8989;
}
.blog-item .blog-info ul.meta li i {
    font-size: 15px;
    margin-right: 3px;
}
.blog-item .blog-info .btn {
	padding: 8px 24px;
	margin-top: 12px;
	font-size: 14px;
}

/*--------------------------------------------*/
/*    Portfolio Single Page
/*--------------------------------------------*/

.work-detail .btn{
	margin-bottom:30px;
}
.work-detail .btn{
	margin-top:30px;
}

.work-detail-list {
	list-style:none;
	padding:0;
	margin:0;
}

.work-detail-list {
	list-style:none;
	padding:0;
	margin:0;
}

.work-detail-list li{
	padding: 5px 0;
	line-height:22px;
	font-size:16px;
	color: #656666;
}

.work-detail-list  li span{
	font-weight:600;
	padding-right:15px;	
	text-transform: uppercase;
	font-size: 15px;
}

/*-----------------------------------------------------------------*/
/* Blog Page
/*-----------------------------------------------------------------*/

.post-content {
	margin-top:0;
}

.post-img {
	margin: 0 0 25px 0;
	overflow: hidden;
	position: relative;
}

.post-img img {
	width:100%;
}

.blog-img-hover {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	opacity:0;
	text-align: center;
	background:rgba(0, 0, 0, 0.5);
}

.post-img:hover .blog-img-hover {
	opacity:1;
}

.blog-img-hover span {
	font-size: 15px;
	position: absolute;
	top: 40%;
	width: 30px;
	height: 30px;
	background: #F0353A;
	color: #FFF;
	line-height: 30px;
	border-radius: 50%;
}

.post-meta {
	margin: 10px 0px 20px;
	padding:0px;
}
.post-meta li {
    display: inline-block;
    list-style: none;
    margin-right: 10px;
    font-size: 15px;
    text-transform: uppercase;
    color: #b1b1b1;
}
.post-description p {
	margin-bottom:25px;
}

blockquote {
	display: block;
	padding: 20px;
	background:#f9f9f9;
	margin: 25px 15px;
	font-size: 15px;
	line-height: 21px;
	text-align: justify;
	color: #929292;
	letter-spacing: 0.1px;
	border-left: 5px solid #E7E7E7;
}

blockquote a {
	text-decoration: none;
	background: #eee;
	cursor: pointer;
	padding: 0 3px;
}

blockquote a:hover {
	color: #666;
}

blockquote em {
	font-style: italic;
}

.comments-section {
	padding:50px 0;
}

.comments-section h3 {
	margin-bottom: 35px;
}

.comment-form input, .search-box input, .comment-form textarea {
	border:2px solid #ECE9E9;
}

.comment-form ::-webkit-input-placeholder {
 color:#b4b4b4 !important;
}

.comment-form :-moz-placeholder {
 color:#b4b4b4 !important;
}

.comment-form ::-moz-placeholder {
 color:#b4b4b4 !important;
}

.comment-form :-ms-input-placeholder {
 color:#5C5C5C !important;
}

.comment-list {
	margin: 40px 0;
	padding-top: 20px;
}

.comment-list h3 {
	margin-bottom: 35px;
}

.comment-list ol {
	list-style: none;
	margin-left: 0px;
	padding: 0;
}

.comment-list ol.comment-sub {
	list-style: none;
}

li.comment .single_comment.first-comment {
	margin-top:25px;
}

li.comment .single_comment {
	padding: 20px;
	background: #FFF none repeat scroll 0% 0%;
	margin-bottom: 20px;
	box-shadow: 0 10px 40px 0 rgba(62, 57, 107, 0.07), 0 2px 9px 0 rgba(62, 57, 107, 0.06);
}

li.comment ol.comment-sub {
	margin-left: 65px;
}

.comment-list ol .comment-avatar {
	float: left;
	margin-right: 25px;
}

.comment-list ol .comment-avatar img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0px 0px 2px #ccc;
    padding: 4px;
}

.comment-list ol .comment-content {
	overflow: hidden;
}

.comment-list ol .comment-name {
	font-weight: 700;
}

.comment-list ol .comment-name span {
	font-weight: normal;
	color: #aaa;
	margin: 0 8px;
}

.comment-list ol .comment-name a {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
}

.comment-list ol .comment-name a.comment-reply {
    font-size: 15px;
    font-weight: 400;
    color: #8d8e8f;
    margin-left: 17px;
	text-transform:none;
}

.comment-list ol .comment-desc {
    margin-bottom: 10px;
    color: #B7B5B5;
    font-size: 14px;
}

.widget-main {
	margin-bottom:30px;
	padding:20px 20px 10px 20px;
	border: 1px solid #EAEAEA;
}

.widget-sidebar .search-box {
	position: relative;
}

.widget-sidebar .search-box input {
	padding-left:10px;
}

.widget-sidebar .search-box i {
	position: absolute;
	right: 20px;
	top: 14px;
	font-size: 16px;
}

.post-categories ul {
	padding:0px;
	margin:0px;
}

.post-categories li {
	list-style: none;
	margin-bottom: 5px;
	border-bottom: 1px solid #f0f1f2;
	padding: 4px 0 4px 15px;
	position: relative;
}

.post-categories li:last-child {
	border-bottom:none;
	margin-bottom:0px;
}

.post-categories li a:before {
	content: "\f105";
	display: block;
	font-family: FontAwesome;
	position: absolute;
	left: -15px;
}

.post-categories a {
	position: relative;
	color: #606b77;
	display: inline-block;
	width: 100%;
	padding-bottom: 10px;
	line-height: 20px;
	transition: all 0.2s ease 0s;
}

.post-categories a:hover {
	color: #00A9DA;
}

.sidebar-widget {
	font-size: 11px;
	line-height: 15px;
	margin-right: 8px;
}

.sidebar-widget a {
	color: #606b77;
	font-size: 14px;
}

.sidebar-widget a:hover {
	color: #00A9DA;
}

.sidebar-widget img {
	float: left;
	width: 96px;
	margin: 6px 14px 22px 0px;
}

.sidebar-widget p.date {
    color: #b1b1b1;
    font-weight: 400;
    font-size: 13px;
}
.sidebar-widget p.sidebar-widget-title {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 6px;
}

.widget-main .tags {
	padding: 10px 0 10px;
	display:inline-block;
}

.widget-main .tags a {
	float: left;
	padding: 8px 10px;
	color: #606b77;
	margin: 0px 6px 6px 0px;
	background: transparent;
	border: 1px solid #ccc;
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
}

.widget-main .tags a:hover {
	background:#00A9DA;
	color:#FFF;
	border: 1px solid #00A9DA;
}

.pagination ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin: auto;
}

.pagination li {
	display: inline-block;
	margin-left: 4px;
	background: #fff;
	border: 1px solid #e4e7e8;
	font-weight: 600;
}

.pagination li.active {
    border: 1px solid #00A9DA;
}

.pagination li:hover {
    border: 1px solid #00A9DA;
}

.pagenation li:first-child {
    margin-left: 0;
}

.pagination li a {
    color: #868e9c;
    font-size: 14px;
    padding: 12px 15px;
    line-height: 12px;
	display:inline-block;
    text-align: center;
    text-transform: uppercase;
	font-weight: 600;
}

.pagination li.active a,.pagination li:hover a {
	color:#00A9DA;
}
.blog-list-main .post-item:nth-last-child {
    margin: 0 !important;
    border: 0  !important;
}
.blog-list-main .post-item, .blog-full-width.post-item {
    margin-bottom: 70px;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 45px;
}
.blog-list-main.classic .post-item{
	float:left;
	width:100%;
}

.masonry-item, .blog-list-masonry{
	position:relative;
}

/*--------------------------------------------*/
/*   Pricing  Section
/*--------------------------------------------*/

.pricing-box {
    padding: 30px 20px;
    text-align: center;
    margin-bottom: 30px;
    box-shadow: 0 10px 40px 0 rgba(62, 57, 107, 0.07), 0 2px 9px 0 rgba(62, 57, 107, 0.06);
}
.pricing-box h3 {
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 700;
	margin-top: 10px;
}
.pricing-box .pricing-header {
    margin: 34px -20px 30px;
    padding: 16px 10px;
    background: #00A9DA;
}
.pricing-box .pricing-header span.price {
	font-weight: 600;
	font-size: 35px;
	margin-bottom: 11px;
	display: inline-block;
	color: #FFF;
}
.pricing-box .pricing-header span.month {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #FFF;
    line-height: 17px;
    font-style: italic;
}
.pricing-box ul {
	margin:0px;
	padding:0px;
}
.pricing-box ul li {
    display: block;
    margin-bottom: 19px;
    font-size: 16px;
    font-weight: 400;
    border-bottom: 1px solid #f2f0f0;
    padding-bottom: 20px;
    margin-left: -20px;
    margin-right: -20px;
}
.pricing-box .pricing-btn .btn {
    padding: 10px 70px;
    margin: 15px 0px;
}

/*--------------------------------------------*/
/*   Team Style 1
/*--------------------------------------------*/

.team-box1{
	margin-bottom:30px;
}
.team-box1 .team-photo{
	position:relative;
}
.team-box1 .team-photo:after {
    background: rgba(0,0,0,0.4);
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    transition: all 0.5s ease 0s;
    width: 100%;
    opacity: 0;
}
.team-box1:hover .team-photo::after {
    opacity: 1;
}
.team-box1 .team-info{
	background: #fff;
	padding: 20px 20px;
	text-align:center;
	border: 1px solid #e7e7e7;
	border-top:0;
}
.team-box1 .team-info h3{
	margin: 0 0 2px;
	text-transform: uppercase;
	line-height: 15px;
	font-size: 20px;
}
.team-box1 .team-info p{
	color: #888;
	margin-bottom: 0;
	font-size: 17px;
}
.team-box1  .social-icon{
	margin-top:5px;
	left: 50%;
	margin-left: -61px;
	opacity: 0;
	position: absolute;
	top: 30%;
	transition: 1.3s;
	z-index:10;
}
.team-box1  .social-icon a{
	display:inline-block;
	margin: 2px;
	border: 1px solid #FFF;
	font-size: 14px;
	height: 30px;
	width: 30px;
	line-height: 28px;
	color:#FFF;
	text-align:center;
}
.team-box1 .social-icon a:hover {
    border: 1px solid #00A9DA;
    background: #00A9DA;
    color: #FFF;
}
.team-box1:hover .social-icon {
	top: 45%;
	opacity: 1;
}

/*--------------------------------------------*/
/*   Team Style 2
/*--------------------------------------------*/

.team-box2{
	margin-bottom:30px;
}
.team-box2 .team-photo{
	position:relative;
}
.team-box2 .team-photo img{
	width:100%;
}
.team-box2 .team-photo:after {
    background: rgba(0,0,0,0.4);
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    transition: all 0.5s ease 0s;
    width: 100%;
    opacity: 0;
}
.team-box2 .team-photo:hover::after {
    opacity: 1;
}
.team-box2 .team-info {
    text-align: center;
    left: 0;
    right: 0;
    opacity: 0;
    position: absolute;
    top: 27%;
    transition: 1.3s;
    z-index: 10;
    padding: 10px;
}
.team-box2 .team-info h3{
	margin: 0 0 5px;
	color:#FFF;
	text-transform:uppercase;
}
.team-box2 .team-info h4 {
    font-size: 16px;
    font-weight: 600;
    color: #FFF;
    font-style: italic;
    margin-bottom: 0px;
}
.team-box2  .social-icon{
	margin-top:5px;
}
.team-box2  .social-icon a{
	display:inline-block;
	margin: 2px;
	font-size: 16px;
	color:#FFF;
	text-align:center;
}
.team-box2 .team-photo:hover .team-info{
	top: 35%;
	opacity: 1;
}

/*--------------------------------------------*/
/*   Team Style 3
/*--------------------------------------------*/

.team-box3{
	margin-bottom:30px;
}
.team-box3 .team-photo{
	position:relative;
}
.team-photo img{
	width:100%;
}
.team-box3 .team-photo:after {
    background: rgba(0,0,0,0.4);
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    transition: all 0.5s ease 0s;
    width: 100%;
    opacity: 0;
}
.team-box3 .team-photo:hover::after {
    opacity: 1;
}
.team-box3  .team-info{
	text-align:left;
	margin-top:20px;
}
.team-box3  .team-info h3{
	margin: 0 0 2px;
	text-transform: uppercase;
}
.team-box3 .team-info h4 {
    color: #565353;
    margin-bottom: 10px;
    font-size: 19px;
    font-weight: 500;
    margin-top: 0px;
}
.team-box3  .social-icon{
	margin-top:5px;
	left: 50%;
	margin-left: -61px;
	opacity: 0;
	position: absolute;
	top: 30%;
	transition: 1.3s;
	z-index:10;
}
.team-box3  .social-icon a{
	display:inline-block;
	margin: 2px;
	border: 1px solid #FFF;
	font-size: 14px;
	height: 30px;
	width: 30px;
	line-height: 28px;
	color:#FFF;
	text-align:center;
}
.team-box3 .social-icon a:hover {
    border: 1px solid #00A9DA;
    background: #00A9DA;
    color: #FFF;
}
.team-box3 .team-photo:hover .social-icon {
	top: 45%;
	opacity: 1;
}

/*--------------------------------------------*/
/*   Team Style 4
/*--------------------------------------------*/

.team-box4{
	margin-bottom:30px;
}
.team-box4 .team-info{
	background: #fff;
	padding: 20px 20px;
	text-align:center;
}
.team-box4 .team-info h3{
	margin: 0 0 2px;
	text-transform: uppercase;
	line-height: 20px;
}
.team-box4 .team-info p {
    color: #888;
    margin-bottom: 0;
    font-size: 15px;
    text-transform: uppercase;
}
.team-box4  .social-icon{
	margin-top:5px;
}
.team-box4  .social-icon a{
	display:inline-block;
	margin: 2px;
	border: 1px solid #dfdfdf;
	font-size: 14px;
	height: 30px;
	width: 30px;
	line-height: 28px;
	color:#888;
}
.team-box4 .social-icon a:hover {
    border: 1px solid #00A9DA;
    background: #00A9DA;
    color: #FFF;
}

/*--------------------------------------------*/
/*   Team Style 5
/*--------------------------------------------*/

.team-box5{
	margin-bottom:30px;
}
.team-box5 .team-photo{
}
.team-box5 .team-info{
	background: #fff;
	padding: 20px 20px;
	text-align:center;
}
.team-box5 .team-info h3{
	margin: 0 0 2px;
	text-transform: uppercase;
	line-height: 20px;
}
.team-box5 .team-info p{
	color: #888;
	margin-bottom: 0;
}
.team-box5  .social-icon{
	margin-top:5px;
}
.team-box5  .social-icon a{
	display:inline-block;
	margin: 2px;
	border: 1px solid #dfdfdf;
	font-size: 14px;
	height: 30px;
	width: 30px;
	line-height: 28px;
	color:#888;
}
.team-box5  .social-icon a:hover{
	border: 1px solid #ED1C24;
	background:#ED1C24;
	color:#FFF;
}

/*--------------------------------------------*/
/*   Testimonial
/*--------------------------------------------*/

.testimonial-section1 {
	padding-bottom: 120px;
	background:url(../images/bg/testimonial-bg.jpg) no-repeat;
}
.testimonial-item {
	text-align: center;
	background: rgba(12, 12, 12, 0.3);
	padding: 92px 25px 30px;
	position:relative;
}
.testimonial-item::before {
	 font-family: FontAwesome;
	 content: "\f10d ";
	 font-size: 28px;
	 position: absolute;
	 top: 46px;
	 color: #FFF;
}
.testimonial-item .testimonial-info {
	margin-top: 20px;
}
.testimonial-item .testimonial-info .testimonial-photo {
	width: 100px;
	height: 100px;
	display: inline-block;
}
.testimonial-item .testimonial-text p {
    color: #FFF;
    font-size: 17px;
    font-style: italic;
}
.testimonial-item .testimonial-info .testimonial-photo img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 2px solid #FFF;
}
.testimonial-item .testimonial-info .testimonial-name {
	margin-top: 10px;
	color: #FFF;
}
.testimonial-item .testimonial-info .testimonial-name h4 {
    margin-bottom: 0px;
    text-transform: uppercase;
    font-size: 18px;
	color: #FFF;
}
.testimonial-item .testimonial-info .testimonial-name p {
    color: #FFF;
    font-style: italic;
    margin-bottom: 0px;
    font-size: 14px;
}

/*--------------------------------------------*/
/*   Testimonial Style 2
/*--------------------------------------------*/

.testimonial-section2 {
	background:#F9F9F9;
	background:url(../images/bg/testimonial-bg2.jpg) no-repeat;
	background-size:cover;
}
.testimonial-item2 {
	text-align: left;
	margin-bottom:10px;
}
.testimonial-item2 .testimonial-photo {
	width: 150px;
	height: 150px;
	position: absolute;
}
.testimonial-item2 .testimonial-photo img {
    max-width: 100%;
    width: 150px;
    height: 150px;
    border-radius: 50%;
}
.testimonial-item2  .testimonial-content {
    margin-left: 250px;
}
.testimonial-item2 .testimonial-content p {
	position: relative;
	line-height: 38px;
	font-style: italic;
	font-size: 17px;
	color:#FFF;
	top: -12px;
}
.testimonial-item2 h5 {
    text-transform: uppercase;
    font-size: 18px;
    text-align: left;
    margin: 15px 0px 0px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #FFF;
}
.testimonial-item2 h5 small {
    display: block;
    margin: 9px 0px 0px;
    font-size: 17px;
    text-transform: none;
    font-weight: 600;
    font-style: italic;
    color: #FFF;
}

/*--------------------------------------------*/
/*   Testimonial style 3
/*--------------------------------------------*/

.testimonial-section4 {
	background:#F9F9F9;
	background:url(../images/bg/testimonial-bg4.jpg) no-repeat;
}

.testimonial-box3 {
    text-align: center;
    position: relative;
    float: left;
    width: 100%;
	text-align:left;
}
.testimonial-box3 .testimonial-text {
    background: #F8F8F8;
    padding: 27px 25px 30px;
    border-radius: 15px;
	position:relative;
}
.testimonial-box3 .testimonial-text::after {
    content: "";
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #F8F8F8;
    height: 0;
    margin: 0 0 0 25px;
    width: 0;
    position: absolute;
    bottom: -15px;
}
.testimonial-box3 .testimonial-text p::before {
    font-family: FontAwesome;
    content: "\f10d ";
    font-size: 28px;
    position: absolute;
    top: 5px;
    color: #EDE9E9;
    left: 0;
}
.testimonial-box3 .testimonial-text p::after {
    font-family: FontAwesome;
    content: "\f10e ";
    font-size: 28px;
    position: absolute;
    bottom: 0;
    color: #EDE9E9;
    right: 0;
}
.testimonial-box3 .testimonial-info {
	margin-top: 20px;
}
.testimonial-box3 .testimonial-info .testimonial-photo {
	width: 50px;
	height: 50px;
	float:left;
}
.testimonial-box3 .testimonial-info .testimonial-photo img {
	width: 50px;
	height: 50px;
	border-radius:50%;
}
.testimonial-box3 .testimonial-info .testimonial-name {
    margin: 2px 0px 0px 16px;
    display: inline-block;
}
.testimonial-box3 .testimonial-info .testimonial-name h4 {
    margin-bottom: 0px;
    text-transform: uppercase;
    font-size: 16px;
}
.testimonial-box3 .testimonial-text p {
    padding: 0px 27px 0px 43px;
    position: relative;
    font-style: italic;
    font-size: 16px;
}

/*--------------------------------------------*/
/*   Testimonial style 4
/*--------------------------------------------*/

.testimonial-section{
	padding-bottom:30px;
}
.testimonial-box4 {
	background: #FFF;
	position:relative;
	margin:20px;
	padding:25px 20px;
}
.testimonial-box4 .testimonial-text {
    position: relative;
    padding: 35px 0px 0px;
}
.testimonial-box4 .testimonial-text::before {
	font-family: FontAwesome;
	content: "\f10d ";
	font-size: 28px;
	position: absolute;
	top: 0;
	color: #C8C9C9;
}
.testimonial-box4 .testimonial-info {
	margin-top: 20px;
}
.testimonial-box4 .testimonial-info .testimonial-photo {
	width: 50px;
	height: 50px;
	float:left;
}
.testimonial-box4 .testimonial-info .testimonial-photo img {
	width: 50px;
	height: 50px;
	border-radius:50%;
}
.testimonial-box4 .testimonial-info .testimonial-name {
    margin: 2px 0px 0px 16px;
    display: inline-block;
}
.testimonial-box4 .testimonial-info .testimonial-name p {
    font-size: 15px;
    font-weight: 400;
    font-style: italic;
    line-height: 22px;
}
.testimonial-box4 .testimonial-info .testimonial-name h4 {
    margin-bottom: 0px;
    text-transform: uppercase;
    font-size: 16px;
	color: #383838;
}
.testimonial-box4 .testimonial-text p {
    position: relative;
    font-style: italic;
    font-size: 17px;
}

/*-----------------------------------------------------------------*/
/* Tab Style
/*-----------------------------------------------------------------*/

.tab-style1 .nav li a, .nav-tabs li a{
	font-weight: 600;
	font-size: 16px;
	color: #323232;
	border: 1px solid #e9e9e9;
	border-radius: 0px;
	background: #FFF;
}
.tab-content{
	padding-top:20px;
}
.tab-style1 .nav li.active a, .nav-tabs li.active a{
	color: #fff !important;
	background-color: #00A9DA !important;
	border-color: transparent !important;
}

.tab-style1 .tab-content h3 {
    padding: 22px 0px 7px;
    font-size: 24px;
}

.vertical-tabs-main .vertical-tabs {
	display: table-cell;
	min-width: 120px;
	vertical-align: top;
	width: 150px;
	border: 0;
}
.vertical-tabs-main .tab-content {
	background: #ffffff;
	display: table-cell;
	margin-bottom: 30px;
	padding: 0px 20px 20px;
	vertical-align: top;
}
.vertical-tabs-main .vertical-tabs.nav-tabs > li {
	float: none;
}

/*-----------------------------------------------------------------*/
/* Tab Style 2
/*-----------------------------------------------------------------*/

.tab-style2  .nav-tabs {
    border-bottom: 0;
	margin-bottom: 25px;
	text-align:center;
}

.tab-style2 .tab-inner {
    max-width: 1000px;
    margin: 0px auto;
}

.tab-style2 .nav-tabs li{
	padding: 0px 17px;
	text-align: center;
	display: inline-block;
	float: none;
}
.tab-style2 .nav-tabs li a{
	border: 0;
	cursor:pointer;
}
.tab-style2 .nav-tabs li span {
    font-size: 17px;
    color: #1d1d1d;
    font-weight: 600;
}
.tab-style2 .nav-tabs li a > i {
    display: block;
    font-size: 32px;
    margin-bottom: 11px;
}
.tab-style2 .nav-tabs > li > a:hover,
.tab-style2 .nav-tabs > li.active > a,
.tab-style2  .nav-tabs > li.active > a:focus,
.tab-style2 .nav-tabs > li.active > a:hover {
    color: #00A9DA;
    cursor: default;
    background-color: transparent;
    border: 0;
}
.tab-style2 .nav-tabs li.active span {
    color: #FFF;
}






/*--------------------------------------------*/
/*   Timeline
/*--------------------------------------------*/

.single_timeline_block .timeline_text_content {
	width: calc(50% - 50px);
}

.single_timeline_block.odd-item .timeline_text_content {
	float: right;
}

.single_timeline_block.even-item .timeline_text_content {
	text-align: right;
}

.single_timeline_block {
	position: relative;
	z-index: 1;
}

.single_timeline_block .timeline_icon {
	background-color: #00A9DA;
	border-radius: 50%;
	color: #fff;
	height: 50px;
	left: 50%;
	margin-left: -25px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 50px;
	z-index: 9;
	border: 3px solid #fff;
}

.single_timeline_block .timeline_icon i {
	font-size: 24px;
	line-height: 44px;
}

.timeline_text_content {
	background-color: #f6f6f6;
	border-radius: 5px;
	padding: 20px;
	position: relative;
	z-index: 1;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
}

.timeline_text_content p {
	margin: 0;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
}

.timeline_text_content:before {
	background-color: #ddd;
	content: "";
	height: 100%;
	position: absolute;
	top: 0;
	width: 2px;
	z-index: -5;
}

.timeline_text_content:after {
	background-color: #f6f6f6;
	content: "";
	height: 30px;
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 30px;
	z-index: -9;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
}

.timeline_text_content > h4 {
	font-weight: 600;
}

.single_timeline_block.even-item .timeline_text_content:before {
	left: calc(100% + 49px);
}

.single_timeline_block.odd-item .timeline_text_content:before {
	right: calc(100% + 49px);
}

.single_timeline_block.even-item .timeline_text_content:after {
	right: -5px;
	top: 8px;
}

.single_timeline_block.odd-item .timeline_text_content:after {
	left: -5px;
	top: 8px;
}

.timeline_text_content > h3,
.timeline_text_content > h5 {
	font-weight: 600;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
}	

/*--------------------------------------------*/
/*   FAQ
/*--------------------------------------------*/

.faq .panel-group .panel {
	border-radius: 2px;
	-webkit-box-shadow:none;
	box-shadow:none;
	margin-bottom: 15px;
	border:0;
	bordeer-radius:0;
}

.faq  .panel-group {
	margin-bottom: 20px;
}
.faq .panel .panel-heading {
	position: relative;
	padding: 15px;
	background: #f3f3f3;
	border-radius: 0;
	border: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.faq .panel .panel-heading .panel-title a {
	display: block;
	text-transform: capitalize;
	margin-right: 40px;
	color: #7a7c7d;
	line-height: 22px;
}
.panel .panel-heading .panel-title a.collapsed::after {
 content: "\f107";
}
.panel .panel-heading .panel-title a::after {
 content: "\f106";
 font: 20px fontAwesome;
 position: absolute;
 top: 50%;
 right: 5px;
 height: 40px;
 width: 40px;
 line-height: 45px;
 text-align: center;
 -webkit-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
 transform: translateY(-50%);
}


/*--------------------------------------------*/
/*   Facts
/*--------------------------------------------*/

.facts-section{
	background:url(../images/bg/facts-bg.jpg)  no-repeat;
}
.facts-box{
	text-align:center;
	margin-bottom:30px;
}
.facts-box i {
    color: #2BD3F8;
    font-size: 55px;
    margin-bottom: 20px;
}

.facts-box h3 {
    font-size: 44px;
    font-weight: 600;
    margin: 12px 0px 18px;
    color: #FFF;
}
.facts-box span {
    color: #FFF;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
}

/*--------------------------------------------*/
/*   Facts
/*--------------------------------------------*/

.facts-section2{
	padding:90px 0px 40px;
}

.facts-box2{
	text-align:center;
	margin-bottom:50px;
}

.facts-box2 h3 {
	color: #2F2F30;
	font-weight: 700;
	font-size: 44px;
	position: relative;
	margin-bottom: 26px;
	padding-bottom: 3px;
}

.facts-box2 h3::after {
    content: "";
    width: 34px;
    height: 2px;
    background: #FFF none repeat scroll 0% 0%;
    margin: 0px auto;
    position: absolute;
    bottom: -15px;
    z-index: 9999;
    text-align: center;
    left: 0;
    right: 0;
}

.facts-box2 p {
    color: #1A1919;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
}

.facts-box2 h3::after{
	background:#212227;
}


/*--------------------------------------------*/
/*   List Item
/*--------------------------------------------*/

ul.feature-list{
	margin:0px;
	padding:0px;
}
ul.feature-list li {
    list-style: none;
    margin-bottom: 15px;
    position: relative;
    padding-left: 30px;
}
ul.feature-list li i {
    position: absolute;
    left: 0;
    top: 6px;
}
ul.feature-list.list-primary li i {
    color: #0198EF;
}


/*--------------------------------------------*/
/*   Login, Register
/*--------------------------------------------*/

.login-reg-section{
	padding: 80px 0px 80px;
}
.login-reg-wrapper {
	float:none;
	margin:0px auto;
	max-width: 450px;
	z-index:99;
	position:relative;
}
.login-reg-inner {
	background: #FFF;
	float: left;
	width: 100%;
	padding: 33px 40px;
	box-shadow: 0px 0px 13px #ccc;
}
.space-inner {
	margin: 50px 0px 60px;
}

.login-reg-inner  .btn span {
	margin-right:10px;
}
.login-reg-inner .btn {
    padding: 10px 16px;
    font-size: 13px;	
}
.btn-facebook {
	color: #ffffff !important;
	background-color: #3b5998 !important;
}
.btn-twitter {
	color: #ffffff !important;
	background-color: #00aced !important;
}
.btn-linkedin {
	color: #ffffff !important;
	background-color: #007bb6 !important;
}
.btn-dribbble {
	color: #ffffff !important;
	background-color: #ea4c89 !important;
}
.btn-googleplus {
	color: #ffffff !important;
	background-color: #dd4b39 !important;
}
.btn-instagram {
	color: #ffffff !important;
	background-color: #517fa4 !important;
}
.btn-pinterest {
	color: #ffffff !important;
	background-color: #cb2027 !important;
}
.btn-dropbox {
	color: #ffffff !important;
	background-color: #007ee5 !important;
}
.btn-flickr {
	color: #ffffff !important;
	background-color: #ff0084 !important;
}

/*--------------------------------------------*/
/*   Client Logo Carousel
/*--------------------------------------------*/

.clients-section {
	background:#F5F5F5;
	text-align:center;
	padding:40px 0px;
}
.clients-carousel .item figure {
	padding: 20px;
}
.clients-carousel .item figure img {
	display: block;
	margin: 0 auto;
	width: auto;
}

/*--------------------------------------------*/
/*   Social Icon 4
/*--------------------------------------------*/

.social-icons-dark {
	margin: 0;
	padding: 0;
}

.social-icons-dark li {
	display: inline;
}

.social-icons-dark li a {
	width: 30px;
	height: 30px;
	padding: 0px;
	margin: 0 2px 5px 0;
	text-align: center;
	font-size: 14px;
	color:#909090;
	line-height: 30px;
	display:inline-block;
	border-radius: 100%;
	background: #272727;
}
.social-icons-dark li a:hover {
	color: #fff;
	background: #00A9DA;
}

/*--------------------------------------------*/
/*   Panel
/*--------------------------------------------*/

.panel-wrap {
	margin-bottom: 30px;
	float: left;
	width: 100%;
}
.panel {
	margin-bottom: 20px;
	position:relative;
}
.panel-color .panel-title {
	color: #ffffff;
	font-weight: 400;
}
.panel-color.panel-default .panel-title {
	color: #333;
	font-weight: 400;
}
.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: inherit;
	font-weight: 400;
}
.panel-footer {
	background: #f4f8fb;
	border-top: 0px;
}
.panel-heading, .panel {
	border-radius:0px;
}
.panel-heading {
	padding: 16px 15px;
}
.panel-primary {
	border-color:#FFF;
}
.panel-default {
	border-color:#FFF;
}
.panel-success {
	border-color: #FFF;
}
.panel-danger {
	border-color: #FFF;
}
.panel-info {
	border-color: #FFF;
}
.panel-warning {
	border-color: #FFF;
}
.panel-default > .panel-heading {
	color: #333;
	background-color: #F6F6F6;
	border-color: #E1E0E0;
}
.panel-primary > .panel-heading {
    background-color: #00A9DA;
    border-color: #00A9DA;
}
.panel-success > .panel-heading {
	background-color: #81c868;
}
.panel-info > .panel-heading {
	background-color: #34d3eb;
}
.panel-warning > .panel-heading {
	background-color: #ffbd4a;
}
.panel-danger > .panel-heading {
	background-color: #f05050;
}
.panel.panel-border {
	border:none;
}
.panel-border .panel-heading {
	background-color: #ffffff;
	border-top: 3px solid #DADFE2 !important;
	padding: 10px 20px 0px;
	border-bottom: 0px;
	border-radius: 0;
}
.panel-border .panel-body {
	padding: 15px 20px 20px 20px;
}
.panel-border.panel-custom .panel-heading {
	border-color: #5fbeaa !important;
	color: #5fbeaa !important;
}
.panel-border.panel-primary .panel-heading {
	border-color: #5d9cec !important;
	color: #5d9cec !important;
}
.panel-border.panel-success .panel-heading {
	border-color: #81c868 !important;
	color: #81c868 !important;
}
.panel-border.panel-info .panel-heading {
	border-color: #34d3eb !important;
	color: #34d3eb !important;
}
.panel-border.panel-warning .panel-heading {
	border-color: #ffbd4a !important;
	color: #ffbd4a !important;
}
.panel-border.panel-danger .panel-heading {
	border-color: #f05050 !important;
	color: #f05050 !important;
}

.panel-group .panel-default > .panel-heading {
	color: #333;
	background-color: #FFF;
	border-color: #FFF;
	border-radius: 0;
	padding: 14px 15px;
	position: relative;
}
.panel-group .panel .panel-heading a[data-toggle="collapse"] {
	display: block;
}
.panel-color .panel-heading {
	color:#FFF;
}
.panel.panel-color {
	border-radius:0px;
}
.panel.panel-color a:focus, .panel.panel-color a:active, .panel.panel-color a:hover {
	color: #FFF;
}
 
/*--------------------------------------------*/
/*   Typography Page
/*--------------------------------------------*/

.columns .row,.buttons .row{
	margin-bottom:30px;
}

.btn-shortcode .btn{
	margin-bottom:20px;
}

.btn-shortcode .col-md-2{
	text-align:center;
	position:relative;
}

.dropcap {
    float: left;
    color: #000;
    font-size: 75px;
    line-height: 60px;
    padding: 6px 10px 8px;
    font-weight: 300;
}

.dropcap-bg {
    float: left;
    color: #FFF;
    background:#00A9DA;
    border-radius: 4px;
    font-size: 75px;
    line-height: 60px;
    padding: 6px 10px 10px;
    font-weight: 300;
    margin: 6px 10px 20px 0px;
}

.iconlist {
    padding: 0px;
    margin: 0px;
}

.iconlist li span {
    position: absolute;
    overflow: hidden;
    left: 0px;
}

.iconlist.bg-base.iconlist li span {
    color: #FFF;
    background: #FE2D28;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
}

.iconlist li {
    position: relative;
    margin: 0px 0px 15px;
    line-height: 23px;
    display: block;
    padding-left: 30px;
    color: #8D9698;
}

.iconlist.bg-base.iconlist li {
    padding-left: 45px;
}


/*--------------------------------------------*/
/*   Video Section
/*--------------------------------------------*/

.video-section {
	padding:120px 0px;
	background: url(../images/bg/video-bg.jpg) no-repeat;
	position: relative;
	background-size: cover;
	z-index: 1;
}
.video-inner h2 {
	color: #fff;
	font-size: 29px;
	margin-top: 40px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: capitalize;
	margin-bottom: 0px;
}
.video-inner i {
	font-size: 35px;
	border: 1px solid #FFF;
	color: #FFF;
	height: 80px;
	width: 80px;
	border-radius: 50%;
	line-height: 80px;
	text-align: center;
	padding-left: 15px;
}
.mfp-iframe-holder {
	padding-top: 80px;
}

/*-----------------------------------------------------------------*/
/* Contact Page
/*-----------------------------------------------------------------*/

.contact-column {
    margin-bottom: 7px;
    clear: both;
    width: 100%;
    float: left;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 7px;
}
.contact-column span {
	color: #999C9C;
	font-size: 27px;
	line-height: 44px;
	position:absolute;
}
.contact-column  .contact-info{
    margin-left: 50px;
    display: inline-block;
    margin-bottom: 0px;
    margin-top: 6px;
}
.contact-column  .contact-info a{
	color: #606b77;
}
.map{
	height:500px;
}

/*--------------------------------------------*/
/*   Alert and Notification
/*--------------------------------------------*/

.alert-success {
	color: #FFF;
	background-color: #81c868;
	border-color: #81c868;
}
.alert-info {
	color: #FFF;
	background-color: #34d3eb;
	border-color: #34d3eb;
}
.alert-warning {
	color: #FFF;
	background-color: #ffbd4a;
	border-color: #ffbd4a;
}
.alert-danger {
	color: #FFF;
	background-color: #f05050;
	border-color: #f05050;
}
.alert .close {
	filter: alpha(opacity=20);
	opacity: .5;
}


/*--------------------------------------------*/
/*   Panel
/*--------------------------------------------*/

.panel-wrap {
	margin-bottom: 30px;
	float: left;
	width: 100%;
}
.panel {
	margin-bottom: 20px;
}
.panel-color .panel-title {
	color: #ffffff;
	font-weight: 400;
}
.panel-color.panel-default .panel-title {
	color: #333;
	font-weight: 400;
}
.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: inherit;
	font-weight: 400;
}
.panel-footer {
	background: #f4f8fb;
	border-top: 0px;
}
.panel-heading, .panel {
	border-radius:0px;
}
.panel-heading {
	padding: 14px 15px;
	position:relative;
}
.panel-primary {
	border-color:#37C1E4;
}
.panel-default {
	border-color:#DBDBDB;
}
.panel-success {
	border-color:#81C868;
}
.panel-danger {
	border-color:#F05050;
}
.panel-info {
	border-color: #34D3EB;
}
.panel-warning {
	border-color: #FFBD4A;
}
.panel-default > .panel-heading {
	color: #333;
	background-color: #F6F6F6;
	border-color: #E1E0E0;
}
.panel-primary > .panel-heading {
	background-color: #00A9DA;
	border-color: #00A9DA;
}
.panel-success > .panel-heading {
	background-color: #81c868;
}
.panel-info > .panel-heading {
	background-color: #34d3eb;
}
.panel-warning > .panel-heading {
	background-color: #ffbd4a;
}
.panel-danger > .panel-heading {
	background-color: #f05050;
}
.panel.panel-border {
	border:none;
}
.panel-border .panel-heading {
	background-color: #ffffff;
	border-top: 3px solid #DADFE2 !important;
	padding: 10px 20px 0px;
	border-bottom: 0px;
	border-radius: 0;
}
.panel-border .panel-body {
	padding: 15px 20px 20px 20px;
}
.panel-border.panel-custom .panel-heading {
	border-color: #5fbeaa !important;
	color: #5fbeaa !important;
}
.panel-border.panel-primary .panel-heading {
	border-color: #5d9cec !important;
	color: #5d9cec !important;
}
.panel-border.panel-success .panel-heading {
	border-color: #81c868 !important;
	color: #81c868 !important;
}
.panel-border.panel-info .panel-heading {
	border-color: #34d3eb !important;
	color: #34d3eb !important;
}
.panel-border.panel-warning .panel-heading {
	border-color: #ffbd4a !important;
	color: #ffbd4a !important;
}
.panel-border.panel-danger .panel-heading {
	border-color: #f05050 !important;
	color: #f05050 !important;
}

/*--------------------------------------------*/
/*   Footer
/*--------------------------------------------*/
 
.footer-style1 {
    background: #141517;
    padding: 50px 0px 00px;
	float:left;
	width:100%;
	color:#908E8E;
}

.footer-style1 ::-webkit-input-placeholder {
	color:#8B8D92 !important;
	font-weight: 500;
	letter-spacing:1px;
}

.footer-style1 :-moz-placeholder {
	color:#8B8D92 !important;
	font-weight: 500;
	letter-spacing:1px;
}

.footer-style1 ::-moz-placeholder {
	color:#8B8D92 !important;
	font-weight: 500;
	letter-spacing:1px;
}

.footer-style1 :-ms-input-placeholder {
	color:#8B8D92 !important;
	font-weight: 500;
	letter-spacing:1px;
}

.newsletter p {
	margin-bottom: 20px;
}

.newsletter .email {
    background-color: #FFF;
    border: 0px none;
    color: #999;
    float: left;
    font-size: 13px;
    font-weight: normal;
    height: 39px;
    line-height: 39px;
    padding: 0px 7px;
    width: 75%;
}

.newsletter .submit {
    background-color: #00A9DA;
    border: 0px none;
    color: #FFF;
    cursor: pointer;
    float: left;
    padding: 0px 20px;
    height: 39px;
}
.footer-style1 .copyright {
    padding: 40px 0px 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    position: relative;
    border-bottom: 7px solid #00A9DA;
}

.footer-style1 .copyright .row {
    margin-right: 0;
    margin-left: 0;
}

.footer-style1 .copyright p > a {
	color:#868686;
}

.footer-style1 .copyright p > a:hover {
	color:#FFF;
}

.footer-style1 .copyright::after {
    width: 100%;
    content: "";
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    position: absolute;
    top: 0px;
    left: 0px;
}

.footer-widget {
	margin-bottom:30px;
}

.footer-widget h3 {
    text-transform: uppercase;
    font-size: 19px;
    color: #FFF;
    margin-bottom: 34px;
    font-weight: 600;
}

.footer-widget.about p{
	line-height: 28px;
}

.footer-widget.tags ul{
	margin:0px;
	padding:0px;
}

.footer-widget.tags ul li{
	display:inline-block;
	margin-bottom:10px;
}

.footer-widget.tags ul li a {
    padding: 3px 9px;
    border: 1px solid #9B9999;
    display: inline-block;
    color: #908E8E;
}

.footer-widget.tags ul li a:hover {
    background: #00A9DA;
    color: #FFF;
    border-color: #00A9DA;
}

.footer-widget.contact ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
	list-style: none;
}

.footer-widget.contact ul li i {
    left: 0px;
    font-size: 14px;
    vertical-align: middle;
    position: absolute;
    background: #272727;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
}

.footer-widget.contact ul li div {
    margin-left: 13px;
}

.footer-widget.contact ul li div span {
    color: #8F8B8B;
    font-weight: 600;
    display: block;
    line-height: 22px;
    margin-bottom: 4px;
}

.footer-widget.menu-links ul li {
    display: block;
    list-style: outside none none;
    border-bottom: 1px solid #1b1c20;
    padding-bottom: 5px;
    margin-bottom: 6px;
}

.footer-widget.menu-links ul li:last-child {
	border-bottom:none;
}

.footer-widget.menu-links ul li a {
    color: #908E8E;
    display: inherit;
}

.footer-widget.menu-links ul li a:hover {
    color: #FFF;
}

.footer-widget .post-space {
	margin-bottom: 11px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	padding-bottom: 4px;
	position: relative;
}

.footer-widget .post-space::after {
    width: 100%;
    content: "";
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.footer-widget .post-space:last-child , .footer-widget .post-space:last-child::after {
	border:none;
}

.footer-widget .post-media {
    width: 75px;
    float: left;
}

.footer-widget .post-media img {
    opacity: 0.9;
	max-widh:100%;
}

.footer-widget .post-media img:hover {
    opacity: 1;
}

.footer-widget .post-info {
    margin-left: 100px;
}

.footer-widget .post-info h4 a {
    line-height: 21px;
    font-size: 13px;
    color: rgb(195, 186, 186);
}

.footer-widget .post-info h4 a:hover{
	color:#00AAB3;
}

.footer-widget .post-info h5 {
    color: rgb(255, 255, 255);
    font-size: 12px;
}

.footer-widget.contact .form-control {
	border: 1px solid #545757;
	background-color: transparent;
	color:#FFF;
}

.footer-widget.contact .form-control:focus {
	border: 1px solid #292E36;
	background-color: #292E36;
}

.footer-widget.contact-form .form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.4;
    background-color: #1a1b1b;
    border: 1px solid #2f2f2f;
    border-radius: 0px;
    color: #888888;
}

.footer-widget.contact-form  textarea.form-control {
    height: auto;
}

.footer-widget.contact-form  .btn {
    padding: 8px 23px;
}

.footer-menu ul {
	margin:0px;
	padding:0px;
	text-align:right;
}
.footer-menu ul li {
	display:inline-block;
	list-style:none;
	margin-right: 10px;
}
.footer-menu ul li a{
	color:#606b77;
}
.footer-menu ul li a:hover{
	color:#FFF;
}


.blog-itemshowhborder {
	background: #FFF;
	border-style: solid;
    margin: 0px 0px 30px;
    box-shadow: 0 10px 40px 0 rgba(62, 57, 107, 0.07), 0 2px 9px 0 rgba(62, 57, 107, 0.06);
    padding: 20px 20px 30px;
	border-color: #CCCCCC;
}
.blog-itemshowhborder  .blog-media{
	margin:-20px -20px 0px;
}
.blog-itemshowhborder .blog-media img {
	width:100%;
}
.blog-itemshowhborder .blog-info {
	background: #FFF;
	padding: 24px 0px 0px;
}
.blog-itemshowhborder .blog-info h3  {
	font-size: 20px;
}

.blog-itemshowhborder .blog-info ul.meta {
    margin: 0px 0px 15px;
    color: #7D7B7B;
    padding: 0;
}
.blog-itemshowhborder .blog-info ul.meta li {
    display: inline-block;
    list-style: none;
    margin-right: 10px;
    font-size: 14px;
    text-transform: uppercase;
	color: #b1b1b1;
}
.blog-itemshowhborder .blog-info ul.meta li a {
    color: #8d8989;
}
.blog-itemshowhborder .blog-info ul.meta li i {
    font-size: 15px;
    margin-right: 3px;
}
.blog-itemshowhborder .blog-info .btn {
	padding: 8px 24px;
	margin-top: 12px;
	font-size: 14px;
}