/*  ################################################################

  File Name: main.css
  Template Name: Agency
  Created By: justthemevalley 
 
 [Table of contents]
   
  1. Common styles
  2. Header
  3. Logo
  4. Menu
  5. heading
  6. About us
  7. Testimonials
  8. Our clients
  9. Contact form
  10. Prices
  11. counter
  12. Call to action
  13. Latest Blog
  14. Team Members
  15. Mob Menu
  16. Footer
  17. Responsive


################################################################# */ 

/******************************************
1. Common styles
******************************************/


body {
	background-color: #F2F4F5; /* for boxed layout */
	font-family: 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	line-height: 26px;
	font-size: 15px;
	font-weight: normal;
	color: #002e5b;
	overflow-x: hidden;
}
* {
	margin: 0;
	padding: 0
}
img {
	border: 0;
	max-width: 100%
}
a {
	color: #002e5b;
}
a:hover, a:focus {
	color: #002e5b;
	text-decoration: underline;
}
a, a:focus, a:hover, a:active {
	outline: none;
}
::-moz-selection {
 color: #fff;
 text-shadow: none;
 background: #002e5b; /* Firefox */
}
::-webkit-selection {
 color: #fff;
 text-shadow: none;
 background: #002e5b; /* Safari */
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 5px;
	line-height: 1.35;
	color: #262a2d
}
h1 {
	font-weight: normal
}
h2 {
	font-weight: normal;
	margin-bottom: 15px
}
h3 {
	font-weight: bold
}
h4 {
	font-weight: bold
}
h5 {
	font-weight: bold
}
h6 {
	font-weight: bold
}
form {
	display: inline
}
fieldset {
	border: 0
}
legend {
	display: none
}
table {
	border: 0;
	border-spacing: 0;
	empty-cells: show;
	font-size: 100%
}
caption, th, td {
	vertical-align: top;
	text-align: left;
	font-weight: normal
}
thead tr th {
	font-weight: bold;
	text-transform: none;
	font-size: 12px
}
p {
	margin: 0 0 10px
}
strong {
	font-weight: bold
}
address {
	font-style: normal;
	line-height: 1.35
}
cite {
	font-style: normal
}
q, blockquote {
	quotes: none
}
q:before, q:after {
	content: ''
}
small, big {
	font-size: 1em
}
ul, ol {
	padding: 0;
	margin: 0 0 10px 25px
}
ul ul, ul ol, ol ol, ol ul {
	margin-bottom: 0
}
ul.unstyled, ol.unstyled {
	margin-left: 0;
	list-style: none
}
ul.inline, ol.inline {
	margin-left: 0;
	list-style: none
}
ul.inline>li, ol.inline>li {
	display: inline-block;
*display:inline;
	padding-right: 5px;
	padding-left: 5px;
*zoom:1
}
ul ul, ol ul {
	list-style-type: circle
}
.hidden {
	display: block !important;
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 0 !important;
	line-height: 0 !important;
	width: 0 !important;
	height: 0 !important;
	overflow: hidden !important
}
.nobr {
	white-space: nowrap !important
}
.wrap {
	white-space: normal !important
}
.a-left {
	text-align: left !important
}
.a-center {
	text-align: center !important
}
.a-right {
	text-align: right !important
}
.v-top {
	vertical-align: top
}
.v-middle {
	vertical-align: middle
}
.f-left, .left {
	float: left !important
}
.f-right, .right {
	float: right !important
}
.f-none {
	float: none !important
}
.f-fix {
	float: left;
	width: 100%
}
.no-display {
	display: none
}
.no-margin {
	margin: 0 !important
}
.no-padding {
	padding: 0 !important
}
.no-bg {
	background: none !important
}
small {
	font-size: 85%;
	font-weight: normal;
	text-transform: lowercase;
	color: #999999
}
input:focus {
	outline: none
}
#body-content {
	background-color: #FFF; /* for full width layout */
	overflow: hidden;
}
/******************************************
2. Header
******************************************/

#header {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 80px;
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.3);
	z-index: 99997;
	-webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.07);
	-moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.07);
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.07);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#header .header-container {
	position: relative;
}
/******************************************
3. Logo
******************************************/


.logo {
	position: relative;
	float: left;
	z-index: 9;
	margin-top: 18px;
}
.logo h1 {
	margin: 0;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 32px;
	color: #545A5F;
	line-height: 68px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.lead {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 300;
	line-height: 28px;
}
/******************************************
4. Menu
******************************************/

.navbar {
	position: static;
	background-color: transparent;
	min-height: auto;
	margin-bottom: 0;
	border: none;
	border-radius: 0;
}
.navbar-nav {
	font-size: 0;
}
.navbar-nav > li {
	float: none;
	display: inline-block;
}
.navbar-nav > li > a {
	margin: 0 8px;
	padding: 24px 0;
	line-height: 21px;
	font-size: 13px;
	font-weight: 900;
	color: #545A5F;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.navbar-nav > li:first-child > a {
	margin-left: 0;
}
.navbar-nav > li:last-child > a {
	margin-right: 0;
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
	background-color: transparent;
	border-color: transparent;
}
.nav > li > a:focus, .nav > li > a:hover, .nav > .open > a, .nav > .open > a:focus, .nav > .open > a:hover, .nav > .active > a, .nav > .active > a:focus, .nav > .active > a:hover {
	background-color: transparent;
	border-color: transparent;
	color: #002e5b;
}
/* Caret */
.caret { /* bootstrap default */
	margin-left: 3px;
}
.caret-2 {
	margin-left: 3px;
}
/* Navbar links separator */
.navbar-nav .nav-link-separator {
	display: none;
	padding: 21px 0;
	font-size: 12px;
	font-weight: 400;
	color: #D8D8D8;
	line-height: 21px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.nav-separator .navbar-nav .nav-link-separator {
	display: block;
}
/* If navbar uppercase letters are allowed */
.nav-uppercase .navbar-nav > li > a {
	text-transform: uppercase;
	font-size: 13px;
}
/* Navbar align */
.navbar-left {
	float: left;
	margin-left: -15px;
}
.navbar-right {
	float: right;
	margin-right: -15px;
	margin-top: 8px;
}
.navbar-center {
	float: none;
	text-align: center;
}
/* Navbar nav pills 
===================== */
.navbar-nav.nav-pills > li + li {
	margin-left: 0;
}
.navbar-nav.nav-pills > li > a {
	margin: 17px 3px;
	padding: 3px 8px;
	font-size: 13px;
	color: #545A5F;
	border-radius: 0px;
}
.navbar-nav.nav-pills > li > a:hover {
	text-decoration: inherit;
	color: #fff;
	background-color: #002e5b;
	border-radius: 2px;
}
.navbar-nav.nav-pills > li > a:focus, .navbar-nav.nav-pills > .open > a, .navbar-nav.nav-pills > .open > a:focus {
	background-color: #002e5b;
	text-decoration: inherit;
	color: #fff;
	border-color: #002e5b;
}
.navbar-nav.nav-pills > li.active > a, .navbar-nav.nav-pills > li.active > a:focus, .navbar-nav.nav-pills > li.active > a:hover {
	font-weight: 900;
	color: #6c98e1;
	cursor: pointer;
	background-color: inherit;
}
/* ------------------------------------------------------------- *
 * Dropdown
/* ------------------------------------------------------------- */
.dropdown-menu {
	background-color: #FFF;
	margin: 0;
	padding: 5px 0;
	border: none;
	border-radius: 0px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.11);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.11);
}
.navbar-right .dropdown-menu {
	left: 0;
	right: auto;
}
.dropdown-menu-right .dropdown-menu { /* align dropdown menu (use class "dropdown-menu-right"). */
	right: 0;
	left: auto;
}
.dropdown-header {
	padding: 10px 15px;
	font-size: 14px;
	font-weight: 500;
	color: #545A5F;
	text-transform: uppercase;
}
.dropdown-menu .divider {
	background-color: rgba(115, 115, 115, 0.3);
}
.dropdown-menu li > a {
	display: block;
	padding: 7px 15px 7px 15px;
	font-size: 13px;
	color: #545A5F;
	border-bottom: 1px solid rgba(115, 115, 115, 0.13);
}
.dropdown-menu li:last-child > a {
	border-bottom: none;
}
.dropdown-uppercase .dropdown-menu li > a { /* if uppercase letters are allowed. */
	text-transform: uppercase;
	font-size: 13px;
}
.dropdown-menu li > a:focus, .dropdown-menu li > a:hover, .dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
	background-color: rgba(140, 140, 140, 0.15);
	color: #545A5F;
	border-bottom-color: transparent;
}
/* Dropdown dark */
.dropdown-menu-dark .dropdown-menu {
	background-color: #1A2023;
	border-color: #1A2023;
}
.dropdown-menu-dark .dropdown-menu li > a {
	color: #BBB;
}
.dropdown-menu-dark .dropdown-menu li > a:focus, .dropdown-menu-dark .dropdown-menu li > a:hover, .dropdown-menu-dark .dropdown-menu > .active > a, .dropdown-menu-dark .dropdown-menu > .active > a:focus, .dropdown-menu-dark .dropdown-menu > .active > a:hover {
	color: #FFF;
}
.dropdown-menu-dark > .dropdown-header {
	color: #A4AAAD;
}
.dropdown-menu-dark > .dropdown-menu > .divider {
	background-color: rgba(255, 255, 255, 0.11);
}
.dropdown-menu-dark > .dropdown-menu .dropdown-header {
	color: #CACACA;
}
/* Dropdown colored */
.dropdown-menu-color > .dropdown-menu {
	background-color: #002e5b;
}
.dropdown-menu-color > .dropdown-menu > li > a {
	color: #FFF;
}
.dropdown-menu-color > .dropdown-menu > li > a:hover {
	background-color: rgba(255, 255, 255, 0.12);
	color: #FFF;
}
.dropdown-menu-color > .dropdown-header {
	font-weight: 400;
	color: #715D32;
	color: rgba(0, 0, 0, 0.5);
}
.dropdown-menu-color > .dropdown-menu > .divider {
	background-color: rgba(255, 255, 255, 0.11);
}
.dropdown-menu-color > .dropdown-menu .dropdown-header {
	color: #FFF;
}
/* Dropdown submenu */
.dropdown-submenu > .dropdown-menu {
	left: 100%;
	right: auto;
	margin-top: -33px;
	margin-left: 0px;
}
.dropdown-submenu .caret {
	position: absolute;
	right: 8px;
	top: 11px;
	border-left: 4px dashed;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
}
/******************************************
5. heading
******************************************/


section {
	position: relative;
	padding: 60px 0;
}
.page-header {
	border: none;
	margin: auto;
}
.heading {
	position: relative;
	margin-top: 30px;
	margin-bottom: 40px;
	z-index: 2;
}
.heading .heading-title {
	position: relative;
	margin: 0;
	z-index: 2;
/*	color: #fff;*/
	font-family: "Montserrat", sans-serif;
	font-size: 42px;
	font-weight: 700;
	text-transform: uppercase;
}
.heading-tescription {
/*	color: #fff; */
}
/******************************************
6. About us
******************************************/
.info-box-1 h4 {
	font-weight: 900;
	font-size: 15px;
	margin-bottom: 8px;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
}
.info-box-1 {
	display: block;
	margin: 30px 0;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
a.info-box-1 {
	text-decoration: none;
	color: #111
}
a.info-box-1:hover {
	color: #111
}
.info-box-1 .info-box-icon {
	display: inline-block;
	font-size: 62px;
	text-align: center;
	margin-bottom: 15px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}
.info-box-1:hover .info-box-icon {
	color: #002e5b
}
.info-box-1.square-icon .info-box-icon .fa-mobile-phone:before, .info-box-1.square-icon .info-box-icon .fa-mobile:before {
	font-size: 45px;
	line-height: 85px
}
.info-box-1.square-icon .info-box-icon {
	background-color: #002e5b;
	width: 90px;
	height: 90px;
	line-height: 80px;
	color: #FE0000;
	font-size: 32px;
	border-radius: 10%;
	border: 3px double #fff
}
.info-box-1.square-icon .info-box-icon:after {
	content: "";
	position: absolute;
	top: 3px;
	right: 3px;
	bottom: 3px;
	left: 3px
}
.info-box-1:hover.square-icon .info-box-icon {
	border-radius: 100%
}
.info-box-1.square-icon .info-box-icon .fa, .info-box-1.square-icon .info-box-icon .glyphicon {
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}
.info-box-1:hover.square-icon .info-box-icon .fa, .info-box-1:hover.square-icon .info-box-icon .glyphicon {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	border-radius: 10%
}
.info-box-1.square-icon .info-box-info {
	margin-top: 8px
}
.info-box-1 .info-box-info a {
	color: #333;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
.info-box-1 .info-box-info a:hover {
	color: #002e5b
}
.info-box {
	position: relative;
	overflow: hidden;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.info-box a {
	color: #545A5F;
}
.info-box .info-box-icon {
	position: relative;
	display: inline-block;
	margin-bottom: 20px;
	text-align: center;
	font-size: 48px;
	color: #545A5F;
	overflow: hidden;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.info-box:hover .info-box-icon {
/*	-webkit-animation-name: shake;
	animation-name: shake;
	-webkit-animation-duration: 0.7s;
	animation-duration: 0.7s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;*/
}
.info-box-title {
	margin-top: 5px;
	margin-bottom: 20px;
	font-size: 18px;
}
.info-box-text {
	color: #8E969C;
}
.info-box-white, .info-box-white a, .info-box-white .info-box-icon, .info-box-white .info-box-text {
	color: #EEE;
}
.info-box .square-icon {
	width: 60px;
	height: 60px;
	line-height: 60px;
	background-color: #545A5F;
	font-size: 24px;
	color: #FFF;
}
.info-box.info-box-white .square-icon { /* if backgrondi is dark use class "info-box-white" */
	background-color: #EEE;
	color: #002e5b;
	border-radius: 2px;
}
.info-box .square-icon:before {
	position: absolute;
	content: '';
	width: 50%;
	height: 100%;
	left: 0px;
	top: 0px;
	display: inline-block;
	background-color: rgba(255, 255, 255, 0.11);
}
.info-box.info-box-white .square-icon:before {  /* if backgrondi is dark use class "info-box-white" */
	background-color: rgba(0, 0, 0, 0.04);
}
.info-box .square-border-icon {
	width: 60px;
	height: 60px;
	line-height: 54px;
	background-color: transparent;
	font-size: 24px;
	color: #545A5F;
	border: 3px solid #545A5F;
}
.info-box.info-box-white .square-border-icon {  /* if backgrondi is dark use class "info-box-white" */
	border-color: #EEE;
	color: #EEE;
}
.info-box .half-square-icon {
	width: 60px;
	height: 60px;
	line-height: 60px;
	background-color: #545A5F;
	font-size: 24px;
	color: #FFF;
	-webkit-border-radius: 3px 18px 3px 18px;
	-moz-border-radius: 3px 18px 3px 18px;
	border-radius: 3px 18px 3px 18px;
}
.info-box.info-box-white .half-square-icon { /* if backgrondi is dark use class "info-box-white" */
	background-color: #EEE;
	color: #545A5F;
}
.info-box .half-square-icon:before {
	position: absolute;
	content: '';
	width: 50%;
	height: 100%;
	left: 0px;
	top: 0px;
	display: inline-block;
	background-color: rgba(255, 255, 255, 0.11);
}
.info-box.info-box-white .half-square-icon:before {  /* if backgrondi is dark use class "info-box-white" */
	background-color: rgba(0, 0, 0, 0.04);
}
.info-box .half-square-border-icon {
	width: 60px;
	height: 60px;
	line-height: 54px;
	background-color: transparent;
	font-size: 24px;
	color: #545A5F;
	border: 3px solid #545A5F;
	-webkit-border-radius: 3px 18px 3px 18px;
	-moz-border-radius: 3px 18px 3px 18px;
	border-radius: 3px 18px 3px 18px;
}
.info-box.info-box-white .half-square-border-icon {  /* if backgrondi is dark use class "info-box-white" */
	border-color: #EEE;
	color: #EEE;
}
.info-box .rounded-icon {
	width: 60px;
	height: 60px;
	line-height: 60px;
	background-color: #545A5F;
	font-size: 24px;
	color: #FFF;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.info-box.info-box-white .rounded-icon {  /* if backgrondi is dark use class "info-box-white" */
	background-color: #EEE;
	color: #545A5F;
}
.info-box .rounded-icon:before {
	position: absolute;
	content: '';
	width: 50%;
	height: 100%;
	left: 0px;
	top: 0px;
	display: inline-block;
	background-color: rgba(255, 255, 255, 0.1);
}
.info-box.info-box-white .rounded-icon:before {
	background-color: rgba(0, 0, 0, 0.04);
}
.info-box .rounded-border-icon {
	width: 60px;
	height: 60px;
	line-height: 54px;
	background-color: transparent;
	font-size: 24px;
	color: #545A5F;
	border: 3px solid #545A5F;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.info-box.info-box-white .rounded-border-icon {
	border-color: #EEE;
	color: #EEE;
}
.info-box-2 {
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 30px;
}
.info-box-3 {
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 30px;
	border: 3px solid #545A5F;
}
.info-box-3.info-box-white {
	border-color: #EEE;
}
.info-box-4 {
	padding-left: 3px;
	text-align: left;
}
.info-box-4 .info-box-icon {
	float: left;
	margin-right: 20px;
	margin-bottom: 0;
	font-size: 34px;
}
.info-box-4 .rounded-icon {
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 20px;
}
.info-box-4 .rounded-border-icon {
	width: 55px;
	height: 55px;
	line-height: 49px;
	font-size: 20px;
}
.info-box-4 .square-icon {
	font-size: 30px;
	height: 70px;
	line-height: 65px;
	width: 70px;
}
.info-box-4 .square-border-icon {
	width: 50px;
	height: 50px;
	line-height: 44px;
	font-size: 20px;
}
.info-box-4 .half-square-icon {
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	-webkit-border-radius: 2px 18px 2px 18px;
	-moz-border-radius: 2px 18px 2px 18px;
	border-radius: 2px 18px 2px 18px;
}
.info-box-4 .half-square-border-icon {
	width: 50px;
	height: 50px;
	line-height: 42px;
	font-size: 20px;
	-webkit-border-radius: 2px 18px 2px 18px;
	-moz-border-radius: 2px 18px 2px 18px;
	border-radius: 2px 18px 2px 18px;
}
.info-box-4 .info-box-title {
	margin-top: 0;
	margin-bottom: 8px;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
	color: #fff;
}
.info-box-4 .info-box-info {
	display: table;
}
.info-box-5 {
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 15px;
	text-align: left;
}
.info-box-5 .info-box-icon {
	float: left;
	margin-right: 20px;
	margin-bottom: 0;
	font-size: 34px;
}
.info-box-5 .rounded-icon {
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
}
.info-box-5 .rounded-border-icon {
	width: 50px;
	height: 50px;
	line-height: 44px;
	font-size: 20px;
}
.info-box-5 .square-icon {
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
}
.info-box-5 .square-border-icon {
	width: 50px;
	height: 50px;
	line-height: 43px;
	font-size: 22px;
}
.info-box-5 .half-square-icon {
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	-webkit-border-radius: 3px 10px 3px 10px;
	-moz-border-radius: 3px 10px 3px 10px;
	border-radius: 3px 10px 3px 10px;
}
.info-box-5 .half-square-border-icon {
	width: 50px;
	height: 50px;
	line-height: 43px;
	font-size: 22px;
	-webkit-border-radius: 3px 10px 3px 10px;
	-moz-border-radius: 3px 10px 3px 10px;
	border-radius: 3px 10px 3px 10px;
}
.info-box-5 .info-box-title {
	margin-top: 0;
	margin-bottom: 12px;
	font-size: 18px;
}
.info-box-5 .info-box-info {
	display: table;
}
.info-box-6 {
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 15px;
	text-align: left;
	border: 3px solid #545A5F;
}
.info-box-6.info-box-white {
	border-color: #EEE;
}
.info-box-6 .info-box-icon {
	float: left;
	margin-right: 20px;
	margin-bottom: 0;
	font-size: 38px;
}
.info-box-6 .rounded-icon {
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
}
.info-box-6 .rounded-border-icon {
	width: 50px;
	height: 50px;
	line-height: 43px;
	font-size: 22px;
}
.info-box-6 .square-icon {
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
}
.info-box-6 .square-border-icon {
	width: 50px;
	height: 50px;
	line-height: 43px;
	font-size: 22px;
}
.info-box-6 .half-square-icon {
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	-webkit-border-radius: 3px 10px 3px 10px;
	-moz-border-radius: 3px 10px 3px 10px;
	border-radius: 3px 10px 3px 10px;
}
.info-box-6 .half-square-border-icon {
	width: 50px;
	height: 50px;
	line-height: 43px;
	font-size: 22px;
	-webkit-border-radius: 3px 10px 3px 10px;
	-moz-border-radius: 3px 10px 3px 10px;
	border-radius: 3px 10px 3px 10px;
}
.info-box-6 .info-box-title {
	margin-top: 0;
	margin-bottom: 12px;
	font-size: 18px;
}
.info-box-6 .info-box-info {
	display: table;
}
.page-header .text-main {
	color: #002e5b;
}
#about-section {
	text-align: center;
	overflow: hidden;
	position: relative;
	padding: 0px 0 30px;
	text-transform: initial
}
#about-section .lead {
	font-size: 18px
}

#about-section .page-header h2 {
	color: #333;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 5px;
}
.page-header h1 {
	color: #fff
}
.page-header h2 {
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: 42px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.btn-read-more {
	background-color: #FE0000;
	border-radius: 2px;
	color: #000;
	font-size: 15px;
	font-weight: bold;
	padding: 12px 18px;
	text-transform: uppercase;
}
.btn-read-more:hover {
	background-color: #fff;
	color: #002e5b;
	text-decoration: none;
}
.portfolio-section .page-header h2 {
	color: #333;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 5px;
}
.prices-section .divider-icon, .prices-section .lead {
	color: #fff;
}
/******************************************
7. Testimonials
******************************************/


.home-testimonials {
	float: left;
	width: 100%;
	padding: 100px 0 100px;
	margin-top: 5px;
	overflow: hidden;
}
.home-testimonials .holder {
	max-width: 945px;
	margin: 0 auto
}
.home-testimonials .thumb {
	margin: 0 auto 25px;
	display: block;
	width: 130px;
	position: relative
}
.testimonials .divider-icon {
	color: #f9f9f9
}
.home-testimonials .thumb img {
	border-radius: 100%;
	border: 2px solid #fff
}
.home-testimonials p {
	font-size: 16px;
	text-align: center;
	line-height: 30px;
	font-weight: 300;
	color: #f9f9f9;
	text-transform: none
}
.home-testimonials strong.name {
	font-size: 18px;
	font-weight: 700;
	line-height: 20px;
	text-transform: uppercase;
	display: table;
	margin: 0 auto 10px;
	text-align: center;
	position: relative;
	color: #FE0000
}
.home-testimonials strong.name:before {
	content: '';
	position: absolute;
	left: -32px;
	top: 0;
	bottom: 0;
	margin: auto;
	border-bottom: 2px dotted;
	width: 22px;
	height: 2px
}
.home-testimonials strong.name:after {
	content: '';
	position: absolute;
	right: -32px;
	top: 0;
	bottom: 0;
	margin: auto;
	border-bottom: 2px dotted;
	width: 22px;
	height: 2px
}
.home-testimonials strong.designation {
	font-size: 14px;
	line-height: 14px;
	font-weight: 400;
	color: #f9f9f9;
	text-align: center;
	display: block
}
.home-testimonials .bx-wrapper {
	float: left;
	width: 100%;
	margin: 0
}
.home-testimonials .bx-wrapper .bx-viewport {
	background: none;
	border: 0;
	box-shadow: none;
	left: 0
}
.home-testimonials .bx-wrapper .bx-pager {
	display: none;
	padding: 0
}
.home-testimonials .bx-wrapper .bx-controls-direction a {
	display: none
}
.testimonials .owl-theme .owl-controls {
	display: none !important;
}
/******************************************
8. Our clients
******************************************/

.our-clients .lead {
	font-size: 18px;
	text-transform: none;
	margin: auto 8% 45px
}
.our-clients .page-header h2 {
	color: #333
}
.our-clients {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 40px 0px;
}
.our-clients .product-flexslider {
	overflow: hidden;
}
/******************************************
9. Contact form
******************************************/

.contact-form {
	background: url(../images/contact-us.jpg) no-repeat top;
	background-size: cover
}
.contact-form form {
	position: relative
}
.contact-form .form-control {
	margin-bottom: 20px;
	color: #000;
	border-width: 2px
}
.contact-form .form-control:focus {
	border: 2px solid #FE0000;
	box-shadow: none
}
.contact-form .form-control:focus {
//	background: rgba(255,255,255,0.1)
}
.contact-form .heading {
	color: #fff
}
.commands {
	text-align: center
}
#contact .page-header h2 {
	color: #fff
}
#contact .page-header h2 span.text-main {
	color: #FE0000
}
#contact .divider-icon {
	color: #fff
}
#contact .lead {
	font-size: 18px;
	text-transform: none;
	margin: auto 8% 45px;
	color: #fff
}
#contact .contact-form .page-header h2 {
	color: #fff
}
.contact-form .lead {
	font-size: 18px;
	text-transform: none;
	margin: auto 8% 45px;
	color: #fff
}
#contact .contact-form .divider-icon {
	color: #fff
}
.masked {
	background: rgba(19,19,22,0.5);
	width: 100%;
	height: 100%;
	display: block;
	padding-bottom: 50px;
	background-size: cover
}
.address-element {
	text-align: left;
}
.address-element .info-box {
	margin-top: 0px;
}
#contact h3 {
	font-size: 18px
}
.send-btn {
	background: #FE0000;
	color: #000;
	font-size: 14px;
	padding: 10px 30px;
	border: none;
	cursor: pointer;
	display: inline-block;
	transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
	border: 2px solid rgba(0,0,0,0.08);
	font-weight: bold;
	border-radius: 2px;
	text-transform: uppercase
}
.socials {
	position: relative;
	float: right;
	width: 50%
}
.socials ul {
	list-style: none;
	padding: 0;
	margin: 0;
	float: right
}
.socials ul:after {
	content: "";
	display: table;
	clear: both
}
.socials ul li {
	float: left;
	margin: 0 0 0px 8px
}
.socials ul li a {
	display: block;
	width: 32px;
	height: 32px;
	-webkit-border-radius: 32px;
	-moz-border-radius: 32px;
	-ms-border-radius: 32px;
	border-radius: 32px;
	background: #ddd;
	text-align: center;
	line-height: 32px;
	color: #002e5b;
	font-size: 17px;
	text-decoration: none !important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease
}
.socials ul li a i {
	line-height: 34px
}
.socials ul li a i.fa-vimeo {
	font-size: 14px
}
.socials ul li a i.stm-google-plus {
	font-size: 13px
}
.socials ul li a:hover {
	background: #6c98e1;
	color: #fff
}
.socials ul li a.social-facebook:hover {
	background: #3a5897
}
.socials ul li a.social-twitter:hover {
	background: #00aced
}
.socials ul li a.social-instagram:hover {
	background: #ac907a
}
.socials ul li a.social-google-plus:hover {
	background: #db4437
}
.socials ul li a.social-vimeo:hover {
	background: #4bf
}
.socials ul li a.social-linkedin:hover {
	background: #0077b5
}
.socials ul li a.social-behance:hover {
	background: #1769ff
}
.socials ul li a.social-dribbble:hover {
	background: #ec4989
}
.socials ul li a.social-flickr:hover {
	background: #128fdc
}
.socials ul li a.social-github:hover {
	background: #fff;
	color: #333
}
.socials ul li a.social-pinterest:hover {
	background: #cb2027
}
.socials ul li a.social-yahoo:hover {
	background: #500095
}
.socials ul li a.social-delicious:hover {
	background: #39f
}
.socials ul li a.social-dropbox:hover {
	background: #1081de
}
.socials ul li a.social-reddit:hover {
	background: #ff4500
}
.socials ul li a.social-soundcloud:hover {
	background: #f60
}
.socials ul li a.social-google:hover {
	background: #4285f4
}
.socials ul li a.social-skype:hover {
	background: #00aff0
}
.socials ul li a.social-youtube:hover {
	background: #cc181e
}
.socials ul li a.social-tumblr:hover {
	background: #529ecc
}
.socials ul li a.social-vk:hover {
	background: #49739f
}
.socials ul li a.social-odnoklassniki:hover {
	background: #f58220
}
.socials ul li a.social-whatsapp:hover {
	background: #4cda64
}
/******************************************
10. Prices
******************************************/

.prices {
	position: relative;
	margin-top: 20px;
	z-index: 9;
}
.prices .owl-carousel .owl-stage-outer {
	padding-top: 10px;
}
.prices .owl-carousel .owl-item{ margin-right:15px;}
/* Price box */
.price-box {
	position: relative;
	top: 0;
	background-color: #FFF;
	margin: 20px 0;
	text-align: center;
	overflow: hidden;
	border: 1px solid #E6E6E6;
	-webkit-box-shadow: inset 0px 4px 0px rgba(226, 226, 226, 0.18);
	-moz-box-shadow: inset 0px 4px 0px rgba(226, 226, 226, 0.18);
	box-shadow: inset 0px 4px 0px rgba(226, 226, 226, 0.18);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.price-box:hover {
	top: -10px;
}
.price-box .pr-box {
	padding: 20px;
}
/* Price heading */
.price-box .price-heading {
	border-bottom: 1px solid #ededed;
}
.price-box .price-heading i {
	margin-bottom: 20px;
	font-size: 34px;
}
.price-box .price-heading .price-title {
	margin: 0;
	font-size: 22px;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase; color:#FFF;
}
.price-box .price-heading .price-heading-text {
	margin-top: 10px;
	font-size: 14px;
}
/* Price price box price */
.price-box .price-box-price {
	border-bottom: 1px solid #ededed;
}
.price-box .price-box-price .price {
	position: relative;
	display: inline-block;
	margin-top: 10px;
	font-size: 48px;
	font-weight: bold;
}
.price-box .price-box-price .price-currency {
	position: absolute;
	left: -25px;
	font-size: 32px;
}
.price-box .price-box-price .price-tenure {
	font-size: 13px;
	color: #333;
}
/* Price features */
.price-box .price-features {
	border-bottom: 1px solid #ededed;
}
.price-box .price-features > ul > li {
	padding: 8px 0;
	font-size: 16px;
}
/* Price box featured */
.price-box-featured .price-box-price {
	background-color: #002e5b;
	color: #FFF;
}
.price-box-featured .price-box-price .price-tenure {
	color: #002e5b;
}
.price-box-featured .price-box-ribbon {
	position: absolute;
	width: 150px;
	top: 22px;
	right: -35px;
	text-align: center;
	padding: 5px 20px;
	background-color: #34dfe5;
	font-size: 14px;
	color: #FFF;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.price-box-featured .price-footer {
	-webkit-box-shadow: inset 0px -4px 0px #002e5b;
	-moz-box-shadow: inset 0px -4px 0px #002e5b;
	box-shadow: inset 0px -4px 0px #002e5b;
}
/* Price box styles */
.price-box-dark, .price-box-dark .price-box {
	background-color: transparent;
	border-color: transparent;
}
.price-box-dark .price-heading, .price-box-dark .price-features {
	background-color: #002e5b;
	color: #FFF;
	border-bottom-color: transparent;
}
.price-box-dark .price-box-price, .price-box-dark .price-footer {
	background-color: #FE0000;
	color: #000;
	border-bottom-color: transparent;
}
/******************************************
11. counter
******************************************/
#counter {
	width: 100%;
	background: rgba(0, 46, 91, 0.9);
	position: relative;
}
#counter:before {
	position: absolute;
	content: " ";
	top: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
}
.counter-item {
	margin: 30px 0;
	border-left: 1px dotted #f1f1f1;
}
.counter-item .icon {
	text-align: center;
	margin-bottom: 22px;
}
.counter-item .icon i {
	font-size: 54px;
	color: #FE0000;
	line-height: 64px;
}
.counter-item h5 {
	text-align: center;
	margin-bottom: 12px;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
}
.counter-item h5 span {
	font-size: 11px;
	font-weight: 300;
}
.counter-item hr {
	width: 50px;
	margin: 0px auto;
	height: 2px;
	background: #fff;
}
.left-line {
	border-left: none;
}
.timer {
	font-size: 42px;
	font-weight: 300;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	line-height: 80px;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
}
/******************************************
12. Call to action
******************************************/

.call-to-action-section {
	padding: 30px 0 30px;
	background-color: #FE0000;
	z-index: 11;
}
.call-to-action-title {
	margin-top: 0;
	margin-bottom: 0px;
	font-size: 20px;
	font-weight: 400;
	color: #000;
	font-family: "Montserrat", sans-serif;
}
.call-to-action-text {
}
a.btn-buy {
	background-color: #002e5b;
	color: #fff;
	padding: 12px 15px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 15px;
	border-radius: 2px;
}
a.btn-buy:hover {
	background-color: #000;
	text-decoration: none;
}
.call-to-action-section.angle-left-top, .call-to-action-section.angle-right-top {
	padding-top: 100px;
}
.call-to-action-section.angle-left-bottom, .call-to-action-section.angle-right-bottom {
	padding-bottom: 100px;
}
.call-to-action-section.angle-left-top, .call-to-action-section.angle-right-top {
	padding-top: 110px;
}
.call-to-action-section.angle-left-bottom, .call-to-action-section.angle-right-bottom {
	padding-bottom: 110px;
}
/******************************************
13. Latest Blog
******************************************/

.jtv-blog-section .blog-box {
	margin-bottom: 34px;
	cursor: pointer;
	color: #ffffff;
	position: relative;
}
.jtv-blog-section .blog-box .date-com {
	position: absolute;
	opacity: 0;
	background: rgba(0, 46, 91, 0.9);
	padding: 6px 10px;
}
.jtv-blog-section .blog-box .date-com .fa-calendar {
	color: #FE0000;
	margin-right: 3px;
}
.jtv-blog-section .blog-box:hover .date-com {
	opacity: 1;
}
.jtv-blog-section .blog-box a {
	color: #ffffff;
	-webkit-transition: color 0.7s;
	-moz-transition: color 0.7s;
	-o-transition: color 0.7s;
	transition: color 0.7s;
}
.jtv-blog-section .blog-box a:active, .jtv-blog-section .blog-box a:focus {
	color: #ffffff;
}
.jtv-blog-section .blog-box a img {
	-webkit-transition: opacity 0.7s;
	-moz-transition: opacity 0.7s;
	-o-transition: opacity 0.7s;
	transition: opacity 0.7s;
}
.jtv-blog-section .blog-box .blog-meta-box {
	position: absolute;
	bottom: 0;
	padding: 15px;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
	width: 100%;
}
.jtv-blog-section .blog-box .blog-meta-box .blog-title {
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.3;
	text-transform: uppercase;
	margin: auto;
	letter-spacing: 0.5px;
	color: #fff;
}
.jtv-blog-section .blog-box .blog-meta-box .post-date {
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 400;
}
.jtv-blog-section .blog-box .blog-meta-box .post-date i {
	margin-right: 5px;
}
.jtv-blog-section .blog-box .blog-meta-box .post-comments {
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 400;
	margin-left: 30px;
}
.jtv-blog-section .blog-box .blog-meta-box .post-comments i {
	margin-right: 5px;
}
.jtv-blog-section {
	margin: 0px 0px 0px;
}
.prices-section .line, .services-section .line, .contact-section .line {
	border-bottom: 6px double #fff;
}
.line {
	border-bottom: 6px double #002e5b;
	display: inline-block;
	text-align: center;
	width: 60px;
	margin-bottom: 8px;
}
.new_title {
	color: #000000;
	margin: 0 auto 20px;
	text-align: center;
	text-transform: none;
}
.new_title .text-main {
	color: #002e5b;
}
.new_title h2 {
	font-family: "Montserrat", sans-serif;
	margin-top: 0;
	text-align: center;
	font-size: 42px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.wow {
	visibility: hidden;
}
.form-control {
	display: block;
	width: 100%;
	height: 48px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: inherit;
//	background-color: rgba(139, 145, 150, 0.12);
	background-image: none;
	border: 1px solid rgba(139, 145, 150, 0.1);
	border-radius: 4px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: border-color ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s;
	transition: border-color ease-in-out .15s;
}
.form-control:focus {
	border-color: #002e5b;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.scroll-down-arrow {
	position: absolute;
	bottom: 30px;
	left: 50%;
	margin-left: -15px;
	width: 30px;
	height: 30px;
	z-index: 10;
}
.scroll-down-arrow span {
	position: relative;
	font-size: 20px;
}
.angle-left-bottom .scroll-down-arrow, .angle-right-bottom .scroll-down-arrow {
	bottom: 80px;
}
.scrolltotop {
	position: fixed;
	display: none;
	bottom: 30px;
	right: 30px;
	width: 34px;
	height: 34px;
	line-height: 31px;
	background-color: #FE0000;
	text-align: center;
	font-size: 16px;
	color: #000;
	text-decoration: none;
	z-index: 9999; border-radius:2px;

}
.scrolltotop:hover, .scrolltotop:focus {
	opacity: 1;
	color: #000;
}
#header-wrap.stick {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 0.8);
	box-shadow: 0 6px 12px 0 rgba(0,0,0,0.176);
	z-index: 100
}
.divider-icon {
	font-size: 28px;
	margin: 5px 0 20px;
}
/******************************************
14. Team Members
******************************************/

section.team-section {
	background: #f8f8f8;
	border-bottom: 1px #eaeaea solid;
	padding-bottom: 0px;
}
.our-team {
	background: #f8f8f8;
	padding-bottom: 60px;
	display: inline-block;
	width: 100%;
}
.our-team .page-header h2 {
	color: #333;
}
.our-team .team {
	background: #f8f8f8;
	border: 1px #eee solid;
	margin-top: 20px;
	text-align: center;
}
.team h5 {
	margin-bottom: 10px;
	font-size: 16px;
	margin-bottom: 6px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: "Montserrat", sans-serif;
	color: #000;
}
.team p.subtitle {
	margin-bottom: 10px;
}
.avatar {
	margin-bottom: 20px;
}
.team-social {
	margin-left: 0;
	padding-left: 0;
}
.tg-img-hover {
	top: 70%;
	left: 70%;
	opacity: 0;
	z-index: 2;
	color: #fff;
	width: 100%;
	height: 100%;
	padding: 20px;
	visibility: hidden;
	position: absolute;
}
.tg-img-hover .tg-box {
	width: 100%;
	height: 100%;
	padding: 20px;
	position: relative;
	background: rgba(0, 0, 0, 0.70);
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	flex-direction: column;
}
.tg-img-hover .tg-box.tg-displayblock {
	display: block;
}
.tg-img-hover .tg-box.tg-displayblock .tg-socialicons.tg-large {
	left: 20px;
	bottom: 20px;
	position: absolute;
}
.tg-socialicons li {
	float: left;
	padding: 0 4px;
	line-height: inherit;
	list-style-type: none;
}
.tg-socialicons li a {
	width: 20px;
	height: 20px;
	color: #fff;
	display: block;
	background: #000;
	overflow: hidden;
}
.tg-socialicons li a i {
	display: block;
	font-size: 13px;
	line-height: 20px;
	text-align: center;
}
.tg-socialicons li a:hover {
	color: #000;
}
/******************************************
15. Mob Menu
******************************************/
div#mobile-menu ul.submenu {
	display: none;
}
#mobile-menu {
 display: none;
    float: right;
    text-align: right;
    width: 100%;
}
#mobile-menu .toggle {
	float: left;
	width: 30px;
	height: 35px;
	cursor: pointer;
	transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
	text-align: left;
	margin-left: 1px;
}
#mobile-menu .toggle:before {
	content: "\f0c9";
	font-family: FontAwesome;
	font-size: 24px;
	color: #333;
	margin: 10px 0;
	line-height: 44px;
}
#mobile-menu ul {
	margin: auto;
	padding: 0px;
	list-style: none; 
}
#mobile-menu ul.navmenu ul.submenu {
	padding: 0;
	background: #fff;
	width: 100%;
	border: 1px solid #ddd;
	border-top: none;text-align:left;
}
#mobile-menu ul.navmenu .menutop {
	display: inline-block;
	overflow: hidden;
}
#mobile-menu ul.navmenu .menutop h2 {
	float: left;
	margin: 0;
	font-weight: normal;
	color: #fff;
	padding: 14px 0 12px;
	font-size: 13px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
}
ul.topnav {
	padding: 0 5px;
	margin: 0;
	font-size: 1em;
	line-height: 0.5em;
	list-style: none;
}
ul.topnav li {
	border-bottom: 1px solid #ddd;
	float: none;
	margin: 0 15px;
	position: relative;
}
ul.topnav li.last {
	position: relative;
	float: none;
	border-bottom: none;
}
ul.topnav li a {
	line-height: 10px;
	font-size: 13px;
	padding: 15px 0px;
	font-weight: 600;
	color: #333;
	display: block;
	text-decoration: none;
	font-family: "Montserrat", sans-serif;;
	width: 80%;
	text-transform: uppercase;
	letter-spacing: 1px;
}
ul.topnav li a:hover {
	color: #000;
}
ul.topnav li .active a {
	background-color: #999;
	color: #000;
}
ul.topnav ul {
	margin: 0;
	padding: 0;
	display: none;
}
ul.topnav ul li {
	margin: 0;
	padding: 0;
	clear: both;
}
ul.topnav ul li a {
	padding-left: 10px;
	font-size: 13px;
	font-weight: normal;
	outline: 0;
	color: #666;
	text-transform: none;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: normal;
}
ul.topnav ul ul li a {
	padding-left: 20px;
}
ul.topnav em {
	color: #666;
	cursor: pointer;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	padding: 6px 0 6px 6px;
	position: absolute;
	right: 0px;
	top: 10px;
	width: 16px;
	height: 25px;
}
ul.topnav em:hover {
	color: #000;
}

/******************************************
16. Footer
******************************************/

#footer {
	padding: 15px 0;
}
/* If class section angle used */
#footer.angle-left-top, #footer.angle-right-top {
	padding-top: 90px;
}
#footer .copyright {
	color: #A4AAAD;
	padding-top: 5px;
}

/******************************************
17. Responsive
******************************************/

@media only screen and (min-width: 320px) and (max-width: 767px) {
section {
    padding: 30px 0;}
#mobile-menu ul.navmenu ul.submenu {
	max-height: 300px;
	overflow: auto; margin-top:14px;
}
#nav {
	display: none;
}
nav {
	height: 44px;
}
#mobile-menu {
	display: block;
	margin-bottom: 10px;
	margin-top: -38px;
}
.logo {
	float: left; margin-top:12px;
}
.logo img{ width:80%;}
#header, #header-wrap.stick {
	min-height: 60px; background-color:#fff; height:55px;
}
#header-wrap.stick {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 0.8);
	box-shadow: 0 6px 12px 0 rgba(0,0,0,0.176);
	z-index: 100
}
.call-to-action-title{ font-size:14px;}
a.btn-buy {
    font-size: 12px;
    font-weight: bold;
    padding: 8px 12px;
    margin-top: 10px;
    display: inline-block;
}
.page-header h2,
.heading .heading-title,
.new_title h2{ font-size:32px;}
#about-section .lead {
    font-size: 14px;
    line-height: 24px;
}
.info-box-4 .info-box-title{ font-size:18px;}
.portfolio-filters-button .mt-filter-item{ width:100%;}
.prices-section .owl-carousel .owl-item{ float:none;}
.counter-item{ border:none;}
.jtv-blog-section .blog-box .blog-meta-box .blog-title{ font-size:12px;}
.jtv-blog-section .blog-box .blog-meta-box{ width:auto;}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.navbar-nav.nav-pills > li > a {
    border-radius: 0;
    color: #545a5f;
    font-size: 12px;
    margin: 17px 3px;
    padding: 3px 4px;
}
	}
	
	
/******************************************
18. Box Layout
******************************************/

.box-layout #jtv-body-content{ width:1200px; margin:auto; background-color:#fff; box-shadow:0 6px 12px 0 rgba(0,0,0,0.176);}
.box-layout #header-wrap.stick{ width:inherit; margin:auto; box-shadow:none;}

@media only screen and (min-width: 320px) and (max-width: 767px) {.box-layout #jtv-body-content{ width:100%;}

}
@media only screen and (min-width: 768px) and (max-width: 992px) {.box-layout #jtv-body-content{ width:750px;}
@media only screen and (min-width: 993px) and (max-width: 1199px) {.box-layout #jtv-body-content{ width:970px;}


.text-black {
	color:#000;
}