body {
  font-family: "Source Sans Pro", sans-serif;
  background: #fff;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  -webkit-text-size-adjust: 100%;
  cursor: default;
  font-size: 15px;
  font-weight: 400;
  color: #666;
  height: 100%;
}

html {
  -webkit-text-size-adjust: none;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

a {
  text-decoration: none;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
a:hover {
  text-decoration: none;
}
a.hover-color, .blog-post-title a:hover, .news-post-cat a:hover {
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
a.hover-color:hover, .blog-post-title a:hover, .news-post-cat a:hover {
  color: #0FAF97 !important;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

img {
  max-width: 100%;
  height: auto;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
/*******************bootstrap overrides **************************/


.navbar-default {
  background-color: #085d65;
  border-color: #085d65;
  width: 100%;
  padding: 5px 0;
}

.custable {
    border-collapse: collapse;
   /*width: 600px;*/
   width:100%;
    margin-top: 12px;
    margin-bottom: 12px;
	    
    
}
	


@media screen and (max-width: 600px) {
   table td:before {
     content: attr(data-label);
     float: left;
     text-transform: uppercase;
     font-weight: bold;
   }
}





table {
max-width: 100%;
border: 0 none;
height: auto;
display: inline-block;
vertical-align: middle;
}

.navbar {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  margin-bottom: 0px;
}

.navbar-brand {
  color: #fff !important;
  font-weight: 700;
  font-size: 25px;
  text-transform: uppercase;
  padding: 0; margin: 0;
}
.navbar-toggle { color: white; }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #fff;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #fff;
  color: #348AB6;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #ea2a31;
  background-color: transparent;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif;
}
.navbar-default .navbar-nav > li.social-nav i {
  font-size: 20px;
}

/*sticky header*/
.sticky-nav {
  width: 100%;
  z-index: 999;
}

/*********************header option 2***************************/
.navbar-inverse {
  background-color: rgba(0, 0, 0, 0.9);
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  padding: 10px 0;
  width: 100%;
}
.navbar-inverse .navbar-nav > li > a {
  color: #eee;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
}
.navbar-inverse .navbar-nav > li > a:hover {
  color: #000;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > li > a
.navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #000;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #000;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > li.social-nav i {
  font-size: 20px;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
  background-color: transparent;
}

/*============================*/
/*======dropdowm menu=========*/
/*============================*/
.navbar .dropdown-menu {
  padding: 0;
  margin: 0;
  min-width: 190px;
  background-color: #fff;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  border-top: 2px solid #348AB6 !important;
}
.navbar .dropdown-menu li a {
  color: #888;
  font-family: "Source Sans Pro", sans-serif;
  padding: 8px 20px;
  border-bottom: 1px solid #e7e7e7;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.navbar .dropdown-menu li a:hover {
  background: #f1f1f1;
  color: #348AB6;
}

/*top bar*/
.top-bar {
  background-color: #f9f9f9;
}
.top-bar .info {
  margin: 0px;
}
.top-bar .info li {
  font-size: 14px;
  display: table-cell;
  vertical-align: middle;
  height: 40px;
  color: #555;
  font-weight: 500;
  font-size: 13px;
}
.top-bar .info li a {
  color: #555;
  margin-right: 10px;
}

/******************

MULTI LEVEL DROPDOWN CSS

*********************/
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0px;
  margin-left: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}

@media (max-width: 767px) {
  .dropdown-submenu > .dropdown-menu {
    padding-left: 20px;
  }
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

@media (max-width: 767px) {
.mycust01{display:none}
.mycust02 {display:block}
}
@media (min-width: 768px) {
.mycust01{display:block}
.mycust02 {display:none}
}




.dropdown-submenu > a:after {
  top: 11px;
  right: 9px;
  font-size: 11px;
  content: "\f3d3" !important;
  font-family: "Ionicons" !important;
  position: absolute;
  font-weight: normal;
  display: inline-block;
  font-family: FontAwesome;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}

@media (max-width: 767px) {
  .dropdown-submenu > .dropdown-menu {
    display: block;
    margin-left: 15px;
  }
}

h1, h2, h3, h4, h5, h6 {
    color: #144C69;
    text-transform: capitalize;
    font-family: 'Montserrat', Helvetica,Arial,sans-serif;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 10px;
}

h1 {
    font-size: 30px;
    line-height: 40px;
    text-align: center;
}

h2 {
    font-size: 27px;
    line-height: 37px;
}

h3 {
    font-size: 21px;
    line-height: 32px;
}

h4 {
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 26px;
}
 
h5 {
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
}

h6 {
    font-size: 13px;
    line-height: 17px;
    font-weight: 600;
}

h1.blog { margin-top: 20px; }

.title h2 { padding-top: 20px; }


/*============================
= Home Section               =
============================*/

.blurb { font-size: 16px; }

.home-section {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  text-align: center;
}
.home-section {
    background-image: url("/img/bg.jpg");
}

.full-screen {
    height: 300px;
    width: 100%;
}

.parallax-hero, .zoom-hero {
    position: fixed;
    top: 0px;
    left: 0px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.hs-content {
  position: absolute;
  top: 10px;
  left: 0;
  display: table;
  height: 100%;
  width: 100%;
  color: #ffffff;
}
.hs-content-inner {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  padding: 0 15px;
  z-index: 5;
}
.hs-content-inner > div {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.hs-text-6{
    color: #fff;
    position: relative;
    margin-top: 0px;
    font-size: 18px;
    letter-spacing: 0.35em;
    margin-right: -0.35em;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 70px;
}
.hs-text-2 {
    font-size: 90px;
    line-height: 1.3;
    color: #000;
    opacity:1;
}


/*============================
= Top Sites Section               =
============================*/

#sites {
	padding-top:20px;
}
.fa-star, .fa-star-half { color: #ffc700; }
#sites .fa-star, #sites .fa-star-half { color: #ffc700; font-size: 21px; }
 
section#sites .item { 
	background-color: #e7e7de;
}
 
.thumbnail
{
    margin-bottom: 20px;
    padding: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    float: left;
    display: table-cell;
}

section#sites .thumbnail {
    border: 0;
}
section#reviews .thumbnail {
	background-color: #f5f5f5;
}

 .image {
	float: right;
    display: table-cell;
} 

.thumbnail .image .overlay {
	bottom:0;
    left:0;
    position: absolute;
    width: 100%;
    height: 20px;
    background: #333;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0 0 5px 5px;
    display: none;
}

.item.list-group-item
{
    float: none;
    background-color: #f8f8f8;
    margin-bottom: 0px;
}

.item.list-group-item .list-group-image
{
    margin-right: 0px;
}
.item.list-group-item .thumbnail
{
    margin-bottom: 0px;
}
.item.list-group-item .caption
{
    padding: 9px 9px 0px 9px;
}

.item.list-group-item:before, .item.list-group-item:after
{
    display: table;
    content: " ";
}

.item.list-group-item img
{
    float: right;
}
.item.list-group-item:after
{
    clear: both;
}
.list-group-item-text
{
    margin: 0 0 11px;
}

.item .btn { 
	min-width: 150px; 
	font-weight: 700;
	font-size: 16px;	
}

#products h3 {
	width: 100%;
}

.buttons { margin-top: 20px; }
.buttons .btn { width: 100%; }

/*============================
= Content Sections               =
============================*/

.content {
	
	padding: 20px 0;
	color: #666;
}

.grey { background-color: #f5f5f5; color: #333; }
.content h3 {
    font-weight: 500;
    color: #000;
    letter-spacing: 0px;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 8px;
    text-transform: none;
}

.review_title, .blog_title {
	padding: 5px 0 0 0;
	margin: 10px 10px 20px 0;
	border-bottom: 0px solid #dcdcdc;
}

.review_title .rating {
	padding-top: 5px;
}

.feature {
	padding: 5px;
}
.feature .text { font-size: 18px; font-weight: 700; }
#products .feature .text { font-size: 16px; font-weight: 700; }

.feature .green { color: #0FC68C; }

.review .body {
	border-right: 1px solid #dcdcdc;
	padding-bottom: 30px;
	min-height: 700px;
}

.review .btn { 
	min-width: 100%; 
	font-weight: 700;
	font-size: 16px;
	margin-top: 10px;
}

.review .desc {
	color: #333;
	font-size: 16px;
	padding-top: 10px; 
}

.review .html p, .review .html ul {
	padding: 0 20px;
	color: #444;
}
.review .html {
	font-size: 16px;
}
.review .html h3 {
	color: #144C69;
}
.review .html h4 {
	color: #144C69;
	text-align: left;
	padding: 5px;
}
.review .html hr {
	margin: 25px;
}
.review .html strong {
	font-size: 15px;
}

.review .menu {
	min-height: 100%;
	height: 100%;
	padding: 15px 10px;
	display: block;
}

.review .menu .site {
	position: relative;
	padding: 10px 0;
	text-align: center;
}
.review .menu .site .overlay {
	bottom:0;
    left:0;
    position: absolute;
    width: 100%;
    height: 20px;
    background: #333;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    padding: 0 0 5px 5px;
    z-index: 2; 
}

/************************news and blog sec*****************************/
/*latest news*/
.news-sec {
  border: 1px solid #eee;
  color: #000;
  background-color: #fff;
}

.blog-post-title {
  margin-bottom: 5px;
  line-height: 20px;
  color: #333;
}
.blog-post-title a {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 2px;
  color: inherit;
}

.news-desc {
  padding: 10px 20px;
}
.news-desc p {
  color: #7a7a7a;
}

.news-post-cat {
  display: block;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 10px;
  color: #999;
  margin-bottom: 10px;
  margin-top: 10px;
}
.news-post-cat a {
  color: inherit;
}

.news-thumnail img {
  opacity: .8;
  filter: alpha(opacity=80);
}

.news-thumnail img:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

/*blog page*/
.blog-post-section {
  border: 1px solid #eee;
  padding: 15px 10px;
}

.blog-post-img {
  margin-bottom: 30px;
  text-align: center;
}

.blog-post-header {
  text-align: center;
}
.blog-post-header h3 {
  font-weight: 600;
  font-size: 24px;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.blog-post-header h2 {
  font-weight: 600;
  text-transform: capitalize;
  margin: 10px 0;
  padding-top: 5px;
}
.blog-post-header h3 a {
  color: #000;
}

.blog-post-info {
  text-align: center;
  margin-bottom: 30px;
}
.blog-post-info span {
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
  color: #999;
}
.blog-post-info span a {
  color: #666;
}

.blog-post-detail {
  margin-bottom: 30px;
}
/*
.blog-post-detail a {
  color: #000;
}
*/

.blog-post-detail .related {
	padding: 15px;
	margin: 10px;
	background-color: #f1f1f1;
	box-sizing: border-box;
	color: #333;
	display: block;
}

.blog-post-more {
  margin-bottom: 30px;
}

.mas-boxes-inner {
  margin-bottom: 30px;
}

.mas-link {
  color: #0FAF97;
  display: inline-block;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: .9em;
}
.mas-link i {
  margin-left: 7px;
  vertical-align: middle;
  display: inline-block;
}
.mas-link:hover {
  color: #999;
}

.space-40 {
  width: 100%;
  height: 40px;
  clear: both;
}

.social {
	text-align: center;
}

.social span { padding: 5px; }

.social .twitter {
    position: relative;
    height: 20px;
    padding: 1px 8px 1px 6px;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
    background-color: #1B95F7;
    border-radius: 3px;
    box-sizing: border-box;
}

.social .facebook {
    position: relative;
    height: 20px;
    padding: 1px 8px 1px 6px;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
    background-color: #4c69ba;
    border-radius: 3px;
    box-sizing: border-box;
}

.social .google {
    position: relative;
    height: 20px;
    padding: 1px 8px 1px 6px;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
    background-color: #e14a31;
    border-radius: 3px;
    box-sizing: border-box;
}


/**********************************************sidemenu*****************************************/

.bordered {
	border-left: 1px solid #dcdcdc;
}

#sidemenu h3 { 
	text-align: center; 
    line-height: 24px; 
}

#sidemenu .featured {
	border: 1px solid #eee;
	padding: 5px;
	background: #f8f8f8;
	-webkit-border-radius: 5px;
  	-moz-border-radius: 5px;
  	-ms-border-radius: 5px;
  	border-radius: 5px;
}

#sidemenu .reviews {
	padding: 5px;
	margin: 20px 0;
}

#sidemenu .reviews .highlight {
	padding: 5px;
	margin-bottom: 10px;
	border: 1px solid #eee;
	background: #f8f8f8;
	-webkit-border-radius: 5px;
  	-moz-border-radius: 5px;
  	-ms-border-radius: 5px;
  	border-radius: 5px;
}

#sidemenu .reviews .highlight .row { text-align: center; }

/**********************************************footer*****************************************/
#footer {
  background-color: #000;
  padding: 10px 0;
}
#footer .container { text-align: center; }
#footer a { padding: 0 10px; }

.footer-col h3 {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 30px;
  letter-spacing: 2px;
}
.footer-col h3:first-letter {
  border-bottom: 5px solid #0FAF97;
}
.footer-col p {
  font-size: 14px;
  color: #b3b3b3;
}
.footer-col form .form-control {
  background-color: #111;
  border: none;
  color: #fff;
  margin-bottom: 15px;
}
.footer-col form .form-control:focus {
  background-color: #333;
  border: none;
}
.footer-col form textarea {
  background-color: #111;
  border: none;
  color: #fff;
}
.footer-col form textarea:focus {
  background-color: #333;
  border: none;
}
.footer-col .social-btn li a i {
  color: #fff;
  border: 2px solid #fff;
}
.footer-col .social-btn li a i:hover {
  background-color: #0FAF97;
  border-color: #0FAF97;
}

.post-list li a {
  color: #b3b3b3;
  font-weight: 500;
  font-size: 14px;
  display: block;
  padding: 8px 0;
  border-bottom: 1px solid #444;
}

.footer-bottom {
  border-top: 1px solid #111;
  padding-top: 10px;
}
.footer-bottom span {
  color: #999;
  font-weight: 400;
  font-size: 14px;
}

/**************footer option ********************/
#footer-option {
  background: #121214;
  border-top: 8px solid #0FAF97;
  margin-top: 50px;
  padding: 80px 0 0;
  position: relative;
  clear: both;
}
#footer-option .footer-col {
  font-size: 0.9em;
}
#footer-option .footer-col .theme-btn-color {
  height: 34px;
}
#footer-option .footer-col .form-control {
  height: 34px;
  background-color: #eeeeee;
  color: #333;
  margin-bottom: 0px;
}

.footer-col a.tweet-ac {
  display: block;
  color: #fff;
}
.footer-col a.tweet-day {
  display: block;
  color: #fff;
  font-size: 0.9em;
}
.footer-col .tweet-desc {
  margin: 5px 0;
}
.footer-col .tweet-desc i {
  margin-right: 10px;
}
.footer-col hr {
  border-color: #333;
}

.footer-copyright {
  background: #0C0C0C;
  border-top: 4px solid #111;
  margin-top: 40px;
  padding: 30px 0 30px;
}
.footer-copyright span {
  font-size: 0.9em;
}

.footer-nav {
  margin: 0;
  padding: 0;
  text-align: right;
}
.footer-nav li a {
  color: #fff;
  font-size: 0.9em;
}
.footer-nav li a:hover {
  color: #0FAF97;
}

@media (max-width: 768px) {
  .footer-copyright .footer-logo {
    text-align: center;
    margin-bottom: 10px;
  }
  .footer-copyright p {
    text-align: center;
  }
  .footer-copyright .footer-nav {
    text-align: center;
  }
}