/*
	Theme Name: Handyman
	Theme URI: http://themeforest.net/user/premiumlayers/portfolio
	Author: erathemes
	Author URI: http://themeforest.net/user/erathemes
	Description: Handyman Premium Wordpress Theme
	Version: 1.0
	License: GNU General Public License
	License URI: license.txt
	Tags: threaded-comments, theme-options, sticky-post, full-width-template, flexible-header, featured-images, custom-menu, custom-header, custom-colors, custom-background, responsive-layout
	Text Domain: handyman
*/

/*
	[Table of contents]

	## WRAP
	## HEADER
	## NAVIGATION
	## BANNER
	## SERVICES
	## OUR FEATURED FOUNDERS
	## BLOG UPDATES 
	## APPOINMENT
	## NEWS FROM BLOG
	## PARTNERS / CLIENTS
	## FOOTER
	## SOCIAL ICONS
	## MEGA MENU
	## Wordpress
	## Navigation
*/

body {
	background: #fff;
	font-weight: normal;
	position: relative;
	font-size: 14px;
	font-family: 'PT Sans';
}

body,
main,
footer {
	overflow-x: hidden;
}

.no-left-padding {
	padding-left: 0;
}

.site-main {
	position: relative;
}

.fixedlayout.container {
	margin: 0 auto;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
	letter-spacing: 1px;
}

.navbar-collapse.collapse {
	padding: 0;
}

iframe,
img,
video {
	max-width: 100%;
}

audio {
	width: 100%;
}

.wpb_text_column > .wpb_wrapper ul {
	padding: 0;
}

.page_spacing {
	margin-top: 100px;
	margin-bottom: 100px;
}

.owclearfix::before,
.owclearfix::after {
	content: " ";
	display: table;
}

.owclearfix::after {
	clear: both;
}

.owpull-left {
	float: left;
}

.owpull-right {
	float: right;
}

.container {
    max-width: 100%;
}

.full-content {
	padding: 0;
}
.emergency-text h3 a,
.customcolor {
	 color: #fdc206;
}

/* =======================================================
      WRAPPER
======================================================== */
#wrap {
	position: relative;
	width: 100%;
	overflow: hidden;
}

/* =======================================================
      HEADINGS
======================================================== */
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #141414;
	font-family: 'Roboto Slab', serif;
	font-weight: bold;
}
h1 {
	font-size: 42px;
}
h2 {
	font-size: 36px;
}
h3 {
	font-size: 30px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 14px;
	font-weight: bold;
}

p {
	font-family: inherit;
	font-weight: 400;
	color: #6f6f6f;
	line-height: 24px;
	/*text-rendering: optimizeLegibility;*/
}

a {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	text-decoration: none !important;
	height: auto;
}

img{
	max-width: 100%;
	height: auto;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	display: inline-block !important;
}

ul {
	margin-bottom: 0px;
}

a {
	text-decoration: none;
	color: #141414;
}

.text-white {
    color: #fff !important;
}

.font-roboto {
	font-family: 'Roboto Slab', serif;
}
.font-pt {
	font-family: 'PT Sans';
}
p.intro-small {
	font-style: italic;
	color: #f5f5f5;
	width: 80%;
	margin: 0 auto;
}
.text-transform-none {
	text-transform: none !important;
}
.text-white {
	color: #fff !important;
}
.text-bold {
	font-weight: bold !important;
}
.text-normal {
	font-weight: normal !important;
}
.font-12px {
	font-size: 12px !important;
}
.font-14px {
	font-size: 14px !important;
}
.font-16px {
	font-size: 16px !important;
}
.font-18px {
	font-size: 18px !important;
}
.font-20px {
	font-size: 20px !important;
}
.font-bold {
	font-weight: bold !important;
}
.font-normal {
	font-weight: normal !important;
}
.white-text {
	color: #fff !important;
}
.font-italic {
	font-style: italic;
}
.font-bold {
	font-weight: bold !important;
}
a:hover, a:focus {
	color: #448aff;
}
.primary-color {
	color: #448aff !important;
}
.primary-color-2 {
	color: #ffc107 !important;
}
.border-bottom-1 {
	border-bottom: 1px solid #ededed;
}
.sub-bnr .position-center-center {
	left: 50%;
	position: absolute;
	top: 81%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.team ul li .position-center-center,
.latest-work.light-gray-bg .items.col-4  li .position-center-center,
.services-bg.light-gray-bg .services .nav-tabs li .position-center-center,
.light-gray-bg .offer-services ul li .position-center-center,
.latest-work .portfolio.style-2 ul li .position-center-center,
.latest-work .items.col-3 .position-center-center {
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.white-bg {
	background: #fff;
}
.relative {
	position: relative;
}
.line-height-24 {
	line-height: 24px !important;
}
.dark-text p {
	color: #141414;
}
.light-gray-bg {
	background: #f9f9f9;
}
.customcolor1 {
	color: #448aff;
}
.latest-work.light-gray-bg ul {
	padding-left: 0;
}

.testimonial {
	background-attachment: fixed;
	background-repeat: no-repeat;
}
/* Slider */
.home-slider #slide-3-layer-2,
.home-slider .rs-looped.rs-slideloop {
	text-shadow: 3px 5px 0 rgba(0, 0, 0, 0.5);
}
.home-slider #slide-4-layer-5,
.home-slider #slide-4-layer-3,
.home-slider #slide-4-layer-2 {
	text-shadow: 2px 3px 0 rgba(0, 0, 0, 0.5);
}

.home-slider #slide-4-layer-12 a,
.home-slider #slide-3-layer-5 a {
	color: #fff;
}
.home-slider #slide-4-layer-11 a:focus,
.home-slider #slide-4-layer-11 a:hover,
.home-slider #slide-3-layer-7 a:focus,
.home-slider #slide-3-layer-7 a:hover {
	color: #fff;
	outline: none;
}

.hebe .tp-bullet:hover, 
.hebe .tp-bullet.selected {
	background: rgba(255, 255, 255, 1)!important;
    border: 5px solid rgba(0, 0, 0, 1)
} 
.hebe .tp-bullet {
	height: 6px;
	width: 6px;
	background: rgba(0, 0, 0, 0.5) !important;
}
.hebe .tp-bullet .tp-bullet-image {
	display: none !important;
}

/* =======================================================
      BTN STYLE
======================================================== */
.btn {
	border: 2px solid #448aff;
	color: #448aff;
	display: inline-block;
	padding: 10px 30px;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Roboto Slab', serif;
	font-size: 15px;
	letter-spacing: 1px;
}
.btn:hover {
	background: #448aff;
	color: #fff;
}
.btn-more {
	font-size: 11px;
	background: #448aff;
	color: #fff;
	font-weight: normal;
	border: none;
	padding: 13px 30px;
	box-shadow: 4px 4px 0 #1c66bb;
}
.btn-more:hover {
	background: #ffc107;
	box-shadow: 4px 4px 0 #dca500;
}
.btn-yellow {
	background: #ffc107;
	color: #333333;
	border: none;
}
.btn-yellow:hover {
	background: #448aff;
	color: #fff;
}
.btn-blue {
	background: #448aff;
	color: #fff;
	font-size: 13px;
	outline: 3px solid rgba(68,138,255,0.5);
	white-space: normal;
}
.btn-blue:hover {
	background: #ffc107;
	color: #fff;
	border-color: #ffc107;
	outline: 3px solid #ffc107;
}
.btn-white {
	background: #fff;
	color: #222222;
	font-size: 13px;
	border-color: #fff;
	outline: 3px solid rgba(255,255,255,0.5);
}
.btn-white:hover {
	background: #ffc107;
	color: #fff;
	border-color: #ffc107;
	outline: 3px solid #ffc107;
}
.parallax-bg {
	background-size: cover !important;
}
section {
	position: relative;
	overflow: hidden;
	width: 100%;
	background: #fff;
}
.text-shadow {
	text-shadow: 3px 5px 0 rgba(0,0,0,0.5);
}
.text-shadow-1 {
	text-shadow: 2px 3px 0 rgba(0,0,0,0.5);
}
/*=======================================================
      HEADING
========================================================*/
.heading {
	width: 70%;
	margin: 0 auto;
	margin-bottom: 50px;
	text-align: center;
}
.heading h3 {
	font-size: 45px;
	margin: 0px;
}
.heading hr {
	background: url(images/hr-bottom.png) no-repeat;
	width: 101px;
	height: 16px;
	border: none;
	margin: 30px auto;
}
.heading p {
	font-size: 15px;
	line-height: 24px;
	color: #777777;
}
/*=======================================================
      TOP BAR
========================================================*/
.top-bar {
	padding-top: 40px;
	padding-bottom: 40px;
	display: inline-block;
	width: 100%;
}
.top-bar h6 {
	margin-top: 10px;
	margin-bottom: 5px;
}
.top-bar p,
.top-bar p a,
.top-bar p a:focus {
	color: #fff !important;
}
.top-right {
	float: right;
}
.top-right ul {
	float: right;
	padding-left: 0;
}

.top-right ul li {
	float: left;
	display: inline-block;
	margin-left: 20px;
	padding-right: 20px;
	border-right: 1px solid rgba(255,255,255,0.3);
}
.top-right ul li img {
	float: left;
	margin-right: 20px;
}
.top-right ul li .media {
	margin: 0px;
	padding: 0px;
	display: inline-block;
}
.top-right ul li .media h6 {
	color: #fff;
}
.logo {
	float: left;
}

.logo .text-logo {
	color: #fff;
	font-size: 24px;
	font-family: "Roboto Slab",serif;
	text-transform: uppercase;
	transition: all 0.4s ease-in-out 0s;
}
.logo .text-logo:hover  {
	color: #448aff;
}
.logo a:focus,
.logo .text-logo:focus,
.logo .text-logo:hover {
	outline: none;
}


/*=======================================================
      HEADER
========================================================*/
header {
	position: absolute;
	width: 100%;
	z-index: 9999;
}
header .navbar {
	background: rgba(51,51,51,0.8);
	border: none;
	margin: 0px;
	padding: 0px;
	border-radius: 0px;
	text-align: center;
	width: 100%;
}
.ow-navigation.navbar {
	display: inline-block;
}

.ow-navigation .navbar-nav {
	display: inline-block;
	width: 100%;
}
.ow-navigation.navbar li {
	display: inline-block;
	float: left;
	margin: 0 20px;
}
.ow-navigation.navbar .navbar-nav > li a {
	font-size: 16px;
	color: #fff;
	background: none;
	padding: 20px 10px;
	padding-bottom: 15px;
	font-family: 'Roboto Slab', serif;
	text-transform: uppercase;
	border-bottom: 5px solid;
	border-color: transparent;
}
.ow-navigation.navbar  li  a:focus,
.ow-navigation.navbar  li  a:hover {
	background: none;
	border-color: #ffc107;
	outline:none;
}
.ow-navigation.navbar li.active a {
	background: none;
	border-color: #ffc107;
}
.ow-navigation.navbar-nav .quotes a {
	font-size: 16px;
	text-transform: uppercase;
	color: #ffc107;
}
.ow-navigation .dropdown-menu {
	background: #333333;
    padding: 0;
	box-shadow: none;
	border-radius: 0;
	min-width: 250px;
}

.ow-navigation .navbar-nav ul.dropdown-menu li {
	margin: 0;
	display: block;
	float: none;
}
.ow-navigation .navbar-nav ul.dropdown-menu li a {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 14px;
    line-height: 40px;
    padding: 0 20px;
    color: #999;
    display: inline-block;
    float: left;
    padding: 0 20px;
    text-decoration: none;
    width: 100%;
}
.ow-navigation ul.dropdown-menu li a:focus,
.ow-navigation ul.dropdown-menu li a:hover { 
	background-color: transparent;
	outline: none;
	color: #fdc206;
}

.ow-navigation li.quotes {
	margin: 0 !important;
	height: 60px;
	float: right;
}

.ow-navigation li.quotes a {
	background: #333333;
    color: #ffc107 !important;
    display: inline-block;
    font-family: "Roboto Slab",serif;
    font-size: 16px;
    padding: 0px 50px !important;
    text-transform: uppercase;
	line-height: 60px;
	height: 60px;
}

.ow-navigation .navbar-nav .quotes a:hover {
	background: #ffc107;
	color: #333333 !important;
}

/*=======================================================
      SUB BANNER
========================================================*/
.sub-bnr {
	background-size: cover;
	min-height: 365px;
	text-align: center;
}
.sub-bnr h4 {
	color: #fff;
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
	word-wrap: break-word;
	line-height: normal;
}

/* Breadcrumb */
.sub-bnr .breadcrumb {
	background: none;
}
.sub-bnr .breadcrumb  span,
.sub-bnr .breadcrumb  span a{
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: 'Roboto Slab', serif;
	color: #ffc107;
	font-size: 12px;
}

.sub-bnr .breadcrumb > span::after {
    color: #ffc107;
    content: "/ ";
    font-size: 14px;
    padding: 0 5px;
}
.sub-bnr  .breadcrumb > span:last-of-type:after {
	content: "";
}
.sub-bnr .breadcrumb {
	font-size: 0;	
}

/*=======================================================
      SERVICES
========================================================*/
.what-we-do .rotatebox {
	min-height: 323px;
	line-height: 323px;
	text-align: center;
}
.services-bg {
	background-color: #f9f9f9;
	background-position: left top;
	background-repeat: no-repeat;
}
.services .nav-tabs {
	border: none;
	padding-left: 0;
}
.services .nav-tabs li {
	position: relative;
}
.services .nav-tabs .position-center-center {
	width: 100%;
	padding: 0px 30px;
}
.services .nav-tabs li span {
	color: #fff;
	font-weight: 600;
	margin-bottom: 15px;
	display: inline-block;
	width: 100%;
	letter-spacing: 1px;
	font-size: 14px;
	text-transform: uppercase;
}
.services .nav-tabs li p {
	color: #fff;
	line-height: 20px;
}
.services {
	padding-left: 120px;
}

.services .nav-tabs li {
	display: inline-block;
	margin-bottom: 30px;
	min-height: 160px;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
}
.services .nav-tabs li a {
	display: inline-block;
	width: 100%;
	padding-left: 10px;
}
.services .nav-tabs li .position-center-center {
	position: relative;
}
.services .nav-tabs .media-left {
	text-align: left;
	position: absolute;
	left: 30px;
}
.services .nav-tabs .media-body { 
	display: inline-block;
	padding-left: 65px;
	width: 100%;
}
.services .nav-tabs li.active span {
	color: #ffc107;
}
.services .nav-tabs li:hover span {
	color: #ffc107;
}
.services {
}
.services-1, .services-2, .services-3 {
}
/*=======================================================
      WORK
========================================================*/
.latest-work .text-center ul {
	padding-left: 0;
}
.latest-work .filter {
	background-color: #333;
	margin: 0px;
	min-height: 380px;
}
.latest-work .filter li a {
	color: #fff;
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
	line-height: 22px;
	font-size: 12px;
	padding: 10px 0;
	display: inline-block;
	width: 100%;
	text-transform: uppercase;
}
.latest-work .filter li a:hover {
	color: #ffc107
}
.latest-work .filter li a.active {
	color: #ffc107
}

.latest-work .filter li a:focus {
	outline: none;
}

.latest-work .item {
	margin-bottom: 30px;
}
.latest-work .col-4 .item {
	width: 25%;
}
.gal-item .hover-info {
	position: absolute;
	height: 100%;
	width: 100%;
	background: rgba(51,51,51,0.9);
	z-index: 9;
	opacity: 0;
	top: 0px;
	left: 0px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.gal-item .hover-info a {
	color: rgba(255,255,255,0.8);
	font-size: 60px;
	display: inline-block;
	position: relative;
}
.gal-item .hover-info a:hover {
	color: #fff;
}
.gal-item:hover .hover-info {
	opacity: 1;
}
.gal-item {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.portfolio.style-2 li.item {
	width: 16.5% !important;
	text-align: center;
	float: left;
}
.latest-work .portfolio.style-2 li.item .gal-item > img { 
	width: 100%;
}
.portfolio.style-2 li.large {
	width: 34% !important;
	text-align: center;
	float: left;
}

.portfolio.style-2 > .row {
	padding: 0;
}
.portfolio.style-2 li.item a {
	font-size: 18px;
	color: #ffc107;
	height: 38px;
	width: 38px;
	border-radius: 50%;
	border: 1px solid #ffc107;
	line-height: 36px;
	text-align: center;
	margin: 0 5px;
}
.portfolio.style-2 li.item a:hover {
	background: #ffc107;
	color: #fff;
}
.portfolio.style-2 li.item h6 {
	color: #fff;
	font-size: 18px;
	margin-top: 30px;
	margin-bottom: 30px;
	text-transform: uppercase;
}
/*=======================================================
      COUNTER
========================================================*/
.counter {
	background-repeat: no-repeat;
	background-size: cover;
}
.counter ul li {
	width: 20%;
	float: left;
	padding-left: 0;
}
.counter ul li img {
	display: inline-block;
	float: left;
	margin-right: 20px;
}
.counter ul li span {
	color: #ffc107;
	font-size: 30px;
	margin-top: 30px;
	display: inline-block;
	letter-spacing: 1px;
	text-align: left;
	font-weight: bold;
}
.counter ul li h5 {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'PT Sans';
	margin-top: 10px;
}
.counter ul li .img-up {
	min-height: 70px;
	vertical-align: bottom;
	display: inline-block;
	width: 100%;
	position: relative;
	font-family: 'Roboto Slab', serif;
}
/*=======================================================
      NEWS
========================================================*/ 

.news {
	position: relative;
}
.latest-news ul {
	padding-left: 0;
}
.latest-news  .news .post-date a {
	position: absolute;
	height: 70px;
	width: 70px;
	background: #ffc107;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	display: inline-block;
	color: #fff;
	font-size: 22px;
	font-family: 'Roboto Slab', serif;
	line-height: 24px;
	padding-top: 10px;
	letter-spacing: 1px;
	top: 30px;
	left: 40px;
}
.news .post-date small {
	font-size: 15px;
	font-weight: bold;
}
.post-detail .entry-title {
    margin-top: 0;
}
.latest-news  .news .post-detail {
	padding: 0 30px;
	margin-top: -40px;
}
.latest-news  .news .post-detail article  {
	background: #fff;
	padding: 30px 20px;
	position: relative;
	z-index: 9;
	text-align: center;
	box-shadow: 0 5px 3px rgba(0,0,0,0.1);
}
.latest-news .news .post-detail a {
	font-family: 'Roboto Slab', serif;
	font-weight: bold;
	display: inline-block;
	text-transform: uppercase;
	margin-bottom: 10px;
	letter-spacing: 0.5px;
}
.latest-news .news .post-detail span a {
	font-family: "PT Sans";
    font-size: 14px;
    font-weight: normal;
	color: #777;
    font-style: italic;
}
.latest-news  .news .post-detail span a:focus {
	outline: none;
}
.latest-news  .news .post-detail span {
	font-style: italic;
	color: #777;
	display: inline-block;
}
.latest-news .news .post-detail span::after {
	content: "|";
	color: #777;
	margin: 0 5px;
}
.latest-news .news .post-detail span.sl-wrapper:after {
	content: "";
	margin: 0;
}
.latest-news .news  span.sl-wrapper span.sl-loader:after {
	content: "";
	margin: 0;
}
.latest-news  .news  span.sl-wrapper span.sl-count:after {
	content: "";
	margin: 0;
}
.latest-news .news  span.sl-wrapper span.sl-icon:after {
	content: "";
	margin: 0;
}
.latest-news .news  .post-detail span:last-of-type:after {
	content: "";
	margin: 0;
}
.latest-new .news .post-detail span i {
	margin-right: 5px;
}
.type-post .latest-news .news {
	padding: 50px 30px;
	margin-bottom: 40px;
	box-shadow: none;
	border-bottom: 1px solid #ececec;
}
.latest-news .news .btn {
	width: auto;
	margin-top: 20px;
	font-size: 12px;
}
.latest-news .news .post-detail span i {
	margin-right: 10px;
}
.latest-news .news p {
	line-height: 26px;
	color: #999999;
}
/*=======================================================
      WHO WE
========================================================*/
.who-we  ul {
	padding-left: 0;
	display: inline-block;
}

.who-we h3 {
	font-size: 36px;
	margin-bottom: 40px;
	margin-top: 0px;
}
.who-we p {
	font-size: 14px;
	margin-bottom: 30px;
}
.who-we .btn {
	padding: 10px 30px;
	font-size: 12px;
	outline: none;
	margin-top: 30px;
}
.who-we .btn-yellow {
	padding: 10px 30px;
	font-size: 12px;
	outline: none;
	margin-top: 30px;
	margin-left: 20px;
	background: none;
	border: 2px solid #ffc107;
}
.who-we .btn-yellow:hover {
	background: #ffc107;
}
.list-style li {
	position: relative;
	padding-left: 20px;
	line-height: 30px;
	float: left;
	width: 50%;
	color: #6f6f6f;
}
.list-style li:before {
	position: absolute;
	left: 0px;
	content: "\f105";
	font-size: 14px;
	color: #5091ff;
	font-family: 'FontAwesome';
}

.features-list ul {
	margin-top: 30px;
}
.features-list ul > li {
	position: relative;
	padding-left: 20px;
	line-height: 30px;
	float: left;
	width: 100%;
	color: #6f6f6f;
}
.features-list ul > li:before {
	position: absolute;
	left: 0px;
	content: "\f105";
	font-size: 14px;
	color: #5091ff;
	font-family: 'FontAwesome';
}

.offer-services > ul {
	padding: 0;
}
.offer-services li {
	float: left;
	display: inline-block;
	width: 20%;
	position: relative;
	text-align: center;
	padding-top: 70px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.offer-services li > img {
	width: 100%;
}
.offer-services li:hover {
	padding-top: 0px;
	padding-bottom: 70px;
}
.offer-services li h5 {
	text-transform: uppercase;
	color: #fff;
	font-weight: normal;
	margin-top: 20px;
	letter-spacing: 1px;
}
.offer-services li p {
	color: #fff;
	letter-spacing: 1px;
}
.offer-services li .img-responsive {
	width: 100%;
}
.offer-services li a {
	color: #448aff;
	background: #f9f9f9;
	height: 70px;
	position: absolute;
	width: 100%;
	bottom: 0px;
	line-height: 70px;
	left: 0px;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'Roboto Slab', serif;
	z-index: -1;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	opacity: 0;
}
.offer-services li .position-center-center {
	margin-top: 35px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.offer-services li:hover .position-center-center {
	margin-top: -35px;
}
.offer-services li a:hover {
	color: #f9f9f9;
	background: #448aff;
}
.offer-services li:hover a {
	z-index: 1;
	opacity: 1;
}
/*=======================================================
      TEAM
========================================================*/
.team  ul   {
	padding-left: 0;
}

.team ul li {
	position: relative;
}
.team ul li article {
	position: relative;
	border: 1px solid #ececec;
	position: relative;
	overflow: hidden;
}
.team ul li article h6 {
	color: #fff;
	margin: 0px;
	margin-bottom: 5px;
}
.team .team-hover {
	position: absolute;
	top: 0px;
	height: 100%;
	width: 100%;
	left: -100%;
	background: rgba(51,51,51,0.9);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.team .team-hover span {
	margin: 10px 0;
	font-weight: bold;
	margin-bottom: 20px;
}
.team .position-center-center {
	width: 100%;
	padding: 0 20px;
}
.team ul li article p {
	color: #fff;
	line-height: 24px;
}
.team ul li article span {
	color: #ffc107;
	font-size: 12px;
	display: inline-block;
	width: 100%;
	font-weight: bold;
}
.team .social li {
	margin: 0 10px 0 0;
	padding: 0px;
}
.team .social li a {
	font-size: 14px;
	color: #fff;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	border: 2px solid #fff;
	border-color: transparent;
	display: inline-block;
	text-align: center;
	line-height: 36px;
}
.team .social li a:hover {
	border-color: #fff;
}
.team .team-name {
	position: absolute;
	bottom: 0px;
	width: 100%;
	padding: 20px;
	left: 0px;
	text-align: right;
	background: rgba(51,51,51,0.9);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.team ul li article:hover .team-name {
	left: 100%;
}
.team ul li article:hover .team-hover {
	left: 0px;
}
.contact-page #map {
	height: 380px;
	border: 6px solid #f1f1f1;
	border-radius: 10px;
}
/*=======================================================
			CONTACT FORM
========================================================*/
.contact-form .error {
	border: 1px solid red;
}
.contact-form .error:before {
	content: "\f071";
	font-family: 'FontAwesome';
	position: absolute;
	color: red;
}
.success-msg {
	background: #fff;
	border: 1px solid #ABD0A8;
	color: #589051;
	margin-bottom: 30px;
	width: 100%;
	display: inline-block;
	text-align: center;
	padding: 11px 16px;
	border-radius: 4px;
	display: none;
}
.success-msg i {
	padding: 10px;
	border-radius: 50%;
	border: 1px solid #ABD0A8;
	margin-right: 10px;
}
.contact-form label {
	display: inline-block;
	width: 100%;
	font-weight: normal;
	font-size: 13px;
	margin-bottom: 20px;
}
.contact-form label input {
	border: 1px solid #cccccc;
	height: 40px;
	padding: 0 20px;
	border-radius: 0px;
	width: 100%;
	background: #fff;
	box-shadow: none !important;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.contact-form textarea {
	display: inline-block;
	width: 100%;
	position: relative;
	padding: 10px 20px;
	border: 1px solid #cccccc;
	height: 200px;
	border-radius: 0px;
	background: #fff;
	box-shadow: none !important;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.contact-form input:focus {
	border: 1px solid #448aff !important;
}
.contact-form textarea:focus {
	border: 1px solid #448aff !important;
}
.contact-form .btn {
	padding: 0px 50px;
	font-size: 15px;
	color: #fff;
	border: none;
	border-radius: 4px;
	height: 50px;
	width: 100%;
	background: #448aff;
	border: 2px solid #448aff;
	line-height: 44px;
	letter-spacing: 0.3px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	margin-bottom: 50px;
}
.contact-form .btn:hover {
	background: #fff;
	border-color: #448aff;
	color: #448aff;
}
/*=======================================================
      TESTI
========================================================*/
.testi {
	position: relative;
	overflow: hidden;
	padding-bottom: 50px;
}
.testi .media-left .avatar {
	width: 127px;
	margin-right: 50px;
	display: inline-block;
}
.testi .media-left .avatar:before {
	height: 125px;
	width: 125px;
	position: absolute;
	content: "";
	display: inline-block;
	left: 0px;
	top: 0px;
	z-index: 3;
	border: 2px solid rgba(255,255,255,0.8);
}
.testi .quote {
	font-size: 40px;
	color: rgba(255,255,255,0.2);
	position: absolute;
	left: 0px;
	top: 0px;
}
.testi .media-left .avatar img {
	position: relative;
	z-index: 9;
}
.testi h5 {
	font-size: 20px;
	color: #fff;
	margin-bottom: 10px;
	margin-top: 0px;
	text-transform: uppercase;
}
.testi .owl-nav {
	position: absolute;
	left: 18%;
	bottom: -20px;
}
.testi .owl-nav div {
	display: inline-block !important;
	color: #fff;
	margin-right: 14px;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	border: 1px solid #fff;
	line-height: 28px;
	text-align: center;
}
.testi .owl-dots {
	position: absolute;
	right: -20px;
	top: 40%;
	width: 6px;
}
.testi .owl-dots div {
	height: 6px;
	width: 6px;
	display: inline-block;
	background: rgba(255,255,255,0.3);
	margin-bottom: 0px;
	border-radius: 50%;
}
.testi .owl-dots .owl-dot.active {
	background: #fff;
}
.testi .owl-dots .owl-dot span {
	margin: 0px;
}
.testi span {
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
}
.testi .media-body p {
	color: #fff;
	font-size: 16px;
}
.testi .media-body span {
	color: #b0b7ff;
}
.texti-slide {
}
#content {
	position: relative;
}
/*=======================================================
      Emergency
========================================================*/
.wpb_revslider_element {
	margin-bottom: 0 !important;
}
.procsss {
	position: absolute;
	bottom: 50px;
	z-index: 999;
	background: none;
}
.procsss ul {
	background: rgba(0,0,0,0.5);
	padding: 30px 30px;
}
.process-inner {
	position: relative;
}
.procsss .process-number {
	position: absolute;
	left: 0;
}
.procsss .process-detials,
.procsss .process-number {
	display: inline-block;
}
.procsss .process-detials {
	width: 100%;
	padding-left: 65px;
}
.procsss ul li h6 {
	text-transform: uppercase;
	font-size: 20px;
	letter-spacing: 1px;
	color: #fff;
	margin-bottom: 5px;
	margin-top: 0;
}
.procsss ul li p {
	color: #fff;
	font-family: 'Roboto Slab', serif;
	margin: 0px;
}
.procsss .numb {
	display: inline-block;
	height: 45px;
	width: 45px;
	background: #ffc107;
	border-radius: 50%;
	line-height: 45px;
	text-align: center;
	color: #fff;
	font-family: 'Roboto Slab', serif;
	font-size: 20px;
	color: #fff;
	margin-right: 10px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.procsss li:hover .numb {
	background: #fff;
	color: #ffc107;
}

.widget-area .widget ul li:before {
	content: "\f101";
	font-family: 'FontAwesome';
	position: absolute;
	left: 0px;
}

.widget-area .widget ul li {
	position: relative;
	padding-left: 15px;
	border-bottom: 1px solid #ececec;
	line-height: 35px;
}

.widget-area .widget ul li a {
	font-size: 16px;
	color: #777777;
	display: inline-block;
	width: 100%;
}
.widget-area .widget ul li a:focus,
.widget-area .widget ul li a:hover {
	color: #448aff;
	outline: none;
}

.news-post blockquote {
	color: #333333;
	font-size: 14px;
	border-left-color: #448aff;
	text-align: left;
	line-height: 26px;
	letter-spacing: 1px;
	margin-left: 50px;
	margin-top: 50px;
	margin-bottom: 50px;
}
.comments .media-body {
	padding: 30px;
	border: 1px solid #e9e9e9;
}
.comments .media-body h4 {
	color: #222222;
}
.comments .media-body h4 span {
	font-size: 12px;
	color: #777777;
	margin-left: 20px;
	display: inline-block;
	width: 100%;
}
.comments .media-body a {
	float: right;
	margin-top: -23px;
}
.comments {
	margin-top: 30px;
}
.comments .media-list {
	margin-bottom: 30px;
}
.comments .media-list li {
	padding: 20px 0;
}
.comments .media-left {
	margin-right: 20px;
}
.comments .media-left a {
	width: 100px;
	display: inline-block;
}
.comments .media p {
	margin-top: 15px;
	font-size: 13px;
}
.comments .media h6 span {
	font-size: 11px;
	color: #448aff;
	display: inline-block;
	margin: 0;
	width: 100%;
	margin-top: 15px;
}
.comments .media h6 {
	font-weight: 700;
	color: #222222;
}
.comments .media a {
	font-size: 14px;
	color: #5d7fe0;
	font-weight: normal;
	font-style: italic;
	text-align: center;
}
.comments .media a img {
	margin-bottom: 10px;
}
.comments form label {
	text-transform: uppercase;
	font-weight: normal;
	margin-top: 20px;
	display: inline-block;
	width: 100%;
	font-size: 12px;
}
.comments form .form-control {
	display: inline-block;
	width: 100%;
	height: 40px;
	margin-top: 5px;
	border-radius: 0px;
	box-shadow: none;
	background: none;
	border: 1px solid #e8e8e8;
}
.comments form textarea.form-control {
	display: inline-block;
	width: 100%;
	height: 150px;
}
.comments form .btn {
	float: right;
	width: 100%;
	background-color: #448aff;
	color: #fff;
	margin-top: 15px;
}
.pager {
	margin-bottom: 80px;
	text-transform: uppercase;
}
.pager a {
	font-size: 12px;
	border: none;
}
.comments {
	margin-bottom: 50px;
}
/*=======================================================
      Emergency
========================================================*/
.emergency {
	background-repeat: no-repeat;
	background-size: cover;
	height: auto;
}
.emergency h3 {
	margin-top: 0px;
}
/*=======================================================
      CLIENTS
========================================================*/
.clients ul {
	padding-left: 0;
}
.clients li a {
	display: inline-block;
	width: 100%;
	opacity: 0.5;
	padding: 20px 0;
	border: 1px solid #f1f1f1;
	text-align: center;
}
.clients li a:hover {
	opacity: 1;
}
.clients .style-2 li {
	padding: 0px;
	border: none;
}
.clients .style-2 li a {
	border-right: none;
	border-top: none;
	border-left: none;
}
/*=======================================================
      Appoinment
========================================================*/
.appoinment {
	background-repeat: no-repeat;
}

div.wpcf7-validation-errors {
	border: 0 none !important;
}

.appoinment {
}
.appoinment form{
	margin-top:50px;
}
.appoinment  label{
	width:100%;
	font-weight:normal;
	font-size:11px;
	text-transform:uppercase;
	display:inline-block;
}
.wpcf7-submit {
	margin-top: 18px;
}

.appoinment input{
	height:40px;
	font-weight:normal;
	font-size:11px;
	text-transform:uppercase;
	padding-top:8px;
	border-radius:0px ;
	border:1px solid #e2e2e2; 
}
.appoinment textarea{
	height:116px;
	font-weight:normal;
	font-size:11px;
	text-transform:uppercase;
	padding-top:8px;
	border-radius:0px ;
	border:1px solid #e2e2e2; 
}
.appoinment .btn{
	background:#448aff;
	border:none;
	color:#fff;
	font-size:12px;
	margin-bottom:50px;
}
.ser-single .list-style li{
	width:100%;
}
/*=======================================================
			ACCORDION
========================================================*/
#accordion {
}
#accordion .panel-default > .panel-heading .panel-title a:before {
	content: "\f077";
	font-family: FontAwesome;
	padding: 0px;
	color: #fff;
	float: right;
	padding: 0px 15px;
	display: none;
}
#accordion .panel-default > .panel-heading .panel-title a.collapsed:before {
	content: "\f078";
	color: #222222;
	font-family: FontAwesome;
	display: none;
}
#accordion .icon-accor {
	background: #448aff;
	color: #fff;
	display: inline-block;
	height: 41px;
	width: 41px;
	text-align: center;
	line-height: 41px;
	margin-right: 15px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
#accordion .panel-default {
	border: none;
}
#accordion .panel-default > .panel-heading {
	background-color: #fff;
	padding: 0px;
	color: #333333;
	border-radius: 0px;
	overflow: hidden;
	border: none !important;
}
#accordion .panel-default > .panel-heading a {
	text-decoration: none;
	font-size: 12px;
	width: 100%;
	font-weight: 400;
	padding: 0px;
	text-transform: uppercase;
	line-height: 40px;
	font-family: 'Roboto Slab', serif;
	display: inline-block;
	padding-left: 0px;
	border: 1px solid #dddddd;
}
#accordion .panel-group .panel {
	border-radius: 0px;
}
#accordion .panel-body {
	border: 1px solid #dddddd;
	border-top: none;
}
.latest-work > .portfolio-wrapper > .items {
    min-height: 300px;
}
.latest-work .filter.tabs {
	height: auto;
	min-height: 1px;
	background: none;
	text-align: center;
}
.latest-work .filter.tabs {
	margin-bottom: 50px;
	display: inline-block;
	width: 100%;
}
.latest-work .filter.tabs li {
	display: inline-block;
	margin: 0 5px;
}
.latest-work .filter.tabs li a {
	color: #999999;
	padding: 8px 20px;
	border: 2px solid #999999;
}
.latest-work .filter.tabs li a.active {
	color: #ffc107;
	border: 2px solid #ffc107;
}
.widget-title {
	background: url(images/side-tittle.png) left center no-repeat;
	padding-left: 50px;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 20px;
	margin-top: 0px;
}
.tags a {
	font-size: 13px;
	color: #777777;
	border: 1px solid #ececec;
	padding: 5px 15px;
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 10px;
}
.tags li {
	display: inline-block;
	float: left;
}
.tags a:hover {
	border: 1px solid #448aff;
	background: #448aff;
	border-color: #448aff;
	color: #fff;
}

.widget_social_icons li {
	float: left;
	text-align: center;
}

.widget_social_icons li i {
	width: 42px;
	line-height: 40px;
	height: 42px;
	border: 2px solid #fff;
	border-radius: 100%;
	margin: 5px;
	color: #fff;
	font-size: 16px;
}

/*=======================================================
			PAPULAR POST
========================================================*/

.widget .papu-post .media-left {
	width: 80px;
	margin-right: 0px;
}
.widget .papu-post .media-left img {
	width: 100%;
}
.widget .papu-post .media-left a {
	width: 70px;
	margin-right: 10px;
	display: inline-block;
}
.widget .papu-post span {
	color: #999999;
	letter-spacing: 0px;
	font-size: 11px;
}
.widget .papu-post li {
	border-bottom: 1px solid #ececec;
	padding: 15px 0;
	margin: 0px;
}

.widget-area .widget .papu-post li {
	padding-left: 0;
}

.widget .papu-post li::before {
	display: none;
}

.widget .papu-post .media-heading {
	display: inline-block;
	width: 100%;
	color: #222222;
	font-size: 13px;
	line-height: normal;
	letter-spacing: 0px;
}
.search input {
	display: inline-block;
	width: 100%;
	height: 35px;
	background: #fff;
	border: 1px solid #ebebeb;
	border-bottom-right-radius: 50px;
	border-top-right-radius: 50px;
}
.search button {
	float: right;
	margin-top: 10px;
	line-height: 35px;
	margin-right: 0px;
	margin-top: -35px;
	position: relative;
	z-index: 1;
	border-radius: 50%;
	border: none;
	color: #fff;
	width: 35px;
	height: 35px;
	font-size: 16px;
	background: #448aff;
}
.side-bar #map {
	height: 320px;
	width: 100%;
}
/*=======================================================
			PRICING
========================================================*/
.pricing {
}

.appointment-form ul,
.latest-work > .portfolio-wrapper > .container > ul,
.latest-work > .portfolio-wrapper > ul,
.contact-form > ul,
.contact-page > ul,
.pricing > .container > .row,
.pricing > .container > .row .price-info {
	padding: 0;
}

.pricing ul li article {
	background: #f9f9f9;
	text-align: center;
	padding: 50px 0;
}
.pricing ul li h5 {
	font-weight: normal;
	margin-bottom: 50px;
}
.pricing ul li .price-info {
	color: #969595;
	letter-spacing: 0.5px;
	line-height: 40px;
}
.pricing ul li .price {
	font-size: 50px;
	margin-top: 50px;
	font-family: 'Roboto Slab', serif;
}
.pricing ul li .month {
	font-size: 12px;
}
.curency {
}
/*=======================================================
			TABS SECTION
========================================================*/
#tabs .tab-pane {
	padding: 30px;
	border: none;
}
#tabs .nav-tabs > li {
	border: none;
	margin: 0px;
	padding: 0px;
	float: left;
	border: none;
	width: 33.3333%;
}
#tabs .nav-tabs > li a {
	border: none;
	float: left;
	width: 100%;
	text-align: center;
	font-family: 'Roboto Slab', serif;
	padding: 15px 30px;
	font-size: 13px;
	border-radius: 0px;
	text-transform: uppercase;
	border-top: 2px solid #fff;
}
#tabs .nav-tabs > li.active a {
	border-top: 2px solid #448aff;
	color: #448aff;
}
#tabs .nav-tabs > li:hover a {
	border-top: 2px solid #448aff;
	background: none;
	color: #448aff;
}
#tabs .nav-tabs {
	border: none;
	border-bottom: none;
}
.error-page{
	text-align:center;

}
.error-page h2 {
	font-size:300px;
	color:#448aff;
}
.error-page h3{
	font-weight:normal;
	text-transform:uppercase;
}
.error-page p{
	width:60%;
	margin:0 auto;
}
/*=======================================================
      FOOTER
========================================================*/
footer h4 {
	font-size: 18px;
	color: #fff;
	margin-bottom: 20px;
	text-transform: uppercase;
}
footer p {
	color: #fff;
	font-family: 'Roboto Slab', serif;
}
footer .social li {
	margin-top: 20px;
	margin-left: 0px;
	margin-right: 10px;
	padding: 0px;
}
.footer-works>.col-md-3 {
	width: 31%;
}
.footer-hr {
	margin-bottom: 20px;
}
.footer-ul li a {
	font-family: 'Roboto Slab', serif;
	color: #fff;
	font-size: 13px;
}
footer .search {
	width: 100%;
}
footer .go {
	float: right;
	height: 46px;
	width: 50px;
	border-left: 1px solid #ffffff;
	height: 40px;
	margin-top: -60px;
	color: #fff;
	text-align: center;
	line-height: 40px;
	font-family: 'Roboto Slab', serif;
	font-size: 13px;
	font-weight: bold;
	position: relative;
	z-index: 2;
}
footer .footer-bottom-cols {
	width: 80%;
	margin: 0 auto;
	margin-top: 10px;
	padding-top: 80px;
	padding-bottom: 100px;
	background: url(images/bg/footer-bg.png) center center no-repeat;
}
footer .footer-bottom-cols i {
	font-size: 30px;
	margin-bottom: 20px;
	color: #fff;
}
footer .footer-bottom-cols h6 {
	color: #fff;
	letter-spacing: 1px;
	line-height: 30px;
	font-size: 12px;
}
.rights p {
	color: #fff;
	text-align: center;
	font-family: 'Roboto Slab', serif;
	margin: 0px;
}

/*  [ ## Wordpress ]
- - - - - - - - - - - - - - - - - - - - */
body.search {
	border: none;
}
body.search .widget.widget_search button {
	margin-top: 0;
}

body.search  .site-main .searchform button {
	margin-top: 0;
}

body.search  .site-main  .page-header {
	position: relative !important;
	margin-top: 0;
}

body.search  .site-main  .page-header .page-title { 
	margin-top: 0;
}

body.search  .site-main  .page-content .searchform button {
	border-radius: 0;
	width: auto;
	line-height: 15px;
}

body.search  .site-main  .page-content .searchform button:focus {
	background-color: #448AFF;
	outline: none;
	color: #fff;
}	

table,
th,
td {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.6em;
	table-layout: fixed; /* Prevents HTML tables from becoming too wide */
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th, td {
	padding: 0.4em;
}

dl {
	margin-bottom: 1.6em;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 1.6em;
}

.bypostauthor {
}
.screen-reader-text {
    visibility: hidden;
	display: none;
}

/* - Post Navigation */
.post-navigation a {
	display: inline-block;
	padding: 20px 0;
}

.post-navigation .meta-nav {
	font-size: 12px;
	font-weight: 300;
	color: #acacac;
	font-family: "Montserrat",sans-serif;
	text-transform: uppercase;
}

.post-navigation .meta-nav .fa-arrow-circle-o-right {
	margin-left: 5px;
}

.post-navigation .meta-nav .fa-arrow-circle-o-left {
	margin-right: 5px;
}

.post-navigation .meta-nav:hover {
	color: #f3d028;
}

.post-navigation .nav-next {
	width: 50%;
	display: inline-block;
	text-align: right;
}

.post-navigation .nav-previous {
	width: 50%;
	display: inline-block;
}

.post-title {
	display: none;
}

/* - Pagination */
.pagination {
	margin: 100px 0 0;
	width: 100%;
}

.page-numbers.current {
	display: inline-block;
}

.pagination .nav-links {
	text-align: center;
}

.pagination .nav-links span,
.pagination .nav-links a {
	color: #777;
	background-color: #f8f8f8;
	border: 1px solid #ddd;
	font-size: 14px;
	font-weight: 400;
	padding: 10px 14px;
	margin-right: 10px;
	text-decoration: none;
}

.pagination .nav-links a:hover,
.pagination .nav-links span:hover,
.pagination .nav-links span.current {
	background-color: #313131;
	border-color: #313131;
	color: #fff
}

/* - Sticky */
.sticky-post {
	background-color: #333;
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.04em;
	padding: 0.25em 0.5em;
	position: absolute;
	top: 0;
	text-transform: uppercase;
}



/* - Alignments */
.alignleft {
    display: inline;
    float: left;
}

.alignright {
    display: inline;
    float: right;
}

.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
    margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
    margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
    clear: both;
    margin-top: 0.4em;
    margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
    margin-bottom: 1.2em;
}

/* - Media */
.site .avatar {
	border-radius: 50%;
}

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

audio,
canvas {
	display: inline-block;
}

embed,
iframe,
object,
video {
	margin-bottom: 1.6em;
	max-width: 100%;
	vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
	margin-bottom: 0;
}

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
	font-size: 15px;
	font-size: 1.5rem;
	margin-top: 0;
	margin-bottom: 1.6em;
}

.wp-playlist.wp-playlist {
	padding-bottom: 0;
}

.wp-playlist .wp-playlist-tracks {
	margin-top: 0;
}

.wp-playlist-item .wp-playlist-caption {
	border-bottom: 0;
	padding: 10px 0;
}

.wp-playlist-item .wp-playlist-item-length {
	top: 10px;
}

/* - Captions */
.wp-caption {
	margin-bottom: 1.6em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption-text {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 10px;
	background-color: #ccc;
}

/* - Galleries */
.gallery {
	margin-bottom: 1.6em;
	text-align: left;
}

.gallery-item {
	display: inline-block;
	padding: 1.79104477%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-icon img {
	margin: 0 auto;
}

.gallery-caption {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.entry-content li {
    margin-bottom: 10px;
}

/* Template Sticky */
article.type-post.tag-sticky-2 .entry-content > ul:first-of-type  li a {
	color: #448aff;
}

/* - Table */
table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.6em;
	table-layout: fixed;
	width: 100%;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
th, td {
	padding: 0.4em;
}
th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}
.type-post .entry-meta .entry-tag {
	margin-bottom: 30px;
}
.type-post .entry-meta .entry-tag li:first-of-type {
	width: 100%;
}
.type-post .entry-meta .entry-tag li:first-of-type:after { 
	content: "";
}
.type-post .entry-meta .entry-tag ul {
	padding-left: 0;
}
.type-post .entry-meta .entry-tag li {
	display: inline-block;
}
.type-post .post-categories a,
.type-post .entry-meta .entry-tag li a {
	text-transform: capitalize;
}
.type-post .post-categories a:focus,
.type-post .entry-meta .entry-tag li a:focus {
	outline: none;
}

.type-post .entry-meta .entry-tag li h4  {
	display: inline-block;
    font-family: "Roboto Slab",serif;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    width: 100%;
}	

.entry-meta {
	margin-top: 20px;
}

/* Blog Post */
.type-post {
	position: relative;
}
.type-post .post-date a {
	background: #ffc107 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-family: "Roboto Slab",serif;
    font-size: 22px;
    font-weight: bold;
    height: 70px;
    left: 40px;
    letter-spacing: 1px;
    line-height: 24px;
    padding: 10px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 30px;
    width: 70px;
	outline: none;
}

.type-post .post-date a:focus {
	outline: none;
}

.type-post .post-detail {
	background-color: #fff;
	border-bottom: 1px solid #ececec;
	margin-bottom: 40px;
	padding-bottom: 20px;
	position: relative;
}

.single-post .type-post .post-detail {
	margin-top: 0;
}

.type-post.has-post-thumbnail .entry-title {
    margin-top: 20px;	
}

.type-post .entry-title {
	display: inline-block;
    font-family: "Roboto Slab",serif;
    font-weight: bold;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    text-transform: uppercase;
    width: 100%;	
	font-size: 16px;
	word-wrap: break-word;
	line-height: normal;
}

.type-post .entry-title a:focus { 
	outline: none;
}

.type-post .post-detail > span:first-of-type {
	margin-left: 0;
}

.type-post .post-detail > span {
	color: #777777;
    font-style: italic;
	margin: 0 10px;
	font-family: "PT Sans";
    font-size: 14px;
}
.type-post .post-detail > span:first-of-type::before {
	content: " ";
}
.type-post .post-detail > span::before {
	content: "|";
	position: relative;
	left: -10px;
}
.type-post .post-detail > span a,
.type-post .post-detail > span a:hover,
.type-post .post-detail > span a:focus {
	color: #777777;
}
.type-post .post-detail > span i {
    margin-right: 10px;
}
.type-post .post-detail .entry-content {
	margin-top: 20px;
}
.type-post .post-detail .entry-content > p {
	color: #999999;
    line-height: 26px;
}
.type-post .post-detail .entry-content a.btn {
	font-size: 12px;
    margin-top: 20px;
    margin-bottom: 20px;
    width: auto;
}
.type-post .post-detail .entry-content blockquote {
	border-left-color: #448aff;
    color: #333333;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 26px;
    text-align: left;
}

ul.row li[class*="col-"] {
	list-style: none;
}

.comment-form p > label,
.comment-form p > input {
	width: 100%;
}
.comment-form p > textarea,
.comment-form p > input {
	border: 1px solid #ddd;
	padding: 10px;
}
.comment-form p > input[type="submit"] {
	width: auto;
	border: 2px solid #448aff;
    border-radius: 0;
    color: #448aff;
    display: inline-block;
    font-family: "Roboto Slab",serif;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 10px 30px;
    text-transform: uppercase;
	font-size: 12px;
    margin-top: 20px;
	background-color: transparent;
	transition: all 0.4s ease-in-out 0s;
	outline: none;
}
.comment-form p > input[type="submit"]:hover {
	background-color: #448aff;
	color: #fff;
}

.comments-area .comment-author img {
	margin-right: 15px;
}
.comments-area .comment-author {
	margin-bottom: 15px;
}
.comments-area .comment-meta {
	background: none;
	padding-top: 0;
	margin-top: 30px;
}
.comments-area .comment-meta > p {
	color: #6f6f6f;
}
.comments-area > ol {
	padding-left: 0;
	list-style: none;
}

.comments-area .comment-body .reply > a {
	color: #5d7fe0;
    font-size: 14px;
    font-style: italic;
    font-weight: normal;
    text-align: center;
}
/*  [ ## Widget ]
- - - - - - - - - - - - - - - - - - - - */
/* Services */

.widget-area .widget_text .service-text-offer {
	text-align: center;
	padding: 40px 0;
}
.widget-area .widget_text .service-text-offer h3 {
	text-transform: uppercase;
	font-size: 20px;
	margin-bottom: 30px;
}
.widget-area .widget_text .service-text-offer p {
	font-size: 18px;
	text-transform: capitalize;
	margin-bottom: 30px;
}

.widget-area .widget_text .service-text-offer span {
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 30px;
	display: inline-block;
}

.widget-area .widget_text .service-text-offer a {
	display: inline-block;
	width: 100%;
	font-size: 20px;
	text-transform: uppercase;
}
.widget-area .widget_text .service-text-offer a:focus {
	outline: none;
}	

.widget-area {
	padding-left: 15px !important;
}

.widget {
	margin-bottom: 40px;
	font-size: 13px;
}
.widget:last-of-type {
	margin-bottom: 0;
}
.widget ul {
	list-style: none;
	color: #999;
}

.widget ul li > a {
	color: #777;
	text-decoration: none;
}

.widget ul li > a:hover {
	color: #333;
	text-decoration: none;
}

.widget-title h2 {
	font-family: "Montserrat",sans-serif;
	color: #222;
	font-size: 16px;
	margin: 0 0 20px;
	text-transform: uppercase;
}

.widget-area li {
	border-bottom: 1px solid #ececec;
	line-height: 25px;
	padding-left: 15px;
}

.widget-area li a {
	color: #777;
	display: inline-block;
	font-size: 16px;
	width: 100%;
}

.widget_nav_menu .menu-menu-items-container > ul:first-of-type,
.widget > ul:first-of-type {
	padding-left: 0;
}

.widget select {
	width: 100%;
	max-width: 100%;
	padding: 10px;
	border: 1px solid #ddd;	
}

/* - Widget Search */
.widget_search {
	border: 0 none;
	width: 100%;
}
.widget_search form {
	
}
.widget_search .input-group {
	border: 1px solid #d1d1d1;
	border-top-right-radius: 18px;
	border-bottom-right-radius: 18px;
}
.widget_search .form-control {
	border-radius: 0;
	border: none;
	box-shadow: none;
}
.widget_search .form-control:focus {
	border-color: #d1d1d1;
	box-shadow: none;
}
.widget_search .btn-default:active,
.widget_search .btn-default {
	border-radius: 0;
	border-left: none;
	border: none;
	outline: none;
	background: #448aff none repeat scroll 0 0;
    border: medium none;
    border-radius: 50% !important;
    color: #fff;
    font-size: 16px;
    height: 35px;
    line-height: 35px;
    margin-right: 0;
    position: relative;
    width: 35px;
    z-index: 1;
	padding: 0;
}

/* - Recent Entries */
.widget.widget_recent_entries > ul li a {
    display: inline;
}

/* - Comments */

/* - Categories */
.widget_categories ul {
	padding-left: 0;
}

.widget_categories ul li a {
	text-decoration: none;
}

.widget_categories ul li a:hover {
	color: #000;
}

/* - Calendar */
.widget_calendar #wp-calendar {
    width: 100%;
}
.widget_calendar table {
    margin: 0;
	width: 100%;
}
.widget_calendar table {
    margin: 0;
}
.widget_calendar td,
.widget_calendar th {
    line-height: 2.3333;
    text-align: center;
    padding: 0;
}
.widget_calendar caption {
    font-weight: 700;
    margin: 0 0 1.6em;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.widget_calendar tbody a {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
    background-color: #333;
    color: #fff;
    display: block;
    font-weight: 700;
}
.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
    background-color: #707070;
    background-color: rgba(51, 51, 51, 0.7);
    color: #fff;
}

/* - RSS */
.widget_rss ul .rsswidget {
	font-weight: 700;
	display: block;
	line-height: 1.5;
}
.widget_rss ul li:last-child {
	border-bottom: none;
}
/* - Meta */

/* - Tag Cloud */
.tagcloud a {
	border: 1px solid #ededed;
	color: #777;
	font-size: 13px !important;
	display: inline-block;
	margin-bottom: 14px;
	margin-right: 7px;
	padding: 5px 15px;
	text-decoration: none;
	text-transform: capitalize;
}

.tagcloud a:hover {	
	background-color: #313131;
	transition: all 1s ease-in-out;
	color: #fff;
}

/* - Nav Menu */
.widget_nav_menu .menu-item-has-children {
	padding-bottom: 0;
}
.widget_nav_menu ul {
	padding-left: 15px;
}
.widget_nav_menu > div > ul {
	padding-left: 0;
}

/* - Pages */
.widget_pages .page_item_has_children > a,
.widget_pages .menu-item-has-children > a {
    margin-bottom: 8px;
    display: inline-block;
    width: 100%;
}

.widget_pages .page_item_has_children > a,
.widget_pages .menu-item-has-children > a {
    margin-bottom: 8px;
    display: inline-block;
    width: 100%;
}

/* - Archives */
.widget-area .widget_recent_comments ul li a,
.widget.widget_archive ul li > a,
.widget.widget_categories ul li > a {
	display: inline;
}

/* - Text */
.textwidget {
	color: #777;
	line-height: 24px;
}

.textwidget option {
	max-width: 175px;
}

/* -- Widget Nav Menu */
.widget-nav-menu .widget-title {
	text-align: left;
}
.widget-nav-menu ul {
	margin-bottom: 0;
}
.widget-nav-menu ul li {
	display: inline-block;
	width: 100%;
	background-color: #262626;
	border-bottom: 1px solid #000;
}
.widget-nav-menu ul li a {
	position: relative;
	padding: 10px 12px;
	display: inline-block;
	color: #81d742;
}
.widget-nav-menu ul li a::before {
	 background: #c6c6c6;
    bottom: 2px;
    content: "";
    display: inline-block;
    height: 6px;
    left: 0;
    margin-right: 10px;
    position: relative;
    width: 6px;
}
.widget-nav-menu ul li a:hover {
	color: #dd9933;
}
.widget-nav-menu ul li a:hover::before {
	background-color: #dd9933;
}

.features-list,
.features-list ul {
	padding: 0;
}
.features-list .list-style li {
	width: 100%;
}
.ow-navigation.navbar li.quotes a:hover {
	border: none !important;
}

/* Faq */
.vc_tta-accordion.vc_tta.vc_general .vc_tta-panel-title > a  {
    display: inline-block;
    font-family: "Roboto Slab",serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 40px;
    padding: 0;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
	padding: 0 0 0 61px !important;
	background-color: transparent !important;
	border-radius: 0;
	position: relative;
}
.vc_tta-accordion.vc_tta.vc_general .vc_tta-panel-title > a  > i.fa {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	background: #448aff;
    color: #fff;
    display: inline-block;
    text-align: center;
    transition: all 0.4s ease-in-out 0s;
    width: 41px;
	text-align: center;
}
.vc_tta-accordion.vc_tta.vc_general .vc_tta-panel-title > a  > i.fa::before {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.vc_tta-accordion.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
	background-color: transparent;
}
.vc_tta.vc_general .vc_tta-panel-body,
.custom-accordion.vc_tta.vc_general .vc_tta-panel-body {
	padding: 0;
}
.vc_tta-accordion.vc_tta.vc_general .vc_tta-panel-body p {
	font-family: "PT Sans";
    font-size: 14px;
	color: #6f6f6f;
    font-weight: 400;
    line-height: 24px;
	margin-bottom: 10px;
}

.vc_tta-accordion.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
	color: #141414;
	font-family: "Roboto Slab",serif;
    font-size: 12px;
}

.vc_tta-accordion .vc_tta-panel-heading a:hover span {
	color: #448aff !important;
	background-color: transparent;
}

.vc_tta-accordion.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading,
.vc_tta-accordion.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:focus, 
.vc_tta-accordion.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover {
	background-color: transparent !important;
}

.vc_tta-accordion.vc_tta.vc_general .vc_tta-panel-title > a > span,
.vc_general.vc_tta.vc_tta-accordion .vc_tta-title-text {
	margin-left: 0px !important;
}


/* Js Composer Accordion */
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
	background-color: transparent !important; 
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
	background-color: transparent !important; 
	border-color: #ddd !important; 
}

.vc_general.vc_tta.vc_tta-accordion .vc_tta-panel {
	margin-top: 5px;
}

.vc_tta-accordion.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body, 
.vc_tta-accordion.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::after, 
.vc_tta-accordion.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::before {
	border-color: #ddd !important;
	border-radius: 0 !important; 
}

.vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-heading {
	border-radius: 0 !important; 
}
.vc_tta.vc_tta-accordion.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a {
	color: #141414;
}

/* Why Choose US Tab */
.vc_general.vc_tta.vc_tta-tabs, 
.vc_general.vc_tta.vc_tta-accordion {
	padding-top: 80px;
	padding-bottom: 80px;
}
.page .content-right .vc_general.vc_tta.vc_tta-accordion,
.page .content-left .vc_general.vc_tta.vc_tta-accordion {
	padding-top: 0px;
	padding-bottom: 0px;
}

.vc_tta-tabs.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active > a {
	background-color: transparent;
	border-top: 2px solid #448aff;
    color: #448aff;
	font-family: "Roboto Slab",serif;
    font-size: 13px;
    padding: 15px 30px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
	border-radius: 0;
}
.vc_tta-tabs.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a {
	font-family: "Roboto Slab",serif;
    font-size: 13px;
    padding: 15px 50px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
	border: 0 none;
}

.vc_tta-tabs.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a:hover {
	background-color: transparent;
	border-top: 2px solid #448aff;
    color: #448aff;
	border-radius: 0;
}
.vc_tta-tabs.vc_tta.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
	border: none;
}
.vc_tta-tabs.vc_tta .vc_tta-panel-body ul li.col-md-7 {
	color: #6f6f6f;
    font-family: inherit;
    font-weight: 400;
    line-height: 24px;
}
.vc_tta-tabs.vc_tta.vc_general .vc_tta-panel-body {
	padding: 30px;
}
.vc_tta-tabs.vc_tta.vc_tta-shape-rounded .vc_tta-panel-body, 
.vc_tta-tabs.vc_tta.vc_tta-shape-rounded .vc_tta-panel-heading, 
.vc_tta-tabs.vc_tta.vc_tta-shape-rounded .vc_tta-tab > a {
	border-radius: 0;
}

.vc_tta-tabs.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a {
	background-color: transparent;
}
.vc_tta-tabs.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a:focus,
.vc_tta-tabs.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a:hover {
	background-color: transparent;
}

.vc_tta-tabs.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
	background-color: transparent;
}
/* Footer Widget */

footer .footer-hr {
	float: left;
}
footer .menu-services-menu-footer-container,
footer .menu-services-menu-container,
footer .widget_text .textwidget,
form.mc4wp-form{
	width: 100%;
	display: inline-block;
} 

footer .widget.widget_nav_menu .menu li::before {
    border-color: transparent #ffffff;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.45em;
    content: "";
    display: block;
    height: 0;
    left: 0;
    position: relative;
    top: 0.9em;
    width: 0;
}

footer .widget.widget_nav_menu .menu li a {
	color: #fff;
    font-family: "Roboto Slab",serif;
    font-size: 13px;
	margin-left: 1em;
	text-transform: capitalize;
}
footer .widget.widget_nav_menu .menu li a:focus {
	outline: none;
}

/* NewsLatter */
footer .widget_mc4wp_form_widget form p label {
	display: none;
}
footer .widget_mc4wp_form_widget form p  {
	display: inline-block;
}
footer .widget_mc4wp_form_widget form p input[type="email"] {
	background-color: transparent;
	border: 1px solid #ffffff;
    height: 40px;
	padding-left: 10px;
	padding-right: 10px;
	width: 209px;
	border-right: 0;
	border-radius: 0;
}
footer .widget_mc4wp_form_widget form p input[type="submit"] {
	border: 1px solid #ffffff;
    color: #fff;
	background-color: transparent;
    font-family: "Roboto Slab",serif;
    font-size: 13px;
    font-weight: bold;
    height: 40px;
    line-height: 36px;
    position: relative;
    text-align: center;
    width: 50px;
    z-index: 2;
	margin-left: -3px;
	border-radius: 0;
}
	
footer .widget_mc4wp_form_widget form p:last-of-type {
    font-size: 14px;
}


/* ## Navigation */
/* - Navigation Menu > 991 RES. */
@media(min-width:992px) and (max-width:1199px) {
	.ow-navigation.navbar li {
		margin: 0;
		padding: 0 5px;
	}
	
	.ow-navigation.navbar li.quotes {
		padding: 0!important;
	}
	.ow-navigation.navbar li.quotes a:hover {
		border: none !important;
	}
}

@media (min-width: 992px) {

	.desktop-hide {
		display: none;
	}

	.ow-navigation .nav.navbar-nav li.dropdown:hover > .dropdown-menu {
		display: block;
	}	
	.ow-navigation .ddl-switch {
		display: none !important;
	}	
	.ow-navigation .navbar-nav > li.dropdown > .dropdown-menu {
		top: 100%;
	}
	.ow-navigation ul > li > .dropdown-menu,
	.ow-navigation ul > li .dropdown-menu ul,
	.ow-navigation ul > li .dropdown-menu ul ul ul,
	.ow-navigation ul > li .dropdown-menu ul ul ul ul ul,
	.ow-navigation ul > li .dropdown-menu ul ul ul ul ul ul ul,
	.ow-navigation ul > li .dropdown-menu ul ul ul ul ul ul ul ul ul,
	.ow-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul,
	.ow-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul,
	.ow-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul,
	.ow-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul ul ul,
	.ow-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul ul ul ul ul	{
		right: auto;
	}	
	.ow-navigation ul > li .dropdown-menu ul,
	.ow-navigation ul > li .dropdown-menu ul ul ul,
	.ow-navigation ul > li .dropdown-menu ul ul ul ul ul,
	.ow-navigation ul > li .dropdown-menu ul ul ul ul ul ul ul,
	.ow-navigation ul > li .dropdown-menu ul ul ul ul ul ul ul ul ul,
	.ow-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul,
	.ow-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul,
	.ow-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul,
	.ow-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul ul ul,
	.ow-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul ul ul ul ul {
		left: 100%;
	}	
	.ow-navigation ul > li .dropdown-menu ul ul,
	.ow-navigation ul > li .dropdown-menu ul ul ul ul,
	.ow-navigation ul > li .dropdown-menu ul ul ul ul ul ul,
	.ow-navigation ul > li .dropdown-menu ul ul ul ul ul ul ul ul,
	.ow-navigation ul > li .dropdown-menu ul ul ul ul ul ul ul ul ul ul,
	.ow-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul,
	.ow-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul,
	.ow-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul,
	.ow-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul ul,
	.ow-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul ul ul ul {
		right: 100%;
	}	
	.ow-navigation ul > li .dropdown-menu ul ul,
	.ow-navigation ul > li .dropdown-menu ul ul ul ul,
	.ow-navigation ul > li .dropdown-menu ul ul ul ul ul ul,
	.ow-navigation ul > li .dropdown-menu ul ul ul ul ul ul ul ul,
	.ow-navigation ul > li .dropdown-menu ul ul ul ul ul ul ul ul ul ul,
	.ow-navigation .navbar-collapse > ul > li:last-child > .dropdown-menu,
	.ow-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul,
	.ow-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul,
	.ow-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul,
	.ow-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul ul,
	.ow-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul ul ul ul	{
		left: auto;
	}
}

/* - Navigation Menu Switch < 991 RES */
@media (max-width: 991px) {
	
	.ow-navigation ul  li  .dropdown-menu {
		padding-left: 5px;
	}
	
	header {
		position: relative;
	}
	header {
		background: rgba(0, 0, 0, 0.8);
		margin-top: 0;
		padding-top: 20px;
	}
	
	.ow-navigation .caret {
		display: none;
	}
	
	.ow-navigation .ddl-switch {
		background-color: #666;
		cursor: pointer;
		font-size: 23px;
		padding: 1.5px 7px;
		position: absolute;
		right: 0;
		z-index: 9999;
		top: 20px;
	}
	.ow-navigation .ddl-active > .ddl-switch:before {
		content: "\f106";
	}
	
	.ow-navigation .container-fluid {
		padding: 0;
	}
	
	.ow-navigation .navbar-nav {
		margin: 7.5px 0; 
	}
	
	.ow-navigation .container-fluid > .navbar-collapse, 
	.ow-navigation .container-fluid > .navbar-header, 
	.ow-navigation .container > .navbar-collapse, 
	.ow-navigation .container > .navbar-header {
		margin-left: 0;
		margin-right: 0;
	}
	
	.ow-navigation .navbar-collapse {
		padding-left: 0;
		padding-right: 0;
	}
	
	.ow-navigation  {
		background-color: #ecc731; 
		margin-bottom: 0;
	}
	.ow-navigation {
		padding: 0;
	}
	.ow-navigation .navbar-collapse {
        border-top: none;
        box-shadow: none;
		width: 100%;
		overflow: auto !important;
		padding-bottom: 10px;
    }
	.ow-navigation .navbar-right {
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
	}
	.ow-navigation .navbar-collapse.collapse { 
		display: none!important; 
	}
    .ow-navigation .navbar-nav { 
		float: none!important; 
	}	
    .ow-navigation .navbar-header {
		float: none; 
	}
	.ow-navigation .navbar-brand { 
		padding-left: 0; 
		padding-bottom: 20px;
		padding-top: 20px;
	}
    .ow-navigation .navbar-toggle {
        display: block;
		background-color: transparent;
		margin: 11px auto;
		display: block;
		text-align: center;
		border-radius: 0;
		float: none;
    }
	.ow-navigation .navbar-toggle:focus,
	.ow-navigation .navbar-toggle:hover {
		background-color: transparent;
	}
	.ow-navigation .navbar-toggle .icon-bar,
	.ow-navigation .navbar-toggle .icon-bar {
		background-color: #fff;
		height: 4px;
	}
   
	.ow-navigation .navbar-collapse > .nav.navbar-nav > li {
		margin: 0;
	}
    .ow-navigation .navbar-nav > li {
		display: inline-block;
		float: none;
		width: 100%;
    }	
	.ow-navigation  .navbar-nav li a:focus,
	.ow-navigation  .navbar-nav li a:hover {
		background-color: transparent;
		outline: 0 none;
	}
	
    .ow-navigation .navbar-text {
        float: none;
        margin: 15px 0;
    }
	
	/* since 3.1.0 */
    .ow-navigation .navbar-collapse.collapse.in {  
		display: block!important; 
	}
    .ow-navigation .collapsing { 
		overflow: hidden!important; 
	}
	.ow-navigation.navbar .navbar-nav > li a {
		text-align: left;
	}
	.ow-navigation .dropdown-menu {
		background: #333333;
		border-radius: 0;
		box-shadow: none;
		width: 100%;
		padding: 0;
		position: relative;
		border: none;
	}
	.ow-navigation .navbar-nav li.dropdown  li a {
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
		color: #999;
		display: inline-block;
		float: left;
		font-size: 14px;
		line-height: 40px;
		padding: 0 20px;
		text-decoration: none;
		width: 100%;
	}
	.ow-navigation .navbar-nav li.dropdown li a:focus,
	.ow-navigation .navbar-nav li.dropdown li a:hover {
		background-color: transparent;
		color: #fdc206;
		outline: 0 none;
	}
	.ow-navigation .navbar-nav li.quotes  a {
		text-align:center !important;
		line-height: 60px;
		height: 60px;
	}
}

.vc_tta-container .vc_tta-controls-icon {
	display: none !important;
}

/* - Pagination */
.entry-content .page-links a span {
	line-height: normal;
	font-size: 14px;
}

.entry-content .page-links-title {
	margin-right: 10px;
}

.entry-content .page-links a,
.entry-content .page-links > span:not(.screen-reader-text):not(.page-links-title) {
	border: 1px solid #fff;
	display: inline-block;
	line-height: 24px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

.entry-content .page-links > span:not(.screen-reader-text):not(.page-links-title) {
	display: inline;
}

.entry-content .page-links > span:not(.screen-reader-text):not(.page-links-title) {
	color: #8FD0A6;
}

.sticky-post {
	background-color: #333;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.04em;
	padding: 5px 10px;
	position: absolute;
	right: 15px;
	text-transform: uppercase;
	top: 1px;
	z-index: 1;
}

.position-center-center > .container > .margin-15 {
    display: none !important;
}

@media(min-width:768px) and (max-width:1200px) {

	.sub-bnr {
		min-height: 405px;
	}
	.sub-bnr .position-center-center {
		top: 83%;
	}
}

@media (max-width: 767px) {
	.sub-bnr {
		min-height: 140px;
	}
	.sub-bnr .position-center-center {
		top: 56%;
	}
}