/*
    Template Name    : Royal
	Description		 : Responsive Multipurpose Template
    Version          : 1.0
*/

/*
================================================
/* Table of Content
==================================================

1. Fonts
2. Common CSS
3. Loader CSS
4. Top Wrapper
5. Logo Bar 
6. Navigation
7. Banner Wrapper
8. Feature Wrapper
9. Callouts
10. Satisfied-wrapper
11. Team Wrapper
12. Testimonials Wrapper
13. Social Wrapper
14. Pricing Wrapper
15. Inner page banner
16. Inner page warpper
17. Tables
18. Tabs
19. Accordions Page
20. Form wrapper 
21. Buttons
22. Typography
23. Services inner wrapper
24. Coming Soon
25. 404 Page
26. Gallery Page
27. Blog Page
28. Contact Us
29. Footer styles
30. Copyrights Wrapper
31. Media Quires 

/*
================================================
1. Fonts - Bebas Neue and Century Gothic
================================================
*/
@import url('https://fonts.googleapis.com/css?family=Bebas Neue:300,400,600,700|Century Gothic:300,400,600,700|Material+Icons');
/*
================================================
2. Common CSS
================================================
*/
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: "Century Gothic", sans-serif;
	font-size: 18px;
	line-height: 1.57143;
	font-weight: 300;
	color: #2d4d90;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Century Gothic", sans-serif;
	margin-top: 0;
}
a {
	color: #222;
	transition: all 0.3s ease 0s;
}
a:hover {
	text-decoration: none;
}
a, a:hover, a:active, a:focus {
	outline: none;
	text-decoration: none;
}
.no-padding {
	padding: 0 !important;
}
.btn, .btn * {
	transition: all 0.3s ease 0s;
}
.btn {
	border-width: 2px;
	margin-bottom: 7px;
	margin-top: 7px;
	padding: 7px 22px 9px;
	z-index: 1;
}
ul, li {
  list-style: outside none none;
  font-family: Century Gothic;
}

i {
	transition: all 0.4s ease-in-out 0s;
}
.transition3s {
	transition: all 0.3s ease-in-out 0s;
}
.nopadding {
	margin: 0 !important;
	padding: 0 !important;
}
.offset-top-30 {
	margin-top: 30px;
}
.offset-top-60 {
	margin-top: 60px;
}
.inset-right-30 {
	padding-right: 30px;
}
.inset-left-30 {
	padding-left: 30px;
}
.space-30 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.light-bg {
	background: #f6f7f8 none repeat scroll 0 0;
	fill: #f6f7f8;
}
.light-bg h3 {
	color: #2d2e2e;
}
div.title {
	text-align: center;
	margin: 0 0 30px;
}
.title-border {
	display: block;
	height: 3px;
	margin: 0 auto;
	position: relative;
	top: -17px;
	width: 99%;
	z-index: 9;
}
.title-border-two {
	display: block;
	height: 3px;
	margin: 0 auto;
	position: relative;
	top: -17px;
	width: 35px;
	z-index: 9;
	background-color: #f2f2f2;
	border: 1px solid #f2f2f2;
}
#scrollUp {
	bottom: 100px;
	color: #fff;
	display: block;
	font-size: 25px;
	height: 40px;
	line-height: 0;
	position: fixed;
	right: 20px;
	text-align: center;
	text-decoration: none !important;
	transition: all 0.5s cubic-bezier(0, 0, 0, 1) 0s;
	width: 40px;
	z-index: 1000;
}
#scrollUp:after {
	background: rgba(0, 0, 0, 0) radial-gradient(ellipse at center center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%) repeat scroll 0 0;
	content: "";
	height: 10px;
	left: 5%;
	opacity: 1;
	position: absolute;
	top: 100%;
	width: 90%;
	z-index: -1;
}
#scrollUp:hover {
	background: #000;
	color: #fff;
}
#scrollUp i {
	display: block;
	padding-top: 5px;
}
.fix:after, .fix:before {
	content: "";
	display: table;
}
.fix:after {
	clear: both;
}
.text-box.padding-3 {
	padding: 30px;
}
.text-box.padding-4 {
	padding: 40px;
}
.text-box.padding-5 {
	padding: 50px;
}
.text-box.white {
	background-color: #fffcf7;
}
.text-box {
	float: left;
	width: 100%;
}
.bg-light {
	background: #fcfcfc none repeat scroll 0 0;
	margin-bottom: 10px;
	padding: 10px 15px;
}
.bg-light-not {
	background: none;
	margin-bottom: 10px;
	padding: 10px 15px;
}
.marg-bot-10 {
	margin-bottom: 10px;
}
.marg-bot-40 {
	margin-bottom: 40px;
}
.marg-bottom-0 {
	margin-bottom: 0px !important;
}
.pad-bottom-0 {
	padding-bottom: 0px !important;
}
.left {
	float: left;
}
.md-13 {
	font-size: 13px;
}
.conetent-wrapper h2::after {
	background-color: #d4d4d4;
	content: "";
	display: block;
	height: 1px;
	margin: 10px auto 15px;
	width: 150px;
}
.conetent-wrapper h2 {
	color: #2d2e2e;
	font-weight: 600;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
}
.conetent-wrapper .title {
	margin: 0 0 10px;
}
/*color changer*/
#switcher {
    position: fixed;
    bottom: 25%;
    left: -170px;
    width: 170px;
    background-color: #404040;
    color: #ffffff;
    z-index: 9999;
    font-size: 15px;
    padding-bottom: 20px;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    height: 80px;
}
#switcher.active {
    left: 0px;
}
#switcher p {
    color: #fff;
    bottom: -6px;
    position: absolute;
    left: 21px;
    font-size: 13px;
}
#switcher .theme-click {
    display: block;
    position: absolute;
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: #ffffff;
    font-size: 24px;
    background-color: #222;
    text-align: center;
    right: -60px;
    top: 0;
    cursor: pointer;
    z-index: 2;
}
#switcher .theme-default {
    width: 30px;
    height: 30px;
    background: #1ABC9C;
    margin: 15px 10px;
    position: absolute;
    border-radius: 50%;
    left: 0px;
    cursor: pointer;
}
#switcher .theme-blue {
    width: 30px;
    height: 30px;
    background: #51A9F1;
    margin: 15px 10px;
    border-radius: 50%;
    position: absolute;
    left: 40px;
    cursor: pointer;
}
#switcher .theme-red {
    width: 30px;
    height: 30px;
    background: #FB4F43;
    margin: 15px 10px;
    border-radius: 50%;
    position: absolute;
    left: 80px;
    cursor: pointer;
}
#switcher .theme-yellow {
    width: 30px;
    height: 30px;
    background: #fa9928;
    margin: 15px 10px;
    border-radius: 50%;
    position: absolute;
    left: 120px;
    cursor: pointer;
}






.the-new-credit-company {
	font-size:17px;
	font-style:italic;
	font-weight:bold;
	color: #114D09;
}





/*
================================================
3. Loader CSS
================================================
*/
#dvLoading {
	background: url(../images/loader.gif) no-repeat center center #fff;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999999;
}
/*
================================================
4. Top Wrapper
================================================
*/
header {
	width: 100%;
	z-index: 99;
	background: #0b111e;
}
.top-wrapper {
	padding: 6px 0 10px;
}
.affix .top-wrapper {
	margin-top: -55px;
}
.affix.fadeInDown {
	animation-delay: 0s;
	animation-direction: normal;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
	animation-iteration-count: 1;
	animation-name: fadeInDown !important;
	animation-play-state: running;
	animation-timing-function: ease;
}
.fadeInDown {
	animation-name: none !important;
}
.swingOutX {
	animation-name: none !important;
}
.top-wrapper ul {
	margin: 0;
}
.top-wrapper .top-wraper-left ul li:first-child {
	padding-left: 0;
}
.top-wrapper ul li {
	display: inline-block;
	margin: 0;
	padding: 0 0 0 10px;
	color: #cdcdcd;
	transition: all 0.3s ease-in-out 0s;
}
.top-wrapper ul li a {
	color: #cdcdcd;
}
.top-wrapper ul.header-social-icons li a i:hover {
	color: #fff;
}
.top-wraper-left ul li i {
	padding: 0 6px 0 0;
}
/*
================================================
5. Logo Bar 
================================================
*/
.logo-bar {
	float: left;
	padding: 0;
	width: 100%;
	background: #fff;
	z-index: 999;
	position: relative;
}
.affix .logo-bar {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.118);
	background: none;
}
/*
================================================
6. Navigation
================================================
*/
div.logo-bar .mainmenu-area {
	padding: 0;
}
.affix .navbar-header {
	display: none;
}
.navbar-header {
	display: block;
}
.affix .navbar-collapse {
	float: left;
}
.navbar-header .navbar-toggle {
	display: none;
}
.mainmenu-area {
	position: relative;
}
.affix .mainmenu-area ul.nav.navbar-nav li a {
	color: #fff;
}
.mainmenu-area ul.nav.navbar-nav li a {
	color: #000;
	display: inline-block;
	font-weight: 600;
	line-height: 20px;
	padding: 19px 15px 21px;
	text-transform: none;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	background-color: #f5f5f5;
}
.mainmenu-area ul.nav.navbar-nav li a:hover, .mainmenu-area ul.nav.navbar-nav li.active {
	background: #f5f5f5;
}
.mainmenu-area ul.nav.navbar-nav li {
	display: inline-block;
	float: none;
}
.navbar-default {
	background-color: inherit;
	border-color: inherit;
}
.navbar {
	border-radius: 0;
	min-height: auto;
	margin: 0;
	border: none;
}
.navbar-collapse {
	float: right;
	padding: 0;
}
.navbar-brand {
	padding: 15px 0 0;
	height: auto;
}
/* DropDown Menu Css */
ul.nav.navbar-nav li ul {
	left: 0;
	position: absolute;
	top: 250%;
	width: 200px;
	z-index: 999;
	visibility: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: opacity .3s ease-in-out, top .3s ease-in-out;
	transition: opacity .3s ease-in-out, top .3s ease-in-out;
	background: none;
	padding: 0;
}
ul.nav.navbar-nav li:hover ul {
	top: 100%;
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100);
}
.mainmenu-area ul.nav.navbar-nav li ul li {
	border-bottom: 1px solid #3a3a3a;
	display: block;
	position: relative;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.mainmenu-area ul.nav.navbar-nav li ul li:hover:after {
	width: 100%;
}
.mainmenu-area ul.nav.navbar-nav li ul li a {
	background: #222 none repeat scroll 0 0;
	color: #fff;
	width: 100%;
	padding: 10px 15px 12px;
}
.mainmenu-area ul.nav.navbar-nav li ul li:last-child:after {
	display: none;
}
.mainmenu-area ul.nav.navbar-nav li ul li:last-child {
	border: 0px solid;
}
.mainmenu-area ul.nav.navbar-nav li ul li a:hover {
	background: #191919 none repeat scroll 0 0;
}
.mainmenu-area ul.nav.navbar-nav li ul li:after {
	bottom: -1px;
	content: "";
	height: 1px;
	position: absolute;
	right: 0;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 0;
}
.mainmenu-area ul.nav.navbar-nav li a i {
	margin-left: 7px;
	position: relative;
	top: -1px;
}
/*
================================================
7. Banner Wrapper
================================================
*/
.banner-wrapper {
	width: 100%;
	float: left;
	position: relative;
	margin-top: -30px;
	margin-bottom: -12px;
}
.fade-carousel {
	position: relative;
	height: 500px;
}
.fade-carousel .carousel-inner .item {
	height: 500px;
}
.fade-carousel .carousel-indicators > li {
	margin: 0 2px;
	background-color: #fff;
	width: 15px;
	height: 6px;
	border: none;
	transition: all 0.3s ease 0s;
	border-radius: 0;
}
.banner-wrapper .carousel-indicators {
	bottom: 40px;
}
.fade-carousel .carousel-indicators > li.active {
	width: 30px;
	height: 6px;
	border: none;
}
.fade-carousel .carousel-control.left {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	height: 120px;
	left: 2%;
	opacity: 1;
	top: 35%;
	width: 5%;
}
.fade-carousel .carousel-control.right {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	height: 120px;
	right: 2%;
	opacity: 1;
	top: 35%;
	width: 5%;
}
.fade-carousel .carousel-control.right span {
	background: none;
	font-size: 20px;
	right: 10%;
	margin: 0;
	text-shadow: none;
	top: 50%;
	border: 1px solid #fff;
	line-height: 25px;
}
.fade-carousel .carousel-control.left span {
	background: none;
	font-size: 20px;
	left: 10%;
	margin: 0;
	top: 50%;
	text-shadow: none;
	border: 1px solid #fff;
	line-height: 25px;
}
.hero {
	position: absolute;
	top: 50%;
	left: 50%;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	-o-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	opacity:1 !important;
	width: 80%;
}
.hero h1 {
  font-size: 64px;
  font-weight: 700;
  margin:0;
  padding: 0;
  text-transform:uppercase;
}
.hero h3 {
  font-size: 30px;
  font-weight: 600;
  padding: 10px 0 0;
  text-transform:none;
}
.banner-wrapper .btn-hero {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	margin: 20px auto;
	padding: 10px 30px 15px;
	transition: all 0.4s ease 0s;
	color: #fff;
	cursor: pointer;
	font-size: 22px;
	font-weight: 600;
	border-radius: 0;
	border: none;
}
.banner-wrapper .btn-hero:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #f5f5f5;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	border: none;
}
.banner-wrapper .btn-hero:hover, .banner-wrapper .btn-hero:focus, .banner-wrapper .btn-hero:active {
	color: #000;
	border: none;
}
.banner-wrapper .btn-hero:hover:before, .banner-wrapper .btn-hero:focus:before, .banner-wrapper .btn-hero:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	border: none;
}
/* Slides backgrounds */
.fade-carousel .slides .slide-1, .fade-carousel .slides .slide-2, .fade-carousel .slides .slide-3, .fade-carousel .slides .slide-4, .fade-carousel .slides .slide-5, .fade-carousel .slides .slide-6 {
	height: 500px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.fade-carousel .carousel-inner .item {
	transition-property: opacity;
}
.fade-carousel .carousel-inner .item, .fade-carousel .carousel-inner .active.left, .fade-carousel .carousel-inner .active.right {
	opacity: 0;
}
.fade-carousel .carousel-inner .active, .fade-carousel .carousel-inner .next.left, .fade-carousel .carousel-inner .prev.right {
	opacity: 1;
}
.fade-carousel .carousel-inner .next, .fade-carousel .carousel-inner .prev, .fade-carousel .carousel-inner .active.left, .fade-carousel .carousel-inner .active.right {
	left: 0;
	transform: translate3d(0, 0, 0);
}
.fade-carousel .carousel-control {
	z-index: 2;
}
.carousel, .carousel-inner, .carousel-inner .item {
	height: 100%;
}
.fade-carousel .item:nth-child(1) {
	background-image: url(../images/american_chamber_of_commerce.jpg);
	background-position: center;
}
.fade-carousel .item:nth-child(2) {
	background-image: url(../images/american_chamber_of_commerce.jpg);
	background-position: center;

}
.fade-carousel .item:nth-child(3) {
	background-image: url(../images/american_chamber_of_commerce.jpg);
	background-position: center;
}
.fade-carousel .item:nth-child(4) {
	background-image: url(../images/american_chamber_of_commerce.jpg);
	background-position: center;
}
.fade-carousel .item:nth-child(5) {
	background-image: url(../images/american_chamber_of_commerce.jpg);
	background-position: center;
}
.fade-carousel .item:nth-child(6) {
	background-image: url(../images/american_chamber_of_commerce.jpg);
	background-position: center;
}

.fade-carousel .slides .slide-1:before, .fade-carousel .slides .slide-2:before, .fade-carousel .slides .slide-2:before, .fade-carousel .slides .slide-1:before, .fade-carousel .slides .slide-2:before {
	background: #0B111E;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0.1;
	position: absolute;
	right: 0;
	top: 0;
}
/*
================================================
8. Feature Wrapper
================================================
*/
.feature-wrapper {
	padding: 0;
	width: 100%;
	float: left;
}
.feature-wrapper .icon {
	padding: 30px 0;
	text-align: center;
}
.feature-wrapper .icon:hover {
	background: #f7f7f7;
}
.feature-wrapper .icon:hover i.fa {
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.2);
}
.feature-wrapper .icon i {
	font-size: 30px;
	color: #333;
	margin: 0 0 15px;
	transition: all 0.3s ease 0s;
}
.feature-wrapper .icon h3 {
	font-size: 25px;
	color: #333;
	font-weight: 600;
	margin: 0;
}
/*
================================================
9. Callouts
================================================
*/
.callouts-wrapper {
	padding: 55px 0 40px;
	width: 100%;
	float: left;
	background: #f9f9f9;
}
.callouts-wrapper h2::after {
	background-color: #d4d4d4;
	content: "";
	display: block;
	height: 1px;
	margin: 10px auto 15px;
	width: 150px;
}
.callouts-wrapper h2 {
	color: #2d2e2e;
	font-weight: 600;
	margin: 0;
	padding: 0;
	text-align: center;
	position: relative;
}
.callouts-wrapper p {
	text-align: center;
	margin: 0;
	padding: 0 0 5px;
	font-size: 16px;
}
.callouts-wrapper h2 span {
	font-weight: 600;
}
.callouts-wrapper .callouts {
	margin: 40px 0 20px;
	text-align: center;
	background-color: #fff;
	float: left;
	padding: 20px;
	width: 100%;
}
.callouts-wrapper .callouts .callouts-box {
	border: 1px solid #efefef;
	float: left;
	padding: 30px;
	position: relative;
	width: 100%;
}
.callouts-wrapper .callouts .callouts-box .icon-box {
	background-color: #fff;
	border: 1px solid #efefef;
	left: 120px;
	position: absolute;
	top: -52px;
	z-index: 2;
	border-radius: 50%;
	font-size: 26px;
	height: 80px;
	line-height: 80px;
	width: 80px;
}
.callouts-wrapper .callouts p {
	font-size: 14px;
	line-height: 23px;
	margin: 0;
	padding: 0;
	color: #333;
	font-family: "Century Gothic";
}
.callouts-wrapper .callouts h3 {
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	color: #272727;
	margin-top: 15px;
	position: relative;
}
.callouts-wrapper .callouts h3::after {
	content: "";
	display: block;
	height: 1px;
	margin: 5px auto 0;
	width: 80px;
}
/*
================================================
10. Satisfied-wrapper
================================================
*/
.satisfied-wrapper::before {
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0.9;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
.satisfied-wrapper {
	padding: 23px 0 27px;
	width: 100%;
	float: left;
	clear: both;
	z-index: 9;
	position: relative;
	text-align: center;
	margin-bottom: 14px;
}
.satisfied-wrapper h2::after {
	background-color: #fff;
	content: "";
	display: block;
	height: 1px;
	margin: 10px auto 15px;
	width: 150px;
}
.satisfied-wrapper h2 {
	text-align: center;
	color: #fff;
	margin: 0;
	padding: 0;
	position: relative;
	font-weight: bold;
}
.satisfied-wrapper h2 span {
	font-weight: 600;
	color: #272727;
}
.satisfied-wrapper .counter .number {
	color: #fff;
	font-size: 49px;
	font-weight: 700;
	margin: 0 auto;
	padding: 0;
}
.satisfied-wrapper .counter p {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	margin: 0;
	padding: 0;
	position: relative;
}
.satisfied-wrapper .counter p::after {
	background-color: #fff;
	content: "";
	display: block;
	height: 3px;
	margin: 10px auto 0;
	width: 30px;
}
/*
================================================
11. Team Wrapper
================================================
*/
.team-wrapper {
	padding: 54px 0 60px;
	width: 100%;
	float: left;
	text-align: center;
}
.team-wrapper h2::after {
	background-color: #d4d4d4;
	content: "";
	display: block;
	height: 1px;
	margin: 10px auto 15px;
	width: 130px;
}
.team-wrapper h2 {
	color: #2d2e2e;
	font-weight: 600;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
}
.team .team-nav {
	display: none;
	font-size: 21px;
	margin: 0px 0px 50px;
	text-align: center;
}
.team .team-nav .nav-item {
	margin: 0px 15px;
	background: #eeeeee;
	padding: 8px 15px;
	color: #222222;
	cursor: pointer;
}
.team .team-members {
	position: relative;
}
.team .team-members .team-member {
	position: relative;
	overflow: hidden;
	border: 1px solid #f2f2f2;
}
.team .team-members .team-member .team-member-img {
	position: relative;
	overflow: hidden;
}
.team .team-members .team-member .team-member-img img {
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	width: 100%;
}
.team .team-members .team-member .team-member-img:hover img, .team-member:hover .team-member-img img {
	-moz-transform: scale(1.4) rotate(10deg);
	-webkit-transform: scale(1.4) rotate(10deg);
	-o-transform: scale(1.4) rotate(10deg);
	-ms-transform: scale(1.4) rotate(10deg);
	transform: scale(1.4) rotate(10deg);
}
.team .team-members .team-member .team-member-img .team-member-more {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0);
	z-index: 85;
}
.team .team-members .team-member .team-member-img .team-member-more a {
	color: #fff;
	font-size: 21px;
	display: table;
	text-align: center;
	font-size: 24px;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	z-index: 80;
}
.team .team-members .team-member .team-member-img .team-member-more a i {
	display: table-cell;
	vertical-align: middle;
}
.team .team-members .team-member .team-member-img .team-member-more a i:before {
	display: block;
	margin-top: -50px;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.team .team-members .team-member .team-member-img .team-member-more a:hover {
	text-decoration: none;
	background: rgba(0, 0, 0, 0.6);
}
.team .team-members .team-member .team-member-img .team-member-more a:hover i:before {
	margin-top: 0;
	opacity: 1;
}
.team .team-members .team-member .team-member-info {
	width: 100%;
	padding-top: 15px;
}
.team .team-members .team-member-bio p {
	color: #999;
	padding: 0 5px;
}
.team .team-members .team-member .team-member-info .team-member-name h4 {
	margin: 0 0 5px;
	color: #272727;
	font-weight: 600;
}
.team .team-members .team-member .team-member-info .social {
	padding-top: 10px;
	padding-bottom: 10px;
}
.team .team-members .team-member .team-member-info .social a {
	display: inline-block;
	margin: 0 0 0 2px;
	color: #222222;
	text-align: center;
}
.team .team-members .team-member .team-member-info .social a:first-child {
	margin-left: 0;
}
.team .team-members .team-member .team-member-info .social a i {
	display: table;
	background: #eeeeee;
	height: 36px;
	width: 36px;
	font-size: 12px;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}
.team .team-members .team-member .team-member-info .social a i:before {
	display: table-cell;
	vertical-align: middle;
}
.team .team-members .team-member .team-member-info .social a:hover {
	color: #fff;
}
.team .team-members .owl-page {
	display: none;
}
.team .team-members .owl-page span {
	background: #eeeeee !important;
}
.team .team-members .owl-page.active span {
	background: #999999 !important;
}
.mfp-container {
	padding-left: 0px;
	padding-right: 0px;
}
.dark .team .team-members .team-member .team-member-info .social a {
	color: #505050;
}
.dark .team .team-members .team-member .team-member-info .social a i {
	background: #121212;
}
.dark .team .team-members .team-member .team-member-info .social a:hover {
	color: #fff;
}
.dark .team .team-members .team-member .team-member-info .social a:hover i {
	background: #ff473c;
}
/*
================================================
12. Testimonials Wrapper
================================================
*/
.testimonials-wrapper {
	margin: 0;
	padding: 55px 0 60px;
	width: 100%;
	float: left;
	text-align: center;
}
.testimonials-wrapper h2::after {
	background-color: #fff;
	content: "";
	display: block;
	height: 1px;
	margin: 10px auto 15px;
	width: 130px;
}
.testimonials-wrapper h2 {
	color: #2d2e2e;
	font-weight: 600;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
}
.testimonials-wrapper h2 span {
	color: #fff;
}
.testimonials-wrapper .item img {
	border: 2px solid #f2f2f2;
	border-radius: 50%;
	color: #fff;
	font-size: 40px;
	height: 100px;
	line-height: 100px;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100px;
}
.testimonials-wrapper blockquote {
	border-left: none;
	margin: 0;
	background: #fff;
	padding: 50px 50px 70px;
}
.testimonials-wrapper p {
	color: #666;
	font-size: 15px;
	line-height: 25px;
	margin: 0 0 15px;
	padding: 15px;
	text-align: center;
}
.testimonials-wrapper .item {
	text-align: center;
}
.testimonials-wrapper h3 {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 1px;
	margin: 0 0 10px;
	text-align: center;
	text-transform: uppercase;
}
.testimonials-wrapper h4 {
	color: #777;
	letter-spacing: 1px;
}
.testimonials-wrapper .carousel-control.left, .testimonials-wrapper .carousel-control.right {
	display: none;
}
.testimonials-wrapper .carousel-indicators {
	bottom: 35px;
}
.testimonials-wrapper .carousel-indicators li {
	border: none;
	background: #eee;
}
/*
================================================
13. Social Wrapper
================================================
*/
.social-wrapper {
	margin: 0;
	padding: 55px 0 60px;
	width: 100%;
	float: left;
	text-align: center;
	background: #f3f3f3;
}
.social-wrapper h2::after {
	background-color: #d4d4d4;
	content: "";
	display: block;
	height: 1px;
	margin: 10px auto 15px;
	width: 130px;
}
.social-wrapper h2 {
	color: #2d2e2e;
	font-weight: 600;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
}
.social-wrapper .social-boxes {
	background: #f9f9f9 none repeat scroll 0 0;
	border: 0 none !important;
	color: #555555;
	overflow: hidden;
	text-align: center;
	transition: all 0.4s ease 0s;
	padding: 30px 0;
}
.social-wrapper .social-boxes .social-box-icon a i {
	color: #555555;
	display: table;
	font-size: 42px;
	height: 100%;
	margin: 0 auto;
	position: relative;
	transition: all 0.4s ease 0s;
	width: 100%;
	z-index: 50;
}



.social-wrapper .social-boxes.blu:hover {
	background: #004873;
}
.social-wrapper .social-boxes.blu:hover .social-box-icon a i, .social-wrapper .social-boxes.blu:hover .social-box-icon h3, .social-wrapper .social-boxes.blu:hover .social-box-icon p {
	color: #fff;
}


.social-wrapper .social-boxes.facebook:hover {
	background: #3b5998;
}
.social-wrapper .social-boxes.facebook:hover .social-box-icon a i, .social-wrapper .social-boxes.facebook:hover .social-box-icon h3, .social-wrapper .social-boxes.facebook:hover .social-box-icon p {
	color: #fff;
}
.social-wrapper .social-boxes.youtube:hover {
	background: #e52d27;
}
.social-wrapper .social-boxes.youtube:hover .social-box-icon a i, .social-wrapper .social-boxes.youtube:hover .social-box-icon h3, .social-wrapper .social-boxes.youtube:hover .social-box-icon p {
	color: #fff;
}
.social-wrapper .social-boxes.google-plus:hover {
	background: #d34836;
}
.social-wrapper .social-boxes.google-plus:hover .social-box-icon a i, .social-wrapper .social-boxes.google-plus:hover .social-box-icon h3, .social-wrapper .social-boxes.google-plus:hover .social-box-icon p {
	color: #fff;
}
.social-wrapper .social-boxes.twitter:hover {
	background: #4099ff;
}
.social-wrapper .social-boxes.twitter:hover .social-box-icon a i, .social-wrapper .social-boxes.twitter:hover .social-box-icon h3, .social-wrapper .social-boxes.twitter:hover .social-box-icon p {
	color: #fff;
}
.social-wrapper .social-boxes .social-box-icon {
	height: auto;
	margin: 0;
	position: relative;
	width: 100%;
}
.social-wrapper .social-boxes .social-box-icon h3 {
	font-size: 24px;
	margin: 20px 0 10px;
}
.social-wrapper .social-boxes .social-box-icon p {
	margin: 0;
}
/*
================================================
14. Pricing Wrapper
================================================
*/
.pricing-wrapper-main:before {
	background: #000 none repeat scroll 0 0;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0.6;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
.pricing-wrapper-main {
	background-attachment: fixed;
	background-image: url(../images/turn-key__pricing-wrapper-main_1920x1079.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	clear: both;
	float: left;
	padding: 55px 0 60px;
	position: relative;
	width: 100%;
	z-index: 9;
	text-align: center;
}
@media (max-width: 1024px) {
.pricing-wrapper-main {
	background-attachment: scroll;
}
}
.pricing-wrapper-main .title h2::after {
	content: "";
	display: block;
	height: 1px;
	margin: 10px auto 15px;
	width: 180px;
}
.pricing-wrapper-main h2 {
	color: #fff;
	font-weight: 600;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
}
.pricing-wrapper-main h2 span {
	font-weight: 600;
}
.pricing-wrapper-main .pricing-table:hover, .pricing-wrapper-main .pricing-table:focus {
	transform: translate(0px, -15px);
}
.pricing-wrapper-main .pricing-table {
	padding: 20px 0px 0px;
	background: rgba(255, 255, 255, 0.2);
	border: 2px solid #fff;
	color: #fff;
	transition: all 500ms ease-in-out 0s;
}
.pricing-wrapper-main .pricing-table h2 {
	color: #fff;
}
.pricing-wrapper-main .pricing-table.featured .pricing-table-cta a {
	background: none;
	color: #fff;
	border: 1px solid #fff;
}
.pricing-wrapper-main .pricing-table.featured .pricing-table-cta a:hover {
	background: #fff;
}
.pricing-wrapper-main .pricing-table > div {
	margin-bottom: 10px;
}
.pricing-wrapper-main .pricing-table .pricing-table-details {
	margin-top: 30px;
}
.pricing-wrapper-main .pricing-table .pricing-table-details ul {
	margin: 0;
	padding: 0;
	list-style-position: outside;
	list-style: none;
}
.pricing-wrapper-main .pricing-table .pricing-table-details ul li {
	margin-bottom: 10px;
}
.pricing-wrapper-main .pricing-table .pricing-table-details ul li:before {
	content: "";
}
.pricing-wrapper-main .pricing-table .pricing-table-details ul li strong {
	font-weight: 400;
}
.pricing-wrapper-main .pricing-table .pricing-table-cta {
	margin: 25px 0px;
}
.pricing-wrapper-main .pricing-table .pricing-table-cta a {
	font-size: 18px !important;
	padding: 10px 25px;
	background: none;
	color: #fff;
	border: 1px solid #fff;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
	border-radius: 0;
}
.pricing-wrapper-main .pricing-table .pricing-table-cta a:hover {
	color: #fff;
	background: #222222;
}
.pricing-wrapper-main .dark .pricing h1, .pricing-wrapper-main .dark .pricing h2, .pricing-wrapper-main .dark .pricing h3 {
	color: #fff;
}
/*
================================================
151. Inner page banner 1111111111
================================================
 */
.inner-page-banner_1:after {
	background: rgba(0, 0, 0, 0.1);
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
.inner-page-banner_1 {
	float: left;
	margin-top: -30px;
	width: 100%;
	background: rgba(0, 0, 0, 0) url(../images/e4_benefits__01.jpg) no-repeat center center / cover;
	padding: 120px 0;
	position: relative;
	z-index: 1;
}
.inner-page-banner_1 .title {
	color: #fff;
	font-size: 45px;
	font-weight: bold;
	line-height: 1;
	text-transform: uppercase;
}
.inner-page-banner_1 .breadcrumb {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border-radius: 0;
	color: #fff;
	font-size: 16px;
	margin-bottom: 0;
	text-transform: none;
}
.inner-page-banner_1 .breadcrumb {
	background: none;
	border-radius: 0;
	color: #fff;
	font-size: 16px;
	margin-bottom: 0;
	text-transform: none;
}
.inner-page-banner_1 .breadcrumb > a {
	color: #fff;
}
/*
================================================
152. Inner page banner 2222222222
================================================
 */
.inner-page-banner_2:after {
	background: rgba(0, 0, 0, 0.1);
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
.inner-page-banner_2 {
	float: left;
	margin-top: -30px;
	width: 100%;
	background: rgba(0, 0, 0, 0) url(../images/american_chamber_of_commerce.jpg) no-repeat center center / cover;
	padding: 93px 0;
	position: relative;
	z-index: 1;
}
.inner-page-banner_2 .title {
	color: #fff;
	font-size: 45px;
	font-weight: bold;
	line-height: 1;
	text-transform: uppercase;
}
.inner-page-banner_2 .breadcrumb {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border-radius: 0;
	color: #fff;
	font-size: 16px;
	margin-bottom: 0;
	text-transform: none;
}
.inner-page-banner_2 .breadcrumb {
	background: none;
	border-radius: 0;
	color: #fff;
	font-size: 16px;
	margin-bottom: 0;
	text-transform: none;
}
.inner-page-banner_2 .breadcrumb > a {
	color: #fff;
}
/*
================================================
153. Inner page banner 3333333333
================================================
 */
.inner-page-banner_3:after {
	background: rgba(0, 0, 0, 0.1);
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
.inner-page-banner_3 {
	float: left;
	margin-top: -30px;
	width: 100%;
	background: rgba(0, 0, 0, 0) url(../images/american_chamber_of_commerce_downtown_SSL_7396.jpg) no-repeat center center / cover;
	padding: 120px 0;
	position: relative;
	z-index: 1;
}
.inner-page-banner_3 .title {
	color: #fff;
	font-size: 45px;
	font-weight: bold;
	line-height: 1;
	text-transform: uppercase;
}
.inner-page-banner_3 .breadcrumb {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border-radius: 0;
	color: #fff;
	font-size: 16px;
	margin-bottom: 0;
	text-transform: none;
}
.inner-page-banner_3 .breadcrumb {
	background: none;
	border-radius: 0;
	color: #fff;
	font-size: 16px;
	margin-bottom: 0;
	text-transform: none;
}
.inner-page-banner_3 .breadcrumb > a {
	color: #fff;
}
/*
================================================
154. Inner page banner 4444444444
================================================
 */
.inner-page-banner_4:after {
	background: rgba(0, 0, 0, 0.1);
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
.inner-page-banner_4 {
	float: left;
	margin-top: -30px;
	width: 100%;
	background: rgba(0, 0, 0, 0) url(../images/new_credit__home_pic_04.jpg) no-repeat center center / cover;
	padding: 120px 0;
	position: relative;
	z-index: 1;
}
.inner-page-banner_4 .title {
	color: #fff;
	font-size: 45px;
	font-weight: bold;
	line-height: 1;
	text-transform: uppercase;
}
.inner-page-banner_4 .breadcrumb {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border-radius: 0;
	color: #fff;
	font-size: 16px;
	margin-bottom: 0;
	text-transform: none;
}
.inner-page-banner_4 .breadcrumb {
	background: none;
	border-radius: 0;
	color: #fff;
	font-size: 16px;
	margin-bottom: 0;
	text-transform: none;
}
.inner-page-banner_4 .breadcrumb > a {
	color: #fff;
}
/*
================================================
155. Inner page banner 5555555555
================================================
 */
.inner-page-banner_5:after {
	background: rgba(0, 0, 0, 0.1);
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
.inner-page-banner_5 {
	float: left;
	margin-top: -30px;
	width: 100%;
	background: rgba(0, 0, 0, 0) url(../images/e4_benefits__02.jpg) no-repeat center center / cover;
	padding: 120px 0;
	position: relative;
	z-index: 1;
}
.inner-page-banner_5 .title {
	color: #fff;
	font-size: 45px;
	font-weight: bold;
	line-height: 1;
	text-transform: uppercase;
}
.inner-page-banner_5 .breadcrumb {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border-radius: 0;
	color: #fff;
	font-size: 16px;
	margin-bottom: 0;
	text-transform: none;
}
.inner-page-banner_5 .breadcrumb {
	background: none;
	border-radius: 0;
	color: #fff;
	font-size: 16px;
	margin-bottom: 0;
	text-transform: none;
}
.inner-page-banner_5 .breadcrumb > a {
	color: #fff;
}
/*
================================================
16. Inner page wrapper
================================================
 */
.inner-page-wrapper {
	float: left;
	width: 100%;
	background: #f7f7f7;
	padding: 11px 0;
	margin-bottom:13px !important;
}
.inner-page-wrapper .about-content h3:before {
	content: "";
	width: 40px;
	height: 2px;
	top: 0;
	left: 0;
	background: #333;
	position: absolute;
}
.inner-page-wrapper h3 {
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
	margin: 0 0 5px;
	padding: 20px 0 0;
	color: #272727;
	font-size: 22px;
	font-family: "Century Gothic";
}
.inner-page-wrapper p {
	margin: 0 0 13px;
	padding-bottom:13px;
	text-align:justify !important;
	font-family: "Century Gothic";
}
.inner-page-wrapper p.sub-title {
	margin: 0 0 19px;
	padding: 0;
}
.inner-page-wrapper h5 {
	clear: both;
	font-weight: 500;
	color: #272727;
	font-size: 20px;
	text-align:justify;
	margin-bottom:13px;
	font-family: "Century Gothic";
}
.inner-page-wrapper .last {
	margin: 0;
}
.inner-page-wrapper .bg-light h3:before {
	display: none;
}
.inner-page-wrapper .bg-light h3 {
	text-transform: none;
	font-weight: 400;
	color: #333;
	margin: 10px 0;
	padding: 0;
	font-size: 21px;
}
.inner-page-wrapper .bg-light p {
	margin: 0;
	text-align: left;
	font-family: "Century Gothic";
}
.inner-page-wrapper .bg-light h3 i {
	margin-right: 5px;
	color: #555;
}
/*








================================================
17. Tables
================================================
 */
.table-custom {
	width: 100%;
}
.table-custom th, .table-custom td {
	padding: 13px 23px;
}
.table-custom tbody tr {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #e5e5e5 -moz-use-text-color;
	border-image: none;
	border-style: solid none;
	border-width: 1px medium;
}
.table-custom tbody tr:hover {
	background: #f5f5f5;
}
.striped tr:nth-child(even) {
	background-color: #f5f5f5
}
table.striped tr:hover {
	background: none;
}
table.striped tr:hover:nth-child(even) {
	background-color: #f5f5f5
}
.table-custom.table-green tr th {
	color: #fff;
}
.table-custom.border, .border td, .border th {
	border: 1px solid #aaa;
	background: #f5f5f5
}
.table-custom.border tr:hover {
	background: none;
}
.panel-red {
	border-color: #E74C3C;
}
.panel-red > .panel-heading {
	background: #E74C3C;
}
.panel-blue {
	border-color: #0F6290;
}
.panel-blue > .panel-heading {
	background: #0F6290;
}
.panel-grey {
	border: none;
}
.panel-grey > .panel-heading {
	background: #666;
}
.panel, .panel-heading {
	border-radius: 0;
}
.inner-page-wrapper .panel-title {
	color: #fff;
	font-size: 16px;
	margin: 0;
	font-weight: 600;
	padding: 0;
}
.inner-page-wrapper .panel-title i {
	font-weight: 600
}
/*
================================================
18. Tabs
================================================
*/
/* Classic Tabs */
.classic-tab-panel {
	padding: 15px;
	background: #fff;
	float: left;
}
.classic-tab-panel .tabbable-line > .nav-tabs {
	border: none;
	margin: 0px;
}
.classic-tab-panel .tabbable-line > .nav-tabs > li {
	margin: 0 2px 2px 0;
}
.classic-tab-panel .tabbable-line > .nav-tabs > li > a {
	border: 0;
	margin-right: 0;
	color: #2d2e2e;
	font-size: 16px;
	padding: 10px 15px;
	border-radius: 0;
}
.classic-tab-panel .tabbable-line > .nav-tabs > li > a > i {
	color: #a6a6a6;
}
.classic-tab-panel .tabbable-line > .nav-tabs > li.open, .classic-tab-panel .tabbable-line > .nav-tabs > li:hover {
	border-bottom: 1px solid #e29435;
}
.classic-tab-panel .tabbable-line > .nav-tabs > li.open > a, .classic-tab-panel .tabbable-line > .nav-tabs > li:hover > a {
	border: 0;
	background: #f2f2f2 !important;
	color: #333333;
}
.classic-tab-panel .tabbable-line > .nav-tabs > li.open > a > i, .classic-tab-panel .tabbable-line > .nav-tabs > li:hover > a > i {
	color: #a6a6a6;
}
.classic-tab-panel .tabbable-line > .nav-tabs > li.open .dropdown-menu, .classic-tab-panel .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
	margin-top: 0px;
}
.classic-tab-panel .tabbable-line > .nav-tabs > li.active {
	position: relative;
}
.classic-tab-panel .tabbable-line > .nav-tabs > li.active > a, .classic-tab-panel .tabbable-line > .nav-tabs > li.active > a:focus {
	background: #f2f2f2 none repeat scroll 0 0;
	border: 0 none;
	color: #333;
}
.classic-tab-panel .tabbable-line > .nav-tabs > li.active > a > i {
	color: #404040;
}
.classic-tab-panel .tabbable-line > .tab-content {
	margin-top: -3px;
 background-color:none border: 0;
	border-top: 1px solid #eee;
	padding: 15px 0;
}
.portlet .classic-tab-panel .tabbable-line > .tab-content {
	padding-bottom: 0;
}
.classic-tab-panel .btn {
	background: #1abc9c;
	color: #fff;
}
.classic-tab-panel .btn:hover {
	color: #fff;
}
/* Classic vertical tabs Tabs */
div.classic-vertical-tab-panel {
	float: left;
	background: #fff;
	padding: 15px;
}
div.classic-vertical-tab-panel .nav > li > a {
	padding: 8px 0 8px 10px;
	font-size: 16px;
}
div.classic-vertical-tab-panel .nav > li > a:hover, div.classic-vertical-tab-panel .nav > li > a:focus, div.classic-vertical-tab-panel .nav > li.active a {
	background: #f2f2f2;
	padding: 8px 0 8px 10px;
	color: #333;
}
div.classic-vertical-tab-panel .nav > li+ li {
	margin-top: 10px;
}
div.classic-vertical-tab-panel .nav-sidebar {
	margin-left: -3px;
	background-color: #fff;
	border: 0;
	border-right: 1px solid #eee;
	padding: 0;
	margin: 0 10px 0 0;
}
div.classic-vertical-tab-panel .nav > li.active > a {
	border: 0;
	color: #333;
}
/*
================================================
19. Accordions Page
================================================
*/
/* Modern Accordion  */
.accordion-first .accordion-group {
	margin-bottom: 10px;
	font-size: 20px;
}
.accordion-first .accordion-heading, .accordion-first .accordion-toggle:hover, .accordion-first .accordion-heading .accordion-toggle.active {
	background: none repeat scroll 0% 0% transparent;
}
.accordion-first .accordion-heading {
	border-bottom: 0px none;
	font-size: 24px;
}
.accordion-first .accordion-heading .accordion-toggle {
	display: block;
	cursor: pointer;
	padding: 5px 0px !important;
	color: #222;
	outline: medium none !important;
	text-decoration: none;
	font-weight: 600;
}
.accordion-first .classic .accordion-heading .accordion-toggle.active em {
	background: none;
	color: #e29435;
}
.accordion-first .accordion-heading .accordion-toggle.active {
	color: #000;
}
.accordion-first .accordion-heading .accordion-toggle > em {
	background-color: #222;
	border-radius: 100px;
	color: #fff;
	font-size: 20px;
	height: 32px;
	line-height: 32px;
	margin-right: 10px;
	text-align: center;
	width: 32px;
}
.accordion-first .accordion-heading .accordion-toggle.active > em {
	background: #fff;
	color: #e29435;
}
/* Classic Accordion  */
.classic .accordion-group {
	margin-bottom: 10px;
	background: #eee;
}
.accordion-first .classic .accordion-heading .icon-fixed-width {
	margin-top: -5px;
	background: none;
	border-radius: 0;
	width: auto;
	height: auto;
	color: #333;
}
.accordion-first .classic .accordion-heading .accordion-toggle {
	padding: 0 !important;
	font-weight: 400;
}
.accordion-first .classic .accordion-group {
	margin-bottom: 10px;
	padding: 10px;
	background: #fff;
	border: 1px solid #101010;
}
/* Accordion model 3  */	
.third.accordion-first .accordion-group {
	padding: 10px;
	border: 1px solid #ddd;
}
.third.accordion-first .accordion-heading .accordion-toggle {
	color: #222;
	cursor: pointer;
	display: block;
	font-weight: 600;
	outline: medium none !important;
	padding: 0 !important;
	text-decoration: none;
}
.third.accordion-first .accordion-heading .accordion-toggle > em {
	background: none;
	border-radius: 0;
	color: #333;
	height: auto;
	width: auto;
}
.third.accordion-first .accordion-heading .accordion-toggle.active em {
	color: #e29435;
	border-radius: 0;
}
/* Accordion model 4  */	
.fourth.accordion-first .accordion-group {
	border: 1px solid #ddd;
	border-radius: 20px;
	padding: 10px;
}
.fourth.accordion-first .accordion-heading .accordion-toggle {
	color: #222;
	cursor: pointer;
	display: block;
	font-weight: 600;
	outline: medium none !important;
	padding: 0 !important;
	text-decoration: none;
}
.fourth.accordion-first .accordion-heading .accordion-toggle > em {
	background: none;
	border-radius: 0;
	color: #333;
	height: auto;
	width: auto;
}
.fourth.accordion-first .accordion-heading .accordion-toggle.active em {
	color: #e29435;
	border-radius: 0;
}
/*
================================================
20. Form wrapper 
================================================
*/
.form-wrapper .form {
	border-radius: 0;
	padding: 0;
}
.form-wrapper h3::before {
	background: #333 none repeat scroll 0 0;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	top: 0;
	width: 40px;
}
.form-wrapper h3 {
	color: #272727;
	font-size: 22px;
	font-weight: 700;
	margin: 0 0 5px;
	padding: 15px 0;
	position: relative;
	text-transform: uppercase;
}
.form-wrapper .txt[type="text"], .form-wrapper .txt[type="password"] {
	border: 1px solid #ccc;
	margin: 10px 0;
	padding: 10px 0 10px 5px;
	width: 100%;
}
.form-wrapper .txt_3[type="text"] {
	margin: 10px 0 0;
	padding: 10px 0 10px 5px;
	width: 100%;
	border: 1px solid #ccc;
}
.form-wrapper .txt2[type="submit"] {
	color: #fff;
	font-size: 16px;
	font-style: normal;
	line-height: 35px;
	margin: 10px 0;
	padding: 3px 0;
	text-transform: uppercase;
	width: 30%;
	border: none;
}
.form-wrapper .txt2:hover {
	background: #f2f2f2;
	color: #2d2e2e;
	transition: all 0.5s ease 0s;
}
/* Newsletter Subscribe  */
.form-wrapper .subscirbe .sub {
	color: #333;
	font-size: 15px;
	padding: 20px 0 0;
	text-align: center;
}
.form-wrapper .subscirbe .sub span {
	color: #1abc9c;
	font-weight: 600
}
.form-wrapper .subscirbe .form input.form-control {
	background: none;
	border: 1px solid #ccc;
	border-radius: 0;
	color: #666!important;
	font-family: Lato, sans-serif;
	font-size: 15px;
	font-weight: 400;
	height: 40px;
	line-height: 40px;
	margin: 0 0 17px;
	padding: 0 0 0 3%;
	text-align: left;
	width: 70%;
	float: left
}
.form-wrapper .subscirbe .form input.bttn {
	background: #1abc9c;
	border: 1px solid #16a085;
	border-radius: 0 4px 4px 0;
	color: #fff;
	float: left;
	font-size: 16px;
	margin: 0 0 0 -2px;
	padding: 7px 10px 6px;
	text-align: center;
	width: 30%;
	cursor: pointer;
}
/*
================================================
21. Buttons
================================================
*/
.button-wrapper h2::after {
	background-color: #d4d4d4;
	content: "";
	display: block;
	height: 1px;
	margin: 10px auto 15px;
	width: 150px;
}
.button-wrapper h2 {
	color: #2d2e2e;
	font-weight: 600;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
}
.button-wrapper h2 span {
	color: #e29435;
}
.button-wrapper .title {
	margin: 0 0 15px;
}
.btn-shapes {
	text-align: center;
}
.btn-shapes .btn-primary {
	border: medium none;
	font-weight: 600;
	padding: 8px 15px 10px;
}
.button-wrapper .btn-primary:hover {
	color: #fff;
}
.btn-shapes .btn-primary:last-child {
	margin-right: 0;
}
.btn-shapes .btn-primary.btn-rectangle {
	border-radius: 0;
}
.btn-shapes .btn-primary.btn-roundcorner {
	border-radius: 8px;
}
.btn-shapes .btn-primary.btn-elipse {
	border-radius: 20px;
}
.btn-shapes .btn-primary i {
	padding: 0 3px;
}
/*
================================================
22. Typography
================================================
*/
.conetent-wrapper .typo hgroup h1, .conetent-wrapper .typo hgroup h2, .conetent-wrapper .typo hgroup h3, .conetent-wrapper .typo hgroup h4, .conetent-wrapper .typo hgroup h5, .conetent-wrapper .typo hgroup h6 {
	margin: 0 0 20px 0;
	padding: 0;
	text-transform: none;
}
.conetent-wrapper h3 {
	padding: 0 0 10px;
	font-weight: 600;
	text-transform: none;
}
.conetent-wrapper .typo h4 {
	font-size: 20px;
}
.conetent-wrapper .typo h5 {
	font-size: 18px;
}
.conetent-wrapper .typo h6 {
	font-size: 16px;
}
.conetent-wrapper h2.none::after {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	margin: 0;
}
.conetent-wrapper .typo h1, .conetent-wrapper .typo h2, .conetent-wrapper .typo h3, .conetent-wrapper .typo h4, .conetent-wrapper .typo h5, .conetent-wrapper .typo h6 {
	text-align: left;
	margin: 0 0 5px 0;
	font-weight: 600;
	color: #000;
}
.conetent-wrapper .typo p {
	margin: 0 0 20px 0;
}
/*
================================================
23. Services inner wrapper
================================================
*/
.services-inner-wrapper {
	padding: 0 0 40px;
}
.services-inner-wrapper h2::after {
	background-color: #d4d4d4;
	content: "";
	display: block;
	height: 1px;
	margin: 10px auto 15px;
	width: 150px;
}
.services-inner-wrapper div.title {
	margin: 0 0 10px;
	text-align: center;
}
.services-inner-wrapper h2 {
	color: #2d2e2e;
	font-weight: 600;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
}
/*
================================================
24. Coming Soon
================================================
*/
.comming-soon::before {
	background: #000 none repeat scroll 0 0;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0.8;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
.comming-soon {
	text-align: center;
	background: #0B111E;
	padding: 0;
	position: relative;
	text-align: center;
	width: 100%;
	background-attachment: fixed;
	background-image: url(https://placeholdit.imgix.net/~text?txtsize=60&bg=333&txtclr=fff&txt=2000%C3%971500&w=2000&h=1500);
	background-repeat: no-repeat;
	background-size: cover;
	clear: both;
	float: left;
	z-index:9;
	height:100vh;
	padding:0;
}
.comming-soon .logo {
	padding:50px 0 30px;
}
.comming-soon .inner-wrapper {
	padding: 20px 0;
	background: #f5f5f5 none repeat scroll 0 0;
}
.comming-soon .cmg-bg {
	border: medium none;
	float: left;
	margin:0;
	padding:70px 20px 0;
	text-align: center;
	width: 100%;
}
.comming-soon h3 {
	font-size: 30px;
	color: #fff;
	padding: 0 0 20px;
	margin:0;
	font-weight: 200;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}
.comming-soon h3 span {
	display: block;
	font-weight: 600;
	margin: 8px 0 0;
}
.comming-soon p {
	font-size: 18px;
	margin: 0 0 10px 0;
}
.comming-soon .form {
	width: 60%;
	margin: 0 auto;
}
.comming-soon .form input.form-control {
	background: none;
	border-width: 0 0 1px;
	border-style: solid;
	border-color: #7d7d7d;
	border-radius: 0;
	color: #666 !important;
	float: left;
	font-size: 15px;
	font-weight: 400;
	height: 40px;
	line-height: 40px;
	margin: 0 0 17px;
	padding: 0 0 0 3%;
	text-align: center;
	width: 100%;
	box-shadow:none;
}
.count-down .countdown-row {
	width: 100%;
}
.count-down .countdown-row.countdown-show4 .countdown-section {
	width: 25%;
}
.count-down .countdown-row.countdown-show3 .countdown-section {
	width: 33%;
}
.count-down .countdown-row.countdown-show2 .countdown-section {
	width: 50%;
}
.count-down .countdown-row.countdown-show1 .countdown-section {
	width: 100%;
}
.count-down .countdown-row .countdown-section {
	display: inline-block;
}
.count-down .countdown-row .countdown-amount {
	font-size: 50px;
	font-weight: 500;
	display: block;
	margin-bottom: -10px;
	color: #fff;
}
.count-down .countdown-row .countdown-period {
	font-size: 18px;
	color: #fff;
	font-weight: 200;
}
/*
================================================
25. 404 Page
================================================
*/
.oops {
	text-align: center;
}
.oops p {
	font-size: 16px;
	margin:30px 0;
	padding: 0;
	letter-spacing: 2px;
}
.oops .btn-home {
	border-radius: 0;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	letter-spacing: 2px;
	line-height: normal;
	padding: 8px 34px;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out 0s;
}
.oops .btn-home:hover, .oops .btn-home:focus {
	background:none;
	color: #333;
	text-decoration: none;
	border: 1px solid #ccc;
}
/*
================================================
26. Gallery Page
================================================
*/
.gal-container {
	padding:12px;
}
.gal-item {
	overflow: hidden;
	padding: 3px;
}
.gal-item .box {
	height: 350px;
	overflow: hidden;
}
.box img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	-o-object-fit: cover;
}
.gal-item a:focus {
	outline: none;
}
.gal-item a:after {
	content: "\e003";
	font-family: 'Glyphicons Halflings';
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.75);
	position: absolute;
	right: 3px;
	left: 3px;
	top: 3px;
	bottom: 3px;
	text-align: center;
	line-height: 350px;
	font-size: 30px;
	color: #fff;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.gal-item a:hover:after {
	opacity: 1;
}
.modal-open .gal-container .modal {
	background-color: rgba(0, 0, 0, 0.4);
}
.modal-open .gal-item .modal-body {
	padding: 0px;
}
.modal-open .gal-item button.close {
	position: absolute;
	width: 25px;
	height: 25px;
	background-color: #000;
	opacity: 1;
	color: #fff;
	z-index: 999;
	right: -12px;
	top: -12px;
	border-radius: 50%;
	font-size: 15px;
	border: 2px solid #fff;
	line-height: 25px;
	-webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.35);
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.35);
}
.modal-open .gal-item button.close:focus {
	outline: none;
}
.modal-open .gal-item button.close span {
	position: relative;
	top: -3px;
	font-weight: lighter;
	text-shadow: none;
}
.gal-container .modal-dialogue {
	width: 80%;
}
.gal-container .description {
	position: relative;
	height: 40px;
	top: -40px;
	padding: 10px 25px;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	text-align: left;
}
.gal-container .description h4 {
	margin: 0px;
	font-size: 15px;
	font-weight: 300;
	line-height: 20px;
}
.gal-container .modal.fade .modal-dialog {
	-webkit-transform: scale(0.1);
	-moz-transform: scale(0.1);
	-ms-transform: scale(0.1);
	transform: scale(0.1);
	top: 100px;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.gal-container .modal.fade.in .modal-dialog {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transform: translate3d(0, -100px, 0);
	transform: translate3d(0, -100px, 0);
	opacity: 1;
}
/* Full Width Gallery  */
.gal-container.full-width {
	padding: 0;
}
.full-width .gal-item {
	padding: 0;
}
.gal-container.full-width .gal-item a:after {
	content: "\e003";
	font-family: 'Glyphicons Halflings';
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.75);
	position: absolute;
	right: 0px;
	left: 0px;
	top: 0px;
	bottom: 0px;
	text-align: center;
	line-height: 350px;
	font-size: 30px;
	color: #fff;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.gal-container.full-width .gal-item a:hover:after {
	opacity: 1;
}
/*
================================================
27. Blog Page
================================================
*/
.blog-inner-wrapper {
	padding: 10px 0 60px;
}
.blog-details {
	border: 1px solid #efefef;
	overflow: hidden;
	padding-bottom: 15px;
	transition: all 0.3s ease 0s;
}
.blog-details img {
	width: 100%;
	height: auto;
}
.blog-details:hover {
	box-shadow: 0 8px 16px 1px #ccc;
}
.blo-image-date {
	position: relative;
}
.blo-image-date > a {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	left: 0;
	line-height: 70px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: 0;
	width: 75px;
}
.blog-info {
	padding: 11px 15px 31px;
}
.admin {
	width: 50%;
	float: left;
}
.comment {
	float: right;
	text-align: right;
	width: 50%;
}
.admin > a {
	color: #888;
	font-size: 14px;
}
.admin a i, .comment a i {
	margin-right: 4px;
}
.comment a:hover i, .admin > a:hover i {
	color: #0f6290;
}
.comment > a {
	border-right: 1px solid;
	color: #888;
	padding: 0 10px;
}
.comment > a:last-child {
	border-right: 0px solid;
	padding-right: 0px;
}
.blog-text {
	padding: 15px;
}
.blog-text h3 a {
	color: #1b1b1b;
	font-size: 18px;
	font-weight: bold;
}
.blog-text > p {
	color: #333;
	font-size: 14px;
}
.blog-text > a {
	color: #fff;
	float: right;
	font-size: 14px;
	font-weight: 600;
	line-height: 22px;
	padding: 5px 15px 8px;
}
.blog-text > a:hover {
	color: #eee;
}
/* ---Single Post--- */
.single-wrapper {
	padding: 60px 0 47px;
}
.blogdetails-wrapper .single-post h2 {
	font-size: 30px;
	margin: 0 0 10px;
	text-align: left;
	text-transform: none;
}
.blogdetails-wrapper .single-post .list-inline {
	margin-bottom: 25px;
}
.blogdetails-wrapper .single-post .list-inline li a {
	color: #848484;
	padding: 0;
}
.blogdetails-wrapper .single-post .list-inline li a:hover {
	color: #333;
}
.blogdetails-wrapper .single-post img {
	width: 100%;
}
.blogdetails-wrapper .single-post .sidebar h2 {
	margin-bottom: 20px;
	font-size: 18px;
}
.blogdetails-wrapper .single-post .sidebar h2::after {
	content: "";
	display: block;
	height: 1px;
	margin: 10px 0 0;
	width: 40px;
}
.blogdetails-wrapper .single-post .meta {
	font-size: 12px;
}
.align-right {
	text-align: right;
}
.single-post form {
	margin: 0 0 20px;
}
.single-post .blo-image-date {
	margin: 0 0 20px;
}
.blogdetails-wrapper .single-post h3 {
	font-size: 13px;
	margin: 0 0 5px 0;
	padding:0;
	text-transform:none;	
}
.blogdetails-wrapper .sidebar #custom-search-input {
	padding: 3px;
	border: solid 1px #E4E4E4;
	border-radius: 6px;
	background-color: #fff;
	margin: 0 15px 24px 15px;
}
.blogdetails-wrapper .sidebar #custom-search-input input {
	border: 0;
	box-shadow: none;
}
.blogdetails-wrapper .sidebar #custom-search-input button {
	margin: 2px 0 0 0;
	background: none;
	box-shadow: none;
	border: 0;
	color: #666666;
	padding: 0 8px 0 10px;
	border-left: solid 1px #ccc;
}
.blogdetails-wrapper .sidebar #custom-search-input button:hover {
	border: 0;
	box-shadow: none;
	border-left: solid 1px #ccc;
}
.blogdetails-wrapper .sidebar #custom-search-input .glyphicon-search {
	font-size: 23px;
}
.blogdetails-wrapper .single-post .latest-blogs {
	margin: 0 0 10px 0;
}
.blogdetails-wrapper .single-post .latest-blog {
	border-bottom: 1px solid #c1c1c1;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.blogdetails-wrapper .single-post .latest-blog:last-child {
	border: none;
}
.blogdetails-wrapper .single-post .meta-info {
	padding: 0 10px 0 0;
	margin: 5px 0 0 0;
}
.blogdetails-wrapper .single-post .meta-info h3 a {
	color: #333;
}
.blogdetails-wrapper .sidebar .meta-info h3 a:hover {
	color: #333;
}
.blogdetails-wrapper .single-post .comments {
	margin: 10px 0 20px;
}
.blogdetails-wrapper .single-post .comments p {
	margin: 10px 0 0 0;
}
.blogdetails-wrapper .sidebar .unordered-list ul {
	margin: 0 0 30px 0;
}
.blogdetails-wrapper .sidebar .unordered-list ul li a:hover {
	color: #333;
}
.blogdetails-wrapper .single-post .unordered-list ul li a:before {
	position: absolute;
	content: "\f105";
	left: 0px;
	font-size: 16px;
	font-family: fontawesome;
}
.blogdetails-wrapper .single-post .unordered-list.no-space {
	margin: 0 0 10px;
}
.blogdetails-wrapper .single-post .ordered-list {
	margin: 0 0 10px;
}
.blogdetails-wrapper .sidebar .unordered-list ul li a {
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	transition-duration: 0.3s;
	transition-property: transform;
	display: inline-block;
	padding: 0 0 0 15px;
}
.blogdetails-wrapper .sidebar .unordered-list ul li a:hover, .blogdetails-wrapper .sidebar .unordered-list ul li a:focus {
	-webkit-transform: translateX(10px);
	-moz-transform: translateX(10px);
	-ms-transform: translateX(10px);
	-o-transform: translateX(10px);
	transform: translateX(10px);
}
.blogdetails-wrapper .sidebar .tags li {
	display: inline-block;
	list-style: none;
	background: #f5f5f5;
	padding: 3px 12px 5px;
	margin: 0 5px 5px 0;
}
.blogdetails-wrapper .sidebar .tags li:hover a {
	color: #fff;
}
blog-inner-wrapper .sidebar .download-services {
	margin: 5px 0 30px;
	padding: 60px 0;
	width: 100%;
	float: left;
	clear: both;
	background-image: url(../images/testimonials-bg.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index: 9;
	position: relative;
	text-align: center;
}
.unordered-list {
	float: left;
	width: 100%;
}
.archives {
	float: left;
	width: 100%;
	margin: 0 0 10px;
}
.archives .archive-list {
	float: left;
	width: 100%;
	margin: 0 0 20px;
}
.archive-list li a:before {
	position: absolute;
	content: "\f105";
	right: 28px;
	color: #636363;
	font-size: 18px;
	font-family: fontawesome;
}
.archive-list {
	padding-top: 0;
	list-style: none;
}
.archive-list li:first-child {
	padding-top: 0;
}
.archive-list li {
	border-bottom: 1px solid #c1c1c1;
	float: left;
	padding: 9px 0 10px;
	width: 100%;
}
.archive-list li a small {
	color: #999999;
	display: inline-block;
	margin-left: 5px;
}
div.tags {
	float: left;
}
div.tags ul {
	margin-bottom: 0;
}
/* ---Blog Details--- */
.blogdetails-wrapper {
	padding: 60px 0 47px;
}
.blogdetails-wrapper p {
	margin:0 0 15px;
	}
.blogdetails-wrapper form input {
	border-radius: 0px;
	height: 40px;
	padding: 0 15px;
	width: 100%;
	box-shadow: none;
}
.blogdetails-wrapper form textarea {
	border-radius: 0px;
	height: 140px;
	padding: 15px;
	resize: none;
	width: 100%;
	box-shadow: none;
}
.blogdetails-wrapper .btn {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	background: #2d2e2e;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	border-radius: 0;
	padding: 8px 30px 12px;
	border: none;
	box-shadow: none;
	color: #fff;
	font-size: 18px;
}
.blogdetails-wrapper .btn:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.blogdetails-wrapper .btn:hover, .blogdetails-wrapper .btn:focus, .blogdetails-wrapper .btn:active {
	color: white;
}
.blogdetails-wrapper .btn:hover:before, .blogdetails-wrapper .btn:focus:before, .blogdetails-wrapper .btn:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.blog-details-comments-section {
	float: left;
	width: 100%;
	margin: 0 0 30px;
}
.eco_leave_comment_form h5, .blog-details-comments-section h5 {
	font-size: 22px;
	font-weight: 600;
	color: #333;
}
.blog-details-comment-info h6 {
	margin-bottom: 2px;
	font-weight: 500;
	font-size: 18px;
}
.blog-details-comments {
	float: left;
	width: 100%;
}
.blog-details-comments li {
	float: left;
	width: 100%;
}
.blog-details-viewers-meta li {
	width: auto;
}
.blog-details-comments li figure {
	float: left;
	width: 100px;
	margin-right: 15px;
	margin-bottom: 0px;
}
.blog-details-comments li figure img {
	border-radius:50%;
}
.blog-details-comment-info {
	float: none;
	width: auto;
	overflow: hidden;
}
.blog-details-comment-info .blog-details-viewers-meta {
	margin-bottom: 9px;
	padding: 0px;
}
.blog-details-comments-div .blog-details-comment-info p {
	margin-bottom: 0px;
	padding: 0px;
}
.blog-details-comments-div .blog-details-comment-info p a {
	float: right;
	padding: 0;
}
.blog-details-children {
	float: left;
	width: 100%;
	padding-left: 35px;
}
.blog-details-comments-div {
  float: left;
  margin: 0 0 10px;
  padding: 13px;
  width: 100%;
}
.blog-details-comments-div {
	border: 1px solid #eeeeee;
}
.blog-details-viewers-meta {
	float: left;
	width: 100%;
	padding: 16px 0 16px;
}
.blog-details-viewers-meta {
	float: left;
}
.blog-details-viewers-meta li a small {
	color: #999999;
	display: inline-block;
}
.blog-details-viewers-meta li {
	float: left;
	width: auto;
	margin-bottom: 0px;
}
.blog-details-viewers-meta a {
	float: left;
	font-size: 14px;
	font-weight: 500;
	color: #636363;
	text-transform: capitalize;
	margin-right: 8px;
	padding-right: 8px;
	position: relative;
}
.blog-details-viewers-meta a:before {
	position: absolute;
	content: "";
	top: 6px;
	right: 0px;
	border-right: 1px solid #636363;
	height: 11px;
}
.blog-details-viewers-meta li:last-child a {
	border-right: none;
	margin-right: 0px;
	padding-right: none;
}
.blog-details-viewers-meta li:last-child a:before {
	display: none;
}
.blog-details-share {
	float: left;
	width: 100%;
	padding: 10px 30px 11px;
	background-color: #fff;
	margin-bottom: 30px;
	margin-top: 15px;
}
.blog-details-shareing-tag {
	float: right;
}
.blog-details-share span {
	float: left;
	font-size: 16px;
	color: #2e2e2e;
	font-weight: 600;
	padding: 5px 0 0;
	text-transform: uppercase;
	margin-right: 20px;
}
.blog-details-share .social-icons {
	float: left;
	width: auto;
	padding-top: 1px;
	margin-bottom: 0;
}
.blog-details-share .social-icons li {
	display: inline-block;
	margin-right: 6px;
}
.blog-details-share .social-icons li a {
	background: #f2f2f2;
	color: #636363;
	display: inline-block;
	font-size: 13px;
	height: 30px;
	text-align: center;
	width: 30px;
	padding: 5px 0 8px;
}
.blog-details-share .social-icons li:hover a {
	border-color: transparent;
}
.blog-details-share span i {
	margin-right: 10px;
}
.blog-details-shareing-tag li {
	float: left;
	margin-right: 39px;
}
.blog-details-shareing-tag li:last-child {
	margin-right: 0px;
}
.blog-details-shareing-tag li a {
	display: inline-block;
	font-size: 16px;
	color: #636363;
	font-weight: 500;
	text-transform: capitalize;
	position: relative;
	padding: 3px 20px 0;
}
.blog-details-shareing-tag li a:before {
	position: absolute;
	content: "";
	top: 3px;
	font-size: 16px;
	color: #636363;
	left: 0px;
	right: 0px;
	font-family: fontawesome;
}
.blog-details-shareing-tag li .prev:before {
	content: "\f100";
	left: 0px;
	right: auto;
}
.blog-details-shareing-tag li .next:before {
	content: "\f101";
	right: 0px;
	left: auto;
}
/*
================================================
28. Contact Us
================================================
 */
.inner-wrapper-main h2:before {
	content:"";
	width:40px;
	height:2px;
	position:absolute;
	left:0;
	bottom:0;
	}
.inner-wrapper-main h2 {
  color: #2d2e2e;
  font-weight: 600;
  margin: 0 0 15px;
  padding: 0 0 5px;
  position: relative;
}
.inner-wrapper-main .title {
	margin:0 0 10px;
	}
.form-item {
  background: #fff none repeat scroll 0 0;
  border-radius: 0;
  box-shadow: none;
  height: 45px;
  padding-left: 15px;
}
textarea.form-item {
	height:130px;
	}
/* Contact1 styles  */
.contact-wrapper .btn {
	border-radius:0;
	color:#fff;
	}
.contact-wrapper .btn:hover {
	background:#2d2e2e;
	}
.contact-wrapper h3:before {
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  bottom:-1px;
  width: 50px;
}		
.contact-wrapper h3 {
	text-transform:none;
	font-weight:600;
    margin: 0 0 15px;
    padding: 0 0 5px;
	border-bottom:1px solid #c2c2c2;
	position:relative;
	}
.contact-wrapper .social-media {
  display: inline-block;
  padding:0;
  width: 100%;
}	
.contact-wrapper .social-media li {
  display: inline-block;
  list-style: outside none none;
  margin: 0 3px;
}
.contact-wrapper .social-media li i {
  background: #eee;
  border-radius:50%;
  color: #333;
  font-size: 12px;
  height:30px;
  line-height:30px;
  padding: 0;
  text-align: center;
  transition: all 0.4s ease 0s;
  vertical-align: middle;
  width: 30px;
}
.contact-wrapper .social-media li i:hover {
  background: #e29435;
  color: #fff;
}
.contact-wrapper .contact-box {
	font-size:14px;
	color:#333;
	}
.contact-wrapper .contact-box .space {
	padding:5px 0 0;
	display:inline-block;
	}	
.contact-wrapper .contact-box u {
	display:block;
	text-decoration:none;
	}	
.contact-wrapper .contact-box i {
  border-radius:50%;
  color: #fff;
  font-size: 12px;
  height:35px;
  line-height:35px;
  padding: 0;
  margin:0 5px 0 0;
  text-align: center;
  width: 35px;	
  float:left;
	}	
div#google-map {
  margin: 25px 0 0;
  width: 100%;
}
div#google-map iframe {
  border: 1px solid #e5e5e5;
  float: left;
  height: 250px;
  width: 100%;
}
/* contant us 2 styles */	
.contact-details i {
  color: #101010;
  font-size: 60px;
  margin: 0 0 10px;
}
.contact-details .box-variant-1 {
	padding:40px 15px;
	transition:all 0.4s ease 0s;
	min-height:270px;
	}
.contact-details > div:hover {
	background:#fff;	
	}	
.contact-details .divider {
	border:none;
	height:2px;
	width:50px;
	margin:0 auto 30px;
	}
.contact-details h3:before {
	display:none;
	}	
.contact-details h3 {
  border: medium none;
  color: #5c5a5a;
  font-weight: 600;
  padding-bottom: 8px;
  text-transform: none;
}
.contact-details p {
	margin:0;
	}	
.contact2 h2 {
	margin:20px 0 10px;
	}	
.contact2 h2:before {
	display:none;
	}		
.contact2 .form-group {
	text-align:left;
	}	
/* contant us 3 styles */

.contact-wrapper3 .contact-details > div:hover {
	background:none;	
	}	
.contact-wrapper3 .contact-details p {
	font-size:13px;
	padding-right:75px;
	}
.contact-wrapper3 .social-media li i {
	background:none;
	width:25px;
	height:25px;
	line-height:25px;
	color:#888;
	border:1px solid #666;
	margin:0;
	}
.contact-wrapper3 .social-media li i:hover {
	background:none;
	color:#333;
	opacity:0.8;
	}	

.contact-wrapper3 .contact-box i {
	background:none;
	width:25px;
	height:25px;
	line-height:25px;
	color:#888;
	border-radius:none;
	text-align:left;
	border-radius:none;
	font-size:18px;
	}
.contact-wrapper3 .contact-box i:hover {
	background:none;
	color:#333;
	opacity:0.8;
	}	
.contact-wrapper3 textarea.form-item {
  height: 100px;
}
div#google-map.space {
	margin:40px 0 0;
	}		
/*
================================================
29. Footer styles
================================================
 */
.footer-wrapper {
	background: #101010;
	padding: 55px 0 60px;
	float: left;
	width: 100%;
	color: #727272;
}
.footer-wrapper .fo-one {
	width: 100%;
	font-family: "Century Gothic";
}
.footer-logo {
	margin-bottom: 30px;
}
.footer-wrapper .fo-one p {
	color: #727272;
}
address {
	margin: 0 0 20px;
	color: #727272;
}
.footer-wrapper .fo-one span {
	display: block;
	color: #727272;
}
.footer-wrapper span a {
	color: #aaa;
}
.footer-wrapper h3 {
	color: #fff;
	text-transform: uppercase;
	margin: 0 0 32px;
	position: relative;
	padding: 0 0 5px;
	font-weight: 600;
}
.footer-wrapper h3:after {
	content: "";
	position: absolute;
	height: 2px;
	width: 50px;
	left: 0;
	bottom: 0;
}
.footer-wrapper .fo-posts {
	float: left;
	margin: 0 0 25px;
	padding: 0;
	width: 100%;
}
.footer-wrapper .image-left {
	color: #fff;
	float: left;
	margin: 0;
	padding: 0 18px 0 0;
	transition: all 0.3s ease-out 0s;
}
.footer-wrapper .text-box-right {
	display: block;
	margin: 0;
	padding: 0 0 0 99px;
	text-align: left;
}
.footer-wrapper .text-box-right h4, .footer-wrapper .text-box-right h4 a {
	color: #fff;
	margin: 0 0 3px;
	font-weight: 500;
}
.fo-posts .post-info {
	color: #727272;
	font-size: 12px;
}
.footer-wrapper .line {
	border-bottom: 1px solid #f1f1f1;
	float: left;
	margin: 0 0 25px;
	opacity: 0.2;
	width: 100%;
}
.footer-wrapper .footer-tags {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size:10px;
}
.footer-wrapper .footer-tags li {
	margin: 0;
	padding: 0;
}
.footer-wrapper .footer-tags li a {
	border: 1px solid #2e2e2e;
	color: #888;
	float: left;
	margin: 0 10px 10px 0;
	padding: 3px 9px;
}
.footer-wrapper .fo-gal {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-wrapper .fo-gal li {
	float: left;
	list-style: outside none none;
	margin: 0 12px 12px 0;
	padding: 0;
	width: 28.7%;
}
.footer-wrapper .fo-gal li a img {
	border: medium none;
	transition: all 1s ease 0s;
	width: 100%;
}
.footer-wrapper .fo-gal li a img:hover {
	transform: scale(0.9);
}
/*
================================================
30. Copyrights Wrapper
================================================
 */	
.copyright-wrapper {
	padding: 30px 0;
}
.copyright-wrapper .fo-copyright-holder {
	float: left;
	margin: 0;
	padding: 20px 0 0;
	position: relative;
	width: 100%;
}
.copyright-wrapper .social-iconbox {
	background-color: #fff;
	float: left;
	left: 40%;
	margin: 0;
	padding: 0;
	position: absolute;
	top: -25px;
	width: 265px;
}
.copyright-wrapper .sc-icons::before {
	border-right: 15px solid transparent;
	border-top: 25px solid #d2d2d2;
	content: "";
	height: 0;
	left: -15px;
	position: absolute;
	top: 0px;
	transform: rotate(180deg);
	width: 0;
	z-index: 9;
}
.copyright-wrapper .sc-icons {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	position: relative;
}
.copyright-wrapper .sc-icons::after {
	border-left: 15px solid transparent;
	border-top: 25px solid #d2d2d2;
	content: "";
	height: 0;
	right: -15px;
	position: absolute;
	top: 0px;
	transform: rotate(180deg);
	width: 0;
	z-index: 9;
}
.copyright-wrapper .sc-icons li {
	display: inline-block;
	margin: 0;
	padding: 0;
}
.copyright-wrapper .sc-icons li a {
	display: inline-block;
	float: left;
	font-size: 15px;
	margin: 0;
	padding: 5px 10px;
}
/*
================================================
31. Media Quires 
================================================
 */
@media (min-width: 768px) {
.gal-container .modal-dialog {
	width: 55%;
	margin: 50 auto;
}
.contact-wrapper3 .contact-details p {
  padding-right: 15px;
}
}
 @media (max-width: 768px) {
.gal-container .modal-content {
	height: 250px;
}
}
@media (min-width: 992px) and (max-width: 1024px) {
.callouts-wrapper .callouts .callouts-box .icon-box {
	left: 80px;
}
}
 @media (min-width: 768px) and (max-width: 991px) {
.navbar-header {
	padding: 0 0 15px;
}
.navbar-header .collapse {
	display: block;
}
.navbar-collapse {
	padding: 0;
	float: none;
}
.hero h1 {
	font-size: 56px;
}
.hero h3 {
	font-size: 18px;
}
.navbar-header {
	width: 100%;
}
.callouts-wrapper div.title {
	margin: 0;
}
.callouts-wrapper .callouts .callouts-box .icon-box {
	position: static;
	top: 0;
	left: 112px;
	margin: 0 auto;
}
.callouts-wrapper .callouts {
	margin: 30px 0 20px;
}
.callouts-wrapper .callouts h3 {
	margin: 15px 0 10px;
}
.footer-wrapper {
	padding: 15px 0 60px;
}
.blog-details-shareing-tag {
  margin: 10px 0 0;
}
.footer-wrapper [class*="col-sm-"] {
	clear: both;
	margin: 40px 0 0;
	display: inline-block;
	width: 100%;
}
.footer-wrapper .fo-gal li {
	width: auto;
}
.fo-copyright-holder .social-iconbox {
	left: 33%;
}
.marg-bot-10 {
	margin-bottom: 0px;
}
#accordion-first .accordion-heading .accordion-toggle > em {
	float: left;
}
.address {
	margin:30px 0 0;
	}
.contact-details .box-variant-1 {
   padding:40px 0;
	}	
.contact-wrapper3 .contact-details > div {
	margin:0 0 50px;
	}
.contact-wrapper3 .contact-details > div:last-child {
	margin:0;
	}		
}
 @media (max-width: 767px) {
/* Common styles */
.text-box.padding-3, .text-box.padding-4, .text-box.padding-5 {
	padding: 20px;
}
.marg-bot-10 {
	margin-bottom: 0px;
}
/* logo wrapper */	 
.logo-bar img {
	height: auto;
	width: 165px;
	margin: 0;
}
.navbar-brand > img {
	padding-left: 15px;
}
.navbar-collapse {
	float: none;
}
.top-wrapper {
	padding: 0;
}
.navbar-header {
	display: block;
	padding: 8px 0;
}
.collapse {
	background: #fff none repeat scroll 0 0;
	display: block;
	margin: 0;
	padding: 0;
	border: none;
}
.hover-inn {
	display: none;
}
.navbar-brand {
	padding: 0;
}
ul.nav.navbar-nav li ul {
	margin-left: 5%;
	opacity: 1;
	position: static;
	visibility: visible;
}
ul.nav.navbar-nav li ul {
	width: 260px;
}
/* banner wrapper */	
.fade-carousel .carousel-control {
	display: none;
}
.hero h1 {
	font-size: 30px;
}
.hero p {
	font-size: 15px;
}
.banner-wrapper .btn-hero {
	display: none;
}
/* callout wrapper */
.callouts-wrapper .title {
	margin: 0 0 10px;
}
.callouts-wrapper .callouts .callouts-box .icon-box {
	margin: 0 auto;
	position: static;
	top: 0;
}
.callouts-wrapper .callouts {
	margin: 20px 0 0;
}
/* satisfied wrapper */ 
.satisfied-wrapper .counter:first-child {
	margin-top: -20px;
}
.satisfied-wrapper .counter {
	margin: 30px 0 0;
}
/* Team wrapper */
.team-members > div > div:first-child {
	margin: 0;
}
.team-members > div > div {
	margin: 30px 0 0;
}
/* Testimonials wrapper */	
.testimonials-wrapper blockquote {
	padding: 50px 10px 70px;
}
/* Social wrapper */
.social-wrapper .title {
	margin: 0;
}
.social-wrapper .social-boxes {
	margin-top: 20px;
}
/* Pricing Table wrapper */
.pricing-wrapper-main .title {
	margin: 0;
}
.pricing-wrapper-main [class*="col-sm-"] {
	margin-top: 20px;
}
/* Tables */
.panel {
	margin: 0;
	float: left;
	border: none !important;
}
.table-responsive {
	border: none;
}
/* Tabs */	
.tabbable-line img {
	margin: 0 0 15px;
}
.classic-vertical-tab-panel .tab-content {
	margin: 20px 0 0;
}
/* Forms */	
.form-wrapper .space {
	margin: 30px 0 0;
}
/* Coming Soon */
.comming-soon {
	height:auto;
	}
.count-down .countdown-row .countdown-amount {
	font-size:35px;
	margin-bottom:-10px;
	}	
.count-down .countdown-row .countdown-period {
	font-size:12px;
	}	
.comming-soon .form {
	width:90%;
	}
.comming-soon h3 {
	font-size:24px;
	margin:0;
	}
/* Blog Page */
.blog-details-share {
  text-align: center;
  padding:15px
}
.blog-details-share span {
  float: none;
  margin:0
}		
.blog-details-share .social-icons {
  float: none;
  margin: 10px 0 0;
}
.blog-details-shareing-tag {
  float: none;
}
.blog-details-shareing-tag li {
  margin-right: 0;
}
.blog-details-shareing-tag li:last-child {
  margin-right: 0;
}
.blog-details-shareing-tag li a {
  font-size: 14px;
  padding:3px 15px 0;
}	
/* Contactus Page */
.address {
	margin-top:30px;
	}
.contact-wrapper3 .contact-details > div {
	margin:0 0 50px;
	}
.contact-wrapper3 .contact-details > div:last-child {
	margin:0;
	}
.contact-wrapper3 .contact-details p {
  padding-right:0px;
}		
/* footer wrapper */
.footer-wrapper {
	padding: 15px 0 60px;
}
.footer-wrapper [class*="col-sm-"] {
	clear: both;
	margin: 40px 0 0;
	display: inline-block;
	width: 100%;
}
/* Copyright wrapper */
.copyright-wrapper .social-iconbox {
	width: 71%;
	left: 16%;
}



.btn-primary.gradient:active, .btn-primary.gradient.active {
	background: -moz-linear-gradient(top,  #267c99 50%, #007299 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#267c99), color-stop(50%,#007299)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #267c99 50%,#007299 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #267c99 50%,#007299 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #267c99 50%,#007299 50%); /* IE10+ */
	background: linear-gradient(to bottom,  #267c99 50%,#007299 50%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#267c99', endColorstr='#007299',GradientType=0 ); /* IE6-9 */
}













/*

================================================
33. Boat Profiles Banner
================================================
 */
.profiles-banner:after {
	background: rgba(0, 0, 0, 0.1);
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
.profiles-banner {
	float: left;
	margin-top: -30px;
	width: 100%;
	background: rgba(0, 0, 0, 0) url(../images/san_francisco_seafoods__bak_fish.jpg) no-repeat center center / cover;
	padding: 120px 0;
	position: relative;
	z-index: 1;
}
.profiles-banner .title {
	color: #fff;
	font-size: 45px;
	font-weight: bold;
	line-height: 1;
	text-transform: uppercase;
}
.profiles-banner .breadcrumb {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border-radius: 0;
	color: #fff;
	font-size: 16px;
	margin-bottom: 0;
	text-transform: none;
}
.profiles-banner .breadcrumb {
	background: none;
	border-radius: 0;
	color: #fff;
	font-size: 16px;
	margin-bottom: 0;
	text-transform: none;
}
.bak_banner .breadcrumb > a {
	color: #fff;
}
/*
================================================
34. boat profiles wrapper
================================================
 */
.profiles-wrapper {
	float: left;
	width: 100%;
	background: #b4a28a;
	padding: 60px 0;
}
.profiles-wrapper .about-content h3:before {
	content: "";
	width: 40px;
	height: 2px;
	top: 0;
	left: 0;
	background: #333;
	position: absolute;
}
.profiles-wrapper h3 {
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
	margin: 0 0 5px;
	padding: 20px 0 0;
	color: #272727;
	font-size: 22px;
}
.profiles-wrapper p {
	margin: 0 0 25px;
}
.profiles-wrapper p.sub-title {
	margin: 0 0 20px;
	padding: 0;
}
.profiles-wrapper h5 {
	clear: both;
	font-weight: 500;
	color: #272727;
	font-size: 20px;
}
.profiles-wrapper .last {
	margin: 0;
}
.profiles-wrapper .bg-light h3:before {
	display: none;
}
.profiles-wrapper .bg-light h3 {
	text-transform: none;
	font-weight: 400;
	color: #555;
	margin: 10px 0;
	padding: 0;
	font-size: 20px;
}
.profiles-wrapper .bg-light p {
	margin: 0;
}
.profiles-wrapper .bg-light h3 i {
	margin-right: 5px;
	color: #555;
}


}






















