
/*!
// Contents
// ------------------------------------------------>

	1.  Global Styles
	2.  Typography
	3.  Color
	4.  Align
	5.  Background
	6.  Buttons
	7.  Forms
	8.  Icons
	9.  List
	10. Media
	11. Tabs
	12. Accordions
	13. Loading
	14. Header
	15. Heading
	16. Page Title
	17. Hero
	18. About
	19. Team
	20. Testimonial
	21. Services
	22. Projects
	23. Action
	24. Facts
	25. Pricing Tables
	26. Blog
	27. sidebar
	28. Shop
	29. Contact
	30. Footer
	31. 404
	32. Soon
/*------------------------------------*\
#GLOBAL STYLES
\*------------------------------------*/

html {
	font-size: 14px;
}

body {
	background-color: #fff;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #828282;
	line-height: 1.5;
	margin: 0
}

* {
	outline: none;
}

::-moz-selection {
text-shadow:none;
}

::selection {
	background-color: #ffc527;
	color: #fff;
	text-shadow: none;
}

a {
	-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;
	color: #ffc527;
}

a:hover {
	color: #f3b200;
	text-decoration: none;
}

a:focus {
	color: #f3b200;
	outline: none;
	text-decoration: none;
}

a:active {
	color: #f3b200;
	outline: none;
	text-decoration: none;
}

textarea {
	resize: none
}

.form-control {
	background-color: transparent;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	border-top: none;
	border-right: 0;
	border-left: 0;
	border-bottom: 2px solid #e5e5e5;
	font-size: 13px;
	color: #a9a9a9;
	line-height: 49px;
	height: 49px;
	margin-bottom: 50px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	padding-left: 0;
}

.form-control:focus {
	border-bottom-color: #ffc527;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

button.btn {
	margin-bottom: 0
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn.active.focus {
	outline: none
}

.modal-backdrop {
	z-index: 1020;
	background-color: rgba(34, 34, 34, 0.95);
}

/*------------------------------------*\
#TYPOGRAPHY
\*------------------------------------*/

/* Heading Text */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	color: #2f2f2f;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	margin: 0 0 20px 0;
	line-height: 1.5;
}

h1,
.h1 {
	font-size: 32px;
}

h2,
.h2 {
	font-size: 28px;
}

h3,
.h3 {
	font-size: 25px;
}

h4,
.h4 {
	font-size: 22px;
}

h5,
.h5 {
	font-size: 18px;
}

h6,
.h6 {
	font-size: 14px;
}

p {
	color: #9e9e9e;
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 20px;
	line-height: 23px;
}

.lead {
	font-size: 16px;
	line-height: 1.8;
}

/* Aligning Text */
.text-left {
	text-align: left !important;
}

.text-right {
	text-align: right !important;
}

.text-center {
	text-align: center !important;
}

.text-just {
	text-align: justify !important;
}

.align-top {
	vertical-align: top;
}

.align-bottom {
	vertical-align: bottom;
}

.align-middle {
	vertical-align: middle;
}

.align-baseline {
	vertical-align: baseline
}

/* Weight Text */
.bold {
	font-weight: bold;
}

.regular {
	font-weight: normal;
}

.italic {
	font-style: italic;
}

.break-word {
	word-wrap: break-word;
}

.no-wrap {
	white-space: nowrap;
}

/* Text Color */
.text-white {
	color: #fff !important;
}

.text-black {
	color: #2f2f2f;
}

.text-capitalize {
	text-transform: capitalize
}

.text-uppercase {
	text-transform: uppercase
}

.font-heading {
	font-family: 'Montserrat', sans-serif;
}

.font-body {
	font-family: 'Raleway', sans-serif;
}

.font-18 {
	font-size: 18px;
}

.font-16 {
	font-size: 16px;
}

.font-40 {
	font-size: 40px;
}

.font-secondary {
	font-family: 'Droid Serif', serif
}

/* quotes style */
blockquot,
.blockquote {
	font-size: 20px;
	font-family: 'Raleway', sans-serif;
	font-style: italic;
	line-height: 28px;
	font-weight: 500;
	padding: 30px 0 30px 30px;
}

.quote-author {
	display: block;
	font-size: 13px;
	font-style: normal;
	margin-top: 20px;
	line-height: 28px;
}

.blockquote-1 {
	border-left: 6px solid #222222;
}

.blockquote-3,
.blockquote-4 {
	padding-right: 30px;
}

.blockquote-2,
.blockquote-3,
.blockquote-4 {
	border-left: none;
}

.blockquote-2:before {
	content: "\f10d";
	font-family: fontawesome;
	font-size: 16px;
	position: absolute;
	top: 0;
	left: 0;
	color: #222222;
	line-height: 1.8;
}

.blockquote-2:after {
	content: "\f10e";
	font-family: fontawesome;
	font-size: 16px;
	color: #222222;
	position: absolute;
	right: 0;
	bottom: 0;
	line-height: 1.8;
}

.blockquote-3 {
	color: #ffc527;
	background-color: #f9f9f9;
	border-radius: 5px;
}

.blockquote-3 .quote-author {
	color: #828282
}

.blockquote-4 {
	color: #fff;
	background-color: #222222;
	border-radius: 5px;
}

/* Lists */
ul.list {
	padding: 0;
	font-size: 13px;
	list-style-type: none;
}

ul.list li {
	font-size: 13px;
	font-weight: 500;
	line-height: 30px;
}

ul.icon-list li i {
	font-size: 15px;
	font-weight: 400;
	line-height: 30px;
	margin-right: 10px;
	color: #2f2f2f;
}

ul.number-list li span {
	font-size: 13px;
	font-weight: 700;
	line-height: 30px;
	margin-right: 15px;
	color: #2f2f2f;
}

ul.dot-list li i {
	font-size: 7px;
	font-weight: 400;
	line-height: 30px;
	margin-right: 19px;
	color: #2f2f2f;
}

/*------------------------------------*\
#COLORS
\*------------------------------------*/
.color-heading {
	color: #2f2f2f !important
}

.color-theme {
	color: #ffc527 !important
}

.color-white {
	color: #fff !important
}

.color-gray {
	color: #f9f9f9 !important
}

/*------------------------------------*\
#ALIGN
\*------------------------------------*/
p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset,
form {
	margin-bottom: 20px;
}

section {
	padding-top: 80px;
	padding-bottom: 80px;
	;
	overflow: hidden;
}

footer {
	padding-top: 40px;
	padding-bottom: 40px;
}

/* All margin */
.m-0 {
	margin: 0;
}

.m-xs {
	margin: 10px;
}

.m-sm {
	margin: 20px;
}

.m-md {
	margin: 40px;
}

.m-lg {
	margin: 80px;
}

/* top margin */
.mt-0 {
	margin-top: 0;
}

.mt-xs {
	margin-top: 10px;
}

.mt-sm {
	margin-top: 20px;
}

.mt-md {
	margin-top: 40px;
}

.mt-lg {
	margin-top: 80px;
}

.mt-30 {
	margin-top: 30px !important;
}

.mt-50 {
	margin-top: 50px !important;
}

.mt-60 {
	margin-top: 60px;
}

.mt-150 {
	margin-top: 150px;
}

/* bottom margin */
.mb-0 {
	margin-bottom: 0 !important;
}

.mb-xs {
	margin-bottom: 10px;
}

.mb-sm {
	margin-bottom: 20px;
}

.mb-md {
	margin-bottom: 40px !important;
}

.mb-lg {
	margin-bottom: 80px;
}

.mb-30 {
	margin-bottom: 30px !important;
}

.mb-50 {
	margin-bottom: 50px!important;
}

.mb-60 {
	margin-bottom: 60px!important;
}

.mb-150 {
	margin-bottom: 150px!important;
}

/* right margin */
.mr-0 {
	margin-right: 0;
}

.mr-xs {
	margin-right: 10px;
}

.mr-sm {
	margin-right: 20px;
}

.mr-md {
	margin-right: 40px;
}

.mr-lg {
	margin-right: 80px;
}

.mr-30 {
	margin-right: 30px !important;
}

.mr-50 {
	margin-right: 50px;
}

.mr-60 {
	margin-right: 60px;
}

.mr-150 {
	margin-right: 150px;
}

/* left margin */
.ml-0 {
	margin-left: 0;
}

.ml-xs {
	margin-left: 10px;
}

.ml-sm {
	margin-left: 20px;
}

.ml-md {
	margin-left: 40px;
}

.ml-lg {
	margin-left: 80px;
}

.ml-30 {
	margin-left: 30px !important;
}

.ml-50 {
	margin-left: 50px;
}

.ml-60 {
	margin-left: 60px;
}

.ml-150 {
	margin-left: 150px;
}

/* All padding */
.p-0 {
	padding: 0;
}

.p-xs {
	padding: 10px;
}

.p-sm {
	padding: 20px;
}

.p-md {
	padding: 40px;
}

.p-lg {
	padding: 80px;
}

/* top padding */
.pt-0 {
	padding-top: 0;
}

.pt-xs {
	padding-top: 10px;
}

.pt-sm {
	padding-top: 20px;
}

.pt-md {
	padding-top: 40px;
}

.pt-lg {
	padding-top: 80px;
}

.pt-60 {
	padding-top: 60px;
}

/* bottom padding */
.pb-0 {
	padding-bottom: 0;
}

.pb-xs {
	padding-bottom: 10px;
}

.pb-sm {
	padding-bottom: 20px;
}

.pb-md {
	padding-bottom: 40px;
}

.pb-lg {
	padding-bottom: 80px;
}

.pb-50 {
	padding-bottom: 50px;
}

.pb-60 {
	padding-bottom: 60px;
}

.pb-100 {
	padding-bottom: 100px;
}

/* right padding */
.pr-0 {
	padding-right: 0;
}

.pr-xs {
	padding-right: 10px;
}

.pr-sm {
	padding-right: 20px;
}

.pr-md {
	padding-right: 40px;
}

.pr-lg {
	padding-right: 80px;
}

.pr-30 {
	padding-right: 30px !important;
}

.pr-50 {
	padding-right: 50px;
}

.pr-60 {
	padding-right: 60px;
}

.pr-150 {
	padding-right: 150px;
}

/* left padding */
.pl-0 {
	padding-left: 0;
}

.pl-xs {
	padding-left: 10px;
}

.pl-sm {
	padding-left: 20px;
}

.pl-md {
	padding-left: 40px;
}

.pl-lg {
	padding-left: 80px;
}

/* Postions */
.fixed {
	position: fixed;
}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

.static {
	position: static;
}

/* Zindex*/
.zindex-1 {
	z-index: 1;
}

.zindex-2 {
	z-index: 2;
}

.zindex-3 {
	z-index: 3;
}

/* Borders */
.border-all {
	border: 1px solid #ffc527;
}

.border-top {
	border-top: 1px solid #ffc527;
}

.border-bottom {
	border-bottom: 1px solid #ffc527;
}

.border-right {
	border-right: 1px solid #ffc527;
}

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

/* Display */
.inline {
	display: inline;
}

.block {
	display: block;
}

.inline-block {
	display: inline-block;
}

.hide {
	display: none;
}

.flex {
	display: flex;
}

@media only screen and (max-width : 767px ) {

section {
	padding-top: 60px;
	padding-bottom: 60px;
}

.text-center-xs {
	text-align: center !important
}

.pull-none-xs {
	float: none !important;
	text-align: center !important
}

.mb-15-xs {
	margin-bottom: 15px;
}

.mb-30-xs {
	margin-bottom: 30px !important;
}

.mb-50-xs {
	margin-bottom: 50px;
}

.mb-60-xs {
	margin-bottom: 60px!important;
}
}

@media only screen and (min-width : 768px) and (max-width : 991px) {
.logo img {
    margin-left : -50px;
}
.text-center-sm {
	text-align: center !important
}

.mb-0-sm {
	margin-bottom: 0;
}

.mb-15-sm {
	margin-bottom: 15px;
}

.mb-30-sm {
	margin-bottom: 30px !important;
}

.mb-50-sm {
	margin-bottom: 50px;
}

.mb-60-sm {
	margin-bottom: 60px;
}

.pb-15-sm {
	padding-bottom: 15px;
}

.pb-30-sm {
	padding-bottom: 30px;
}

.pb-50-sm {
	padding-bottom: 50px;
}

.pb-60-sm {
	padding-bottom: 60px;
}
}

.border-b {
	border-bottom: 1px solid #e5e5e5;
}

/*------------------------------------*\
#BACKGROUNDS
\*------------------------------------*/
.bg-theme {
	background-color: #ffc527 !important
}

.bg-gray {
	background-color: #f9f9f9 !important
}

.bg-white {
	background-color: #fff !important
}

/* Background Image */
.bg-section {
	position: relative;
	overflow: hidden;
	z-index: 1;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 100%;
}

.bg-overlay:before {
	content: "";
	display: inline-block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.bg-overlay-light:before {
	background-color: rgba(255,255,255, 0.6);
}

.bg-overlay-dark:before {
	background-color: rgba(47, 47, 47, 0.95);
}

.bg-overlay-theme:before {
	background-color: rgba(255, 197, 39, 0.9);
}

.bg-overlay-gradient:before {
	background: rgba(25, 23, 23, 0.8); /* fallback for old browsers */
	background: -webkit-linear-gradient(to bottom, rgba(25, 23, 23, 0.8), rgba(34, 34, 34, 0.2)); /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to bottom, rgba(25, 23, 23, 0.8), rgba(34, 34, 34, 0.2)); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.col-img {
	height: 660px;
	padding: 60px;
	overflow: hidden
}

.col-content {
	padding: 100px 0 50px 100px;
}

.section-img {
	padding: 0
}

.col-bg {
	position: relative;
	overflow: hidden;
	z-index: 1;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

/*------------------------------------*\
#BUTTONS
\*------------------------------------*/
.btn {
	position: relative;
	z-index: 2;
}

.btn::before,
.btn::after {
	top: 0;
	width: 50%;
	height: 100%;
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.btn:before {
	right: 0;
}

.btn:after {
	left: 0;
}

.btn:hover:before,
.btn:hover:after {
	width: 0;
}

.btn-primary,
.btn-secondary {
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	padding: 0;
	line-height: 49px;
	width: 170px;
	height: 51px;
	text-align: center;
	font-family: 'Montserrat', sans-serif
}

.btn-primary {
	background-color: #ffc527;
	color: #fff;
	border: 2px solid #ffc527;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
	background-color: #2f2f2f;
	color: #fff;
	border: 2px solid #2f2f2f
}

.btn-primary:hover::before,
.btn-primary:hover::after {
	background-color: #ffc527;
}

.btn-secondary {
	background-color: transparent;
	color: #2f2f2f;
	border: 2px solid #2f2f2f
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
	background-color: #2f2f2f;
	color: #fff;
	border: 2px solid #2f2f2f
}

.btn-secondary:hover::before,
.btn-secondary:hover::after {
	background-color: #ffc527;
}

.btn-primary.btn-white {
	background-color: #fff;
	border-color: #fff;
	color: #2f2f2f;
}

.btn-primary.btn-white:hover::before,
.btn-primary.btn-white:hover::after {
	background-color: #fff;
}

.btn-primary.btn-white:hover,
.btn-primary.btn-white:focus,
.btn-primary.btn-white:active {
	background-color: #2f2f2f;
	color: #fff;
	border: 2px solid #2f2f2f
}

.btn-primary.btn-black {
	background-color: #2f2f2f;
	border-color: #2f2f2f;
	color: #fff;
}

.btn-primary.btn-black:hover::before,
.btn-primary.btn-black:hover::after {
	background-color: #2f2f2f;
}

.btn-primary.btn-black:hover {
	background-color: #ffc527;
}

.bg-overlay-theme .btn-primary.btn-black:hover {
	background-color: #fff;
	color: #2f2f2f;
	border-color: #fff
}

.btn-secondary.btn-filled {
	background-color: #2f2f2f;
	color: #fff;
}

.btn-secondary.btn-white {
	border-color: #fff;
	color: #fff;
}

.btn-secondary.btn-filled:hover,
.btn-secondary.btn-white:hover {
	background-color: #ffc527;
	color: #fff;
	border-color: #ffc527;
}

.bg-overlay-theme .btn-secondary.btn-filled:hover,
.bg-overlay-theme .btn-secondary.btn-white:hover {
	background-color: #fff;
	color: #2f2f2f;
	border-color: #fff;
}

.btn.btn-block {
	width: 100%;
}

.btn-auto {
	width: auto
}

.bg-theme .btn-primary.btn-black:hover::before,
.bg-theme .btn-primary.btn-black:hover::after {
	background-color: #fff;
}

.bg-theme .btn-primary.btn-black:hover {
	background-color: #fff;
	color: #2f2f2f;
	border-color: #fff;
}

/*------------------------------------*\
#ACCORDION
\*------------------------------------*/
.accordion .panel {
	border-color: rgba(49, 49, 49, 0.1);
	padding: 23px 23px 0 23px;
	margin-bottom: 20px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
}

.accordion .panel .panel-heading {
	background-color: transparent;
	padding: 0 0 23px 0;
}

.accordion .panel .panel-heading h4 {
	font-size: 16px;
	font-family: 'Raleway', sans-serif;
	color: #313131;
	line-height: 1;
	font-weight: 700;
}

.accordion .panel-heading {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.accordion .panel-heading a {
	line-height: 30px;
}

.accordion .panel-heading a:hover,
.accordion .panel-heading a:focus,
.accordion .panel-heading a:active {
	text-decoration: none
}

.accordion .panel-heading .accordion-toggle:after {
	content: "\f068";   		/* symbol for "opening" panels */
	float: right;
	font-family: fontawesome;
	font-size: 10px;
	color: #fff;
	background-color: #ffc527;
	text-align: center;
	width: 30px;
	height: 30px;
	line-height: 30px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
}

.accordion .panel-heading .accordion-toggle.collapsed:after {
	content: "\f067";    /* symbol for "collapsed" panels */
	color: #ffc527;
	background-color: transparent;
}

.accordion .panel .panel-body {
	border-top-color: rgba(49, 49, 49, 0.1);
	padding: 20px 0;
	color: #9e9e9e;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 25px;
}

/*------------------------------------*\
#LOADING-SECTION
\*------------------------------------*/
.preloader {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: fixed;
	z-index: 99999;
	background-color: #fff;
	overflow: hidden;
}

.spinner {
	margin: -40px 0 0 -40px;
	width: 70px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
}

.spinner > div {
	width: 18px;
	height: 18px;
	background-color: #ffc527;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.spinner .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}
 @-webkit-keyframes sk-bouncedelay {
0%, 80%, 100% {
-webkit-transform: scale(0)
}
40% {
-webkit-transform: scale(1.0)
}
}
 @keyframes sk-bouncedelay {
0%, 80%, 100% {
-webkit-transform: scale(0);
transform: scale(0);
}
40% {
-webkit-transform: scale(1.0);
transform: scale(1.0);
}
}

/*------------------------------------*\
#HEADER
\*------------------------------------*/
.transparent-header {
	background-color: transparent;
	height: 150px;
}

.transparent-header + section {
	margin-top: -94px; /*padding-top:210px;*/
}

.transparent-header .navbar {
	background-color: transparent;
	height: 94px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}

.navbar {
	margin-bottom: 0
}

.navbar.affix {
	background-color: rgba(0,0,0,0.7);
	padding-top: 0
}

.navbar .logo {
	height: 94px;
	line-height: 94px;
}

.navbar-nav {
	margin-right: 0
}

.navbar-nav >li {
	margin-right: 30px;
	height: 94px;
}

.navbar-nav li a {
	font-size: 13px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
}

.navbar-nav >li >a {
	color: #fff;
	line-height: 94px;
	padding: 0;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
	background-color: transparent;
	border: none;
}

.navbar-nav > li.active {
	border-bottom: 2px solid #ffc527;
}

.navbar-nav > li.active > ul {
	margin-top: 0;
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
	background-color: transparent
}

/* Menu Level #1 */
.navbar-nav > li:after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 2px;
	background: #ffc527;
	content: '';
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
}

.navbar-nav >li:hover::after {
	height: 2px;
	opacity: 1;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
	margin-top: -2px
}

.navbar-nav > li.active:hover::after {
	opacity: 0;
}

.module {
	display: inline-block;
	position: relative
}

.module span.title {
	display: none
}

.module-search .search-icon {
	line-height: 94px;
	cursor: pointer;
}

.module-search .search-icon i {
	font-size: 14px;
	color: #fff;
	border-left: 1px solid #fff;
	padding-left: 30px;
	padding-right: 20px;
	line-height: 23px;
}

.module-search .search-icon:hover i {
	color: #ffc527;
}

.module-search .search-box .search-form {
	margin-bottom: 0
}

.module-search .search-box .search-form .input-group {
	height: 100%;
}

.module-search .search-box .search-form .btn {
	background-color: #ffc527;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	color: #fff
}

.module-search .search-box .search-form input {
	border: none;
	font-size: 13px;
	text-transform: capitalize;
	margin-bottom: 0;
	color: #9e9e9e;
	height: 100%;
	padding-right: 0;
	padding-top: 11px;
	padding-bottom: 11px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.module-cart .cart-icon {
	line-height: 94px;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
}

.module-cart .cart-label {
	background-color: #ffc527;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 3px
}

.cart-box .cart-overview li {
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 20px;
	position: relative
}

.cart-box .cart-overview li:last-child {
	margin-bottom: 0
}

.cart-box .cart-overview li a {
	font-size: 0
}

.cart-box .cart-overview li a:after {
	font-family: fontawesome;
	content: "\f00d";
	font-size: 12px;
	position: absolute;
	text-align: center;
	right: 0;
	top: 0;
	width: 19px;
	height: 19px;
	line-height: 19px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-color: #000000;
	color: #fff
}

.cart-box .cart-overview img {
	width: 70px;
	height: 70px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-right: 15px;
	position: absolute
}

.cart-box .cart-overview .product-meta {
	padding-left: 90px;
}

.cart-box .cart-overview h5 {
	font-size: 13px;
	text-transform: uppercase;
	color: #313131;
	margin-bottom: 0;
	line-height: 23px;
}

.cart-box .cart-overview p {
	font-size: 12px;
	line-height: 22px;
	color: #a9a9a9;
	margin-bottom: 0;
}

.cart-total {
	margin-top: 30px;
	margin-bottom: 30px;
}

.cart-total .total-desc {
	float: left;
	text-align: left
}

.cart-total .total-desc h5,
.cart-total .total-price h5 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #5e5e5e
}

.cart-total .total-price {
	float: right;
	text-align: right;
}

.cart-box .cart-control .btn {
	width: 150px;
}

/* Header #2 */
.full-header {
	height: 143px;
	background-color: #fff;
	box-shadow: 0 2px 3px rgba(39, 41, 48, 0.03);
	-moz-box-shadow: 0 2px 3px rgba(39, 41, 48, 0.03);
	-webkit-box-shadow: 0 2px 3px rgba(39, 41, 48, 0.03);
}

.top-bar {
	height: 49px;
	line-height: 49px;
	border-bottom: 1px solid rgba(49, 49, 49, 0.1);
}

.top-bar .list-inline > li {
	padding-left: 0;
	padding-right: 0
}

.top-bar ul,
.top-bar p {
	margin-bottom: 0
}

.top-bar .top-contact p {
	font-size: 13px;
	font-weight: 500;
	line-height: 49px;
	color: #5a5a5a;
	margin-right: 15px;
}

.top-bar .top-contact span {
	color: #9e9e9e;
}

.top-bar ul.top-contact li {
	border-right: 1px solid rgba(49, 49, 49, 0.1);
}

.top-bar ul.top-contact li:first-child {
	padding-right: 15px;
	padding-left: 0
}

.top-bar ul.top-contact li:last-child {
	border-right: none;
	padding-left: 15px;
}

.top-bar ul.top-widget li {
	border-left: 1px solid rgba(49, 49, 49, 0.1)
}

.top-bar ul.top-widget .top-social {
	padding-right: 0;
	padding-left: 0;
	text-align: center
}

.top-bar ul.top-widget .top-social a i {
	border-right: 1px solid rgba(49, 49, 49, 0.1);
	color: #9e9e9e;
	font-size: 14px;
	font-weight: 400;
	line-height: 28px;
	padding-left: 18px;
	padding-right: 18px;
}

.top-bar ul.top-widget .top-social a:hover i {
	color: #ffc527
}

.top-bar ul.top-widget .top-social a:last-child i {
	border-right: none
}

.top-bar .button-quote {
	background-color: #ffc527;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	font-weight: 400;
	text-transform: capitalize;
	padding: 10px 9px;
	margin-left: 10px;
}

.top-bar .button-quote:hover {
	background-color: #2f2f2f;
}

.full-header .navbar-fixed-top {
	top: 49px;
	height: 94px;
}

.full-header .navbar-nav > li > a {
	color: #313131;
}

.full-header .module-search .search-icon i,
.full-header .module-cart .cart-icon {
	color: #313131;
}

.full-header .module-search .search-icon i {
	border-left-color: rgba(49, 49, 49, 0.1);
}

.full-header .navbar.affix {
	background-color: #fff
}

.full-header .navbar-fixed-top.affix {
	top: 0
}

/* Header #3 */
.header-3 {
	background-color: transparent;
	height: 118px;
}

.header-3 + section {
	margin-top: -118px; /*padding-top:210px;*/
}

.header-3 .navbar-fixed-top {
	top: 0;
	height: 118px;
}

.header-3 .top-bar {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	margin-bottom: 25px;
}

.header-3 .top-bar ul.top-widget li {
	border-left: none
}

.header-3 .top-bar ul.top-widget .top-social a:first-child i {
	border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.header-3 .top-bar ul.top-widget .top-social a i {
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.header-3 .top-bar ul.top-contact li {
	border-right: none
}

.header-3 .top-bar .top-contact p {
	padding-right: 15px;
	padding-left: 15px;
	border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.header-3 .navbar-nav > li {
	height: 43px;
}

.header-3 .navbar .logo {
	line-height: 43px;
	height: 43px;
}

.header-3 .navbar-nav > li > a,
.header-3 .module-search .search-icon,
.header-3 .module-cart .cart-icon {
	line-height: 43px;
	color: #fff
}

.header-3 .module-search .search-icon i {
	color: #fff
}

.header-3 .navbar-fixed-top.affix .top-bar {
	display: none
}

.header-3 .navbar-fixed-top.affix {
	background-color: rgba(0, 0, 0, 0.7);
}

.header-3 .navbar-fixed-top.affix,
.header-3 .navbar-fixed-top.affix .navbar-nav > li,
.header-3 .navbar-fixed-top.affix .navbar-header {
	height: 70px;
}

.header-3 .navbar-fixed-top.affix .navbar-header,
.header-3 .navbar-fixed-top.affix .navbar-nav > li > a,
.header-3 .navbar-fixed-top.affix .module-cart .cart-icon,
.header-3 .navbar-fixed-top.affix .module-search .search-icon {
	line-height: 70px;
}

/* header #3-2*/
.header-3.style-2 + section {
	margin-top: -70px;
}

.header-3.style-2 {
	height: 70px;
}

.header-3.style-2 .navbar-fixed-top {
	padding-top: 25px;
	height: 70px;
}

.header-3.style-2 .navbar-fixed-top.affix {
	padding-top: 0
}

/* Header #5 */
.header-5 {
	height: 113px;
}

.header-5 .navbar-nav > li > a,
.header-5 .module-search .search-icon,
.header-5 .module-cart .cart-icon {
	line-height: 73px;
}

.header-5 .navbar-fixed-top {
	height: 73px;
	top: 40px;
}

.header-5 .navbar-nav > li {
	height: 73px;
}

.header-5 .navbar .logo {
	height: 43px;
	line-height: 1;
	top: 0px;
	position: absolute;
}

.header-5 .affix .logo {
	position: relative;
	line-height: 73px;
}

.header-5 .top-bar {
	border-bottom: none;
	height: 39px;
	line-height: 39px;
}

.header-5 .top-bar ul.top-contact li {
	border-right: none
}

.header-5 .top-bar ul {
	border-bottom: 1px solid rgba(49, 49, 49, 0.1);
	width: 95%;
	float: right;
}

.top-bar ul.top-contact li:first-child {
	padding-right: 0
}

.header-5 .top-bar ul li p {
	line-height: 20px;
	margin-right: 0
}

.header-5 .top-bar ul li:first-child p {
	padding-right: 15px;
	border-right: 1px solid rgba(49, 49, 49, 0.1);
}

.header-5 .module-search .search-icon i {
	border-left: none;
	width: 35px;
	height: 29px;
	line-height: 29px;
	text-align: center;
	border: 1px solid rgba(49, 49, 49, 0.1);
	padding-left: 0;
	padding-right: 0
}

.header-5 .module-cart .cart-icon i {
	width: 35px;
	height: 29px;
	line-height: 29px;
	text-align: center;
	border: 1px solid rgba(49, 49, 49, 0.1);
}

/* Header #6 */
.header-5.style-2 + section {
	margin-top: -73px;
}

.header-5.style-2 {
	height: 73px;
}

.header-5.style-2 .navbar-fixed-top {
	padding-top: 0;
	height: 73px;
	top: 0
}

.header-5.style-2 .navbar-fixed-top.affix {
	padding-top: 0
}

.header-5.style-2 .navbar .logo {
	top: auto
}

.header-5.style-2 .navbar-nav > li > a,
.header-5.style-2 .module-search .search-icon i,
.header-5.style-2 .module-cart .cart-icon {
	color: #fff;
}

.header-5.style-2 .module-search .search-icon i,
.header-5.style-2 .module-cart .cart-icon i {
	border: 2px solid #fff
}

.header-5.style-2 .top-bar .top-contact p {
	color: #f9f9f9;
}

.header-5.style-2 .top-bar .top-contact span {
	color: #c5c5c5;
}

.header-5.style-2 .affix .top-bar {
	display: none
}

.header-5.style-2 .navbar.affix {
	background-color: rgba(0, 0, 0, 0.7);
}

/* Header #7 */
.header-7 {
	background-color: transparent
}

.header-7 .navbar-fixed-top {
	top: 0;
}

.header-7 + section {
	margin-top: -143px;
	padding-top: 143px;
}

.header-7 .outer {
	background-color: #fff
}

.header-7 .top-bar .top-bar-inner {
	height: 50px;
	border-bottom: 1px solid rgba(49, 49, 49, 0.1);
}

.header-7 .top-bar {
	margin-bottom: 0
}

.header-7 .top-bar .list-inline {
	margin-left: 0
}

.header-7 .affix .top-bar {
	display: none
}

.header-7 .affix .outer {
	background-color: transparent
}

.header-7 .navbar-nav > li,
.header-7 .navbar.affix {
	height: 93px;
}

.header-7 .navbar .logo {
	height: 94px;
	line-height: 94px;
}

.header-7 .module-search .search-icon {
	line-height: 94px;
}

.header-7 .container.outer {
	height: 94px;
}

/* header #8 */
.header-8 {
	background-color: transparent;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.header-8 .navbar-fixed-top {
	top: 0;
}

.header-8 + section {
	margin-top: 23px;
}

.header-8 .outer {
	background-color: #fff
}

.header-8 .outer-2 {
	background-color: #ffc527
}

.header-8 .top-bar {
	height: 139px;
	border-bottom: none
}

.header-8 .top-bar .top-bar-inner {
	height: 139px;
}

.header-8 .navbar-nav > li,
.header-8 .affix {
	height: 59px;
}

.header-8 .affix {
	background-color: #ffc527 !important
}

.header-8 .navbar-nav > li > a,
.header-8 .module-search .search-icon,
.header-8 .module-cart .cart-icon {
	line-height: 57px;
}

.header-8 .navbar-nav > li > a {
	color: #fff
}

.header-8 .affix .top-bar {
	display: none
}

.header-8 .navbar-nav > li:after {
	background-color: #313131;
}

.header-8 .navbar-nav > li.active {
	border-bottom-color: #313131;
}

.header-8 .module-cart .cart-box,
.header-8 .module-search .search-box {
	border-top-color: #313131;
	margin-top: -1px;
}

.header-8 .navbar .logo {
	height: 94px;
	line-height: 139px;
}

.header-8 .module-search .search-icon i {
	border-left: none;
	padding-right: 20px;
	padding-left: 0;
}

.header-8 .module-cart .cart-label {
	background-color: #313131;
	color: #ffc527
}

.header-8 .top-bar-contact {
	margin-top: 30px;
}

.header-8 .top-bar-contact ul {
	margin-right: -15px;
}

.header-8 .top-bar-contact li.widget {
	width: 280px;
	height: 79px;
	border: 1px solid rgba(49, 49, 49, 0.08);
	line-height: 79px;
}

.header-8 .top-bar-contact li:first-child {
	margin-right: 30px
}

.header-8 .top-bar-contact li {
	padding-left: 20px;
}

.header-8 .top-bar-contact li i {
	color: #828282;
	font-size: 40px;
	line-height: 70px;
}

.header-8 .top-bar-contact .widget-contact-icon:after {
	content: "";
	width: 2px;
	height: 22px;
	margin-left: 20px;
	background-color: #ffc527;
	display: inline-block
}

.header-8 .widget-contact-info {
	margin-top: 16px;
	padding-left: 85px;
}

.header-8 .widget-contact-info p:first-of-type {
	color: #828282;
	font-family: Raleway;
	font-size: 14px;
	font-weight: 500;
}

.header-8 .widget-contact-info p:last-of-type {
	color: #5a5a5a;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 23px;
}

/* Header #9 */
.header-9 .module-quote {
	line-height: 94px;
}

.header-9 .button-quote {
	background-color: #ffc527;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 20px;
	text-transform: capitalize;
	padding: 10px 9px;
	margin-left: 20px;
}

.header-9 .module-quote:before {
	content: "";
	position: absolute;
	width: 1px;
	height: 23px;
	background-color: rgba(255, 255, 255, 0.1);
	left: 0;
	display: inline-block;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.header-9 .navbar-nav > li:last-child {
	margin-right: 20px;
}

/* Header #10 */
.header-10 .navbar {
	background-color: rgba(255, 255, 255, 0.05);
}

.header-10 .navbar.affix {
	background-color: rgba(0, 0, 0, 0.7);
}

/* Header #11 */
.header-7.style-3 {
	height: 94px;
}

.header-7.style-3 +section {
	margin-top: -94px;
	padding-top: 94px
}

.header-7.style-3 .navbar-nav > li,
.header-7.style-3 .navbar.affix {
	height: 94px;
}

/* Header #12 */
.header-7.style-4 {
	height: 124px;
}

.header-7.style-4 +section {
	margin-top: -124px;
	padding-top: 124px
}

.header-7.style-4 .navbar-nav > li,
.header-7.style-4 .navbar.affix {
	height: 94px;
}

.header-7.style-4 .container.outer {
	margin-top: 30px
}

.header-7.style-4 .affix .container.outer {
	margin-top: 0
}

.header-7.style-4.dark .navbar.affix {
	background-color: transparent;
}

.header-7.style-4.dark .container.outer {
	background-color: #313131;
}

.header-7.style-4.dark .navbar-nav > li > a,
.header-7.style-4.dark .module-search .search-icon i,
.header-7.style-4.dark .module-cart .cart-icon {
	color: #fff
}

.header-7.style-4.dark .module-search .search-icon i {
	border-left-color: rgba(255, 255, 255, 0.1);
}

/* model */
.modal-open .modal {
	background-color: rgba(34, 34, 34, 0.95);
}

.modal-header .model-icon {
	font-size: 40px;
	line-height: 41px;
	color: #fff
}

.model-title p {
	color: #f9f9f9 !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	line-height: 30px !important;
	margin-bottom: 0;
	padding-left: 0 !important
}

.model-title h6 {
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	line-height: 1 !important;
	text-transform: uppercase;
	margin-bottom: 0
}

.modal-header span {
	font-size: 24px !important;
	font-weight: 400 !important;
	line-height: 28px;
	color: #fff !important
}

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) and (max-width : 767px) {

.navbar-nav {
	margin: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.navbar-toggle {
	border-color: #ffc527;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	margin-top: 35px;
}

.navbar-toggle .icon-bar {
	background-color: #ffc527
}

.container > .navbar-header {
	margin-left: 0
}

.container > .navbar-collapse {
	width: 100%;
	background-color: #2f2f2f;
	margin-right: 0
}

.navbar-nav > li {
	height: auto !important;
	margin-right: 0
}

.navbar-nav > li.pull-left {
	float: none !important
}

.navbar-nav > li > a {
	line-height: 36px;
	color: #fff;
	padding-right: 0;
	padding-left: 0
}

.navbar-nav > li:after {
	display: none
}

.navbar-nav > li.active {
	border-bottom: none
}

.navbar-nav > li.has-dropdown > ul.dropdown-menu,
ul.mega-menu {
	background-color: transparent;
	position: relative;
	padding-left: 0;
}

.navbar-nav > li.has-dropdown > a:after,
li.dropdown-submenu > a:after {
	font-family: fontawesome;
	content: "\f105";
	font-size: 13px;
	position: absolute;
	right: 0;
}

.navbar-nav > li.has-dropdown.open > a,
.navbar-nav > li.has-dropdown.open > a:hover,
.navbar-nav > li.has-dropdown.open > a:focus {
	background-color: transparent;
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}

li.open a,
li.open a:hover,
li.open a:focus {
	color: #fff;
	line-height: 21px;
}

li.dropdown-submenu.open > ul > li > a {
	padding-left: 50px !important;
}

.navbar-nav > li.has-dropdown.open > a:after,
.navbar-nav > li.has-dropdown.open > a:hover:after,
.navbar-nav > li.has-dropdown.open > a:focus:after,
li.dropdown-submenu.open > a:after,
li.dropdown-submenu.open > a:hover:after,
li.dropdown-submenu.open > a:focus:after {
	font-family: fontawesome;
	content: "\f107";
	font-size: 13px;
	position: absolute;
	right: 0px;
}

li.dropdown-submenu > a:after,
li.dropdown-submenu.open > a:hover:after,
li.dropdown-submenu.open > a:focus:after {
	right: 10px;
}

.nav > li > a:hover,
.nav > li > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.mega-menu li a:hover,
.mega-menu li a:focus {
	background-color: transparent
}

.dropdown-menu > li > a,
.mega-menu > li > a {
	color: #fff
}

.mega-menu ul {
	list-style: none;
	padding-left: 25px;
}

.mega-menu ul li {
	padding-top: 5px
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.mega-menu li a:hover,
.mega-menu li a:focus {
	color: #fff
}

ul.mega-menu {
	list-style: none;
	display: none;
}

.has-dropdown.open > .mega-menu,
.dropdown-submenu.open > .mega-menu {
	display: block
}

.dropdown-submenu.open > .mega-menu ul {
	padding-left: 50px;
}

.module {
	display: block;
	width: 100%;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}

.module span.title {
	display: inline-block;
	color: #fff;
	font-size: 13px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}

.module .search-box,
.module .cart-box {
	display: none
}

.module-search .search-icon,
.module-cart .cart-icon {
	line-height: 36px !important;
}

.module-search .search-icon i {
	border-left: none;
	padding-left: 0;
	padding-right: 5px;
}

.module.toggle-module .search-box,
.module.toggle-module .cart-box {
	display: block !important
}

.module-search.toggle-module .search-box .search-form {
	margin-bottom: 10px;
}

.module-search.toggle-module .search-box .search-form input {
	background-color: #fff;
	margin-bottom: 0;
	height: 35px;
	line-height: 35px;
	padding-left: 10px
}

.module-cart.toggle-module .cart-box {
	background-color: #fff;
	padding: 30px 20px;
	margin-bottom: 10px;
}

.module-cart.toggle-module .cart-box .cart-control {
	margin-right: auto;
	margin-left: auto;
	text-align: center
}

.module-cart.toggle-module .cart-box .cart-control .pull-right {
	float: none !important
}

/* Header #2 */
.full-header .top-bar .top-contact p {
	font-size: 11px;
}

.full-header .text-right {
	text-align: center !important
}

.top-bar ul.top-widget .top-social:first-child {
	border-left: none
}

.top-bar ul.top-widget .top-social a i {
	padding-right: 10px;
	padding-left: 10px
}

.full-header .navbar-nav > li > a,
.full-header .module-search .search-icon i,
.full-header .module-cart .cart-icon {
	color: #fff
}

.full-header .navbar-header {
	margin-left: 15px;
	margin-right: 0
}

.full-header .list-inline {
	margin-left: 0
}

.full-header .top-bar .button-quote {
	margin-left: 15px;
}

/* Header #3 */
.header-3 .navbar-fixed-top.affix .navbar-nav > li > a,
.header-3 .navbar-fixed-top.affix .module-cart .cart-icon,
.header-3 .navbar-fixed-top.affix .module-search .search-icon {
	line-height: 43px;
}

.header-3 .navbar-fixed-top.affix,
.header-3 .navbar-fixed-top.affix .navbar-header {
	height: 94px;
}

.header-3 .navbar .logo,
.header-3 .navbar-fixed-top.affix .navbar-header {
	line-height: 94px;
}

.header-3 .navbar-fixed-top.affix .navbar-nav > li {
	height: auto !important
}

.header-3.style-2 .navbar-fixed-top {
	padding-top: 0;
	height: 70px;
}

.header-3.style-2 .affix .navbar-header {
	height: 70px !important;
	line-height: 70px;
}

.header-3.style-2 .affix,
.header-3.style-2 .logo,
.header-3.style-2 .navbar-header {
	line-height: 70px;
}

.header-3.style-2 .navbar-toggle {
	margin-top: 20px !important
}

/* Header #5 */

.header-5 .top-bar ul {
	float: none;
	width: auto
}

.header-5 .top-bar ul li:first-child p {
	padding-right: 10px;
}

.header-5 .navbar .logo {
	line-height: 60px
}

.header-5 .navbar-toggle {
	margin-top: 20px;
}

.header-5 .navbar-nav > li > a {
	line-height: 36px;
}

/* Header #8 */
.header-8 {
	height: 94px
}

.header-8 .outer-2 {
	background-color: transparent
}

.header-8 .navbar-nav > li > a {
	line-height: 39px
}

.header-8 .affix {
	height: auto
}

.header-8 .container > .navbar-collapse {
	margin-left: 0
}

.header-8 .module-right {
	float: none !important
}

.header-8 .top-bar {
	height: 49px;
	line-height: 49px
}

.header-8 .top-bar .top-bar-inner {
	height: auto
}

.header-8 .navbar .logo {
	line-height: 94px
}

.header-8 + section {
	margin-top: 0;
	padding-top: 0
}

.header-8 .affix {
	opacity: 0;
	visibility: hidden;
}

.header-8 .navbar-toggle {
	margin-right: 0
}

/* Header #9 */
.header-9 .module-quote:before {
	opacity: 0;
	visibility: hidden
}

.header-9 .button-quote {
	margin-left: 0;
}

.header-9 .navbar-nav > li:last-child {
	margin-right: 0
}

.header-9 .module-quote {
	line-height: 40px;
}

.header-7.style-3 .navbar.affix {
	height: auto
}

.header-7.style-4 .container.outer {
	margin-top: 0
}
}

@media only screen and (min-width : 320px) and (max-width : 479px) {

.module-cart.toggle-module .cart-box .cart-control .btn {
	margin-bottom: 5px
}

.header-5 .navbar .logo {
	position: relative
}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) and (max-width : 991px) {

.navbar-header {
	float: none !important;
	margin-right: auto;
	margin-left: auto;
	text-align: center
}

.navbar-toggle {
	border-color: #ffc527;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	margin-top: 35px;
	display: block;
	float: left;
}

.navbar-toggle .icon-bar {
	background-color: #ffc527
}

.navbar-fixed-top .navbar-collapse {
	overflow: scroll !important;
}

.navbar-collapse.collapse {
	display: none!important;
}

.collapse.in {
	display: block !important;
}

.navbar-nav {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

.navbar-nav>li {
	float: none;
}

.container > .navbar-collapse {
	width: 100%;
	background-color: #2f2f2f;
	margin-right: 0
}

.navbar-nav > li {
	height: auto !important;
	margin-right: 0
}

.affix .navbar-nav > li {
	height: auto !important;
}

.navbar-nav > li.pull-left {
	float: none !important
}

.navbar-nav > li > a {
	line-height: 36px !important;
	color: #fff !important;
	padding-right: 0;
	padding-left: 0
}

.navbar-nav > li:after {
	display: none
}

.navbar-nav > li.active {
	border-bottom: none
}

.navbar-nav .dropdown-menu {
	background-color: transparent;
	position: relative;
	width: 100%;
	border: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.navbar-nav > li.has-dropdown > a:after,
.navbar-nav > li.has-dropdown > a:after,
li.dropdown-submenu > a:after {
	font-family: fontawesome;
	content: "\f105";
	font-size: 13px;
	position: absolute;
	right: 0;
}

.navbar-nav > li.has-dropdown.open > a,
.navbar-nav > li.has-dropdown.open > a:hover,
.navbar-nav > li.has-dropdown.open > a:focus {
	background-color: transparent;
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}

li.dropdown-submenu.open > a,
li a:hover,
li.open > a:focus,
.mega-menu > li > a {
	color: #fff
}

li.dropdown-submenu.open > ul > li > a {
	padding-left: 50px !important;
}

.navbar-nav > li.has-dropdown.open > a:after,
.navbar-nav > li.has-dropdown.open > a:hover:after,
.navbar-nav > li.has-dropdown.open > a:focus:after,
li.dropdown-submenu.open > a:after,
li.dropdown-submenu.open > a:hover:after,
li.dropdown-submenu.open > a:focus:after {
	font-family: fontawesome;
	content: "\f107";
	font-size: 13px;
	position: absolute;
	right: 0px;
}

li.dropdown-submenu > a:after,
li.dropdown-submenu.open > a:hover:after,
li.dropdown-submenu.open > a:focus:after {
	right: 10px;
}

.nav > li > a:hover,
.nav > li > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	background-color: transparent
}

.dropdown-menu > li > a,
.mega-menu a {
	color: #fff
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	color: #fff
}

.mega-menu ul {
	list-style: none;
	padding-left: 0;
}

.mega-menu ul li {
	padding-top: 5px
}

.mega-menu ul ul {
	padding-left: 0
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.mega-menu li a:hover,
.mega-menu li a:focus {
	color: #fff
}

ul.mega-menu {
	list-style: none;
	display: none;
}

.has-dropdown.open > .mega-menu,
.dropdown-submenu.open > .mega-menu {
	display: block;
	padding-left: 25px;
}

.dropdown-submenu.open > .mega-menu ul {
	padding-left: 25px;
}

.module {
	display: block;
	width: 100%;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	padding: 5px 15px
}

.module span.title {
	display: inline-block;
	color: #fff;
	font-size: 13px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}

.module .search-box,
.module .cart-box {
	display: none
}

.module-search .search-icon,
.module-cart .cart-icon {
	line-height: 36px !important;
}

.module-search .search-icon i {
	border-left: none;
	padding-left: 0;
	padding-right: 5px;
}

.module.toggle-module .search-box,
.module.toggle-module .cart-box {
	display: block !important
}

.module-search.toggle-module .search-box .search-form {
	margin-bottom: 10px;
}

.module-search.toggle-module .search-box .search-form input {
	background-color: #fff;
	margin-bottom: 0;
	height: 35px;
	line-height: 35px;
	padding-left: 10px
}

.module-cart.toggle-module .cart-box {
	background-color: #fff;
	padding: 30px 20px;
	margin-bottom: 10px;
}

.module-cart.toggle-module .cart-box .cart-control {
	margin-right: auto;
	margin-left: auto;
	text-align: center
}

.module-cart.toggle-module .cart-box .cart-control .pull-right {
	float: none !important
}

/* Header #2 */
.full-header .top-bar .top-contact p {
	font-size: 11px;
}

.top-bar ul.top-widget .top-social a i {
	padding-right: 10px;
	padding-left: 10px
}

.full-header .module-search .search-icon i,
.full-header .module-cart .cart-icon {
	color: #fff
}

/* Header #3 */
.header-3 .navbar-fixed-top {
	height: 118px;
}

.header-3 .navbar-toggle {
	margin-top: 0 !important
}

.header-3 .affix .navbar-toggle {
	margin-top: 15px !important;
}

.header-3 .navbar-fixed-top.affix .navbar-nav > li > a,
.header-3 .navbar-fixed-top.affix .module-cart .cart-icon,
.header-3 .navbar-fixed-top.affix .module-search .search-icon {
	line-height: 43px;
}

.header-3 .navbar-fixed-top.affix,
.header-3 .navbar-fixed-top.affix .navbar-header {
	height: 70px;
}
.header-3 .navbar .logo, .header-3 .navbar-fixed-top.affix .navbar-header {
line-height:94px;
}

.header-3.style-2 .navbar-fixed-top {
	padding-top: 0;
	height: 70px;
}

.header-3.style-2 .affix .navbar-header {
	height: 70px !important;
	line-height: 70px;
}

.header-3.style-2 .affix,
.header-3.style-2 .logo,
.header-3.style-2 .navbar-header {
	line-height: 70px;
}

.header-3.style-2 .navbar-toggle {
	margin-top: 20px !important
}

/* Header #5 */
.header-5 .top-bar ul {
	float: right;
	width: 86%
}

.header-5 .navbar .logo {
	line-height: 60px;
	position: relative
}

.header-5 .navbar-toggle {
	margin-top: 20px;
}

.header-5 .navbar-fixed-top {
	top: 51px
}

/* Header #8 */
.header-8 {
	height: 94px
}

.header-8 .outer-2 {
	background-color: transparent
}

.header-8 .container > .navbar-collapse {
	margin-left: 0
}

.header-8 .module-right {
	float: none !important
}

.header-8 .top-bar {
	height: 49px;
	line-height: 49px
}

.header-8 .top-bar .top-bar-inner {
	height: auto
}

.header-8 .navbar .logo {
	line-height: 94px
}

.header-8 + section {
	margin-top: 0;
	padding-top: 0
}

.header-8 .affix {
	opacity: 0;
	visibility: hidden;
}

.header-8 .navbar-toggle {
	margin-right: 0;
	float: right;
}

.header-8 .navbar-header {
	text-align: left;
	margin-left: 0
}
}

@media only screen and (min-width : 992px) {

/* Menu with Dropdown */
.navbar-nav > li.has-dropdown > ul.dropdown-menu,
.navbar-nav > li.has-dropdown > ul.mega-menu,
li.dropdown-submenu > ul.mega-menu {
	background-color: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	transform: translateY(10%);
	-webkit-transform: translateY(10%);
	-moz-transform: translateY(10%);
	-o-transform: translateY(10%);
	-ms-transform: translateY(10%);
	opacity: 0;
	position: absolute;
	left: 0;
	right: auto;
	box-shadow: 0 2px 3px rgba(40, 40, 40, 0.12);
	-moz-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.12);
	-webkit-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.12);
	border: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	display: block;
	visibility: hidden;
}

.navbar-nav > li.has-dropdown > ul.dropdown-menu {
	width: 220px;
	padding: 16px 30px
}

.navbar-nav > li.has-dropdown > ul.mega-menu,
li.dropdown-submenu > ul.mega-menu {
	width: 460px!important;
	padding: 16px 30px
}

li.has-dropdown:hover > ul.dropdown-menu,
li.has-dropdown:hover > ul.mega-menu,
li.dropdown-submenu:hover > ul.mega-menu {
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
	opacity: 1;
	display: block;
	visibility: visible;
}

ul.dropdown-menu > li,
ul.mega-menu > li {
	padding-right: 0;
	height: 39px;
	line-height: 39px;
	position: relative;
	vertical-align: top;
}

ul.mega-menu > li {
	width: 190px !important;
	height: auto;
	overflow: hidden;
	display: inline-block
}

ul.mega-menu > li:first-child {
	margin-right: 15px;
}

ul.mega-menu > li > ul {
	width: 190px;
	list-style: none;
	background-color: #fff;
	padding-left: 0;
	position: relative !important;
	left: auto !important;
}

ul.mega-menu li ul li {
	height: 39px;
	line-height: 39px;
}

ul.dropdown-menu li a,
ul.mega-menu li ul li a {
	line-height: 39px;
	color: #5e5e5e;
	padding: 0;
	border-bottom: 1px solid #ececec;
	display: block;
}

ul.mega-menu li ul li span {
	color: #ffc527;
	padding: 0;
	display: block;
	font-size: 13px;
	line-height: 39px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}

ul.dropdown-menu li:last-child > a {
	border-bottom: none
}

ul.dropdown-menu li > a:hover,
ul.dropdown-menu li > a:focus,
ul.mega-menu li a:hover,
ul.mega-menu li a:focus {
	background-color: transparent;
	color: #ffc527
}

ul.dropdown-menu.left {
	left: -220px !important;
	margin-left: 0 !important
}

ul.mega-menu.left {
	left: -520px!important;
}

/* Menu Level #2 */
li.has-dropdown > ul.dropdown-menu > li.dropdown-submenu > a:after {
	font-family: fontawesome;
	content: "\f105";
	font-size: 13px;
	position: absolute;
	right: 0;
}

li.has-dropdown > ul.dropdown-menu > li.dropdown-submenu > ul.dropdown-menu,
li.dropdown-submenu > ul.mega-menu {
	background-color: #fff;
	padding: 16px 30px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	transform: translateX(10%);
	-webkit-transform: translateX(10%);
	-moz-transform: translateX(10%);
	-o-transform: translateX(10%);
	-ms-transform: translateX(10%);
	opacity: 0;
	display: block;
	position: absolute;
	left: 100%;
	right: auto;
	top: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	margin-left: 30px;
	z-index: 1
}

li.has-dropdown > ul.dropdown-menu > li.dropdown-submenu:hover > ul.dropdown-menu {
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
	opacity: 1;
	z-index: 3;
}

li.dropdown-submenu.pull-left > ul.dropdown-menu {
	left: auto;
	right: 0;
	margin-right: 0;
}

.module-search .search-box {
	position: absolute;
	display: block;
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border-top: 2px solid #ffc527;
	right: 0;
	width: 270px;
	padding: 20px;
	box-shadow: 0 2px 3px rgba(40, 40, 40, 0.12);
	-moz-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.12);
	-webkit-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.12);
	z-index: 99;
	margin-top: -2px;
	transform: translateY(10%);
	-webkit-transform: translateY(10%);
	-moz-transform: translateY(10%);
	-o-transform: translateY(10%);
	-ms-transform: translateY(10%);
}

.module-search:hover .search-box {
	opacity: 1;
	visibility: visible;
	display: block;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

.module-cart .cart-box {
	position: absolute;
	display: block;
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border-top: 2px solid #ffc527;
	right: 0;
	width: 370px;
	padding: 30px;
	box-shadow: 0 2px 3px rgba(40, 40, 40, 0.12);
	-moz-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.12);
	-webkit-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.12);
	z-index: 99;
	-webkit-transform: translateY(10%);
	-moz-transform: translateY(10%);
	transform: translateY(10%);
	margin-top: -4px;
}

.module-cart:hover .cart-box {
	opacity: 1;
	visibility: visible;
	display: block;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 992px) and (max-width : 1200px) {

.navbar-nav > li {
	margin-right: 16px
}

.module-search .search-icon i {
	padding-left: 16px;
	padding-right: 16px;
}

.header-5 .top-bar .top-contact p {
	font-size: 11px;
}

.header-5 .top-bar ul {
	float: none;
	width: auto
}
}

/*------------------------------------*\
#HEADING
\*------------------------------------*/
.heading {
	margin-bottom: 50px;
}

.heading h2 {
	font-size: 35px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 0;
	padding-bottom: 19px;
}

.heading h2:after {
	content: ".";
	color: #ffc527;
	font-size: 35px;
	display: inline-block;
}

.heading p {
	margin-bottom: 0
}

.heading p:first-child {
	font-size: 14px;
	text-transform: capitalize;
	color: #5a5a5a;
	font-weight: 500;
	line-height: 1;
	padding-top: 20px;
	padding-bottom: 10px;
}

.heading p:last-child,
.heading-p {
	font-size: 14px;
	font-weight: normal;
	color: #828282;
	font-family: 'Droid Serif', serif;
	font-style: italic;
	line-height: 23px;
}

.heading-bg {
	margin-bottom: 20px;
}

.heading-bg:before {
	content: "";
	width: 70px;
	height: 96px;
	border: 2px solid #ffc527;
	position: absolute;
	display: block;
	left: 50%;
	margin-left: -35px;
	text-align: center;
}

.heading-bg h2,
.heading-bg p {
	z-index: 3;
	position: relative
}

.heading-1 p:first-child {
	padding-top: 0
}

.heading-3 .heading-bg,
.heading-4 .heading-bg,
.heading-5 .heading-bg {
	margin-bottom: 0
}

.heading-bg.heading-right:before {
	left: auto;
	margin-left: 0
}

.heading-bg.heading-right h2,
.heading-bg.heading-right p {
	padding-left: 35px;
}

.heading-bg.heading-left:before {
	left: auto;
	right: 0;
	margin-right: 0
}

.heading-bg.heading-left h2,
.heading-bg.heading-left p {
	text-align: right;
	padding-right: 20px;
}

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) and (max-width : 479px) {

.heading {
	text-align: center
}

.heading h2 {
	font-size: 30px
}

.heading-bg.heading-right:before,
.heading-bg.heading-left:before {
	left: 50%;
	margin-left: -35px;
}

.heading-bg.heading-left h2,
.heading-bg.heading-left p {
	text-align: center;
	padding-right: 0;
}

.heading-bg.heading-right h2,
.heading-bg.heading-right p {
	text-align: center;
	padding-left: 0
}
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px)and (max-width : 767px ) {

.heading-bg.heading-right h2,
.heading-bg.heading-right p {
	text-align: left;
}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) and (max-width : 991px) {

.heading-bg.heading-right:before,
.heading-bg.heading-left:before {
	left: 50%;
	margin-left: -35px;
}

.heading-bg.heading-right h2,
.heading-bg.heading-right p {
	text-align: center;
	padding-left: 0
}
}

/*------------------------------------*\
#PAGE-TTILE
\*------------------------------------*/
.page-title {
	padding-top: 120px;
	padding-bottom: 120px;
}

.page-title h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 45px;
	font-weight: 700;
	line-height: 34px;
	position: relative;
	z-index: 3;
	padding-top: 31px;
	padding-bottom: 31px;
	margin-bottom: 0
}

.page-title .breadcrumb {
	background-color: transparent;
	padding-top: 30px;
	padding-bottom: 0;
	margin-bottom: 0
}

.page-title .breadcrumb a {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	line-height: 24px;
	font-weight: 500;
	font-size: 12px;
	text-transform: uppercase;
}

.page-title .breadcrumb a:hover {
	color: #ffc527
}

.page-title .breadcrumb .active {
	color: #ffc527;
	font-family: 'Montserrat', sans-serif;
	line-height: 24px;
	font-weight: 500;
	font-size: 12px;
	text-transform: uppercase;
}

.page-title .title-bg:before {
	content: "";
	width: 70px;
	height: 96px;
	background-color: #ffc527;
	position: absolute;
	display: block;
	left: 50%;
	margin-left: -35px;
	text-align: center;
}

.page-title.title-2 .title-bg:before {
	background-color: #2f2f2f;
	height: 116px;
}

.page-title.title-2 h2 {
	margin-bottom: 0;
	padding-top: 26px;
	padding-bottom: 18px;
}

.page-title.title-2 .breadcrumb {
	position: relative;
	z-index: 3;
	padding-top: 0;
	line-height: 1
}

.page-title.title-3 h2 {
	margin-bottom: 18px;
	padding-top: 0;
	padding-bottom: 0;
}

.page-title.title-3 .breadcrumb {
	padding-top: 0
}

.page-title.title-4 h2 {
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0
}

.page-title.title-4 .breadcrumb {
	padding-top: 0;
	line-height: 34px;
}

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) and (max-width : 479px) {

.page-title h2 {
	font-size: 30px;
}

.page-title .breadcrumb {
	padding-top: 20px;
}

.page-title.title-4 {
	margin-right: auto;
	margin-left: auto;
	text-align: center
}

.page-title.title-4 .pull-left {
	float: none !important
}

.page-title.title-4 .breadcrumb {
	float: none;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 100%;
	margin-top: 15px;
}
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px)and (max-width : 767px ) {

.page-title h2 {
	font-size: 36px;
}

.page-title .breadcrumb {
	padding-top: 25px;
}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) and (max-width : 991px) {

.page-title h2 {
	font-size: 40px;
}
}

/*------------------------------------*\
#HERO-SECTION
\*------------------------------------*/
.hero {
	padding-top: 0;
	padding-bottom: 0;
	margin: 0;
	overflow: hidden;
	position: relative;
}

.hero:before {
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	display: inline-block;
	position: absolute;
	background-color: rgba(34, 34, 34, 0.3);
	background-image: linear-gradient(180deg, rgba(25, 23, 23, 0.64) 0%, transparent 49%, transparent 82%, transparent 100%);
}

.hero .slides {
	padding-right: 0;
	padding-left: 0;
	overflow: hidden
}

.hero .slides li {
	height: 100%
}

.hero h6 {
	font-family: 'Raleway', sans-serif;
	font-size: 17px;
	text-transform: capitalize;
	color: #e5e4e4;
	font-weight: 600;
	line-height: 45px;
}

.hero h2 {
	font-size: 55px;
	font-weight: 700;
	line-height: 50px;
	text-transform: uppercase;
	color: #ffc527;
	margin-bottom: 30px;
}

.hero p {
	font-size: 17px;
	font-weight: 700;
	line-height: 26px;
	color: #fff;
}

.rev_slider:after {
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	pointer-events: none;
	background: rgba(25, 23, 23, 0.8); /* fallback for old browsers */
	background: -webkit-linear-gradient(to bottom, rgba(25, 23, 23, 0.8), rgba(34, 34, 34, 0.2)); /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to bottom, rgba(25, 23, 23, 0.8), rgba(34, 34, 34, 0.2)); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.rev_slider .arrow {
	width: 27px !important;
	height: 71px;
	line-height: 71px;
	opacity: 1;
	background-color: #2f2f2f !important
}

.rev_slider .arrow:before {
	line-height: 71px;
}

.rev_slider .arrow {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.rev_slider .arrow:hover {
	width: 71px!important;
	background-color: #ffc527!important;
	z-index: 9999;
}

/* home 2 */
.hero-2 {
	padding-top: 0;
	padding-bottom: 0;
	position: relative
}

.hero-slider .item {
	height: 650px;
	position: relative
}

.hero-slider .item .item-bg {
	position: absolute;
	background-attachment: inherit
}

.hero-slider .item .item-bg:before {
	background-color: rgba(34, 34, 34, 0.15);
}

.hero-slider .item .container {
	z-index: 4;
	position: relative
}

.hero-slide {
	position: absolute;
	width: 370px;
	height: 235px;
	background-color: #fff;
	margin-top: 211px;
	padding: 30px;
}

.hero-slide .slide-heading {
	border-bottom: 1px solid rgba(49, 49, 49, 0.1);
	margin-bottom: 20px;
	text-transform: capitalize
}

.hero-slide .slide-heading p {
	color: #5a5a5a;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	text-transform: capitalize;
	margin-bottom: 17px;
}

.hero-slide .slide-title h2 {
	color: #ffc527;
	font-size: 20px;
	font-weight: 700;
	line-height: 29px;
	text-transform: uppercase;
}

.hero-slide .slide-action a {
	width: 145px;
}

.hero-slider .owl-controls {
	position: absolute;
	left: 100px;
	bottom: 35px;
}

.hero-slider .owl-controls .owl-nav div {
	width: 27px;
	height: 71px;
	line-height: 71px;
	background-color: #2f2f2f !important;
	border-radius: 0 !important;
	opacity: 1;
	text-align: center;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.hero-slider .owl-controls .owl-nav div:hover {
	background-color: #ffc527 !important;
	width: 71px;
}

.hero-slider .owl-controls .owl-nav div i {
	color: #fff;
	font-family: FontAwesome;
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
}

/* Hero #3 */
.hero-3 .cta-form {
	width: 370px;
	height: 106px;
	float: right;
	margin-top: -128px;
}

/* Hero #4 */
.hero-4 .widget-bottom {
	position: absolute;
	width: 100%;
	height: 141px;
	margin-top: -141px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	z-index: 900
}

.hero-4 .widgets-contact {
	background-color: transparent !important;
	padding-top: 0;
	padding-bottom: 0
}

.hero-4 .widgets-contact .widget {
	border-left: 1px solid rgba(255, 255, 255, 0.1);
	height: 141px;
	padding-top: 45px;
}

.hero-4 .widgets-contact .widget:first-child {
	border-left: 1px solid rgba(255, 255, 255, 0.1);
}

/* Hero #5 */
.about-home-2 {
	overflow: visible;
}

.about-home-2 .cta-form {
	width: 370px;
	height: 280px;
	float: right;
	margin-top: -214px;
}

.about-home-2 .cta-form .cta {
	border-bottom: 2px solid #fff;
}

.about-home-2 .cta-form .cta-model {
	padding: 50px;
	text-align: center;
}

.about-home-2 .btn-block {
	width: 100% !important;
}

/* Hero #7 */
.header-7 + .hero {
	padding-top: 0
}

.header-7 .top-bar {
	border-bottom: none
}

/* Slider Bullet */
.slider-bullet {
	width: 12px !important;
	height: 12px !important;
}

.slider-bullet .tp-bullet {
	width: 12px !important;
	height: 12px !important;
	background-color: transparent !important
}

.slider-bullet .tp-bullet span {
	width: 8px;
	height: 8px;
	opacity: 1;
	display: block;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.7) !important;
	margin: 2px;
}

.slider-bullet .tp-bullet.selected span,
.slider-bullet .tp-bullet:hover span {
	background-color: #ffc527 !important;
}

.slider-bullet .tp-bullet.selected,
.slider-bullet .tp-bullet:hover {
	outline: 2px solid #ffc527 !important
}

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) and (max-width : 479px) {

.rev_slider h1 {
	font-size: 17px !important
}

.rev_slider .arrow {
	display: none
}

.rev_slider .btn {
	width: 100px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
}

.hero-slider .item {
	height: 500px;
	text-align: center
}

.hero-slide {
	width: 300px;
	height: auto;
	margin-top: 100px;
	padding: 30px 15px;
}

.hero-slide .slide-action a {
	width: 110px;
}

.slide-action .pull-right {
	float: none !important
}

.hero-3 .cta-form {
	margin-top: 0;
	width: 100%;
	height: auto
}

.hero-3 .cta-form .cta {
	padding-top: 20px;
	padding-bottom: 20px;
}

.hero-3 .cta-form .cta .cta-desc p {
	text-align: center !important
}

.hero-3 .cta-form .cta .cta-desc h5 {
	margin-bottom: 0
}
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px)and (max-width : 767px ) {

.rev_slider h1 {
	font-size: 17px !important
}

.rev_slider .arrow {
	display: none
}

.rev_slider .btn {
	width: 100px;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
}

.hero-slider .item {
	height: 550px;
	text-align: center
}

.hero-slide {
	margin-top: 100px;
}

.hero-3 .cta-form {
	margin-top: 0;
	width: 100%;
	height: auto
}

.hero-3 .cta-form .cta {
	padding-top: 20px;
	padding-bottom: 20px;
}

.hero-3 .cta-form .cta .cta-desc p {
	text-align: center !important
}

.hero-3 .cta-form .cta .cta-desc h5 {
	margin-bottom: 0
}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) and (max-width : 991px) {

.rev_slider .arrow {
	height: 51px
}

.rev_slider .arrow:hover {
	height: 51px!important;
}

.rev_slider .arrow:before {
	line-height: 51px;
}

.hero-4 .arrow {
	display: none
}

.hero-4 .widgets-contact .widget {
	padding-left: 20px;
}

.hero-4 .widgets-contact .widget-contact-icon {
	margin-left: 0
}

.hero-4 .widget-contact-info {
	padding-left: 86px;
}

.hero-4 .widgets-contact p {
	font-size: 12px;
}

.hero-4 .widgets-contact p:last-child {
	font-size: 13px !important;
}

.hero-3 .cta-form {
	margin-top: 0;
	width: 300px;
	height: auto;
	margin-top: -116px;
}

.hero-3 .cta-form .cta {
	padding-top: 20px;
	padding-bottom: 20px;
}

.hero-3 .cta-form .cta i {
	font-size: 30px;
}

.hero-3 .cta-form .cta .cta-desc {
	margin-bottom: 0
}

.hero-3 .cta-form .cta .cta-desc p {
	text-align: center !important
}

.hero-3 .cta-form .cta .cta-desc h5 {
	margin-bottom: 0;
	font-size: 17px;
}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 991px) and (max-width : 1200px) {

.hero-4 .widgets-contact .widget {
	padding-left: 20px;
}

.hero-4 .widgets-contact .widget-contact-icon {
	margin-left: 0
}

.hero-4 .widget-contact-info {
	padding-left: 86px;
}

.hero-4 .widgets-contact p {
	font-size: 13px;
}

.hero-4 .widgets-contact p:last-child {
	font-size: 14px !important;
}

.hero-3 .cta-form {
	margin-top: -124px;
}
}

/*------------------------------------*\
#ABOUT-SECTION
\*------------------------------------*/

/* Shortcode #1 */

.shotcode-1 h3 {
	color: #5a5a5a;
	font-size: 18px;
	font-weight: 700;
	font-family: 'Raleway', sans-serif;
	margin-bottom: 30px;
	line-height: 26px;
}

.shotcode-1 p {
	color: #9e9e9e;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
}

.shotcode-1 .btn {
	width: 170px;
}

.shotcode-1 .feature .feature-icon {
	color: #434343;
	font-size: 40px;
	margin-bottom: 0
}

.shotcode-1 .feature h4 {
	color: #434343;
	font-size: 16px;
	font-weight: 700;
	line-height: 25px;
	text-transform: uppercase;
}

.shotcode-1 .feature p {
	color: #9e9e9e;
	font-size: 14px;
	font-weight: 500;
	line-height: 23px;
}

/* Shortcode #2 */
.shortcode-2 .feature,
.shortcode-6 .feature {
	background-color: #fff;
	box-shadow: 0 2px 3px rgba(40, 40, 40, 0.12);
	-moz-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.12);
	-webkit-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.12);
	padding: 16px 0 16px 20px;
	margin-bottom: 0;
}

.shortcode-2 .feature .feature-icon,
.shortcode-6 .feature .feature-icon {
	margin-bottom: 10px
}

.shortcode-2 .feature h4,
.shortcode-6 .feature h4 {
	color: #434343;
	font-size: 15px;
	font-weight: 700;
	line-height: 25px;
	text-transform: uppercase;
	margin-bottom: 0
}

.shortcode-2 p {
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
}

/* Shortcode #3 */
.shortcode-3 .feature p {
	font-size: 14px;
	font-weight: 500;
	line-height: 23px;
	margin-bottom: 0
}

.shortcode-3 h4 {
	color: #434343;
	font-size: 16px;
	font-weight: 700;
	line-height: 25px;
	text-transform: uppercase;
	margin-bottom: 16px;
}

/* Shortcode #4 */

/* Shortcode #5 */
.shortcode-5 .feature {
	margin-bottom: 50px;
}

.shortcode-5 .feature.last {
	margin-bottom: 0
}

.shortcode-5 .feature h4 {
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}

.shortcode-5 .feature p {
	font-size: 14px;
	font-weight: 500;
	line-height: 23px;
	margin-bottom: 0;
}

.shortcode-5 .feature img {
	height: 415px;
}

.shortcode-5 .accordion .panel .panel-body {
	font-size: 14px;
	font-weight: 500;
	line-height: 25px;
}

/* Shortcode #6 */
.shortcode-6 p {
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	margin-bottom: 0
}

.shortcode-6 .feature-2 {
	margin-bottom: 0
}

/* Shortcode #7 */
.shortcode-7 {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5
}

.shortcode-7 .col-img {
	height: 510px;
	padding-top: 100px
}

.shortcode-7 .col-img .col-divider {
	display: block;
	width: 385px;
	height: 308px;
	opacity: 0.5;
	border: 4px solid #fff;
}

.shortcode-7 .col-heading {
	height: 510px;
	overflow: hidden;
	padding: 90px 60px;
}

.shortcode-7 .col-heading h2 {
	font-size: 26px;
	font-weight: 700;
	line-height: 34px;
	text-transform: uppercase;
}

.shortcode-7 .col-progress {
	height: 510px;
	padding: 120px 110px 120px 70px;
}

.shortcode-7 .progressbar {
	margin-bottom: 30px;
}

.shortcode-7 .progress {
	height: 4px;
	background-color: #e5e5e5;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.shortcode-7 .progress-bar {
	background-color: #ffc527;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.shortcode-7 .progress-title {
	display: block;
	position: relative;
	width: 100%;
	margin-bottom: 8px;
}

.shortcode-7 .progress-title .title {
	color: #434343;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}

.shortcode-7 .progress-title .value {
	float: right;
	color: #9e9e9e;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
}

/* Shortcode #8 */
.shortcode-8 .feature {
	margin-bottom: 50px
}

.shortcode-8 .feature-img {
	position: relative;
	height: 488px;
}

.shortcode-8 .feature-img img {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.shortcode-8 .feature-icon {
	width: 70px;
	height: 70px;
	line-height: 70px;
	display: block;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	background-color: #434343;
	text-align: center;
	margin-bottom: 30px;
	color: #fff;
	font-size: 40px;
	line-height: 70px;
}

.shortcode-8 .feature-icon i {
	line-height: 70px;
}

.shortcode-8 .feature-icon.right {
	float: right
}

.shortcode-8 .feature-icon.right + h4 {
	padding-top: 100px;
}

.shortcode-8 .feature h4 {
	color: #434343;
	font-size: 16px;
	font-weight: 700;
	line-height: 25px;
	margin-bottom: 6px;
}

.shortcode-8 .feature p {
	font-size: 14px;
	font-weight: 500;
	line-height: 23px;
	margin-bottom: 0
}

/* Shortcode #9 */
.shortcode-9 .brand img {
	opacity: 0.7;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.shortcode-9 .brand img:hover {
	opacity: 1
}

.shortcode-2.about-home {
	overflow: visible;
	padding-top: 100px;
	padding-bottom: 100px;
}

.shortcode-2.about-home p {
	color: #9e9e9e;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
}

.shortcode-2.about-home .feature {
	background-color: #f9f9f9
}

.shortcode-2.about-home .cta-form {
	margin-top: -211px;
	z-index: 999;
	box-shadow: 0 2px 3px rgba(40, 40, 40, 0.12);
	-moz-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.12);
	-webkit-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.12);
	position: absolute
}

.shortcode-2.about-home .cta-form .cta.cta-2 {
	padding: 30px
}

.shortcode-2.about-home .cta-icon {
	float: left;
	margin-right: 20px;
	padding-top: 6px;
}

.shortcode-2.about-home .cta-devider {
	padding-left: 60px;
	margin-left: 0
}

.shortcode-2.about-home .cta-form .form {
	background-color: #f9f9f9;
	padding: 50px;
}

.shortcode-2.about-home .cta-form .form form {
	margin-bottom: 0
}

.shortcode-2.about-home .cta-form .form .form-control {
	margin-bottom: 20px;
}

.shortcode-2.about-home .cta-form .form textarea {
	margin-bottom: 30px !important;
}

.shortcode-2.about-home .cta-form p {
	color: #f9f9f9;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 15px;
}

.shortcode-2.about-home .cta-form h5 {
	color: #fff;
	font-family: Montserrat;
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1
}

.feature-bordered {
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	border: 1px solid rgba(49, 49, 49, 0.1);
}

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) and (max-width : 479px) {

.shotcode-1 .feature .feature-icon {
	margin-bottom: 0
}

.shortcode-2 .feature {
	padding-left: 0
}
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 320px)and (max-width : 767px ) {

.shortcode-3 .pr-50 {
	padding-right: 0
}

.shortcode-3 .col-content {
	padding: 15px;
}

.shortcode-3 .col-content .feature {
	text-align: center
}

.shortcode-4 .facts-box {
	margin-bottom: 30px;
}

.shortcode-5 .feature {
	text-align: center
}

.shortcode-6 .feature {
	padding-left: 0;
	margin-bottom: 15px;
}

.shortcode-6 p {
	margin-bottom: 20px;
	text-align: center
}

.shortcode-8 {
	text-align: center
}

.shortcode-8 .feature-icon {
	margin-right: auto;
	margin-left: auto;
	text-align: center
}

.shortcode-8 .feature-icon.right {
	float: none;
}

.shortcode-8 .feature-icon.right + h4 {
	padding-top: 0;
	margin-right: auto;
	margin-left: auto;
	text-align: center
}

.shortcode-8 .feature p {
	text-align: center
}

.shortcode-9 .brand {
	margin-bottom: 30px;
}

.shortcode-9 .brand:after {
	width: 0;
	height: 0;
	opacity: 0
}

.shortcode-7 .col-heading {
	height: auto
}

.shortcode-7 .col-img .col-divider {
	width: 100%
}

.shortcode-7 .col-progress {
	padding: 80px 15px;
	height: auto
}

.shortcode-2.about-home .cta-form {
	margin-top: 0;
	z-index: 1;
	position: relative;
}

.shortcode-2.about-home .cta-icon,
.shortcode-2.about-home .cta .cta-devider:before {
	display: none
}

.shortcode-2.about-home .cta.cta-2 .cta-desc,
.shortcode-2.about-home .cta-devider {
	padding-left: 0
}

.shortcode-2.about-home .cta-form .form {
	padding: 30px 15px;
}

.about-home-2 .heading {
	margin-top: 0
}

.about-home-2 .cta-form {
	margin-top: 0;
	float: none;
	width: auto;
	height: auto;
	text-align: center !important;
	margin-bottom: 20px;
}

.about-home-2 .cta-form .cta,
.about-home-2 .cta-form .cta-model {
	padding-top: 20px;
	padding-bottom: 20px;
}

.about-home-2 .cta-form .cta-icon {
	display: none
}

.about-home-2 .cta-form h5 {
	margin-bottom: 0 !important
}

.about-home-2 .cta-form p {
	text-align: center !important
}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) and (max-width : 991px) {

.shortcode-9 .brand {
	margin-bottom: 30px;
}

.shortcode-8 img {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	text-align: center
}

.shortcode-6 .feature-2 {
	padding-left: 0;
}

.shortcode-6 p {
	margin-bottom: 20px;
	text-align: center;
}

.shortcode-2.about-home .feature {
	padding-left: 0
}

.shortcode-2.about-home .cta-icon,
.shortcode-2.about-home .cta .cta-devider:before {
	display: none
}

.shortcode-2.about-home .cta-form {
	margin-top: 0;
}

.shortcode-2.about-home .cta.cta-2 .cta-desc,
.shortcode-2.about-home .cta-devider {
	padding-left: 0
}

.shortcode-2.about-home .cta-form .form {
	padding: 30px 15px;
}

.about-home-2 .cta-form {
	width: 270px;
	height: auto;
	margin-top: -207px;
}

.about-home-2 .cta-form .cta,
.about-home-2 .cta-form .cta-model {
	padding-top: 20px;
	padding-bottom: 20px;
}

.about-home-2 .cta-form .cta-icon {
	display: none
}

.about-home-2 .cta-form .cta-desc h5 {
	font-size: 20px;
}

.shortcode-7 .col-heading {
	height: auto
}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 991px) and (max-width : 1200px) {

.col-content {
	padding: 90px 0 50px 50px;
}

.shortcode-7 .col-img .col-divider {
	width: 100%
}

.shortcode-7 .col-progress {
	padding-right: 50px
}

.shortcode-7 .col-heading {
	padding: 80px 50px;
}

.shortcode-7 .col-heading h2 {
	font-size: 20px;
}

.shortcode-8 .feature-img img {
	bottom: -50px
}

.shortcode-2.about-home .cta-form {
	margin-top: -207px;
}

.shortcode-2.about-home .cta-form h5 {
	font-size: 17px;
}

.about-home-2 .cta-form {
	margin-top: -224px;
}
}

/*------------------------------------*\
#TEAM-SECTION
\*------------------------------------*/
.member {
	margin-bottom: 60px;
	overflow: hidden;
	position: relative
}

.member .member-bio {
	text-align: center;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.member .member-bio h3 {
	color: #313131;
	font-family: Montserrat;
	font-size: 17px;
	font-weight: 700;
	line-height: 25px;
	text-transform: uppercase;
}

.member .member-bio p {
	color: #5a5a5a;
	font-family: Raleway;
	font-size: 14px;
	font-weight: 500;
	line-height: 1px;
	text-transform: capitalize
}

.member .member-img {
	position: relative;
	margin-bottom: 29px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.member .member-img img {
	max-width: 100%;
	height: auto;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.member .member-overlay {
	text-align: center;
	padding-top: 32px;
	padding-bottom: 32px;
	width: 100%;
	position: absolute;
	top: 0;
	opacity: 0;
	visibility: hidden;
}

.member .member-bg {
	position: absolute;
	width: 100%;
	height: 60%;
	top: 76px;
	background-image: -webkit-linear-gradient(180deg, #ffc527 0%, transparent 49%, transparent 82%, transparent 100%);
	background-image: -o-linear-gradient(180deg, #ffc527 0%, transparent 49%, transparent 82%, transparent 100%);
	background-image: -moz-linear-gradient(180deg, #ffc527 0%, transparent 49%, transparent 82%, transparent 100%);
	background-image: linear-gradient(180deg, #ffc527 0%, transparent 49%, transparent 82%, transparent 100%);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.member .member-bg:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 76px;
	background-color: #ffc527;
	height: 76px;
	top: -76px;
}

.member .member-overlay a {
	font-size: 15px;
	font-weight: 400;
	line-height: 28px;
	color: #fff;
	margin-right: 35px;
}

.member .member-overlay a:hover {
	color: #2f2f2f
}

.member.member-overlay a:last-child {
	margin-right: 0
}

/* hover */

.member:hover .member-bio {
	transform: translateY(76px);
	-webkit-transform: translateY(76px);
	-moz-transform: translateY(76px);
	-o-transform: translateY(76px);
	-ms-transform: translateY(76px);
}

.member:hover .member-img img {
	transform: translateY(76px);
	-webkit-transform: translateY(76px);
	-moz-transform: translateY(76px);
	-o-transform: translateY(76px);
	-ms-transform: translateY(76px);
}

.member:hover .member-overlay {
	opacity: 1;
	visibility: visible;
}

.member:hover .member-bg {
	opacity: 1;
	visibility: visible;
}

/* member #2 */
.member-2 {
	padding-right: 0;
	padding-left: 0
}

.member-2 .member-img {
	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.member-2 .member-img img {
	max-width: 100%;
	height: auto;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.member-2 .member-overlay {
	padding: 50px 30px;
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	left: -200px;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

.member-2:hover .member-overlay {
	opacity: 1;
	visibility: visible;
	left: 0
}

.member-2 .member-info {
	padding: 50px 30px;
	background-color: #ffc527;
}

.member-2 .member-bio h3 {
	color: #313131;
	font-family: Montserrat;
	font-size: 17px;
	font-weight: 700;
	line-height: 25px;
	text-transform: uppercase;
}

.member-2 .member-bio p {
	color: #5a5a5a;
	font-family: Raleway;
	font-size: 14px;
	font-weight: 500;
	line-height: 1px;
	text-transform: capitalize;
	font-style: italic;
	margin-bottom: 30px;
}

.member-2 .member-social i {
	width: 42px;
	height: 42px;
	background-color: #161616;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	color: white;
	font-size: 15px;
	font-weight: 400;
	line-height: 42px;
}

.member-2 .member-social i:hover {
	background-color: #fff;
	color: #ffc527
}

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) and (max-width : 479px) {
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px)and (max-width : 767px ) {
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) and (max-width : 991px) {

.member .member-img img {
	text-align: center;
}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
}

/*------------------------------------*\
#TESTIMONIAL-SECTION
\*------------------------------------*/

.testimonial .testimonial-content {
	background-color: #fff;
	box-shadow: 0 2px 3px rgba(40, 40, 40, 0.14);
	-moz-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.14);
	-webkit-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.14);
	padding: 30px;
	margin-top: 30px;
	height: 400px;/*position:relative*/
}

.testimonial .testimonial-content p {
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	margin-bottom: 0
}

.testimonial .testimonial-content img {
    width: 50px;
    display: inline !important;
}

.testimonial .testimonial-content .result-container{
    background-color: goldenrod;
    margin-bottom: 10px;
    margin-top: 10px;
}

.testimonial .testimonial-content .result-container p{
    font-size: 1.5rem;
    padding: 5px;
    color: white;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}

.testimonial .owl-controls {
	margin-top: 50px
}

.testimonial .owl-controls .owl-dot {
	margin-left: 5px;
}

.testimonial .owl-controls .owl-dot span {
	background-color: #808080;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	height: 6px;
	width: 6px;
	opacity: 1;
	margin: 2px;
}

.testimonial .owl-controls .owl-dot.active {
	outline: 2px solid #2f2f2f;
}

.testimonial .owl-controls .owl-dot.active span,
.testimonial .owl-controls.clickable .owl-dot:hover span {
	background-color: #2f2f2f;
}

.testimonial .testimonial-img {
	width: 50px;
	height: 50px;
	z-index: 99;
}

.testimonial .testimonial-divider {
	position: relative;
	height: 10px;
	width: 12px;
	font-size: 0;
}

.testimonial .testimonial-meta {
	padding-left: 30px;
	padding-top: 15px;
	font-size: 13px;
	font-weight: 400;
	line-height: 22px;
}

.testimonial .testimonial-meta h6 {
	font-size: 13px;
	font-weight: 400;
	line-height: 22px;
	font-family: 'Raleway', sans-serif;
	color: #828282;
	text-transform: capitalize;
	margin-bottom: 0;
}

.testimonial .testimonial-meta h6 strong {
	font-size: 15px;
	font-weight: 700;
	line-height: 22px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	color: #313131
}

.testimonial .testimonial-divider:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: -1px;
	z-index: 0;
	width: 13px;
	height: 11px;
	background-image: url("../images/testimonial/divider.png");
}

.testimonial-img {
	position: relative;
	margin-left: 30px;
	margin-top: -50px;
	margin-bottom: 30px;
}

.testimonial-img i {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: #ffc527;
	color: #fff;
	font-size: 16px;
	position: absolute;
	bottom: 0;
	margin-left: -30px;
	-moz-border-radius: 0 0 0 2px;
	-webkit-border-radius: 0 0 0 2px;
	border-radius: 0 0 0 2px;
}

.testimonial-img img {
	-moz-border-radius: 0 0 2px 0;
	-webkit-border-radius: 0 0 2px 0;
	border-radius: 0 0 2px 0;
}

/* Testimonial Style 2 */
.testimonial-2 .testimonial-content {
	margin-right: 0;
	height: 360px;
	margin-top: 20px;
}

.testimonial-2 .owl-controls {
	margin-top: -19px;
	position: absolute;
	float: right;
	right: 0;
}

/* Testimonial #4 */
.testimonial-4 .testimonial-content {
	background-color: transparent;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	padding: 0;
	height: auto;
	text-align: center;
	margin-right: 0;
}

/* Testimonial #3*/
.testimonial-3 .testimonial-content {
	background-color: #ffc527;
	margin-right: 0;
	height: 358px;
	margin-top: 0
}

.testimonial-3 .testimonial-content p {
	color: #fff;
	padding-top: 90px;
	font-size: 19px;
	font-weight: 400;
	line-height: 29px;
	font-style: italic;
}

.testimonial-3 .testimonial-content:before {
	position: absolute;
	content: "\f10d";
	font-family: fontawesome;
	line-height: 30px;
	color: #ff8600;
	font-size: 80px;
	text-align: center;
	padding-top: 20px;
}

.testimonial-3 .testimonial-img {
	margin: 27px 20px 0 0;
	position: absolute;
	bottom: 5px
}

.testimonial-3 .testimonial-meta {
	padding-left: 100px;
	padding-top: 14px;
}

.testimonial-3 .owl-controls {
	position: absolute;
	float: right;
	right: 0;
	right: 30px;
	top: 30px;
	margin-top: 0
}

.testimonial-3 .owl-controls .owl-dot span {
	background-color: #fff !important;
}

.testimonial-3 .owl-controls .owl-dot.active span,
.testimonial-3 .owl-controls.clickable .owl-dot:hover span {
	background-color: #2f2f2f !important;
}

.testimonial-4 .testimonial-content:before {
	position: absolute;
	content: "\f10d";
	font-family: fontawesome;
	line-height: 30px;
	color: #ffc527;
	font-size: 80px;
	opacity: 0.5;
	text-align: center;
	margin-left: -30px;
}

.testimonial-4 .testimonial-content p {
	font-size: 20px;
}

.testimonial-4 .testimonial-meta {
	padding-left: 0;
	padding-top: 30px;
	text-align: center;
}

.testimonial-2 .panel-group {
	margin-top: 20px;
}

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) and (max-width : 479px) {

.testimonial .testimonial-content {
	height: 250px
}

.testimonial-3 .testimonial-content {
	overflow: hidden
}

.testimonial-4 .testimonial-content {
	height: auto
}

.testimonial-3 .testimonial-content:before {
	font-size: 40px;
	padding-top: 2px;
}

.testimonial-3 .testimonial-content p {
	padding-top: 50px;
	font-size: 14px;
	line-height: 23px;
}
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px)and (max-width : 767px ) {

.testimonial-3 .testimonial-content:before {
	font-size: 60px;
	padding-top: 16px;
}

.testimonial-3 .testimonial-content p {
	padding-top: 70px;
	font-size: 17px;
	line-height: 29px;
}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) and (max-width : 991px) {
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
}

/*------------------------------------*\
#Services
\*------------------------------------*/
.service .service-img {
	margin-bottom: 30px;
}

.service .service-desc h4 {
	margin-bottom: 20px;
	color: #313131;
	font-size: 17px;
	font-weight: 700;
	line-height: 25px;
	text-transform: uppercase;
}

.service-3 h4,
.service-4 .service-content h4,
.service-5 h4,
.service-6 h4 {
	position: relative;
	padding-bottom: 10px;
}

.service .service-desc p {
	font-size: 14px;
	font-weight: 500;
	line-height: 23px;
}

.service .service-desc a.read-more {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #2f2f2f;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
