/*
Theme Name: Dazzling
Theme URI: http://colorlib.com/wp/themes/dazzling
Author: Colorlib
Author URI: http://colorlib.com/wp/
Description: Dazzling is a clean, modern, minimal and fully responsive flat design WordPress WooCommerce theme well suited for blogs, static and ecommerce websites. Theme can be used for travel, corporate, portfolio, photography, green thinking, nature, health, personal and any other creative and minimalistic style website. Dazzling theme is highly customizable with unlimited color options, slider, call for action button, several widget areas and much more that can be adjusted via Theme Options. The theme is built using Bootstrap 3, which makes it responsive and mobile friendly. It features infinite scroll, SEO friendly structure, logo upload, full-screen slider, call for action section, social media icons, popular post widget and translation ready setup. This theme supports WooCommerce and Jigoshop ecommerce plugins. Dazzling is also available in Mexican Spanish, Brazilian Portuguese, Finnish, Swedish, Dutch, Hungarian, German, Persian, Lithuanian, Portuguese, Italian, Danish, Turkish and Polish. It is Multilingual ready and compatible with WPML plugin. It is probably the best free WordPress theme built for eStores and business websites.
Version: 2.0.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dazzling
Domain Path: /languages/
Tags: green, light, white, gray, black, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, responsive-layout, photoblogging, left-sidebar, translation-ready, custom-background, custom-colors, custom-menu, featured-images, full-width-template, post-formats, theme-options, threaded-comments
This theme, like WordPress, is licensed under the GPL.
Dazzling is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
*/

----------------------------------------------- */
body {
	color: #000;
	font-family: 'Ubuntu', sans-serif;
	word-wrap: break-word;
	line-height: 1.7;
	font-size: 14px;
}
a {
	color: #000;
	text-decoration: none;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
a:hover, a:focus {
	color: #000;
	text-decoration: none;
}
a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	color: #000;
}
h1, .h1 {
	font-size: 32px;
}
.page-header {
	border: none;
}
h2, .h2 {
	font-size: 28px;
}
h3, .h3 {
	font-size: 24px;
}
h4, .h4 {
	font-size: 18px;
}
h5, .h5 {
	font-size: 16px;
}
h6, .h6 {
	font-size: 14px;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
button, input, select, textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
 *vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
select {
	width: 250px;
	border: 1px solid #DCE4EC;
	background-color: #FFF;
	height: 30px;
	padding: 5px;
}
input[type="checkbox"], input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
 input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
 -webkit-appearance: none;
}
 button::-moz-focus-inner, input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
 border: 0;
 padding: 0;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea {
	color: #666;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, textarea:focus {
	color: #111;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
}
/* Alignment */
.alignleft {
	display: inline;
	float: left;
	border: 2px solid rgb(204, 64, 31);
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	border: 3px solid rgb(204, 64, 31);
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	border: 3px solid rgb(204, 64, 31);
	margin: 0 auto;
}
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}
/* Clearing */
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
	content: '';
	display: table;
}
.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
	clear: both;
}
/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.byline, .updated {
	display: none;
}
.single .byline, .group-blog .byline {
	display: inline;
	margin-right: 0;
}
.page-content, .entry-content, .entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
#content {
	margin-top: 40px;
	margin-bottom: 0px;
}
/* =Post styling
----------------------------------------------- */
.entry-meta a {
	font-size: 13px;
}
#main .page-header {
	margin-top: 0;
}
.entry-meta a {
	color: #6B6B6B;
}
.entry-meta .fa {
	font-size: 14px;
	margin-right: 3px;
	color: #1FA67A;
}
.entry-meta span {
	margin-right: 10px;
}
.entry-title {
	font-size: 32px;
	color: #444;
}
.entry-title a {
	color: #444;
}
.entry-title a:hover {
	color: #666;
}
.btn.btn-default.read-more {
	float: right;
	border: 1px solid #E8E8E8;
	color: #1FA67A;
	background-color: transparent;
	margin-top: 10px;
}
.btn.btn-default.read-more:hover {
	color: #FFF;
	background-color: #1FA67A;
}
.search .btn.btn-default.read-more {
	float: none;
}
hr.section-divider {
	border-color: #E8E8E8;
	margin-top: 50px;
	margin-bottom: 50px;
}
.top-right {
	    display: inline-flex;
    float: right;
    margin-top: -72px;
    padding-bottom: 10px;
    width: 39%;
}
#phn {
	 margin-left: 0px;
    padding-right: 6px;
    width: 38% !important;
}
.top-right-img {
	 display: block;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 5px;
    width: 67%;
}
.top-right-img img {
	padding-right: 6px;
	width: 45px;
}
.line-grey {
	width: 100%;
	height: 3px;
	background-color: #bcbcbc;
	margin: 10px 0;
}
.case h4 {
	color: rgb(204, 64, 31);
	font-size: 20px;
	margin: 20px 0;
	text-align: center;
}
/* =Singe Post/Page Pagination
----------------------------------------------- */
.page-links span {
	display: inline-block;
	color: #fff;
	background-color: #1FA67A;
	border-radius: 4px;
	padding: 2px 10px;
	margin-left: 2px;
}
.page-links a span {
	background-color: inherit;
	border: 1px solid #E8E8E8;
	color: #1FA67A;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.page-links a:hover span {
	background-color: #1FA67A;
	border: 1px solid #1FA67A;
	color: #fff;
}
/* =Asides
----------------------------------------------- */
.blog .format-aside .entry-title, .archive .format-aside .entry-title {
	display: none;
}
/* =Media
----------------------------------------------- */

.page-content img.wp-smiley, .entry-content img.wp-smiley, .comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-main .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-main .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-main .gallery dd {
	margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}
/* Make sure embeds and iframes fit their containers */
embed, iframe, object {
	max-width: 100%;
}
/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 0;
}
/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}
/* Search widget */
.widget_search .search-submit {
	display: none;
}
.widget > ul > li, li.recentcomments {
	border-bottom: 1px solid #EEE;
	position: relative;
	display: block;
	padding: 10px 0;
}
.widget ul li {
	list-style: none;
}
.widget ul {
	padding: 10px 10px;
}
.widget-title {
	border-bottom: 1px solid #eee;
}
.widget ul.nav.nav-tabs {
	padding: 0;
}
.tab-content ul li {
	list-style: none;
}
#secondary .widget_archive ul li:before, #secondary .widget_categories ul li:before, #secondary .widget_recent_comments ul li:before {
	font-family: fontawesome;
	margin-right: 10px;
}
#secondary .widget_archive ul li:before {
	content: '\f073';
}
#secondary .widget_categories ul li:before {
	content: '\f115';
}
#secondary .widget_recent_comments ul li:before {
	content: '\f0e5';
}
.tab-content .tab-thumb {
	float: left;
	margin-right: 8px;
	padding-top: 5px;
	float: left;
	line-height: 0px;
	width: 60px;
	height: 60px;
}
.tab-content li {
	overflow: hidden;
	list-style: none;
	border-bottom: 1px solid #f0f0f0;
	margin: 0 0 8px;
	padding: 0 0 6px;
}
.tab-content .tab-entry {
	display: block;
}
.tab-content > .active {
	border: 1px solid #E8E8E8;
	border-top: none;
}
.tab-content ul li:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
.tab-content .tab-entry {
	font-size: 14px
}
.tab-comment {
	font-size: 18px;
	padding: 0 10px;
}
.nav-tabs > li > a {
	border-bottom-color: transparent;
	text-transform: uppercase;
}
.tab-content i {
	font-size: 12px;
}
.tab-thumb.thumbnail {
	margin-bottom: 5px;
}
.tab-content #messages li:before {
	content: '\f0e5';
	font-family: fontawesome;
	float: left;
	padding-right: 10px;
	font-size: 20px;
	color: #1FA67A;
}
/* =Buttons
---------------------------------------------- */
.btn-default, .label-default {
	background-color: #1FA67A;
	border-color: #1FA67A;
}
.btn-default:hover, .label-default[href]:hover, .label-default[href]:focus, .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, #image-navigation .nav-previous a:hover, #image-navigation .nav-next a:hover {
	background-color: #1b926c;
	border-color: #1b926c;
}
.btn.btn-default {
	color: #FFF;
	border-radius: 99px;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	height: 50px;
	letter-spacing: 2px;
	text-align: center;
	text-transform: uppercase;
	width: 35%;
	background-color: #cc401f;
	border: 1px solid #cc401f;
}
.navbar-toggle {
	background-color: #efefef;
	background-image: none;
	border-radius: 4px;
	float: right;
	margin-bottom: 8px;
	margin-right: 15px;
	margin-top: 27px;
	padding: 9px 10px;
	position: relative;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #cc401f;
}
/* =Infinite Scroll
--------------------------------------------- */
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */ .infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}
#infinite-handle span {
	display: block;
	text-align: center;
	font-size: 18px;
	margin-bottom: 20px;
	border-radius: 4px;
	padding: 12px;
	background: transparent;
	border: 1px solid #E8E8E8;
	color: #1FA67A;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
#infinite-handle span:hover {
	background-color: #1FA67A;
	color: #fff;
}
.woocommerce #infinite-handle {
	display: none;
}
.woocommerce div.product form.cart .variations label {
	color: #6B6B6B;
	font-size: 14px;
	margin-bottom: 0;
	margin-top: 8px;
}
/* =Custom Styles
----------------------------------------------- */
.site-branding {
	margin-top: 20px;
	margin-bottom: 20px;
}
.site-description {
	clear: both;
	color: #777;
	font-weight: 200;
	font-size: 14px;
}
.page-template-page-homepage-php .carousel {
	margin-top: -20px;
	margin-bottom: 20px;
}
/* =Navigation
----------------------------------------------- */
.site-main [class*="navigation"] a, .more-link {
	border: 1px solid #E8E8E8;
	padding: 6px 12px;
	border-radius: 4px;
	display: block;
}
.site-main [class*="navigation"] a:hover, .more-link:hover {
	color: #fff;
	background: #1FA67A;
	text-decoration: none;
}
.more-link {
	float: right;
	margin: 10px 0;
}
.site-main [class*="navigation"] {
	margin: 0 0 1.5em;
	overflow: hidden;
}
[class*="navigation"] .nav-previous {
	float: left;
}
[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
}
.navbar.navbar-default {
	background-color: #fff;
	font-weight: 200;
	margin-bottom: 0;
	margin-top: -2px;
}
.navbar-default .navbar-nav > li > a {
	color: #333;
	line-height: 30px;
}
.navbar > .container .navbar-brand {
	font-size: 24px;
	margin: 5px 0;
	height: auto;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	border-right: none;
	border-left: none;
}
.navbar {
	border-radius: 0;
}
.navbar-brand>img {
    display: block;
    max-width: 195px;
}
.navbar-default {
	border: none;
	height: 105px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
	color: rgb(204, 64, 31);
	background-color: #fff;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	color: #999;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.dropdown-menu > li > a {
	padding: 14px 20px;
	color: #333;
}
.dropdown-menu, .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	border: none;
}
.dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a {
	background-color: #1FA67A;
	color: #fff;
}
.dropdown-menu .divider {
	background-color: rgba(0, 0, 0, 0.1);
}
.navbar-nav > li > .dropdown-menu {
	padding: 0;
}
.navbar-nav > li > a {
	font-family: 'Ubuntu', sans-serif;
	font-size: 17px;
	font-weight: 700;
	color: #333;
	padding: 40px 10px 15px 9px;
	text-transform: uppercase;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: transparent;
}
.nav.navbar-nav {
	float: left;
    margin-left: 15px;
    width: 42%;
}
.table-data {
	padding-left: 30px;
}
.section-one {
	width: 100%;
	background-color: #f6f6f6;
	padding: 30px 0;
	height: 100px;
}
.ora-gray-btn {
	width: 100%;
}
.banner {
	width: 100%;
}
.bann-txt {
	color: rgb(0, 0, 0);
	font-size: 23px;
	text-align: center;
	text-transform: uppercase;
}
.btn-gray {
	background-color: #6b6b6b;
	border: 1px solid #6b6b6b;
	border-radius: 99px;
	color: #fff;
	cursor: pointer;
	font-family: "Ubuntu";
	font-size: 15px;
	font-weight: 600;
	height: 40px;
	margin: 0 8px;
	width: 140px;
}
.btn-orange {
	background-color: #cc401f;
	border: 1px solid #cc401f;
	border-radius: 99px;
	color: #fff;
	cursor: pointer;
	font-family: "Ubuntu";
	font-size: 15px;
	font-weight: 600;
	height: 40px;
	margin: 0 8px;
	width: 140px;
}
.section-two {
	width: 100%;
	height: auto;
	padding: 100px 0;
	background-color: #fff;
	color: #000;
	text-align: center;
	font-size: 16px;
}
.section-two h2 {
	font-size: 26px;
	text-align: center;
	color: #000;
	letter-spacing: 2px;
	padding-bottom: 20px;
	text-transform: uppercase;
	font-weight: 600;
	font-family: "Ubuntu";
}
.section-three {
	width: 100%;
	height: auto;
}
.three-pic-left {
	width: 100%;
	float: left;
	height: 300px;
}
.three-pic-left > img {
	width: auto;
	height: 100%;
	float:right;
}
.three-pic-centre {
	background-color: #cc401f;
	float: left;
	height: 300px;
	width: 100%;
	text-align: center;
}
.pic-top {
	background: rgba(0, 0, 0, 0) url(images/arrow.jpg) no-repeat scroll 0 0;
	height: 24px;
	position: absolute;
	background-position: center;
	text-align: center;
	width: 100%;
	z-index: 0;
}
.spanone {
	color: rgb(255, 255, 255);
	font-family: ubuntu;
	font-size: 47px;
	font-weight: 300;
	line-height: 57px;
	padding: 45px 9% 20px 12%;
	text-align: center;
	text-transform: uppercase;
	width: 95%;
}
.btn-white {
	background-color: #efefef;
	border: 1px solid #efefef;
	border-radius: 99px;
	color: #cc401f;
	cursor: pointer;
	font-family: "Ubuntu";
	font-size: 15px;
	font-weight: 600;
	height: 50px;
	letter-spacing: 1px;
	margin: 10px auto;
	width: 85%;
}
.three-pic-right {
	width: 100%;
	height: 300px;
	float: right;
}
.three-pic-right > img {
	width: auto;
	height: 100%;
}
.section-four {
	width: 100%;
}
.four-left-txt {
	width: 100%;
	padding: 100px 0;
	background-color: #fff;
	color: #000;
	font-weight: 400;
	text-align: left;
	font-size: 15px;
}
.four-right-txt {
	width: 100%;
	padding: 100px 0;
	background-color: #fff;
	color: #000;
	font-weight: 400;
	text-align: left;
	font-size: 15px;
}
.four-left-txt h2 {
	font-size: 23px;
	text-align: left;
	color: rgb(204, 64, 31);
	letter-spacing: 4px;
	line-height: 35px;
	padding-bottom: 10px;
	text-transform: uppercase;
	font-weight: 600;
	font-family: "Ubuntu";
}
.four-right-txt h2 {
	font-size: 23px;
	text-align: left;
	color: rgb(204, 64, 31);
	letter-spacing: 4px;
	line-height: 35px;
	padding-bottom: 10px;
	text-transform: uppercase;
	font-weight: 600;
	font-family: "Ubuntu";
}
.section-five {
	border-top: 1px solid rgb(107, 107, 107);
	height: auto;
	width: 100%;
}
.section-five h2 {
	font-size: 26px;
	text-align: center;
	color: #000;
	letter-spacing: 4px;
	line-height: 45px;
	margin: 60px 0 30px;
	text-transform: uppercase;
	font-weight: 600;
	font-family: "Ubuntu";
}
.ft-slide {
	width: 100%;
	margin: 60px 0;
	text-align: center;
}
.sectionthree {
	width: 38.667%;
}
.section_middle_three {
	width: 22.667%;
}
.section-six {
	padding: 70px 0 100px 0;
	width: 100%;
}
#wonderplugincarousel-2 .amazingcarousel-image {
	border: 1px solid rgb(153, 153, 153)!important;
	padding: 0;
	position: relative;
}
.section-six h2 {
	color: rgb(0, 0, 0);
	font-family: "Ubuntu";
	font-size: 26px;
	font-weight: 600;
	letter-spacing: 4px;
	line-height: 45px;
	margin: 0;
	padding-bottom: 30px;
	text-align: center;
	text-transform: uppercase;
}
.six-inner {
	background-color: rgb(255, 255, 255);
	border: 2px solid rgb(0, 0, 0);
	height: auto;
	margin: 3% 9%;
	display: none;
	padding-bottom: 20px;
	width: 85%;
}
.six-quote {
	display: none;
	background: rgba(0, 0, 0, 0) url("images/quote.png") no-repeat scroll center top;
	height: 75px;
	position: absolute;
	width: 100%;
	z-index: 1;
}
.bottom-img {
	width: 100%;
	padding: 95px 0 0;
	text-align: center;
}
.bottom-img > img {
	padding: 0 15px;
}
.orange-title {
	background-color: rgb(204, 64, 31);
	border: 1px solid rgb(204, 64, 31);
	height: 90px;
	margin: 10px 0 0;
	text-align: center;
	width: 100%;
}
.orange-title h2 {
	color: #fff;
	font-family: "Ubuntu";
	font-size: 30px;
	font-weight: 400;
	letter-spacing: 4px;
	margin-top: 0;
	padding: 30px 0;
	text-transform: uppercase;
}
.cont-map {
	width: 100%;
	margin-bottom: 30px;
}
.ct-txt {
	color: #000;
	float: left;
	font-size: 22px;
	padding: 30px 0;
	text-align: center;
	width: 100%;
}
.cntct-data {
	width: 100%;
	margin: 20px 0;
	text-align: center;
}
.cntct-data input {
	border: 1px solid #f2f2f2;
	font-family: "Ubuntu", sans-serif;
	font-size: 15px;
	font-weight: 300;
	padding: 10px;
	width: 100%;
	margin-bottom: 25px;
	background-color: #f2f2f2;
	text-align: left;
}
.cntct-data textarea {
	background-color: #f2f2f2;
	border: 1px solid #f2f2f2;
	font-size: 15px;
	overflow: auto;
	padding: 10px;
	margin-bottom: 25px;
	vertical-align: top;
	width: 100%;
}
.details {
	width: 100%;
	display:none!important;
	font-size: 30px;
	text-align: center;
	margin-bottom: 50px;
}
.details ul {
	list-style: none;
	padding-left: 0;
}
.details ul li {
	display: inline-block;
	padding: 20px 15px;
}
.abt-lft {
	padding: 20px;
}
.abt-rgt {
	padding: 20px;
}
.fa-facebook-square {
	color: #3b5998;
}
.fa-twitter-square {
	color: #00aced;
}
.fa-google-plus-square {
	color: #dd4b39;
}
.fa-linkedin-square {
	color: #007bb6;
}
.entry-content p {
	font-size: 16px;
	color: #000;
}
/**********Newsletter********/
.es_lablebox {
    display: none;
    padding-bottom: 3px;
}
.es_textbox {
    float: left;
    width: 60%;
}
.es_textbox_class {
    background-color: rgb(156, 156, 156);
    border: medium none;
    border-radius: 38px;
    height: 45px;
    width: 100%;
}
.es_button {
    float: left;
    margin-left: -65px;
    padding-bottom: 5px;
    width: 33%;
}
.es_textbox_button {
    background-color: rgb(255, 255, 255);
    border: medium none;
    border-radius: 38px;
    color: rgb(0, 0, 0);
    font-family: "Ubuntu";
    font-size: 15px;
    height: 45px;
    width: 100%;
}
.es_button {
    padding-top: 0;
}

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

@media (max-width: 767px) {
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	background-color: #6c6c6c;
	position: absolute;
	width: 100%;
	z-index: 10;
}
.navbar-default .navbar-nav > li > a {
	color: #fff;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
	color: #cc401f;
	background-color: #6c6c6c;
}
.ora-gray-btn {
	text-align: center;
	width: 100%;
}
.nav.navbar-nav {
	float: none;
	width: 100%;
	margin-left: 0px;
}
.navbar-header > #logo {
    margin-left: 15px;
    margin-top: 7px!important;
}
.top-right {
	display: none!important;
}
.section-one {
	background-color: #f6f6f6;
	height: auto;
	padding: 30px 0;
	text-align: center;
	width: 100%;
}
.btn-gray {
	background-color: #6b6b6b;
	border: 1px solid #6b6b6b;
	border-radius: 99px;
	color: #fff;
	cursor: pointer;
	font-family: "Ubuntu";
	font-size: 15px;
	font-weight: 600;
	height: 40px;
	margin: 10px 10px;
	width: 140px;
}
.section-two {
	background-color: #fff;
	color: #000;
	font-size: 16px;
	height: auto;
	padding: 40px 0;
	text-align: center;
	width: 100%;
}
.sectionthree {
	width: 100%!important;
}
.section_middle_three {
	width: 100%!important;
}
.four-left-txt {
	padding: 40px 0;
	width: 100%;
	text-align: justify;
}
.four-left-txt h2 {
	text-align: center;
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 2px;
	line-height: 30px;
}
.four-right-txt {
	padding: 10px 0 40px 0;
	width: 100%;
	text-align: justify;
}
.four-right-txt h2 {
	text-align: center;
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 2px;
	line-height: 30px;
}
.section-five {
	height: auto;
}
.section-five h2 {
	letter-spacing: 2px;
	line-height: 38px;
	margin: 50px 0 30px;
}
.btn-five-white {
	margin: 0 auto 40px;
	width: 90%;
}
.btn-white {
	margin: 25px auto;
}
.section-six {
	padding: 75px 0 50px;
	width: 100%;
}
.six-quote {
	position: absolute;
	top: -35px;
	width: 95%;
	z-index: 1;
}
.six-inner {
	height: auto;
	margin: 3% 9%;
	position: relative;
	width: 85%;
}
#wonderplugincarousel-1 .amazingcarousel-text {
	color: #444;
	font-size: 16px;
	height: auto!important;
	margin: 35px 6px 6px;
	overflow: hidden;
	position: relative;
	text-align: center !important;
	width: 100%;
}
.foot-left h4 {
	text-align: center!important;
}
.foot-txt {
	text-align: center!important;
	width: 100%;
}
#footer-area a {
	color: #fff;
	padding: 0 2px!important;
}
.social-icons a > .fa {
	padding: 0 5px!important;
}
.foot-txt-copy {
	margin: 10px 0!important;
	text-align: center!important;
	width: 100%;
}
.copyright {
	margin: 10px 0 15px!important;
	width: 100%;
}
.copy-txt {
	text-align: center!important;
}
.es_textbox {
	float: left;
	width: 100%;
}
.es_button {
	float: right;
	margin-top: -45px;
	width: 40%;
}
.bottom-img {
	padding: 25px 0 0;
	text-align: center;
	width: 100%;
}
.bottom-img > img {
	padding: 8px 15px;
}
.pic-top {
	margin: 0;
	position: absolute;
	text-align: center;
	z-index: 0;
}
.three-pic-centre {
	height: auto;
}
.orange-title {
	margin-top: 10px!important;
	text-align: center;
	width: 100%;
}
.six-inner {
	height: auto;
	margin: 5% 9%;
	width: 85%;
}
#wonderplugincarousel-1 .amazingcarousel-text {
	height: auto !important;
}
.table-data {
	padding-left: 0px!important;
}
td {
	display: block;
}
.btn.btn-default {
	width: 50%
}
.alignright {
	display: block;
	padding-bottom: 15px;
	float: none;
	text-align: center;
	margin-left: 0;
}
.alignleft {
	display: block;
	padding-bottom: 15px;
	float: none;
	text-align: center;
	margin-left: 0;
}
}
/* =Comments
----------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}
#respond {
	background-color: transparent !important;
	box-shadow: none !important;
	padding: 0px !important;
}
#respond > p, #respond p.comment-notes, p.logged-in-as {
	margin-bottom: 10px;
}
p.logged-in-as {
	padding-bottom: 0px;
}
.comment-list {
	margin-bottom: 40px !important;
	margin-left: 0px !important;
	padding-left: 0;
}
.comment .comment-body {
	background-color: #ffffff;
	margin: 0;
	overflow: hidden;
	padding: 25px;
	margin-top: 2em;
	padding-left: 116px;
	position: relative;
	border: 1px solid rgba(0, 0, 0, 0);
	border-color: #E8E8E8;
	border-radius: 4px;
}
.comment-list .children {
	margin-left: 0px!important;
	padding-left: 40px;
	border-left: 1px solid #E8E8E8;
	background-repeat: no-repeat;
	background-position: left 20px;
}
.comment-list li.comment > div img.avatar {
	position: absolute;
	left: 29px;
	top: 29px;
}
#comment-form-title {
	font-size: 24px;
	padding-bottom: 10px;
}
.vcard .avatar {
	position: absolute;
	left: 29px;
	top: 29px;
}
.comment-metadata {
	font-size: 11px;
	line-height: 16px;
	margin-bottom: 10px;
}
.comment-reply-link {
	float: right;
}
.form-allowed-tags code {
	word-wrap: break-word;
	white-space: inherit;
}
.comment-respond label {
	display: block;
	font-weight: normal;
}
.comment-respond .required {
	color: #C7254E;
}
/* =Attachment styling
----------------------------------------------- */
#image-navigation .nav-previous a, #image-navigation .nav-next a {
	padding: 5px 20px;
	border: 1px solid #E8E8E8;
	border-radius: 4px;
	display: block;
}
#image-navigation .nav-previous a:hover, #image-navigation .nav-next a:hover {
	background-color: #1FA67A;
	color: #fff;
}
#image-navigation .nav-previous, #image-navigation .nav-next {
	margin: 10px 0;
}
/* =Footer
----------------------------------------------- */
#footer-area {
	background-color: #6b6b6b;
	color: #fff;
	font-size: 12px;
}
.foot-left {
	float: left;
	width: 100%;
}
.foot-left h4 {
	font-size: 24px;
	text-align: left;
	color: #fff;
}
.foot-left h4 > span {
	font-size: 24px;
	text-align: left;
	color: #9c9c9c;
}
.foot-txt {
	width: 100%;
	text-align: left;
	font-size: 14px;
	font-family: "Ubuntu";
	color: #fff;
	padding: 5px 15px 5px 0;
}
.foot-txt-copy {
	font-size: 13px;
	margin: 30px 0 0px;
	text-align: left;
	width: 100%;
}
.social-icons {
	margin: 10px 0;
	width: 100%;
	color: #fff;
	display: none;
}
.social-icons a > .fa {
	font-size: 28px;
	color: #fff;
}
#footer-area a {
	color: #fff;
	padding: 0 10px;
}
#footer-area a:nth-child(1) {
	color: #fff;
	padding: 0 10px 0 0;
}
#footer-area .footer-widget-area {
	padding: 40px 0 20px 0;
	overflow: hidden;
}
#footer-area ul li {
	border-bottom: 1px solid #444;
}
#footer-area .site-info nav ul li {
	border-bottom: none;
}
#footer-area .tab-content > .active {
	border: none;
}
#footer-area .nav-tabs > li.active > a, #footer-area .nav-tabs > li.active > a:hover, #footer-area .nav-tabs > li.active > a:focus {
	background-color: transparent;
}
#footer-area .tab-content .tab-entry {
	font-size: inherit;
}
#footer-area .widgettitle {
	font-size: 18px;
	color: inherit;
	margin-top: 0px;
}
#footer-area #social ul li {
	border-bottom: none;
}
#footer-area .widget ul li {
	padding: 10px 0;
	list-style: none;
}
.footer-nav.nav > li {
	position: relative;
	display: inline-table;
}
.footer-nav.nav {
	float: left;
	margin-bottom: 2px;
}
.copyright {
	float: right;
	margin: 35px 0 15px;
	text-align: left;
	width: 100%;
}
.copy-txt {
	font-size: 13px;
	margin: 15px 0;
	text-align: left;
	width: 100%;
}
#colophon {
	background-color: #6b6b6b;
	padding: 30px 0;
	border-top: 1px solid #3A3A3A;
}
.site-info a {
	color: #777;
}
.site-info a:hover {
	color: #999;
}
#footer-area a:hover {
	color: #fff;
}
.site-info {
	color: #999;
	font-size: 12px;
}
.footer-nav.nav > li > a:hover {
	background-color: transparent;
}
.scroll-to-top {
	background: #3B3B3B;
	background: rgba(0, 0, 0, 0.4);
	color: #FFF;
	bottom: 4%;
	cursor: pointer;
	display: none;
	position: fixed;
	right: 20px;
	z-index: 999;
	font-size: 16px;
	padding: 2px 10px;
	border-radius: 4px;
	-webkit-transition: background-color 0.1s linear;
	-moz-transition: background-color 0.1s linear;
	-o-transition: background-color 0.1s linear;
	transition: background-color 0.1s linear;
}
.scroll-to-top:hover {
	background: #1FA67A;
	opacity: .8;
}

/* =Mobile Styling
----------------------------------------------- */

@media (max-width: 768px) {
.pull-right {
	float: none !important;
}
.pull-left {
	float: none !important;
}
.site-info, .copyright {
	text-align: center;
}
.footer-nav.nav, .copyright {
	float: left;
}
.flex-caption {
	display: none;
}
.navbar > .container .navbar-brand {
	margin: 0;
}
.navbar-default .navbar-nav > li > a {
	line-height: 20px;
	padding: 15px 10px;
}
.navbar-header > #logo {
    margin-top: 10px;
}
.nav.navbar-nav {
	float: right;
	 margin: 15px 0 0;
	width: 65%!important;
}
.section-one {
	width: 100%;
	height: auto;
}
.top-right {
display: inline-flex;
    float: right;
    margin-top: -33px;
    padding-bottom: 10px;
    width: 73%;
}
#phn {
	margin-left: 66px;
	width: 55% !important;
}
.top-right-img {
	display: inline-flex;
	font-size: 16px;
	font-weight: 400;
	padding-bottom: 5px;
	width: 89%;
}
.ora-gray-btn {
	text-align: center!important;
	width: 100%!important;
	display: block!important;
	margin: 15px 0 0;
}

.sectionthree {
	width: 34%;
}
.section_middle_three {
	width: 31.967%;
}
.spanone {
	line-height: 70px;
	padding: 45px 0 0 7%;
	text-align: center;
	width: 95%;
}
.pic-top {
	margin: 0;
}
.section-two {
	height: auto;
	padding: 40px 0;
	text-align: center;
	width: 100%;
}
.four-left-txt {
	padding: 50px 0;
	text-align: left;
	width: 100%;
}
.four-right-txt {
	padding: 0 0 50px;
}
.section-five {
	height: auto;
}
.btn-five-white {
	margin: 0 auto 50px;
}
.six-inner {
	height: auto;
	margin: 5% 9%;
	width: 85%;
}
#wonderplugincarousel-1 .amazingcarousel-text {
	height: auto!important;
	margin: 35px 6px 6px;
	overflow: hidden;
	position: relative;
	text-align: center !important;
	width: 100%;
}
.es_textbox {
	float: left;
	width: 100%;
}
.es_button {
	float: right;
	margin: -55px 0 0;
	padding-bottom: 5px;
	width: 33%;
}
.orange-title {
    margin-top: 30px;
    text-align: center;
    width: 100%;
}
.table-data {
	padding-left: 30px;
}
}
/* =Social icons
---------------------------------------------- */

.top-bar {
	border-bottom-color: #E8E8E8;
}
#social a {
	font-size: 32px;
	margin: 6px;
	color: #E8E8E8;
}
#social {
	top: 0;
	position: relative;
	text-align: center;
}
#social ul li {
	list-style: none;
	display: inline-block;
	padding: 0 10px;
}
#social ul {
	margin-bottom: 0;
	padding: 0;
}
#social li a span {
	display: none;
}
.fa-googleplus:before {
	content: "\f0d5";
}
#social li, #social ul {
	border: 0!important;
	list-style: none;
	padding-left: 0
}
#social li a[href*="twitter.com"] .fa:before, .fa-twitter:before {
	content: "\f099"
}
#social li a[href*="facebook.com"] .fa:before, .fa-facebook-f:before, .fa-facebook:before {
	content: "\f09a"
}
#social li a[href*="github.com"] .fa:before, .fa-github:before {
	content: "\f09b"
}
#social li a[href*="/feed"] .fa:before, .fa-rss:before {
	content: "\f09e"
}
#social li a[href*="pinterest.com"] .fa:before, .fa-pinterest:before {
	content: "\f0d2"
}
#social li a[href*="plus.google.com"] .fa:before, .fa-google-plus:before {
	content: "\f0d5"
}
#social li a[href*="linkedin.com"] .fa:before, .fa-linkedin:before {
	content: "\f0e1"
}
#social li a[href*="youtube.com"] .fa:before, .fa-youtube:before {
	content: "\f167"
}
#social li a[href*="instagram.com"] .fa:before, .fa-instagram:before {
	content: "\f16d"
}
#social li a[href*="flickr.com"] .fa:before, .fa-flickr:before {
	content: "\f16e"
}
#social li a[href*="tumblr.com"] .fa:before, .fa-tumblr:before {
	content: "\f173"
}
#social li a[href*="dribbble.com"] .fa:before, .fa-dribbble:before {
	content: "\f17d"
}
#social li a[href*="skype.com"] .fa:before, .fa-skype:before {
	content: "\f17e"
}
#social li a[href*="foursquare.com"] .fa:before, .fa-foursquare:before {
	content: "\f180"
}
#social li a[href*="vimeo.com"] .fa:before, .fa-vimeo-square:before {
	content: "\f194"
}
#social li a[href*="spotify.com"] .fa:before, .fa-spotify:before {
	content: "\f1bc"
}
#social li a[href*="soundcloud.com"] .fa:before, .fa-soundcloud:before {
	content: "\f1be"
}

@media (min-width: 769px) and (max-width: 1024px) {
.nav.navbar-nav {
	float: right;
	margin-left: 43px;
    margin-top: -17px;
	width: 55%;
}
.spanone {
	color: #fff;
	font-family: ubuntu;
	font-weight: 300;
	padding: 45px 2% 0 5%;
	text-align: center;
	line-height: 70px;
	width: 95%;
}
.top-right {
	display: inline-flex;
    float: right;
    margin-top: -40px;
    padding-bottom: 10px;
    width: 58%;
}
.pic-top {
	margin: 0;
}
.site-branding {
	text-align: center;
}
.ora-gray-btn {
	width: 100%;
	display: inline-flex;
}
.bann-txt {
    font-size: 20px;
    text-align: center;
}
.btn-gray {
    margin: 0 5px;
    width: 135px;
}
.btn-orange {
    margin: 0 5px;
    width: 135px;
}
.orange-title {
    margin: 20px 0 0;
    text-align: center;
    width: 100%;
}
#social {
	top: 0;
	float: none;
	text-align: center;
}
.side-pull-left .main-content-inner, .side-pull-right .main-content-inner {
	float: none;
}
}
/* =Call For Action
----------------------------------------------- */
.cfa {
	padding: 30px 0px;
	background: #1FA67A;
	text-align: center;
	overflow: hidden;
}
.cfa-text {
	font-size: 22px;
	color: #fff;
	display: block;
	padding-top: 10px;
}
.cfa-button {
	background-color: transparent;
	color: #fff;
	padding: 15px 30px;
	border-color: #fff;
}
.cfa-button a, .cfa-button a {
	color: #fff;
}
.cfa-button:hover {
	background-color: #fff;
	color: #1FA67A;
}
.cfa-button:hover a {
	color: #1FA67A;
}
/* Layout */
.side-pull-left #primary {
	float: left;
}
.side-pull-right #primary {
	float: right;
}
.no-sidebar #secondary, .full-width #secondary {
	display: none;
}
.no-sidebar #primary {
	float: none;
	margin: 0 auto;
}
.full-width #primary {
	width: 100%;
}
