/*
Theme Name: Humintell.com
Description: Responsive Wordpress Theme for Humintell.com
Author: The Medically
Author URI: https://themedically.com/
Theme URI: https://humintell.com/
Version: 1.2.5
*/


::selection {
	background: #4fa7bc;
	color: #fff;
}
::-moz-selection {
	background: #4fa7bc;
	color: #fff;
}
ul,
ol {
	padding-left: 20px;
}

/*--------------------------------------------------------------
2.0 - Global
--------------------------------------------------------------*/
body,
input,
textarea,
select {
	color: #0f2e35;
	font-family: 'Muli', sans-serif;
	line-height: 1.5;
	font-size: 16px;
	word-wrap: break-word;
}
body.overflow-hide {
	overflow: hidden;
}
.site {
	background-color: #fff;
}
.theme-color {
	color: #4fa7bc;
}
.theme-bg-color {
	background-color: #4fa7bc; 
}
code {
	color: #000;
}
hr {
	margin-top: 30px;
	margin-bottom: 30px;
}

/*--------------------------------------------------------------
2.1 - Accessibility
--------------------------------------------------------------*/
.assistive-text,
.screen-reader-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	width: 1px;
}
.bigger {
	font-size:28px!important;
	margin-right:15px;
}
/*--------------------------------------------------------------
2.2 - Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 20px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 20px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
2.3 - Blockquote
--------------------------------------------------------------*/
blockquote {
	position: relative;
	padding-left: 35px;
	font-size: 20px;
	color: #000;
	font-weight: 400;
}
blockquote footer {
	
}
blockquote em,
blockquote i,
blockquote cite {
	/*font-weight: 500;*/
	font-size: 15px;
	font-style: normal;
}
blockquote:before {
	font-family: 'FontAwesome';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f10d";
	position: absolute;
	top: 3px;
	left: 0;
	color: #000;
	font-size: 24px;
	opacity: 0.4;
	-moz-opacity: 0.4;
	filter:alpha(opacity=40);
} 

/*--------------------------------------------------------------
2.4 - Breadcrumb
--------------------------------------------------------------*/
.breadcrumb {
	background-color: #f5f5f5;
	padding: 15px 0;
	margin-bottom: 0;
}

/*--------------------------------------------------------------
2.5 - Buttons
--------------------------------------------------------------*/
.btn {
	font-size: 15px;
	
	padding: 8px 20px;
}
.btn-sm {
	font-size: 12px;
	font-weight: 400;
	padding: 5px 15px;
}
.btn-lg {
	font-size: 18px;
	padding: 12px 30px;
}
.btn-rounded {
	/*
border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
*/
}
.btn:focus,
.btn.focus {
	outline: none;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
}
.btn-theme {
	background-color: #4fa7bc;
	color: #ffffff;
}
.btn-theme:hover {
	background-color: #41b7c9;
	color: #ffffff;
}
.btn-outline-theme {
	border-color: #4fa7bc;
	color: #4fa7bc;
}
.btn-outline-theme:hover {
	background-color: #41b7c9;
	border-color: #4fa7bc;
	color: #ffffff;
}
.btn-outline-theme a {
	transition: all ease-in-out .15s;
	-webkit-transition: all ease-in-out .15s;
	-moz-transition: all ease-in-out .15s;
}
.btn-outline-theme:hover a {
	color: #ffffff;
	text-decoration: none;
}
.btn-outline-info:not(:disabled):not(.disabled).active, 
.btn-outline-info:not(:disabled):not(.disabled):active, 
.show>.btn-outline-info.dropdown-toggle  {
	background-color: #35aabc;
}
.btn-light,
.btn-light:hover,
.btn-light:active,
.btn-light:focus {
	color: #666666;
}
.btn-light:hover,
.btn-light:active,
.btn-light:focus {
	border-color:  transparent;
}
.btn-light:not(:disabled):not(.disabled).active, 
.btn-light:not(:disabled):not(.disabled):active, 
.show>.btn-light.dropdown-toggle {
	color: #666666;
}
.btn-icon-left .icon,
.btn-icon-left .fa{
	margin-right: 8px;
}
.btn-icon-right .icon,
.btn-icon-right .fa{
	margin-left: 8px;
}

/* Back To Top */
.back-to-top {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 10;
}
.back-to-top a {
	width: 40px;
	height: 40px;
	display: block;
	background-color: #09262c;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.back-to-top a:hover,
.back-to-top a:focus {
	background-color: #4fa7bc;
	text-decoration: none;
}
.back-to-top a:before {
	content: '\f106';
	color: #fff;
	font-family: 'FontAwesome';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 18px;
	line-height: 40px;
}

/*--------------------------------------------------------------
2.6 - Bootstrap Carousel
--------------------------------------------------------------*/
.carousel-fade .carousel-inner .carousel-item {
	transition-property: opacity;
}
.carousel-fade .carousel-inner .carousel-item,
.carousel-fade .carousel-inner .active.carousel-item-left,
.carousel-fade .carousel-inner .active.carousel-item-right {
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=100);
}
.carousel-fade .carousel-inner .carousel-item-next,
.carousel-fade .carousel-inner .carousel-item-prev,
.carousel-fade .carousel-inner .active.carousel-item-left,
.carousel-fade .carousel-inner .active.carousel-item-right {
	left: 0;
   transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
   z-index: 2;
}

/*--------------------------------------------------------------
2.7 - Grid Options
--------------------------------------------------------------*/
.gutter-0,
.gutter-parent-0,
.gutter-parent-0 .row {
	margin-left: 0;
	margin-right: 0;
}
.gutter-parent-0 [class*="col-"] {
	padding-left: 0;
	padding-right: 0;
}
.gutter-0 > [class*="col-"] {
	padding-left: 0;
	padding-right: 0;
}
.gutter-4,
.gutter-parent-4,
.gutter-parent-4 .row {
	margin-left: -2px;
	margin-right: -2px;
}
.gutter-parent-4 [class*="col-"] {
	padding-left: 2px;
	padding-right: 2px;
}
.gutter-4 > [class*="col-"] {
	padding-left: 2px;
	padding-right: 2px;
}
.gutter-10,
.gutter-parent-10,
.gutter-parent-10 .row {
	margin-left: -5px;
	margin-right: -5px;
}
.gutter-parent-10 [class*="col-"] {
	padding-left: 5px;
	padding-right: 5px;
}
.gutter-10 > [class*="col-"] {
	padding-left: 5px;
	padding-right: 5px;
}
.gutter-50,
.gutter-parent-50,
.gutter-parent-50 .row {
	margin-left: -25px;
	margin-right: -25px;
}
.gutter-parent-50 [class*="col-"] {
	padding-left: 25px;
	padding-right: 25px;
}
.gutter-50 > [class*="col-"] {
	padding-left: 25px;
	padding-right: 25px;
}

/*--------------------------------------------------------------
2.8 - Images
--------------------------------------------------------------*/
figure {
	margin: 0;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
img.size-full,
img.size-large {
	max-width: 100%;
	height: auto;
}
.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;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-top: 20px;
	margin-bottom: 20px;
}
img#wpstats {
	display: none;
}
.img-border {
	background-color: #fff;
	padding: 5px;
	border: 1px solid #ccc;
}

/* Caption */
.wp-caption {
	margin-bottom: 20px;
	max-width: 100%;
	text-align: center;
}
.wp-caption a {
	position: relative;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-style: italic;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0;
	padding: 10px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/*--------------------------------------------------------------
2.7 - Forms
--------------------------------------------------------------*/
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="tel"],
input[type="url"],
input[type="date"],
input[type="number"],
input[type="reset"],
input[type="button"],
input[type="submit"],
textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}
.form-control,
input,
textarea,
select {
	font-size: 15px;
	
	padding: 10px;
	width: 100%;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	color: #000;
	border: 1px solid rgba(0, 0, 0, 0.05);
	background-color: #f9f9f9;
}
.form-control:focus,
input:focus,
textarea:focus,
select:focus  {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	border-color: rgba(0, 0, 0, 0.15);
	background-color: #f9f9f9;
	outline: none;
}
.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #000;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter:alpha(opacity=50);
}
.form-control::-moz-placeholder { /* Firefox 19+ */
	color: #000;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter:alpha(opacity=50);
}
.form-control:-ms-input-placeholder { /* IE 10+ */
	color: #000;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter:alpha(opacity=50);
}
.form-control:-moz-placeholder { /* Firefox 18- */
	color: #000;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter:alpha(opacity=50);
}
input[type="reset"],
input[type="button"],
input[type="submit"] {
	cursor: pointer;
	width: inherit;
	border: none;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	padding: 10px 30px;
	background-color: #4fa7bc;
	color: #ffffff;
}
input[type="reset"]:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
	background-color: #41b7c9;
	color: #ffffff;
}
input[type="radio"],
input[type="checkbox"],
input[type="file"] {
	width: inherit;
}
input[type="file"] {
	cursor: pointer;
}

/*--------------------------------------------------------------
2.8 - Heading Tags
--------------------------------------------------------------*/
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	line-height: 1.5;
	margin-bottom: 20px;
	font-weight: bold;
}

/*--------------------------------------------------------------
2.9 - Links
--------------------------------------------------------------*/
a,
a:hover {
    color: #4fa7bc;
}

a:focus {
	outline: none;
}

/*--------------------------------------------------------------
3.1 - Templates/Layouts
--------------------------------------------------------------*/
/* Templates */
.page-template-business-template .site-content {
	padding: 0;
}
.page-template-business-template .site-content .widget {
	margin-top: -1px;
}
.page-template-business-template .site-content .widget:first-child {
	border-top: none;
	margin-top: 0;
}
.page-template-business-template .site-content .widget:first-child,
.page-template-business-template .site-content .inc-widget-promotional-bar + .widget,
.page-template-business-template .site-content .widget_media_gallery + .widget,
.page-template-business-template .site-content .inc-widget-featured-post + .widget,
.page-template-business-template .site-content .widget-brands + .widget {
	border-top: none;
}
section:first-child.widget-brands .container:before,
section:last-child.widget-brands .container:after,
.inc-widget-promotional-bar + .widget-brands .container:before,
.inc-widget-featured-post + .widget-brands .container:before,
.widget_media_gallery + .widget-brands .container:before  {
	display: none;
}
section:first-child.inc-widget-featured-post .container-fluid,
.inc-widget-promotional-bar + .inc-widget-featured-post .container-fluid,
.widget_media_gallery + .inc-widget-featured-post .container-fluid,
.inc-widget-featured-post .container-fluid.no-border-top {
	border-top: none;
}
section:last-child.inc-widget-featured-post .container-fluid,
.inc-widget-featured-post .container-fluid.no-border-bottom {
	border-bottom: none;
}
.widget + .widget_media_gallery .widget-title {
	padding-top: 0;
}
.widget.widget-background-overlay + .widget_media_gallery .widget-title,
.inc-widget-promotional-bar + .widget_media_gallery .widget-title,
.inc-widget-featured-post + .widget_media_gallery .widget-title,
.widget-brands + .widget_media_gallery .widget-title {
	padding-top: 90px;
}

/* Narrow Layout */
.narrow-layout {
	background-color: #f1f1f1;
}
.narrow-layout .site {
	max-width: 1140px;
	margin: 0 auto;
}
.narrow-layout .container,
.narrow-layout .container-fluid {
	padding-left: 30px;
	padding-right: 30px;
}
.narrow-layout .site-footer {
	margin-bottom: 15px;
}
.narrow-layout .inc-widget-featured-post .row {
	margin-left: -30px;
	margin-right: -30px;
}
.narrow-layout .inc-widget-featured-post .row .col-lg-6,
.narrow-layout .inc-widget-featured-post .row .col-lg-12 {
	padding-left: 30px;
	padding-right: 30px;
}
.narrow-layout .featured-slider .fs-prev {
	left: 0;
}
.narrow-layout .featured-slider .fs-next {
	right: 0;
}

/*--------------------------------------------------------------
4.0 - Header
--------------------------------------------------------------*/
/* Header Image/Video */
.header-image .wp-custom-header,
.header-image .wp-custom-header img {
	width: 100%;
	height: auto;
}
.wp-custom-header {
	height: calc(100vh - 32px);
	position: relative;
}
.wp-custom-header iframe,
.wp-custom-header video {
	height: 100vh;
	height: calc(100vh - 32px);
	width: 100%;
	background-color: #000;
}
.wp-custom-header .wp-custom-header-video-button {
	background-color: rgba(0, 0, 0, 0.5);
	border: 1px solid rgba(255, 255, 255, 0.5);
	height: 35px;
	width: 35px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 30px;
	top: 30px;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.wp-custom-header .wp-custom-header-video-button:hover,
.wp-custom-header .wp-custom-header-video-button:focus {
	border-color: rgba(255, 255, 255, 0.8);
	background-color: rgba(0, 0, 0, 0.8);
}
.wp-custom-header-video-play,
.wp-custom-header-video-pause {
 	font-size: 0;
 	line-height: 0;
}
.wp-custom-header-video-play:before,
.wp-custom-header-video-pause:before {
	font-family: 'FontAwesome';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 15px;
	line-height: normal;
	color: rgba(255, 255, 255, 0.5);
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.wp-custom-header-video-play:hover:before,
.wp-custom-header-video-pause:hover:before {
 	color: rgba(255, 255, 255, 0.8);
}
.wp-custom-header-video-play:before {
 	content: '\f04b';
}
.wp-custom-header-video-pause:before {
 	content: '\f04c';
}

/*--------------------------------------------------------------
4.1 - Info Bar
--------------------------------------------------------------*/
.info-bar {
	position: relative;
	font-size: 13px;
	border-bottom:  1px solid #666666;
	background-color: #0f2e350f2e35;
	overflow: hidden;
	min-height: 30px;
	color: #999999;
}
.info-bar .container-fluid,
.narrow-layout .info-bar .container  {
	padding-left: 0;
	padding-right: 0;
}
.info-bar .contact-section.order-2 .contact-info {
	float: right;
}
.info-bar .contact-info-menu-toggle {
	display: none;
}
.info-bar ul,
.info-bar ul li,
.info-bar ul li a,
.info-bar .social-profiles,
.info-bar .contact-info {
	height: 100%;
}
.info-bar ul {
	padding-left: 0;
}
.info-bar ul li {
	float: left;
	position: relative;
	border-right: 1px solid #666666;
	list-style: none;
	color: #bbbbbb;
}
.info-bar ul li:first-child {
	border-left:  1px solid #666666;
}
.info-bar ul li a {
	padding: 5px 12px;
}
.info-bar .social-profiles {
	float: left;
	margin-bottom: 0;
}
.info-bar .social-profiles ul,
.info-bar .contact-info ul  {
	margin: 0;
}
.info-bar .social-profiles ul li a,
.info-bar .contact-info ul li a {
	display: block;
	color: #b5b5b5;
}
.info-bar .social-profiles ul li {
	padding: 0;
}
.info-bar .contact-info ul li a:hover,
.info-bar .contact-info ul li a:focus,
.info-bar .social-profiles ul li a:hover,
.info-bar .social-profiles ul li a:focus {
	text-decoration: none;
	color: #eeeeee;
}
.info-bar .social-profiles ul li a {
	font-size: calc(13px + 2px);
  	position: relative;
  	min-width: 40px;
	padding-left: 10px;
	padding-right: 10px;
}
.info-bar .contact-info ul li a:before {
	 font-size: calc(13px + 2px);
}
.info-bar .contact-info ul li a:before {
	font-family: 'FontAwesome';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 10px;
}
.info-bar .contact-info ul li .phone-number:before {
	content: "\f10b";
}
.info-bar .contact-info ul li .email:before {
	content: "\f0e0";
}
.info-bar .contact-info ul li .address:before {
	content: "\f041";
}
.info-bar .contact-info ul li .skype:before {
	content: "\f17e";
}
.info-bar .container-fluid .contact-section ul li:first-child {
	border-left-width: 0;
}
.info-bar .container-fluid .social-profile-section ul li:last-child {
	border-right-width: 0;
}
.info-bar .container-fluid .contact-section.order-2 ul li:first-child {
	border-left-width: 1px;
}
.info-bar .container-fluid .contact-section.order-2 ul li:last-child {
	border-right-width: 0;
}
.info-bar .container-fluid .social-profile-section.order-1 ul li:last-child {
	border-right-width: 1px;
}
.info-bar .container-fluid .social-profile-section.order-1 ul li:first-child {
	border-left-width: 0;
}

/*--------------------------------------------------------------
4.2 - Site Branding
--------------------------------------------------------------*/
.site-title {
	font-size: 30px;
	margin: 0;
	font-weight: 400;
}
.site-title a {
	color: #0f2e35;
	text-decoration: none;
}
.site-title a:hover,
.site-title a:focus,
.site-title a:active {
	color: #4fa7bc;
}
.site-description {
    font-size: 18px;
    margin: 0 0 5px;
    
    color: #999999;
}

/*--------------------------------------------------------------
4.3 - Social Profiles
--------------------------------------------------------------*/
.social-profiles {
	display: inline-block;
	margin-bottom: 20px;
}
.social-profiles ul {
	margin-left: -7px;
	margin-right: -7px;
	margin-bottom: 0;
	padding-left: 0;
}
.social-profiles ul li {
	float: left;
	padding-right: 7px;
	padding-left: 7px;
	list-style: none;
}
.social-profiles ul li a {
	font-family: 'FontAwesome';
   font-size: 20px;
   color: #b5b5b5;
   display: block;
   text-align: center;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   transition: all ease-in-out 0.2s;
   -webkit-transition: all ease-in-out 0.2s;
   -moz-transition: all ease-in-out 0.2s;
}
.social-profiles ul li a:hover,
.social-profiles ul li a:focus {
	text-decoration: none;
	color: #999999;
}
.social-profiles ul li a:before {
  content: '\f08e'; }

.social-profiles ul li a[href*="github.com"]:before {
	content: '\f09b';
}
.social-profiles ul li a[href*="dribbble.com"]:before {
	content: '\f17d';
}
.social-profiles ul li a[href*="twitter.com"]:before {
	content: '\f099';
}
.social-profiles ul li a[href*="facebook.com"]:before {
	content: '\f09a';
}
.social-profiles ul li a[href*="wordpress.com"]:before,
.social-profiles ul li a[href*="wordpress.org"]:before {
	content: '\f19a';
}
.social-profiles ul li a[href*="linkedin.com"]:before {
	content: '\f0e1';
}
.social-profiles ul li a[href*="pinterest.com"]:before {
	content: '\f231';
}
.social-profiles ul li a[href*="flickr.com"]:before {
	content: '\f16e';
}
.social-profiles ul li a[href*="vimeo.com"]:before {
	content: '\f27d';
}
.social-profiles ul li a[href*="youtube.com"]:before {
	content: '\f167';
}
.social-profiles ul li a[href*="tumblr.com"]:before {
	content: '\f173';
}
.social-profiles ul li a[href*="instagram.com"]:before {
	content: '\f16d';
}
.social-profiles ul li a[href*="codepen.io"]:before {
	content: '\f1cb';
}
.social-profiles ul li a[href*="plus.google.com"]:before {
	content: '\f0d5';
}
.social-profiles ul li a[href*="digg.com"]:before {
	content: '\f1a6';
}
.social-profiles ul li a[href*="reddit.com"]:before {
	content: '\f281';
}
.social-profiles ul li a[href*="stumbleupon.com"]:before {
	content: '\f1a4';
}
.social-profiles ul li a[href*="getpocket.com"]:before {
	content: '\f265';
}
.social-profiles ul li a[href*="dropbox.com"]:before {
	content: '\f16b';
}
.social-profiles ul li a[href$="/feed/"]:before {
	content: '\f09e';
}
.social-profiles ul li a[href*="skype.com"]:before {
    content: '\f17e';
}

/*--------------------------------------------------------------
4.4 - Search Form 
--------------------------------------------------------------*/
input.s {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
}
.search-toggle:hover {
	color: #4fa7bc;
}
.search-toggle:before {
	content: '\f002';
}
.search-form {
	margin-bottom: 30px;
}
.widget .search-form {
	margin-bottom: 0;
}
.search-form .form-control {
  	border-right: none;
}
.search-form .input-group-prepend {
	margin-right: 0;
}
.search-form .input-group-prepend .btn-theme {
	font-size: 0;
	height: 100%;
	padding-left: 20px;
	padding-right: 20px;
	border: none;
}
.search-form .input-group-prepend .btn-theme:before {
	font-family: 'FontAwesome';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\f002';
	font-size: 16px;
	line-height: 16px;
	top: 50%;
	right: 50%;
	margin-top: -8px;
	margin-right: -7px;
	position: absolute;
}
.search-block {
	position: fixed;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 10000;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
	display: none;
}
.search-block .search-toggle {
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
	cursor: default;
}
.search-block .search-toggle:before {
	display: none;
}
.search-block .search-form {
	width: 58%;
	margin: 150px auto 0;
	-webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
	-ms-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
}
.search-block .form-control {
	font-size: 22px;
	padding: 12px 20px;
	border: none;
	background-color: #fff;
	color: #0f2e35;
}
.search-block .input-group-prepend .btn-theme {
  padding: 20px 35px; 
  z-index: 10001;
}
.search-block .input-group-prepend .btn-theme:before {
  font-size: 22px;
  line-height: 22px;
  margin-top: -11px;
  margin-right: -11px;
}

/*--------------------------------------------------------------
5.0 - Navbar/ Navigation
--------------------------------------------------------------*/
.navbar {
	padding: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	background-color: #ffffff!important;
}
.sticky-header {
	
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
	border-bottom: 1px solid #eeeeee;
}
.navbar-toggler {
	border: none;
	padding: 15px;
}
.navbar-toggler:focus {
	outline: none;
}
.navbar-toggler:before {
   display: block;
   font-size: 28px;
   content: '\f0c9';
   font-family: 'FontAwesome';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.navbar-brand {
	padding-top: 10px;
	padding-bottom: 10px;
}
.navbar .navbar-collapse {
	flex-grow: 0;
}
.navbar .main-navigation ul {
	margin-top:15px;
	padding-left: 0;
}
.navbar .main-navigation {
	margin-right: -15px;
}
.main-navigation li {
	position: relative;
	list-style: none;
	display: inline-block;
}
.main-navigation a {
	display: block;
	color: #0f2e35;
	font-weight: 400;
	padding: 15px 12px;
}
.main-navigation a:hover {
	text-decoration: none;
}
.main-navigation ul li.current-menu-item > a,
.main-navigation ul li.current-menu-ancestor > a,
.main-navigation ul li a:hover,
.main-navigation ul li a:focus,
.main-navigation ul li.show > a,
.main-navigation ul li:hover > a  {
	color: #4fa7bc;
}
.main-navigation.nav-uppercase ul li > a {
	text-transform: uppercase;
}
.main-navigation.nav-uppercase li ul a {
	text-transform: inherit;
}
/* Dropdown */
.main-navigation ul li ul li {
	display: block;
}
.main-navigation ul li ul,
.main-navigation ul li:hover ul ul,
.main-navigation ul ul li:hover ul ul,
.main-navigation ul ul ul li:hover ul ul,
.main-navigation ul ul ul ul li:hover ul ul {
	display: none;
	z-index: 9999;
}
.main-navigation ul li:hover ul,
.main-navigation ul ul li:hover ul,
.main-navigation ul ul ul li:hover ul,
.main-navigation ul ul ul ul li:hover ul,
.main-navigation ul ul ul ul ul li:hover ul {
	display: block;
}
.main-navigation li:hover .dropdown-menu {
	display: block;
}
.main-navigation .dropdown-menu,
.main-navigation li ul {
	top: 100%;
	border: 1px solid #eeeeee;
	padding-top: 0;
	padding-bottom: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	position: absolute;
	left: 0;
	z-index: 999;
	background-color: #ffffff;
	margin-top: 0;
	display: none;
	width: 200px;
}
.main-navigation .dropdown-menu a,
.main-navigation li ul a {
	color: #888888;
	padding: 8px 12px;
	text-transform: inherit;
}
.main-navigation .dropdown-menu a:hover,
.main-navigation .dropdown-menu a.current-menu-item,
.main-navigation li ul li:hover > a, 
.main-navigation li ul .current-menu-item > a,
.main-navigation li ul li.current-menu-ancestor > a {
	background-color: #f7f7f7;
}
.main-navigation ul li ul li ul,
.headernav .main-navigation ul li ul li ul {
	left: 198px;
	top: 0;
}
.main-navigation .dropdown-toggle:after {
	display: none;
}
.navbar-collapse .form-inline {
	margin-left: 10px;
}
.navbar-search {
	position: relative;
}
.search-toggle  {
    display: block;
    font-family: 'FontAwesome';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    color: #777777;
    padding: 35px 15px;
    text-align: center;
    cursor: pointer;
}
.search-toggle:before {
    content: "\f002";
}
.search-toggle.active,
.search-toggle:hover,
.search-toggle:focus {
	color: #4fa7bc;
	text-decoration: none;
	outline: none;
	box-shadow:  none;
}
.navbar-search .search-box {
	position: absolute;
	top: 75%;
	right: 0;
	min-width: 300px;
	text-align: right;
	z-index: 1000;
}
.navbar-search .search-box:before {
	content: "";
	height: 10px;
	width: 10px;
	display: block;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	border-width: 1px 0 0 1px;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0.1);
	background-color: #fff;
	position: absolute;
	right: 10px;
	top: -6px;
}

/*--------------------------------------------------------------
6.0 - Content
--------------------------------------------------------------*/
.site-content {
	padding-top: 100px;
	padding-bottom: 30px;
}
.site-content .content-area {
	margin-bottom: 70px;
	padding-right: 35px;
}
.site-content .content-area.order-lg-2 {
	padding-left: 35px;
	padding-right: 15px;
}
.site-content .widget-area {
	margin-bottom: 30px;
}
.blog .site-content .content-area,
.archive .site-content .content-area,
.single-post .site-content .content-area {
	margin-bottom: 0;
}
.post,
.type-attachment {
	margin-bottom: 70px;
} 

/*--------------------------------------------------------------
6.1 - Post Featured Image
--------------------------------------------------------------*/
.post .post-featured-image {
	margin-bottom: 25px;
	padding-top: 5px;
}

.post .post-featured-image a {
	display: block;
}
.post .post-featured-image .img-fluid {
	width: 100%;
}

/*--------------------------------------------------------------
6.2 - Post Featured Content
--------------------------------------------------------------*/
.post.sticky .entry-header {
	position: relative;
}
.post.sticky .entry-header:before {
	font-family: 'FontAwesome';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f08d";
	position: absolute;
	right: 5px;
	color: #4fa7bc;
	font-size: 26px;
} 

/*--------------------------------------------------------------
6.3 - Entry Header
--------------------------------------------------------------*/


/*--------------------------------------------------------------
6.4 - Entry Title
--------------------------------------------------------------*/
.entry-title {
	font-size: 28px;
	font-weight: 400;
	margin: 0 0 10px;
}
.entry-title a {
	color: #000;
}
.entry-title a:hover,
.entry-title a:focus {
	color: #4fa7bc;
	text-decoration: none;
}
.type-attachment .entry-title {
	margin-bottom: 30px;
}

/*--------------------------------------------------------------
6.5 - Entry Meta
--------------------------------------------------------------*/
.entry-meta {
	margin-bottom: 10px;
	display: inline-block;
}
.entry-meta,
.entry-meta a {
	color: #999999;
}
.entry-meta a:hover,
.entry-meta a:focus  {
	color: #4fa7bc;
}
.entry-meta .author,
.entry-meta .categories,
.entry-meta .comments,
.entry-meta .date {
	display:  inline-block;
	position: relative;
	margin-bottom: 5px;
}
.entry-meta .author .label,
.entry-meta .categories .label,
.entry-meta .comments .label,
.entry-meta .date .label {
	color: #000;
}
.entry-meta > div:after {
	content: "/";
	margin-right: 2px;
	margin-left: 2px;
}
.entry-meta > .categories:after,
.entry-meta > div:last-child:after {
	display: none;
}
.entry-meta .categories a {
	display: inline-block;
	position: relative;
}
.entry-meta .categories a:hover {
	text-decoration: underline;
}
.entry-meta .categories .get-seperator {
	padding-left: 2px;
	padding-right: 2px;
}
.entry-meta .styled-date {
	padding-bottom: 10px;
	border-bottom: 1px solid #d5d5d5;
}
.entry-meta .styled-date .day {
	position: relative;
	font-size: 24px;
	font-weight: 100;
}
.entry-meta .styled-date .day:after {
	content: " / "
}

/*--------------------------------------------------------------
6.6 - Entry Content
--------------------------------------------------------------*/
.wp-video {
	margin-bottom: 20px;
}
.format-quote blockquote {
	padding-left: 50px;
	font-size: 32px;
}
.format-quote blockquote:before {
	font-size: 36px;
	line-height: 36px;
	color: #4fa7bc;
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=100);
}
.entry-content .btn-light{
	background-color: #eeeeee;
	color: #888888;
}
.entry-content .btn-light:hover {
	background-color: #e5e5e5;
	color: #888888;
}
.entry-content .btn-light:not(:disabled):not(.disabled).active, 
.entry-content .btn-light:not(:disabled):not(.disabled):active, 
.entry-content .show>.btn-light.dropdown-toggle,
.entry-content .btn-light:focus,
.entry-content .btn-light:active,
.entry-content .btn-light:not(:disabled):not(.disabled).active:focus, 
.entry-content .btn-light:not(:disabled):not(.disabled):active:focus {
	background-color: #dddddd;
	color: #888888;
}
.entry-content .btn-section {
	padding-top: 10px;
}

/*--------------------------------------------------------------
6.7 - Galleries
--------------------------------------------------------------*/
.gallery {
	margin: 0 -5px;
}
.gallery .gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
	margin-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
}
.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-item a {  	
	display: block;
}
.widget_media_gallery {
	overflow: hidden;
	position: relative;
}
.widget_media_gallery .gallery {
	margin: 0 -1px;
}
.widget_media_gallery .gallery .gallery-item {
	padding-left: 0;
	padding-right: 1px;
	padding-top: 1px;
	margin-bottom: 0;
}
.widget_media_gallery .widget-title {
	padding-top: 90px;
	margin-bottom: 40px;
}
.widget-area .widget_media_gallery .widget-title {
	padding-top: 0;
}
.site-footer .widget-area .gallery {
	margin-bottom: 5px;
}

/*--------------------------------------------------------------
6.8 - Post/Image/Paging Navigation
--------------------------------------------------------------*/
.nav-links {
	position: relative;
	background-color: #fff;
	margin-bottom: 70px;
	border: 1px solid rgba(0, 0, 0, 0.1);
}
.nav-links:before {
	background-color: rgba(0, 0, 0, 0.1);
	display: block;
	height: 100%;
	left: 50%;
	position: absolute;
	top: 0;
	width: 1px;
	content: "";
	line-height: 0;
}
.nav-links .nav-previous {
	float: left;
	width: 50%;
}
.nav-links .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-links a {
	display: block;
	padding: 30px;
	color: #0f2e35;
}
.nav-links a:hover {
	text-decoration: underline;
	color: #4fa7bc;
}
.nav-links:after {
	display: block;
	content: " ";
	clear: both;
}
.nav-links .nav-previous a {
	position: relative;
	padding-left: 50px;
}
.nav-links .nav-previous a:after {
	content: "\f053";
	font-family: 'FontAwesome';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -9px;
}
.nav-links .nav-next a {
	position: relative;
	padding-right: 50px;
}
.nav-links .nav-next a:after {
	content: "\f054";
	font-family: 'FontAwesome';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -9px;
}

/* wp-pagenavi */
.wp-pagenavi {
	text-align: center;
	margin-bottom: 60px;
}
.wp-pagenavi .pages {
	display: block;
	margin-bottom: 10px;
	border: none;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter:alpha(opacity=50);
}
.wp-pagenavi .current,
.wp-pagenavi a {
	display: inline-block;
	color: #0f2e35;
	border: 1px solid #dddddd;
	padding: 15px 25px;
	margin: 0 0 10px -1px;
}
.wp-pagenavi .current,
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
	color: #fff;
	background-color: #4fa7bc;
	border-color: transparent;
	text-decoration: none;
	position: relative;
}
.wp-pagenavi .extend {
	display: none;
}

/* page-links */
.page-links {
	text-align: center;
	margin-bottom: 40px;
	color: rgba(0, 0, 0, 0.4);
}
.page-links span,
.page-links a {
	display: inline-block;
	margin-left: -1px;
	text-decoration: none;
}
.page-links span,
.page-links a:hover span {
	color: #fff;
	padding: 15px 25px;
	border: 1px solid #4fa7bc;
	background-color: #4fa7bc;
}
.page-links a span {
	display: block;
	color: #0f2e35;
	border: 1px solid rgba(0, 0, 0, 0.1);
	background-color: inherit;
	margin-left: 0;
}

/*--------------------------------------------------------------
6.9 - Attachments
--------------------------------------------------------------*/
.image-attachment div.attachment {
	background-color: #f9f9f9;
	border: 1px solid #ddd;
	border-width: 1px 0;
	margin: 0 -8.9% 1.625em;
	overflow: hidden;
	padding: 1.625em 1.625em 0;
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto 1.625em;
	max-width: 100%;
}
.image-attachment div.attachment a img {
	border-color: #f9f9f9;
}
.image-attachment div.attachment a:focus img,
.image-attachment div.attachment a:hover img,
.image-attachment div.attachment a:active img {
	border-color: #ddd;
	background-color: #fff;
}
.image-attachment .entry-caption p {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	margin: 0 0 2.6em;
	text-transform: uppercase;
}

/*--------------------------------------------------------------
6.10 - Comments
--------------------------------------------------------------*/
#comments {
	margin-bottom: 70px;
}
.comments-title {
	font-size: calc(32px - 8px);
}
.comment-reply-title {
	font-size: calc(32px - 8px);
}
.comments-title,
.comment-reply-title {
	margin-bottom: 20px;
}
.comment-body {
	padding-left: 60px;
	position: relative;
	margin-bottom: 30px;
}
.children .comment-body {
	padding-left: 50px;
}
ol.comment-list,
ol.comment-list ol.children {
	margin: 0;
	list-style: none;
}
.comment-author .avatar {
	height: 50px;
	position: absolute;
	width: 50px;
	top: 0;
	left: 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}
.children .comment-author .avatar {
	height: 40px;
	width: 40px;
}
.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
	border: 1px solid rgba(0, 0, 0, 0.2);
	padding: 2px;
}
.children {
	padding-left: 30px;
}
.comment-meta {
	padding-bottom: 10px;
}
.comment-metadata,
.comment-metadata a {
	color: #777;
}
.comment-metadata a.comment-edit-link {
	color: #4fa7bc;
}
.required {
  color: red;
}
#wp-comment-cookies-consent {
	margin-right: 10px;
}
#comments .form-submit {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
6.11 - Pages
--------------------------------------------------------------*/
.page-header {
	margin-top: -1px;
}
.page-header .page-title-wrap {
	background:#0f2e35;
	padding-top: 40px;
	padding-bottom: 15px;
	text-align: center;
	position: relative;
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}
.page-header .page-title-wrap:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	
	opacity: 0.9;
	-moz-opacity: 0.9;
	filter:alpha(opacity=90);
}
.page-header .page-title-wrap .container {
	position: relative;
	z-index: 10;
}
.page-header .page-title {
	font-size: 36px;
	margin: 0 0 25px;
	color:#fff;
	
}
.page-header .page-title-wrap p {
	margin-bottom: 25px;
}

/*--------------------------------------------------------------
6.12 - bbPress Support
--------------------------------------------------------------*/
#bbpress-forums,
#bbpress-forums button,
#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results,
div.bbp-search-form input,
div.bbp-search-form button,
div.bbp-breadcrumb,
div.bbp-topic-tags {
	font-size: 15px;
}
#bbpress-forums div.bbp-search-form {
	float: none;
	padding-right: 25%;
	margin-bottom: 20px;
	position: relative;
}
#bbpress-forums #bbp-search-form #bbp_search {
	width: 100%;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	border-right: 0 none;
}
#bbpress-forums #bbp-search-form #bbp_search_submit {
	bottom: 0;
	height: inherit;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	margin-bottom: 0;
	width: 25%;
}
#bbpress-forums div.bbp-topic-author a.bbp-author-name,
#bbpress-forums div.bbp-reply-author a.bbp-author-name {
	display: inline-block;
}
div.bbp-submit-wrapper button {
	border: 0 none;
	cursor: pointer;
	margin-bottom: 10px;
	color: #fff;
	text-transform: uppercase;
	display: block;
	text-align: center;
	height: 40px;
	padding: 0px 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	background-color: #4fa7bc;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	font-family: inherit;
}
#bbpress-forums button:hover {
	background-color: rgba(0, 0, 0, 0.6);
}
#bbpress-forums fieldset.bbp-form select {
	height: 40px;
}
#bbpress-forums div.bbp-the-content-wrapper input {
	text-transform: none;
}

/*--------------------------------------------------------------
6.13 - Woo Commerce Support
--------------------------------------------------------------*/
.site-main .woocommerce {
	padding-bottom: 30px;
}
.woocommerce ul.products {
	margin: 0;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
	padding-top: 0;
	font-size: 20px;
}
.woocommerce ul.products li.product .price {
	font-size: inherit;
}
.woocommerce span.onsale {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.woocommerce span.onsale,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	background-color: #4fa7bc;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background-color: rgba(0, 0, 0, 0.5);
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce.widget_product_search button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled],
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled[disabled]:hover,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover {
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	text-align: center;
	padding: 10px 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	background-color: #4fa7bc;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	font-weight: normal;
	font-size: inherit;
	line-height: normal;
	height: inherit;
	font-family: inherit;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce.widget_product_search button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
	background-color: rgba(0, 0, 0, 0.6);
	color: #fff;
}
.woocommerce.widget_product_search input,
.woocommerce.widget_product_search button[type="submit"] {
	border-radius: 0;
	margin: 0;
}
.woocommerce.widget_product_search button[type="submit"] {
	width: 35%;
	padding-left: 10px;
	padding-right: 10px;
	border-color: transparent;
	line-height: inherit;
}
.woocommerce.widget_product_search .search-field {
	border-right: 0 none;
	float: left;
	width: 65%;
}
.woocommerce-cart table.cart input {
	line-height: normal;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
	padding: 9px;
	border: 1px solid rgba(0, 0, 0, 0.05);
}
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce-page .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #777;
}
.woocommerce .star-rating,
.woocommerce .star-rating:before {
	color: #4fa7bc;
}
.woocommerce div.product .woocommerce-product-rating,
.woocommerce .related h2 {
	margin-bottom: 10px;
}
.woocommerce-page .select2-container .select2-selection--single {
	height: 38px;
}
.woocommerce-page .select2-container--default .select2-selection--single {
	background-color: #f9f9f9;
	border: 1px solid rgba(0, 0, 0, 0.05);
	padding-top: 4px;
}
.woocommerce-page .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 6px;
}
.woocommerce-page .select2-dropdown,
.woocommerce-page .select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid rgba(0, 0, 0, 0.05);
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
	-webkit-box-flex: inherit;
	-ms-flex: inherit;
	flex: inherit;
	max-width: inherit;
	padding-right: 0;
	padding-left: 0;
}
.woocommerce form .form-row {
	display: block;
}
.woocommerce form .woocommerce-billing-fields,
.woocommerce form .woocommerce-shipping-fields,
.woocommerce form .woocommerce-additional-fields {
	margin-bottom: 20px;
}

/*--------------------------------------------------------------
6.14 - JetPack Support
--------------------------------------------------------------*/
.infinite-scroll .posts-navigation {
	display: none;
}

/*--------------------------------------------------------------
7.0 - Sidebar/ Widget Area
--------------------------------------------------------------*/
.widget-area .widget {
	margin-bottom: 40px;
	padding-bottom: 1px;
	border-top: none;
}
.widget-area .widget-title {
	font-size: 18px;
	text-align: left;
	margin: 0 0 25px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dddddd;
}
.widget-area .widget-title:after {
	left: 0;
	margin-left: 0;
	height: 1px;
	bottom: -1px;
}
.widget-area .widget-search .widget-title.sr-only {
	position: absolute;
} 

/*--------------------------------------------------------------
8.0 - Widgets
--------------------------------------------------------------*/
.widget .container {
	padding-top: 90px;
	padding-bottom: 30px;
}
.widget-title {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 60px;
	text-align: center;
	position: relative;
	padding-bottom: 20px;
}
.widget-title:after {
	content: "";
	width: 70px;
	height: 1px;
	background-color: #4fa7bc;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -35px;
}
.widget-desc {
	font-size: 16px;
	margin-top: -35px;
	margin-bottom: 60px;
	
	width: 100%;
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.widget ol,
.widget ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.widget ul li a {
	color: #000;
}
.widget ul li a:hover {
	color: #000000;
	text-decoration: none;
}
.widget ul li {
	margin-bottom: 4px;
}
.widget .badge {
	padding: 0 4px;
	
}
.widget .badge-light {
	color: #888888;
	background-color: transparent;
}
.widget-area .widget .container,
.widget-area .widget .container-fluid {
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
}

/*--------------------------------------------------------------
8.1 - Widget CTA
--------------------------------------------------------------*/
.inc-widget-promotional-bar .promotional_bar_content {
	text-align: center;
	background-attachment: fixed;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	color: #ffffff;
	background-color: #65707a;
	position: relative;
}
.inc-widget-promotional-bar .promotional_bar_content:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: linear-gradient(145deg, #00C4CC 0%, #7D2AE8 100%);
	opacity: 0.9;
	-moz-opacity: 0.9;
	filter:alpha(opacity=90);
}
.inc-widget-promotional-bar .container {
	position: relative;
	padding-bottom: 70px;
	z-index: 10;
}
.inc-widget-promotional-bar .promo-title {
	font-size: calc(28px + 2px);
	margin-bottom: 20px;
	text-transform: none;
	padding-bottom: 0;
	font-weight: 400;
}
.inc-widget-promotional-bar .promo-title:after {
	display: none;
}
.inc-widget-promotional-bar p {
	font-size: 18px;
	margin-bottom: 20px;
	
	opacity: 0.75;
	-moz-opacity: 0.75;
	filter: alpha(opacity=75);
}
.inc-widget-promotional-bar .btn-section {
	margin-left: -5px;
	margin-right: -5px;
	margin-bottom: 10px;
}
.inc-widget-promotional-bar .btn {
	min-width: 200px;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
}
.inc-widget-promotional-bar .promo-title + p {
	margin-top: -10px;
}
.inc-widget-promotional-bar .col-lg-10 + .col-lg-10 {
	padding-top: 5px;
}
.inc-widget-promotional-bar .btn.btn-icon-left .icon,
.inc-widget-promotional-bar .btn.btn-icon-left .fa {
	margin-right: 10px;
}
.inc-widget-promotional-bar .btn.btn-icon-right .icon,
.inc-widget-promotional-bar .btn.btn-icon-right .fa {
	margin-left: 10px;
}
.inc-widget-promotional-bar .btn-group .btn {
	margin: 0;
}

/*--------------------------------------------------------------
8.2 - Widget Inline CTA
--------------------------------------------------------------*/
.promotional_bar_content.promotional-bar-inline {
	text-align: left;
	color: #ffffff;
}
.promotional_bar_content.promotional-bar-inline .container {
	padding-top: 50px;
	padding-bottom: 30px;
}
.promotional_bar_content.promotional-bar-inline .promo-title {
	font-size: calc((28px + 4px) - 8px);
	margin: 0 0 20px;
	text-align: left;
	font-weight: 400;
}
.promotional_bar_content.promotional-bar-inline p {
	font-size: 18px;
	margin-top: -10px;
	margin-bottom: 20px;
}
.promotional_bar_content.promotional-bar-inline .btn-section {
	margin-top: 0;
	margin-bottom: 20px;
}
.promotional_bar_content.promotional-bar-inline .btn {
	margin-bottom: 0;
}
.promotional_bar_content.promotional-bar-inline .btn-section.btn-group .btn {
	min-width: 130px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

/* widget-area controls */
.widget-area .inc-widget-promotional-bar,
.widget-area .inc-widget-promotional-bar .promotional-bar-inline {
	text-align: center;
}
.widget-area .inc-widget-promotional-bar .container,
.widget-area .inc-widget-promotional-bar .promotional-bar-inline .container {
	padding: 40px 20px 20px;
}
.widget-area .inc-widget-promotional-bar .col-lg-10,
.widget-area .inc-widget-promotional-bar .promotional-bar-inline .col-lg-10,
.widget-area .inc-widget-promotional-bar .col-lg-auto,
.widget-area .inc-widget-promotional-bar .promotional-bar-inline .col-lg-auto {
	-ms-flex: 0 0 100%;
   flex: 0 0 100%;
   max-width: 100%;
}

.widget-area .inc-widget-promotional-bar .promo-title,
.widget-area .inc-widget-promotional-bar .promotional-bar-inline .promo-title {
	font-size: calc(16px + 4px);
	text-align: center;
	border-bottom: none;
	margin-bottom: 15px;
}
.widget-area .inc-widget-promotional-bar p,
.widget-area .inc-widget-promotional-bar .promotional-bar-inline p {
	font-size: 15px;
}
.widget-area .inc-widget-promotional-bar .btn-section,
.widget-area .inc-widget-promotional-bar .promotional-bar-inline .btn-section,
.widget-area .inc-widget-promotional-bar .promotional-bar-inline .btn-section.btn-group {
	display: block;
	margin-bottom: 10px;
}
.inc-widget-promotional-bar .col-lg-10 + .col-lg-10 {
	padding-top: 0;
}
.widget-area .inc-widget-promotional-bar .btn,
.widget-area .inc-widget-promotional-bar .promotional-bar-inline .btn-section.btn-group .btn {
	font-size: 16px;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 10px;
	min-width: 200px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
}
.widget-area .inc-widget-promotional-bar .btn-lg,
.widget-area .inc-widget-promotional-bar .promotional-bar-inline .btn-lg {
	padding-top: 10px;
	padding-bottom: 10px;
}

/*--------------------------------------------------------------
8.3 - Widget Featured Page
--------------------------------------------------------------*/
.inc-widget-featured-page {
	position: relative;
	border-top: 1px solid #e5e5e5;
}
.inc-widget-featured-page .container {
	overflow: hidden;
}
.inc-widget-featured-page .widget-title {
	margin-bottom: 30px;
}
.inc-widget-featured-page .text-lg-left .widget-title {
	text-align: left;
}
.inc-widget-featured-page .text-lg-left .widget-title:after {
	left: 0;
	margin-left: 0;
}
.inc-widget-featured-page .featured-page-content {
	margin-bottom: 40px;
	overflow: auto;
}
.inc-widget-featured-page .featured-page-content p {
	font-size: 16px;
	margin-bottom: 30px;
}
.inc-widget-featured-page .featured-page-content .btn {
	padding: 10px 40px;
	font-size: 16px;
	margin-bottom: 30px;
}
.inc-widget-featured-page .featured-page-content .btn-outline-theme {
	color: #777777;
	border-color: #aaaaaa;
}
.inc-widget-featured-page .featured-page-content .btn-outline-theme:hover {
	color: #ffffff;
	border-color: transparent;
}
.inc-widget-featured-page .featured-page-image {
	margin-bottom: 70px;
	text-align: center;
}
.inc-widget-featured-page .featured-page-image figure {
	margin-bottom: 0;
}

/* widget-area-control */
.widget-area .inc-widget-featured-page,
.widget-area .inc-widget-featured-page .text-left,
.widget-area .inc-widget-featured-page .text-right {
	text-align: center!important;
}
.widget-area .inc-widget-featured-page .col-lg-6,
.widget-area .inc-widget-featured-page .col-lg-10 {
	-webkit-box-flex: 0;
   -ms-flex: 0 0 100%;
   flex: 0 0 100%;
   max-width: 100%;
}
.widget-area .inc-widget-featured-page .col-lg-6.order-lg-2 {
	-webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.widget-area .inc-widget-featured-page .col-lg-6.order-lg-1 {
	-webkit-box-ordinal-group: 3;
   -ms-flex-order: 2;
   order: 2;
}
.widget-area .inc-widget-featured-page .featured-page-content p {
	font-size: 15px;
	margin-bottom: 20px;
}
.widget-area .inc-widget-featured-page .featured-page-content .btn {
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 15px;
	margin-bottom: 20px;
}
.widget-area .inc-widget-featured-page .featured-page-content {
	margin-bottom: 20px;
}
.widget-area .inc-widget-featured-page .featured-page-image {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
8.4 - Widget Services
--------------------------------------------------------------*/
.inc-widget-services {
	text-align: center;
	border-top: 1px solid #e5e5e5;
}
.inc-widget-services .services-col {
	margin-bottom: 40px;
}
.inc-widget-services .service-icon {
	margin-bottom: 25px;
	display: inline-block;
	font-size: 40px;
}
.inc-widget-services .service-img {
	margin-bottom: 25px;
}
.inc-widget-services .service-title {
	font-size: 20px; 
	color: #000;
	text-transform: uppercase;
	font-weight: 400;
	margin: 0 0 20px;
	padding-bottom: 20px;
	position: relative;
}
.inc-widget-services .service-title:after {
	content: "";
	width: 80px;
	height: 1px;
	background-color: #4fa7bc;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -40px;
}
.inc-widget-services .text-left .service-title:after {
	left: 0;
	margin-left: 0;
}
.inc-widget-services .service-title a {
	color: #000;
}
.inc-widget-services .service-title a:hover {
	text-decoration: none;
	color:  #4fa7bc;
}
.inc-widget-services p {
	margin-bottom: 30px;
}
.inc-widget-services .more-link {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-color: #aaaaaa;
	color: #777777;
	margin-bottom: 30px;
}
.inc-widget-services .more-link:hover {
	color: #ffffff;
	border-color: transparent;
}
.inc-widget-services .small-featured-img .service-img {
	display: inline-block;
	width: 70px;
}

/* widget area ccontrol */
.widget-area .inc-widget-services .col-lg-4 {
	-webkit-box-flex: 0;
   -ms-flex: 0 0 100%;
   flex: 0 0 100%;
   max-width: 100%;
}
.widget-area .inc-widget-services .services-col {
	margin-bottom: 0;
}
.widget-area .inc-widget-services .services-col + .services-col {
	margin-top: 30px;
}
.widget-area .inc-widget-services .service-img,
.widget-area .inc-widget-services p,
.inc-widget-services .more-link {
	margin-bottom: 20px;
}
.widget-area .inc-widget-services .service-title {
	padding-bottom: 10px;
}

/*--------------------------------------------------------------
8.5 - Widget Featured/Recent Post
--------------------------------------------------------------*/
.inc-widget-featured-post {
	text-align: center;
	background-color: #f5f5f5;
	position: relative;
}
.inc-widget-featured-post .featured-post-col {
	padding-top: 75px;
	padding-bottom: 35px;
	position: relative;
}
.inc-widget-featured-post .featured-post-col:nth-child(4n-2):before,
.inc-widget-featured-post .featured-post-col:nth-child(4n-1):before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.04);
}
.inc-widget-featured-post .featured-post-col:first-child.col-12:before,
.inc-widget-featured-post .featured-post-col:last-child.col-12:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	border-top: 1px solid #dddddd;
	background-color: inherit;
}
.inc-widget-featured-post .featured-post-col:first-child.col-12:before {
	border-top: none;
}
.inc-widget-featured-post .featured-post {
	display: inline-block;
	width: 100%;
	max-width: 500px; 
	position: relative;
	z-index: 1;
}
.inc-widget-featured-post .featured-post-content {
	padding-bottom: 20px;
}
.inc-widget-featured-post .featured-post-title {
	font-size: 22px;
	font-weight: 400;
	color: #000;
	margin: 0 0 20px;
}
.inc-widget-featured-post .featured-post-title a {
	color: #000;
}
.inc-widget-featured-post .featured-post-title a:hover {
	color: #4fa7bc;
	text-decoration: none;
}
.inc-widget-featured-post p {
	font-size: 16px;
	margin-bottom: 25px;
}
.inc-widget-featured-post .featured-post-img {
	margin-bottom: 40px;
}
.inc-widget-featured-post .btn {
	margin-bottom: 40px;
	min-width: 140px;
}
.inc-widget-featured-post blockquote,
.inc-widget-featured-post blockquote p {
	font-size: 22px;
	text-align: left;
}

/* widget area control */
.widget-area  .inc-widget-featured-post .container-fluid {
	border-bottom: none;
	border-top: none;
}
.widget-area .inc-widget-featured-post .col-lg-6,
.widget-area .inc-widget-featured-post .col-12 {
	-webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.widget-area .inc-widget-featured-post .featured-post-col:nth-child(4n-2):before,
.widget-area .inc-widget-featured-post .featured-post-col:nth-child(4n-1):before {
	display: none;
}
.widget-area .inc-widget-featured-post .featured-post-col:first-child.col-12:before,
.widget-area .inc-widget-featured-post .featured-post-col:last-child.col-12:before {
	display: none;
}
.widget-area .inc-widget-featured-post .featured-post-col:nth-child(even):before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	right: 15px;
	left: 15px;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.04);
}
.widget-area .inc-widget-featured-post .featured-post-col {
	padding-top: 30px;
	padding-bottom: 0;
}
.widget-area .inc-widget-featured-post .featured-post {
	padding-left: 15px;
	padding-right: 15px;
}
.widget-area .inc-widget-featured-post .featured-post-title {
	font-size: 20px;
}

.widget-area .inc-widget-featured-post p {
	font-size: 15px;
	margin-bottom: 20px;
}
.widget-area .inc-widget-featured-post .btn {
	margin-bottom: 20px;
}

/*--------------------------------------------------------------
8.6 - Widget Recent Post 
--------------------------------------------------------------*/
.inc-widget-recent-post {
	border-top: 1px solid #e5e5e5;
}
.inc-widget-recent-post .recent-post:last-child {
	margin-bottom: 60px;
}
.inc-widget-recent-post .recent-post{
   border-bottom: 1px solid #dddddd;
   max-width: none;
}
.inc-widget-recent-post .recent-post + .recent-post {
	padding-top: 15px;
}
.inc-widget-recent-post .recent-post:last-child {
	border-bottom: none;
}
.inc-widget-recent-post .recent-post:last-child .recent-post-img {
	margin-bottom: 0;
}
.inc-widget-recent-post .recent-post:last-child .entry-meta {
	margin-bottom: 0;
}
.inc-widget-recent-post .recent-post:before,
.inc-widget-recent-post .recent-post:after {
	content: "";
	display: table;
}
.inc-widget-recent-post .recent-post:after {
	clear: both;
}
.inc-widget-recent-post .recent-post-img {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.inc-widget-recent-post .recent-post-img .post-img {
	height: 70px;
	width: 70px;
	display: block;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.inc-widget-recent-post .recent-post .recent-post-content {
    padding-bottom: 0;
    display: block;
    overflow: hidden;
}
.inc-widget-recent-post .recent-post-title {
	font-size: 16px;
	margin-bottom: 5px;
}
.inc-widget-recent-post .recent-post-title a {
	color: #000;
}
.inc-widget-recent-post .recent-post-title a:hover {
	color: #4fa7bc;
	text-decoration: none;
}
.inc-widget-recent-post .entry-meta {
	font-size: 14px;
	display: block;
	margin-bottom: 10px;
}

/* Widget Area Control */
.widget-area .inc-widget-recent-post .recent-post:last-child {
	margin-bottom: 0;
}

/* Site Footer Widget Area Control */
.site-footer .widget-area .inc-widget-recent-post .recent-post-img {
	margin-right: 11px;
	margin-bottom: 11px;
}
.site-footer .inc-widget-recent-post .recent-post {
	padding-top: 11px;
}
.site-footer .inc-widget-recent-post .entry-meta {
	margin-bottom: 6px;
}

/*--------------------------------------------------------------
8.7 - Widget Team
--------------------------------------------------------------*/
.inc-widget-our-team {
	border-top: 1px solid #e5e5e5;
}
.inc-widget-our-team .team-block {
	margin-bottom: 50px;
	display: block;
	text-align: center;
	overflow: auto;
}
.inc-widget-our-team .team-img {
	margin-bottom: 20px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	overflow: hidden;
	width: 200px;
	height: 200px;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	display: inline-block;
}
.inc-widget-our-team .team-member-designation {
	font-size: 16px;
	margin: -10px 0 20px;
	color: #aaaaaa;
	
}
.inc-widget-our-team .team-member-name {
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 20px;
}
.inc-widget-our-team p {
	margin-bottom: 20px;
}

/* Widget Area Control */
.widget-area .inc-widget-our-team {
	margin-bottom: 20px;
}
.widget-area .inc-widget-our-team .col-md-4 {
	-webkit-box-flex: 0;
   -ms-flex: 0 0 100%;
   flex: 0 0 100%;
   max-width: 100%;
}
.widget-area .inc-widget-our-team .col-md-4 + .col-md-4 {
	margin-top: 30px;
}
.widget-area .inc-widget-our-team .team-block {
	margin-bottom: 0;
}
.widget-area .inc-widget-our-team .team-member-name {
	font-size: 16px;
}
.widget-area .inc-widget-our-team .team-member-designation {
	font-size: 15px;
}

/*--------------------------------------------------------------
8.8 - Widget Testimonial
--------------------------------------------------------------*/
.inc-widget-testimonial {
	border-top: 1px solid #e5e5e5;
}
.testimonial-box {
	text-align: center;
}
.testimonial-box .testimonial-block {
	margin-bottom: 20px;
	overflow: hidden;
}
.testimonial-box .testimonial-img {
	width: 100px;
	height: 100px;
	overflow: hidden;
	margin-bottom: 10px;
	display: inline-block;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.testimonial-box .testimonial-content {
	margin-bottom: 20px;
	overflow: auto;
}
.testimonial-box .testimonial-content p {
	font-size: 16px;
	margin-bottom: 20px;
	font-style: italic;
}
.testimonial-box .testimonial-meta {
	margin-bottom: 40px;
	overflow: auto;
}
.testimonial-box .testimonial-meta .testimonial-writer {
	font-size: 20px;
	margin: 0 0 10px;
	font-weight: normal;
}
.testimonial-box .testimonial-meta .designation {
	font-size: 16px;
	margin-bottom: 10px;
	color: #999999;
	text-transform: capitalize;
	display: block;
	
}

.widget-area .inc-widget-testimonial .col-md-10,
.widget-area .inc-widget-testimonial .col-md-6,
.widget-area .inc-widget-testimonial .col-sm-6 {
	-webkit-box-flex: 0;
   -ms-flex: 0 0 100%;
   flex: 0 0 100%;
   max-width: 100%;
}
.widget-area .testimonial-box .testimonial-content p {
	font-size: 15px;
}
.widget-area .testimonial-box .testimonial-content {
	margin-bottom: 0;
}
.widget-area .testimonial-box .testimonial-img {
	width: 80px;
	height: 80px;
}
.widget-area .testimonial-box .testimonial-meta .testimonial-writer {
	margin-bottom: 5px;
	font-size: 16px;
}
.widget-area .testimonial-box .testimonial-meta .designation {
	font-size: 15px;
}
.widget-area .testimonial-box .testimonial-meta {
	margin-bottom: 0;
}
.widget-area .testimonial-box .testimonial-block {
	margin-bottom: 0;
}
.widget-area .testimonial-box .testimonial-block + .testimonial-block {
	margin-top: 25px;
}

/*--------------------------------------------------------------
8.9 - Widget Brands
--------------------------------------------------------------*/
.widget-brands .container {
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
	text-align: center;
}
.widget-brands .container:before,
.widget-brands .container:after {
	content: "";
	height: 1px;
	background-color: #e5e5e5;
	position: absolute;
	left: 15px;
	right: 15px;
}
.widget-brands .container:before {
	top: 0;
}
.widget-brands .container:after {
	bottom: 0;
}
.widget-brands .row {
	margin-left: -5px;
	margin-right: -5px;
}
.widget-brands .row > [class*="col-"] {
	padding-left: 5px;
	padding-right: 5px;
}
.widget-brands img {
	display: inline-block;
}

/* widget brands */
.widget-area .widget-brands .container {
	padding-top: 0;
	padding-bottom: 0;
}
.widget-area .widget-brands .container:before,
.widget-area .widget-brands .container:after {
	display: none;
} 

/*--------------------------------------------------------------
8.10 - Widget Nav
--------------------------------------------------------------*/
.widget-nav {
	margin-bottom: 35px;
}
.widget-nav ul {
	margin-bottom: 20px;
}

/*--------------------------------------------------------------
8.11 - Widget Tags
--------------------------------------------------------------*/
.widget-tags ul {
	margin-left: -2px;
	margin-right: -2px;
}
.widget-tags ul li {
	float: left;
	padding-left: 2px;
	padding-right: 2px;
	margin-bottom: 4px;
}
.widget-tags .tag {
	font-size: 14px;
	text-transform: uppercase;
	padding: 5px 15px;
	border:  1px solid #e5e5e5;
	display: block;
	transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
}
.widget-tags .tag:hover {
	color: #ffffff;
	background-color: #4fa7bc;
	border-color: #4fa7bc;
}
.widget-tags .tag:focus {
	background-color: #35aabc;
	border-color: #35aabc;
	color: #ffffff;
}

/*--------------------------------------------------------------
8.12 - Widget Calendar
--------------------------------------------------------------*/
.widget_calendar #wp-calendar {
	width: 100%;
	text-align: center;
}
.widget_calendar #wp-calendar tbody tr:first-child td  {
	padding-top: 8px;
}
.widget_calendar #wp-calendar tbody tr:last-child td  {
	padding-bottom: 8px;
}
.widget_calendar #wp-calendar caption,
.widget_calendar #wp-calendar td,
.widget_calendar #wp-calendar th {
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}
.widget_calendar #wp-calendar caption {
	font-size: 14px;
	font-weight: 700;
	padding: 0 0 10px 0;
	text-transform: uppercase;
	caption-side: top;
}
.widget_calendar #wp-calendar th {
	background-color: #f4f4f4;
	font-weight: bold;
}
.widget_calendar #wp-calendar tfoot td {
	background-color: #f4f4f4;
}
.site-footer .widget_calendar #wp-calendar caption {
	color: #cccccc;
}
.site-footer .widget_calendar #wp-calendar th,
.site-footer .widget_calendar #wp-calendar tfoot td {
	background-color: rgba(255, 255, 255, 0.1);
}

/*--------------------------------------------------------------
8.13 - Widget Recent Entries/Comments
--------------------------------------------------------------*/
.widget_recent_entries ul li,
.widget_recent_comments ul li {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 5px 0;
}

.widget_recent_entries ul li:last-child {
	border-bottom: none;
}

.widget_recent_entries .post-date {
	display: block;
	font-size: calc(15px - 1px);
	color: #999999;
}
.site-footer .widget.widget_recent_entries ul li {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
8.14 - Widget Tag Cloud
--------------------------------------------------------------*/
.widget_tag_cloud a {
	margin-right: 5px;
	color: #0f2e35;
	padding: 10px 0; 
}
.widget_tag_cloud a:hover {
	color: #4fa7bc;
}

/*--------------------------------------------------------------
8.15 - Widget Add
--------------------------------------------------------------*/
/* Add 728x90 */
.widget_add_size_728x90 {
	text-align: center;
	padding: 20px;
	border: 1px solid rgba(0, 0, 0, 0.1);
}
.widget_add_size_728x90 a {
	display: block;
}

/*--------------------------------------------------------------
8.16 - Widget Text
--------------------------------------------------------------*/
.widget_text p:last-child{
	margin-bottom: 0;
}
.widget_text p:before,
.widget_text p:after {
	content: "";
	display: table;
}
.widget_text p:after {
	clear: both;
}
.widget_text p img {
	margin-bottom: 15px;
}
.widget_text p img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.widget_text p img.alignnone {
	display: block;
	
}
.widget_text p img.alignleft {
	float: left;
	margin-right: 15px;
	margin-bottom: 4px;
}
.widget_text p img.alignright {
	float: right;
	margin-left: 15px;
	margin-bottom: 4px;
}

/*--------------------------------------------------------------
9.0 - Footer
--------------------------------------------------------------*/
.site-footer .widget-area {
	background-color: #0f2e35;
	padding-top: 25px;
	padding-bottom: 10px;
	color:#cbd2d9;
	font-size:15px;
}
.site-footer .widget{
	margin-bottom: 35px;
}
.site-footer .widget-title {
	font-size: 24px;
	text-align: left;
	margin-bottom: 20px;
	color: #4fa7bc;
	padding-bottom: 0;
	border-bottom: none;
	font-family: 'Playfair Display', serif!important;
}
.site-footer .widget-title:after {
	display: none;
}
.site-footer .social-profiles {
	margin-bottom: 15px;
	padding-top: 3px;
}
.site-footer .widget-subscribe .form-control,
.site-footer .widget-subscribe .btn {
	padding: 10px;
}
.site-footer .widget ul li {
	margin-bottom: 6px;
}
.site-footer .widget ul li a:hover,
.site-footer .widget ul li a:focus {
	color: #fff;
} 

.site-footer .widget a {
	color:#fff;
}

.site-footer .widget a:hover {
	color:#4fa7bc;
	text-decoration: underline;
}
/* Site Info */
.site-info {
	border-top:1px solid #09262c;
	background-color: #0f2e35;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	color: #cbd2d9;
	font-size:14px!important;
}
.site-info a{
	color: #fff;
}
.site-info .social-profiles,
.site-info .copyright {
	margin-bottom: 12px;
	text-align: center;
}
.social-profiles ul li a {
	font-size: calc(14px + 3px);
}
.site-info .copyright a:hover {
	color: #4fa7bc;
}
.site-info .copyright .theme-link,
.site-info .copyright .privacy-link,
.site-info .copyright .author-link,
.site-info .copyright .wp-link,
.site-info .copyright .custom-content {
	display: inline-block;
	padding-right: 8px;
	margin-bottom: 8px;
}
.site-info .copyright .theme-link:after,
.site-info .copyright .privacy-link:after,
.site-info .copyright .author-link:after,
.site-info .copyright .wp-link:after {
	content: '|';
	margin-left: 8px;
	display: inline-block;
}
.site-info .copyright div:last-child:after {
	content: normal;
}

/*--------------------------------------------------------------
10.0 - Featured Slider
--------------------------------------------------------------*/
.featured-slider {
	margin-top: -1px;
	overflow: hidden;
	position: relative;
}
.featured-slider .slides.display-ctrl {
	display: none;
}
.featured-slider .slider {
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
}

.featured-slider .slider:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.1);
}
.featured-slider .slider:after {
	content: "";
	position: absolute;
	top: 0;
	left: -15%;
	bottom: 0;
	width: 65%;
	-ms-transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    overflow: hidden;
    background-image: linear-gradient(140deg, #00C4CC 0%, #7D2AE8 100%);
    opacity: 0.6;
	-moz-opacity: 0.6;
	filter:alpha(opacity=60);
}
.featured-slider .featured-content {
	padding-top: 50px;
	padding-right: 60px;
	padding-bottom: 50px;
	position: relative;
	z-index: 10;
	text-align: left;
	width: 50%;
	display: table;
}
.featured-slider .content-inner {
	display: table-cell;
	vertical-align: middle;
}
.featured-slider .fs-prev,
.featured-slider .fs-next {
	position: absolute;
	color: transparent;
	font-size: 0;
	line-height: 0;
	height: 50px;
	width: 30px;
	top: 50%;
	margin-top: -25px;
	z-index: 10;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter:alpha(opacity=50);
}
.featured-slider .fs-prev:hover,
.featured-slider .fs-next:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=100);
}
.featured-slider .fs-prev {
	left: 1%;
}
.featured-slider .fs-next {
	right: 1%;
}
.featured-slider .fs-prev:before,
.featured-slider .fs-next:before {
	font-family: 'FontAwesome';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #ffffff;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 34px;
	line-height: 34px;
	text-align: center;
	padding-top: 9px;
	right: 0;
	bottom: 0;
}
.featured-slider .fs-prev:before {
	content: "\f053";
}
.featured-slider .fs-next:before {
	content: "\f054";
}
.featured-slider .featured-title {
	font-size: 38px;
	margin: 0 0 20px;
	font-weight: 400;
	padding-right: 30px;
}
.featured-slider h2,
.featured-slider h2 a {	
	color: #ffffff;	
}
.featured-slider h2 a:hover {
	text-decoration: none;
}
.featured-slider p {
	color: #ffffff;
	font-size: 18px;
	
	margin: 0 0 45px;
}
.featured-slider .btn-section {	
	margin-left: -5px;
	margin-right: -5px;
}
.featured-slider .btn {
	min-width: 200px;
	margin: 0 5px 10px;
}
.site-footer .widget-tags .tag {
	border-color: #aaaaaa;
	color: #cccccc;
}
.site-footer .widget-tags .tag:hover {
	border-color: #4fa7bc;
}

/*--------------------------------------------------------------
11.0 - Media Queries
--------------------------------------------------------------*/
@media (max-width: 1499px) {
	.featured-slider .featured-title {
		font-size: 34px;
	}
	.inc-widget-services .service-title,
	.inc-widget-our-team .team-member-name,
	.testimonial-box .testimonial-meta .testimonial-writer,
	.widget-area .inc-widget-featured-post .featured-post-title {
		font-size: 18px;
	}
	.inc-widget-our-team .team-member-designation,
	.testimonial-box .testimonial-meta .designation {
		font-size: 15px;
	}
	.widget-title,
	.entry-title, 
	.format-quote blockquote,
	.page-header .page-title {
		font-size: 25px;
	}
	.inc-widget-promotional-bar .promo-title {
		font-size: 27px;
	}
	.promotional_bar_content.promotional-bar-inline .promo-title {
		font-size: 23px;
	}
	.inc-widget-promotional-bar p,
	.promotional_bar_content.promotional-bar-inline p {
		font-size: 16px;
	}
	.featured-slider p {
		margin-bottom: 30px;
	}
	.main-navigation a {
		padding-top:  30px;
		padding-bottom: 30px;
	}
	.search-toggle {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.widget .container {
		padding-top: 70px;
		padding-bottom: 20px;
	}
	.site-content {
		padding-top: 70px;
		padding-bottom: 20px;
	}
	#comments {
		margin-bottom: 50px;
	}
	.site-content .content-area {
		padding-right: 25px;
	}
	.site-content .content-area.order-lg-2 {
		padding-left: 25px;
		padding-right: 15px;
	}
	.site-content .widget-area {
		margin-bottom: 10px;
	}
	.post,
	.type-attachment {
		margin-bottom: 50px;
	}
	.post .post-featured-image {
		margin-bottom: 20px;
	}
	.inc-widget-promotional-bar + .widget_media_gallery .widget-title,
	.inc-widget-featured-post + .widget_media_gallery .widget-title,
	.widget-brands + .widget_media_gallery .widget-title {
		padding-top: 70px;
	}
	.nav-links {
		margin-bottom: 50px;
	}
	.wp-pagenavi {
		margin-bottom: 50px;
	}
	.widget-title {
		margin-bottom: 50px;
	}
	.site-main .widget-title .title-style {
		padding-bottom: 25px;
	}
	.widget-desc {
		margin-bottom: 50px;
	}
	.inc-widget-featured-page .featured-page-content {
		margin-bottom: 20px;
	}
	.inc-widget-featured-page .featured-page-image {
		margin-bottom: 50px;
	}
	.inc-widget-services .services-col {
		margin-bottom: 30px;
	}
	.inc-widget-services .card-view .services-col {
		margin-bottom: 40px;
	}
	.inc-widget-services .service-icon {
		margin-bottom: 20px;
	}
	.inc-widget-services p {
		margin-bottom: 20px;
	}
	.inc-widget-services .more-link {
		margin-bottom: 20px;
	}
	.inc-widget-featured-post .featured-post-col {
		padding-top: 70px;
		padding-bottom: 40px;
	}
	.inc-widget-featured-post .btn {
		margin-bottom: 30px;
	}
	.inc-widget-our-team .team-block {
		margin-bottom: 30px;
	}
	.promotional_bar_content.promotional-bar-inline .btn-section {
		margin-bottom: 25px;
	}
	.inc-widget-promotional-bar .container {
		padding-bottom: 50px;
	}
	.widget-brands .container {
		padding-bottom: 40px;
		padding-top: 50px;
	}
	.widget-brands .col-4 {
		margin-bottom: 10px;
	}
	.inc-widget-recent-post .recent-post:last-child {
		margin-bottom: 50px;
	}
}

@media (max-width: 1199px) {
	h1 {
		font-size: 36px;
	}
	h2 {
		font-size: 30px;
	}
	h3 {
		font-size: 26px;
	}
	h4 {
		font-size: 22px;
	}
	h5 {
		font-size: 18px;
	}
	h6 {
		font-size: 16px;
	}
	.narrow-layout .site,
	.narrow-layout .navbar.fixed-top {
		max-width: 960px;
	}
	.narrow-layout .navbar-expand-lg > .container-fluid,
	.narrow-layout .navbar-expand-lg > .container {
		padding-left: 0;
		padding-right: 0;
	}
	.narrow-layout .navbar-brand {
		margin-left: 30px;
	}
	.narrow-layout .navbar .navbar-toggler {
		margin-right: 15px;
	}
	.narrow-layout .navbar .main-navigation {
		margin-right: 0;
	}
	.narrow-layout .navbar-collapse .main-navigation > ul > li > a {
		padding-left: 30px;
		padding-right: 30px;
	}
	.narrow-layout .main-navigation li .dropdown-menu a, 
	.narrow-layout .main-navigation li ul li a {
		padding-left: 60px;
	}
	.site-content .content-area {
		padding-right: 15px;
	}
	.site-content .content-area.order-lg-2 {
		padding-left: 15px;
		padding-right: 15px;
	}
	.featured-slider .featured-content {
		padding-right: 40px;
		min-height: 700px;
	}
	.featured-slider .fs-prev {
    	left: 0.5%;
	}
	.featured-slider .fs-next {
    	right: 0.5%;
	}
}

@media (max-width: 991px) {
	.narrow-layout .site,
	.narrow-layout .navbar.fixed-top {
		max-width: 720px;
		margin: 0 auto;
	}
	.navbar-brand {
		margin-left: 15px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.site-title {
		font-size: 28px;
	}
	.info-bar ul li, 
	.info-bar ul li a {
		height: auto;
	}
	.navbar .main-navigation {
		border-top:  1px solid #eeeeee;
		margin-right: 0;
	}
	.main-navigation li + li {
		border-top:  1px solid #eeeeee;
	}
	.main-navigation a {
		padding-top: 12px;
		padding-bottom: 12px;
	}
	.dropdown-toggle:after {
		position: absolute;
		right: 15px;
		top: 22px; 
	}
	.main-navigation .dropdown-menu {
		border:  none;
		border-top:  1px solid #eeeeee;
	}
	.main-navigation .dropdown-menu a + a {
		border-top:  1px solid #eeeeee;
	}
	.main-navigation li .dropdown-menu a,
	.main-navigation li ul li a{
		padding-left: 30px;
	}
	.main-navigation li ul li ul li a{
		padding-left: 60px;
	}
	.main-navigation .dropdown-menu, 
	.main-navigation li ul {
		position: relative;
		top: auto;
		left: auto;
		width: auto;
		display: block;
		border-width: 1px 0 0;
	}
	.main-navigation ul li ul li ul, 
	.headernav .main-navigation ul li ul li ul {
		left: auto;
	}
	.main-navigation ul li ul, 
	.main-navigation ul ul li ul, 
	.main-navigation ul ul ul li ul, 
	.main-navigation ul ul ul ul li ul, 
	.main-navigation ul ul ul ul ul li ul {
		display: block;
	}
	.main-navigation ul li ul, 
	.main-navigation ul li:hover ul ul, 
	.main-navigation ul ul li:hover ul ul, 
	.main-navigation ul ul ul li:hover ul ul, 
	.main-navigation ul ul ul ul li:hover ul ul {
		display: block;
	}
	.main-navigation .dropdown-menu,
	.main-navigation li:hover .dropdown-menu {
		display: none;
	}
	.main-navigation .show > .dropdown-menu,
	.main-navigation .show:hover .dropdown-menu {
		display: block
	}
	.main-navigation .dropdown-menu a, 
	.main-navigation li ul a {
		padding-top: 8px;
		padding-bottom: 8px;
	}
	.main-navigation .dropdown-menu a:hover, 
	.main-navigation .dropdown-menu a.current-menu-item, 
	.main-navigation li ul li:hover > a, 
	.main-navigation li ul .current-menu-item > a,
	.main-navigation li ul li.current-menu-ancestor > a {
		background-color: transparent;
	}
	.main-navigation .dropdown-toggle:after {
		display: block;
	}
	.featured-slider .slider:after {
		top: 300px;
		right: 0;
		bottom: 0;
		left: 0;
		height: 100%;
		width: 100%;
		-ms-transform: skew(0deg, 10deg);
	    -webkit-transform: skew(0deg, 10deg);
	    transform: skew(0deg, 10deg);
	}
	.featured-slider .featured-content {
		padding-right: 0;
		padding-top: 300px;
		width: auto;
		min-height: inherit;
	}
	.featured-slider .content-inner {
		padding-top: 70px;
	}
	.featured-slider .featured-title {
		padding-right: 0;
		font-size: 31px;
		margin-bottom: 15px;
	}
	.featured-slider p {
		margin-bottom: 30px;
	}
	.featured-slider .fs-prev:before, 
	.featured-slider .fs-next:before {
		font-size: 25px;
		line-height: 25px;
	}
	.widget-area .search-form .form-control {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.widget-title,
	.entry-title, 
	.format-quote blockquote,
	.page-header .page-title {
		font-size: 24px;
	}
	.search-form .input-group-prepend .btn-theme {
		padding-right: 25px;
		padding-left: 25px;
	}
	.inc-widget-featured-page {
		text-align: center;
	}
	.inc-widget-featured-page .text-lg-left .widget-title {
		text-align: center;
	}
	.inc-widget-featured-page .text-lg-left .widget-title:after {
		left: 50%;
		margin-left: -35px;
	}
	.inc-widget-featured-post .featured-post-title {
		font-size: 24px;
	}
	.inc-widget-services .service-title {
		font-size: 18px;
	}
	.widget-area .inc-widget-featured-post .featured-post-title {
		font-size: 22px;
	}
	.promotional_bar_content.promotional-bar-inline {
		text-align: center;
	}
	.promotional_bar_content .promo-title,
	.promotional_bar_content.promotional-bar-inline .promo-title {
		font-size: 26px;
		text-align: center;
	}
	.inc-widget-promotional-bar .promo-title,
	.widget-area .inc-widget-promotional-bar .promo-title,
	.widget-area .inc-widget-promotional-bar .promotional-bar-inline .promo-title {
		font-size: 24px
	}
	.inc-widget-promotional-bar p,
	.widget-area .inc-widget-promotional-bar p,
	.widget-area .inc-widget-promotional-bar .promotional-bar-inline p {
		font-size: 16px;
	}
	.widget-area .inc-widget-promotional-bar .promotional-bar-inline .col-lg + .col-lg-auto {
		padding-top: 5px;
	}
	.widget-area .inc-widget-featured-page .text-lg-left .widget-title {
		text-align: left;
	}
	.widget-area .inc-widget-featured-page .text-lg-left .widget-title:after {
		left: 0;
		margin-left: 0;
	}
	.inc-widget-featured-post .featured-post-col:nth-child(4n-2):before,
	.inc-widget-featured-post .featured-post-col:nth-child(4n-1):before {
		display: none;
	}
	.inc-widget-featured-post .featured-post-col:nth-child(even):before {
		content: "";
		position: absolute;
    	top: 0;
    	right: 0;
    	left: 0;
    	bottom: 0;
    	background-color: rgba(0, 0, 0, 0.04);
    	display: block;
	}
	.inc-widget-our-team .team-img {
		width: 160px;
		height: 160px;
	}
	.widget-area .inc-widget-our-team .col-md-4 {
		-webkit-box-flex: 0;
    	-ms-flex: 0 0 33.0f2e350f2e35%;
    	flex: 0 0 33.0f2e350f2e35%;
    	max-width: 33.0f2e350f2e35%;
	}
	.widget-area .inc-widget-our-team .col-md-4 + .col-md-4 {
		margin-top: 0;
	}
	.testimonial-box .testimonial-content p {
		font-size: 16px;
	}
	.testimonial-box .testimonial-meta .testimonial-writer {
		font-size: 18px;
	}
	.testimonial-box .testimonial-meta .designation {
		font-size: 15px;
	}
}

@media (max-width: 767px) {
	h1 {
		font-size: 32px;
	}
	h2 {
		font-size: 28px;
	}
	h3 {
		font-size: 25px;
	}
	h4 {
		font-size: 22px;
	}
	h5 {
		font-size: 19px;
	}
	h6 {
		font-size: 16px;
	}
	.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
		margin-bottom: 15px;
	}
	.narrow-layout .site,
	.narrow-layout .navbar.fixed-top {
		max-width: 540px;
		margin: 0 20px;
	}
	.narrow-layout .container-fluid,
	.narrow-layout .container {
		padding-left: 20px;
		padding-right: 20px;
	}
	.narrow-layout .navbar-brand {
		margin-left: 20px;
	}
	.narrow-layout .navbar .navbar-toggler {
		margin-right: 15px;
	}
	.narrow-layout .navbar-collapse .main-navigation > ul > li > a {
		padding-left: 20px;
		padding-right: 20px;
	}
	.narrow-layout .main-navigation li .dropdown-menu a, 
	.narrow-layout .main-navigation li ul li a {
		padding-left: 40px;
	}
	.narrow-layout .featured-slider .fs-next {
		right: 10px;
		left: auto;
		margin-left: 0;
	}
	.narrow-layout .featured-slider .fs-prev {
		left: auto;
		margin-left: 0;
		right: 40px;
	}
	.narrow-layout .inc-widget-featured-post .row {
		margin-left: -20px;
		margin-right: -20px;
	}
	.narrow-layout .inc-widget-featured-post .row .col-lg-6,
	.narrow-layout .inc-widget-featured-post .row .col-lg-12 {
		padding-left: 20px;
		padding-right: 20px;
	}
	.info-bar {
		display: none;
	}
	.navbar {
		padding-top: 5px;
	}
	.navbar-brand {
		padding-top: 0;
		padding-bottom: 0;
		margin-bottom: 5px;
	}
	.navbar-toggler {
		padding: 5px;
		margin-right: 10px;
		margin-bottom: 5px;
	}
	.featured-slider .content-inner {
		padding-top: 50px;
	}
	.featured-slider .featured-content {
		padding-top: 200px;
		padding-bottom: 35px;
	}
	.featured-slider .featured-title {
		font-size: 27px;
	}
	.featured-slider p {
		font-size: 16px;
		margin-bottom: 20px;
	}
	.featured-slider .slider:after {
		top: 200px;
	}
	.featured-slider .fs-prev, 
	.featured-slider .fs-next {
		top: 30px;
		margin-top: auto;
	}
	.featured-slider .fs-prev {
		left: 50%;
		right: auto;
		margin-left: 200px;
	}
	.featured-slider .fs-next {
		left: 50%;
		right: auto;
		margin-left: 235px;
	}
	.widget .container {
		padding-top: 50px;
		padding-bottom: 10px;
	}
	.page-header .page-title-wrap {
		padding-top: 25px;
		padding-bottom: 10px;
	}
	.page-header .page-title {
		margin-bottom: 16px;
	}
	.site-content {
		padding-top: 60px;
		padding-bottom: 10px;
	}
	blockquote {
		padding-left: 40px;
	}
	blockquote:before {
		font-size: 24px;
	}
	blockquote p {
		margin-bottom: 15px;
	}
	.widget-title,
	.entry-title, 
	.format-quote blockquote,
	.page-header .page-title {
		font-size: 22px;
	}
	.entry-content p {
		margin-bottom: 15px;
	}
	.inc-widget-promotional-bar.inline-CTA .container {
		padding-top: 40px;
		padding-bottom: 20px;
	}
	.inc-widget-promotional-bar.inline-CTA .btn-section {
		margin-bottom: 25px;
	}
	.widget-title {
		margin-bottom: 40px;
	}
	.site-main .widget-title .title-style {
		padding-bottom: 20px;
	}
	.widget-desc {
		margin-top: -20px;
		margin-bottom: 40px;
	}
	.inc-widget-featured-page .featured-page-content .btn {
		margin-bottom: 20px;
	}
	.inc-widget-featured-page .featured-page-image {
		margin-bottom: 40px;
	}
	.inc-widget-services .service-title {
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.inc-widget-services .more-link {
		margin-bottom: 15px;
	}
	.inc-widget-featured-post .featured-post-col {
		padding-top: 50px;
		padding-bottom: 20px;
	}
	.inc-widget-featured-post .featured-post-title {
		font-size: 22px;
	}
	.inc-widget-featured-post .featured-post-content {
		margin-bottom: 10px;
	}
	.inc-widget-featured-post .featured-post-img {
		margin-bottom: 30px;
	}
	.inc-widget-our-team .team-img {
		width: 170px;
		height: 170px;
		margin-bottom: 15px;
	}
	.widget-area .inc-widget-our-team .col-md-4 {
		-webkit-box-flex: 0;
    	-ms-flex: 0 0 100%;
    	flex: 0 0 100%;
    	max-width: 100%;
	}
	.widget-area .inc-widget-our-team .col-md-4 + .col-md-4 {
		margin-top: 30px;
	}
	.inc-widget-promotional-bar .container {
		padding-bottom: 35px
	}
	.inc-widget-promotional-bar.inline-CTA .widget-title {
		letter-spacing: 1px;
	}
	.inc-widget-promotional-bar .promo-title,
	.promotional_bar_content.promotional-bar-inline .promo-title {
		font-size: 23px;
	}
	.inc-widget-promotional-bar p,
	.promotional_bar_content.promotional-bar-inline p,
	.widget-area .inc-widget-promotional-bar p, 
	.widget-area .inc-widget-promotional-bar .promotional-bar-inline p {
		font-size: 15px;
	}
	.testimonial-box {
		text-align: center;
	}
	.testimonial-box .testimonial-content {
		margin-bottom: 0;
	}
	.testimonial-box .testimonial-meta {
		margin-bottom: 10px;
	}
	.testimonial-box .testimonial-content .testimonial-writer {
		text-align: center;
	}
	.testimonial-box .testimonial-img {
		float: none;
		margin-right: 0; 
	}
	hr {
		margin-bottom: 30px;
	}
	.widget-area .container, .widget-area .container-fluid {
		padding-top: 0;
		padding-bottom: 0;
	}
	.widget-brands .container {
		padding-bottom: 30px;
		padding-top: 40px;
	}
	.wp-pagenavi .current,
	.wp-pagenavi a,
	.page-links span, 
	.page-links a:hover span {
		padding: 10px 20px;
	}
	.wp-pagenavi {
		margin-bottom: 40px;
	}
	.inc-widget-recent-post .recent-post:last-child {
		margin-bottom: 40px;
	}
	.inc-widget-promotional-bar + .widget_media_gallery .widget-title,
	.inc-widget-featured-post + .widget_media_gallery .widget-title,
	.widget-brands + .widget_media_gallery .widget-title {
		padding-top: 50px;
	}
	.inc-widget-services .card-view .services-col {
		margin-bottom: 30px;
	}
	.page-template-business-template .gallery-columns-4 .gallery-item,
	.page-template-business-template .gallery-columns-5 .gallery-item,
	.page-template-business-template .gallery-columns-6 .gallery-item,
	.page-template-business-template .gallery-columns-7 .gallery-item,
	.page-template-business-template .gallery-columns-8 .gallery-item,
	.page-template-business-template .gallery-columns-9 .gallery-item {
		max-width: 33.33%;
	}
	.gallery-columns-4 .gallery-item,
	.gallery-columns-5 .gallery-item,
	.gallery-columns-6 .gallery-item,
	.gallery-columns-7 .gallery-item,
	.gallery-columns-8 .gallery-item,
	.gallery-columns-9 .gallery-item {
		max-width: 33.33%;
	}

}

@media (max-width: 575px) {
	h1 {
		font-size: 28px;
	}
	h2 {
		font-size: 25px;
	}
	h3 {
		font-size: 18px;
	}
	h4 {
		font-size: 20px;
	}
	h5 {
		font-size: 18px;
	}
	h6 {
		font-size: 16px;
	}
	.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
		margin-bottom: 10px;
	}
	.narrow-layout .site,
	.narrow-layout .navbar.fixed-top {
		max-width: inherit;
		margin: 0 15px;
	}
	.narrow-layout .container-fluid,
	.narrow-layout .container {
		padding-left: 15px;
		padding-right: 15px;
	}
	.narrow-layout .navbar-brand {
		margin-left: 15px;
	}
	.narrow-layout .navbar .navbar-toggler {
		margin-right: 10px;
	}
	.narrow-layout .navbar-collapse .main-navigation > ul > li > a {
		padding-left: 15px;
		padding-right: 15px;
	}
	.narrow-layout .main-navigation li .dropdown-menu a, 
	.narrow-layout .main-navigation li ul li a {
		padding-left: 30px;
	}
	.narrow-layout .featured-slider .fs-next {
		right: 5px;
		left: auto;
	}
	.narrow-layout .featured-slider .fs-prev {
		left: auto;
	}
	.narrow-layout .inc-widget-featured-post .row {
		margin-left: -15px;
		margin-right: -15px;
	}
	.narrow-layout .inc-widget-featured-post .row .col-lg-6,
	.narrow-layout .inc-widget-featured-post .row .col-lg-12 {
		padding-left: 15px;
		padding-right: 15px;
	}
	.site-title {
		font-size: 25px;
	}
	.site-description {
		font-size: 16px;
		margin-bottom: 3px;
	}
	.navbar {
		padding-top: 5px;
	}

	.navbar-brand {
		margin-bottom: 5px;
	}

	.navbar-toggler {
		margin-bottom: 5px;
	}

	.navbar .main-navigation {
		margin-right: 0;
	}
	.featured-slider .featured-title {
		font-size: 25px;
	}
	.featured-slider h3 {
		font-size: 16px;
		margin-bottom: 30px;
	}
	.btn-lg {
		font-size: 16px;
	}
	.featured-slider .btn-section .btn {
		width: calc(50% - 10px);	
		min-width: 150px;
	}
	.featured-slider .fs-next,
	.featured-slider .fs-prev {
		left: auto;
		margin-left: 0;
	}
	.featured-slider .fs-next {
		right: 10px;
	}
	.featured-slider .fs-prev {
		right: 40px;
	}
	.widget-title {
		padding-bottom: 15px;
	}
	.widget-title, 
	.entry-title, 
	.format-quote blockquote,
	.inc-widget-featured-post .featured-post-title {
		font-size: 20px;
	}
	.inc-widget-promotional-bar .promo-title {
		font-size: 30px;
	}
	.testimonial-box .testimonial-content p {
		font-size: 16px;
	}
	.widget-brands .container {
		padding-top: 30px;
	}
	.widget-brands .col-4 {
		margin-bottom: 4px;
	}
	.widget-brands .row {
		margin-left: -2px;
		margin-right: -2px;
	}
	.widget-brands .row > [class*="col-"] {
		padding-left: 2px;
		padding-right: 2px;
	}
	.widget-subscribe .form-group {
		margin-bottom:  10px;
	}
	.widget-subscribe .btn {
		width: 100%;
		margin-left: 0;
		min-width: 100px;
	}
	.widget-area .widget-subscribe {
		margin-bottom: 40px;
	}
	.site-footer .widget-subscribe {
		margin-bottom: 30px;
	}
	.site-content {
		padding-top: 50px;
		padding-bottom: 10px;
	}
	blockquote {
		font-size: 18px;
	}
	.inc-widget-promotional-bar .promo-title,
	.inc-widget-promotional-bar .promotional-bar-inline .promo-title {
		font-size: 21px;
	}
	.widget-area .inc-widget-promotional-bar .promo-title,
	.widget-area .inc-widget-promotional-bar .promotional-bar-inline .promo-title {
		font-size: 21px;
	}
	.inc-widget-promotional-bar .btn {
		min-width: 230px;
	}
	.site-info .copyright .theme-link, 
	.site-info .copyright .privacy-link, 
	.site-info .copyright .author-link, 
	.site-info .copyright .wp-link, 
	.site-info .copyright .custom-content {
		margin-bottom: 5px;
	}
	.inc-widget-featured-page .featured-page-content p {
		font-size: 15px;
		margin-bottom: 20px;
	}
	.inc-widget-featured-post .featured-post-content {
		margin-bottom: 0;
	}
	.inc-widget-featured-post .featured-post-title {
		margin-bottom: 15px;
	}
	.inc-widget-featured-post p {
		font-size: 15px;
	}
	.widget-area .inc-widget-featured-post .featured-post-title {
		font-size: 20px;
	}
	.inc-widget-featured-page .widget-title {
		margin-bottom: 25px;
	}
	.inc-widget-services .service-title {
		font-size: 17px;
	}
	.widget_media_gallery .widget-title {
		margin-bottom: 30px;
	}
	.inc-widget-our-team .team-member-name {
		font-size: 17px;
		margin-bottom: 20px;
	}
	.inc-widget-our-team .team-member-designation {
		font-size: 15px;
	}
	.testimonial-box .testimonial-meta .testimonial-writer {
		font-size: 17px;
	}
	.testimonial-box .testimonial-meta .designation {
		font-size: 15px;
	}
	.nav-links a {
		padding: 30px 15px;
	}
	.nav-links .nav-next a {
		padding-right: 30px;
	}
	.nav-links .nav-previous a {
		padding-left: 30px;
	}
	.nav-links .nav-next a:after {
		right: 10px;
	}
	.nav-links .nav-previous a:after {
		left: 10px;
	}
	.widget-area .search-form .form-control {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.search-form .input-group-prepend .btn-theme {
		padding-right: 22px;
		padding-left: 22px;
	}
}

/*--------------------------------------------------------------
12.0 Print
--------------------------------------------------------------*/
@media print {
	/* Hide elements */
	form,
	button,
	input,
	select,
	textarea,
	.header-image,
	.navbar-collapse,
	.main-navigation,
	a.readmore,
	.page-links,
	.edit-link,
	.post-navigation,
	.posts-navigation,
	.wp-pagenavi,
	.page-links,
	.pagination.navigation,
	.site-content .widget-area,
	.comments-pagination,
	.comment-respond,
	.comment-edit-link,
	.comment-reply-link,
	.comment-metadata .edit-link,
	.pingback .edit-link,
	.site-footer {
		display: none;
	}

	.fixed-top {
		position: relative;
	}

	/* Layout */
	.site-content {
		padding: 20px 0;
	}
	.site-branding {
		width: 100%;
		text-align: center;
	}

	/* Colors */
	body,
	.site,
	.navbar,
	.page-title-wrap {
		background: none;
	}
}



/** ----- DOJO ----- **/
.clearfix {
	clear:left;
	margin:0;
	padding:0;
}

section {
	display: block!Important;
	margin:50px 0!important;
	clear:both!important;
}

.row.no-gutters {
   margin-right: 0;
   margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
   padding-right: 0;
   padding-left: 0;
}

.ptb-50 {
	padding-top:50px;
	padding-bottom:50px;
}
.m-50 {
	margin:0 50px;
	padding:50px 0;
}

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

.mb-25 {
	margin-bottom:25px!important;
}
.mt-50 {
	margin-top:50px!important;
}
.mt-100 {
	margin-top:100px!important;
}
.mb-50 {
	margin-bottom:50px!important;
}

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

.mtb-100 {
	margin-top:100px!important;
	margin-bottom:100px!important;
}

.min-300 {
	min-height: 300px;
}

.min-350 {
	min-height: 350px;
}
.min-500 {
	min-height: 500px;
}

.min--100 {
	margin-top:-100px;
}

/* Colors */
.lightgray {
	background:#f2f2f2;
}
.darkgray {
	background: #0f2e35;
	color:#cbd2d9;
}

.darkgray h2 {
	color:#4fa7bc;
}

.fancy {
	text-align: center;
	font-size:22px;
}
.fancy h2 {
	color:#4fa7bc;
	padding-bottom:20px;
	font-size:32px;
}
.fancy p {
	font-size:22px;
}



.cta {
	background:#ffc308;
	color: #0f2e35;
	text-transform: uppercase!important;
	border-radius: 0;
	padding:15px 30px;
	font-weight: bold;
	font-size:14px;
}

.cta:hover {
	background:#4fa7bc;
	color:#0f2e35;
}

.cta-black {
	font-family: 'Muli', sans-serif!important;
	background:#237883;
	color: #cbd2d9;
	text-transform: uppercase!important;
	border-radius: 0;
	padding:15px 20px;
	font-weight: bold;
	font-size:14px!important;
	border:1px solid #cbd2d9;
}

.cta-black:hover {
	background:#4fa7bc;
	color:#fff!important;
	border:2px solid #fff!important;
	text-decoration: none!important;
}

.cta-trans {
	font-family: 'Muli', sans-serif!important;
	background:none;
	color: #4fa7bc;
	text-transform: uppercase!important;
	border-radius: 0;
	padding:15px 20px;
	font-weight: bold;
	font-size:14px!important;
	border:2px solid #4fa7bc;
}

.cta-trans:hover {
	background:#0f2e35;
	color:#fff!important;
	border:2px solid #0f2e35;
	text-decoration: none!important;
	
}

.testimonial {
	background:#dfebf0;
	text-align: center;
	padding:100px 0;
	color:#237883;
	font-size:18px;
}

.testimonial p {
	font-family: 'Playfair Display', serif;
	font-size:24px;
	
	color:#0f2e35;
	margin:0 20%;
	padding-bottom:20px;
}

.mycolumns {
	column-count: 3;
	font-family: 'Playfair Display', serif!important;
}

.mycolumns a {
	color:#000!important;
}

.mycolumns ul {
	margin:0;
	padding:0;
}
.mycolumns ul > li {
line-height:1.5em;
list-style: none;
}

.spacer {
	background: url(images/spacer.jpg) no-repeat top center;
	padding-top:50px;
}

.logos {
	text-align: center;
	padding:30px 100px;
}
.logos img {
	margin:10px;
	
}

.max-30 img {
	max-height: 30px;
	width:auto;
}

.boxy {
	-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
	padding:0 0 15px 0;
}
.boxy:hover {
	background: #0f2e35;
	-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
	padding:0 0 15px 0;
}
.boxy h3 {
	color:#4fa7bc;
	font-size:18px;
	margin:15px;
}

.boxy p {
	margin:15px;
	font-size:14px;
	
}

.boxy:hover p {
	color:#fff;
	font-size:14px;
	}

.boxy p a {
	padding:15px 0;
	font-weight: bold;
}

.smallblue {
	font-size:18px;
	color:#4fa7bc;
	margin-bottom:0;
}
.theblue {
	background-color:#237a84;
	color:#fff;
}



.noner {
	text-decoration: line-through; color:#cdcdcd;
}
.all-1 {
	min-height:900px!important;
}

/*====== Tables ======*/
table {
	margin-bottom: 20px;
}

table th {
	font-weight:normal;
	line-height: 1.5em;
}

table td {
	border:1px solid #d3d3d3;
	line-height: 1.5em;
	padding:8px;
}

	.white-section-wrapper table td,
	article.main table td {
		border:1px solid #d3d3d3;
	}

table h2,
table h3,
table h4 {
	margin:0;
}

tr:nth-child(even) 			{background:#eaeaea;}
tr 							{background:#fff;}
tr:nth-child(even) .second 	{background:#e0e0e0;}
tr .second 					{background:#f4f4f4;}
tr:nth-child(even) .third      {background:#d6d6d6;}
tr .third                      {background:#eee;}
tr:nth-child(even) .fourth 	{background:#cacaca;}
tr .fourth 					{background:#e0e0e0;}

.white-section-wrapper tr:nth-child(even) 			{background:#eaeaea;}
.white-section-wrapper tr 							{background:#fff;}
.white-section-wrapper tr:nth-child(even) .second 	{background:#e0e0e0;}
.white-section-wrapper tr .second 					{background:#f4f4f4;}
.white-section-wrapper tr:nth-child(even) .third 	{background:#d6d6d6;}
.white-section-wrapper tr .third 					{background:#eaeaea;}
.white-section-wrapper tr:nth-child(even) .fourth 	{background:#cacaca;}
.white-section-wrapper tr .fourth 					{background:#e0e0e0;}

article.main tr:nth-child(even) 			{background:#eaeaea;}
article.main tr 							{background:#fff;}
article.main tr:nth-child(even) .second 	{background:#e0e0e0;}
article.main tr .second 					{background:#f4f4f4;}
article.main tr:nth-child(even) .third      {background:#d6d6d6;}
article.main tr .third                      {background:#eee;}
article.main tr:nth-child(even) .fourth 	{background:#cacaca;}
article.main tr .fourth 					{background:#e0e0e0;}

.table-head {
	/*width:964px;*/
	overflow: hidden;
	z-index:2;
}
	.span-4 .table-head {width:765px;}

	.table-head .option,
	.table-head .item {
		display:table;
		height:50px;
	}

	.table-head .option {
		width:15%;
		text-align:center;
		/*padding:0 7px;*/
	}

        .table-head .option > span { padding: 0 7px; }

	.table-head .item {
		background:#466db2;
		/*padding:0 20px;*/
	}

        .table-head .item > span { padding: 0 20px; }

	.table-head .item span,
	.table-head .option span {
		display:table-cell;
		vertical-align:middle;
		line-height: 1.1em;
	}

	.table-head.one-column .item {width:100%;}
	.table-head.two-columns .item {width:85%;}
	.table-head.three-columns .item {width:70%;}
	.table-head.four-columns .item {width:55%;}
	.table-head.five-columns .item {width:40%;}

.table-heading {
	float:left;
	color:#fff;
	font-size: 12px;
}

	.table-heading.first,
	.static-table-heading.first,
	.white-section-wrapper .static-table-heading.first,
	.white-section-wrapper .table-heading.first,
    .main .static-table-heading.first,
	.main .table-heading.first {background:#4166a6; /* border-left: 1px solid #4166a6; */}
	.table-heading.second,
	.static-table-heading.second,
	.white-section-wrapper .static-table-heading.second,
	.white-section-wrapper .table-heading.second,
    .main .static-table-heading.second,
	.main .table-heading.second {background:#4166a6; /* border-left: 1px solid #4166a6; */}
	.table-heading.third,
	.static-table-heading.third,
	.white-section-wrapper .static-table-heading.third,
	.white-section-wrapper .table-heading.third,
    .main .static-table-heading.third,
	.main .table-heading.third {background:#3c5e9a;}
	.table-heading.fourth,
	.static-table-heading.fourth,
	.white-section-wrapper .static-table-heading.fourth,
	.white-section-wrapper .table-heading.fourth,
    .main .static-table-heading.fourth,
	.main .table-heading.fourth {background:#325189;}
	.table-heading .italic,
	.static-table-heading .italic {font-size: 14px;}

    .table-head.two-columns .table-heading.first,
    .table-head.two-columns .table-heading.second,
    .table-head.three-columns .table-heading.first,
    .table-head.three-columns .table-heading.second,
    .table-head.four-columns .table-heading.second { border-left: 0; }

    .table-heading__contact {
        font-size: 15px;
        padding-left: 20px;
        padding-right: 20px;
    }

.static-table-heading {
	color:#fff;
	font-size:14px;
	padding: 15px 7px !important;
	text-align:center;
	background: #466db2;
}



.mybtn {
	font-family: 'Muli', sans-serif!important;
	background:none;
	color: #4fa7bc;
	text-transform: uppercase!important;
	border-radius: 0;
	font-weight: bold;
	font-size:14px!important;
	border:2px solid #4fa7bc;
	margin:10px;
}

.mybtn:hover {
	background:#0f2e35;
	color:#fff!important;
	border:2px solid #0f2e35;
	text-decoration: none!important;
	
}


#icontact {
	color:#333333;
	background: #fbc725; /* Old browsers */
	border:0;
	padding:20px;
	margin-bottom:30px;
}

.signupframe2 {
	margin-bottom:15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.signupframe2 {

}
.signupframe2 input {

}
.signupframe2 input[type=submit] {
	background-color:#77d42a;
    display:inline-block;
	color:#fff;
	font-family:arial;
	font-size:16px;
	font-weight:bold;
    text-decoration:none;
}
.signupframe2 input[type=submit]:hover {
                background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5cb811), color-stop(1, #77d42a) );
                background:-moz-linear-gradient( center top, #5cb811 5%, #77d42a 100% );
                filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cb811', endColorstr='#77d42a');
                background-color:#5cb811;
}
.signupframe2 input[type=submit]:active {
                position:relative;
                top:1px;
}
.signupframe2 table {
	padding: 10px 20px;
}
.signupframe2 .required {
	font-size: 10px;
}
.signupframe2 h3 {
	margin: 0;
    font-weight:bold;
    text-align:center;
}

#ic_signupform .elcontainer {
    
    text-align: center;
	/*background: #5a6378;
    max-width: 500px;
    padding: 30px 30px;
    border-radius: 3px;
    border: 1px solid #acacac;*/
    font-size: 14px;
    color: #fff;

}

#ic_signupform .elcontainer.center-aligned .formEl {
        margin-right: auto;
        margin-left: auto;
}

#ic_signupform .elcontainer.right-aligned .formEl {
        margin-left: auto;
}

#ic_signupform .form-header {

    background: #524e52;
    margin-top: -30px;
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: 30px; /* using padding on purpose */
    padding-top: 20px;
    padding-right: 30px;
    padding-bottom: 20px;
    padding-left: 30px;
    border-radius: calc(3px - 1px) calc(3px - 1px) 0 0;
    text-align: center;
    font-size: 160%;
    color: #adb5c4;
    border-bottom: 5px solid #555e72;
}

#ic_signupform .elcontainer.inline-label-left .formEl.fieldtype-input
label,
#ic_signupform .elcontainer.inline-label-left .formEl.fieldtype-dropdown
label,
#ic_signupform .elcontainer.inline-label-left .formEl.fieldtype-radio
h3,
#ic_signupform .elcontainer.inline-label-left .formEl.fieldtype-checkbox
h3,
#ic_signupform .elcontainer.inline-label-right .formEl.fieldtype-input
label,
#ic_signupform .elcontainer.inline-label-right
.formEl.fieldtype-dropdown label,
#ic_signupform .elcontainer.inline-label-right .formEl.fieldtype-radio
h3,
#ic_signupform .elcontainer.inline-label-right
.formEl.fieldtype-checkbox h3 {
    width: 30%;
}

#ic_signupform .elcontainer.inline-label-left .formEl.fieldtype-radio
h3,
#ic_signupform .elcontainer.inline-label-left .formEl.fieldtype-checkbox
h3,
#ic_signupform .elcontainer.inline-label-right .formEl.fieldtype-radio
h3,
#ic_signupform .elcontainer.inline-label-right
.formEl.fieldtype-checkbox h3 {
    line-height: 2.444444444444444em;
}

#ic_signupform .elcontainer.tight.inline-label-left
.formEl.fieldtype-radio h3,
#ic_signupform .elcontainer.tight.inline-label-left
.formEl.fieldtype-checkbox h3,
#ic_signupform .elcontainer.tight.inline-label-right
.formEl.fieldtype-radio h3,
#ic_signupform .elcontainer.tight.inline-label-right
.formEl.fieldtype-checkbox h3 {
    line-height: 1.6296296296296295em;
}

#ic_signupform .elcontainer.generous.inline-label-left
.formEl.fieldtype-radio h3,
#ic_signupform .elcontainer.generous.inline-label-left
.formEl.fieldtype-checkbox h3,
#ic_signupform .elcontainer.generous.inline-label-right
.formEl.fieldtype-radio h3,
#ic_signupform .elcontainer.generous.inline-label-right
.formEl.fieldtype-checkbox h3 {
    line-height: 3.259259259259259em;
}

#ic_signupform .elcontainer.inline-label-left .formEl
input[type="text"],
#ic_signupform .elcontainer.inline-label-left .formEl select,
#ic_signupform .elcontainer.inline-label-left .formEl.fieldtype-radio
.option-container,
#ic_signupform .elcontainer.inline-label-left .formEl.fieldtype-checkbox
.option-container,
#ic_signupform .elcontainer.inline-label-right .formEl
input[type="text"],
#ic_signupform .elcontainer.inline-label-right .formEl select,
#ic_signupform .elcontainer.inline-label-right .formEl.fieldtype-radio
.option-container,
#ic_signupform .elcontainer.inline-label-right
.formEl.fieldtype-checkbox .option-container {
    width: 70%;
}

#ic_signupform .elcontainer.hidden-label .formEl.required:before {
    color: #bdbdbf;
}

#ic_signupform .elcontainer .formEl {
    font-size: 1em;
}

#ic_signupform .elcontainer .formEl.fieldtype-input label,
#ic_signupform .elcontainer .formEl.fieldtype-dropdown label,
#ic_signupform .elcontainer .formEl.fieldtype-radio h3,
#ic_signupform .elcontainer .formEl.fieldtype-checkbox h3 {
    font-size: 135%;
    font-weight: bold;
    color: #5a5a5e;
}

#ic_signupform .elcontainer .formEl.fieldtype-input input[type="text"],
#ic_signupform .elcontainer .formEl.fieldtype-dropdown select {
    background-color: #393f4f;
    border: 1px solid #414759;
    border-radius: 3px;
}

#ic_signupform .elcontainer .formEl.fieldtype-input input[type="text"],
#ic_signupform .elcontainer .formEl.fieldtype-dropdown select,
#ic_signupform .elcontainer .formEl.fieldtype-radio label,
#ic_signupform .elcontainer .formEl.fieldtype-checkbox label {
    font-size: 110%;
}

#ic_signupform .elcontainer .formEl input[type="text"]::-moz-placeholder
{
    color: #bdbdbf;
    font-family: inherit;
}

#ic_signupform .elcontainer .formEl
input[type="text"]::-webkit-input-placeholder {
    color: #bdbdbf;
    font-family: inherit;
}

#ic_signupform .elcontainer .formEl
input[type="text"]:-ms-input-placeholder {
    color: #bdbdbf;
    font-family: inherit;
}

#ic_signupform .elcontainer .formEl input[type="text"],
#ic_signupform .elcontainer .formEl select,
#ic_signupform .elcontainer .formEl .option-container label {
    color: #bdbdbf;
    font-family: inherit;
}

#ic_signupform .elcontainer.inline-button .submit-container {
        display: inline-block;
        box-sizing: border-box;
        right: -.5em;
        padding: 0 1em 0 0;
        position: relative;
        vertical-align: bottom;
        margin-bottom: 1em;
}

#ic_signupform .elcontainer.inline-button.tight .sortables {
        margin-bottom: -.5em;
}

#ic_signupform .elcontainer.inline-button .sortables {
        margin-bottom: -1em;
}

#ic_signupform .elcontainer.inline-button.generous .sortables {
        margin-bottom: -1.5em;
}

#ic_signupform .elcontainer .submit-container {
    text-align: center;
}

#ic_signupform .elcontainer .submit-container input[type="submit"] {
    background: #4eb8cd;
    border: 0px solid #e7ce4d;
    border-radius: 3px;
    line-height: 1em;
    padding: 10px 20px;
    color: #ffffff;
    font-size: 160%;
    font-family: inherit;
    width: 100%;
}.humintell-pricing {display:flex; color:#fff; border-radius:5px; overflow:hidden;box-shadow: 0 0 30px rgba(0,0,0,0.1); }
.humintell-pricing .plan{flex:1; display:flex; flex-flow:column;}
.humintell-pricing .top{display:flex; flex:1; flex-flow:column;align-items:center; padding:50px; width:100%; box-sizing:border-box; height:227px!important; text-align:center;}
.humintell-pricing .top p{background-color:#152034; color:#fff; border-radius:2px; padding:7px; line-height:1;  font-size:14px; text-transform:uppercase; margin-bottom:50px; position:relative;}
.humintell-pricing .top p:after{content:''; width:54px; height:1px; background-color:#9bb3de; position:absolute; left:0; right:0; margin:0 auto; bottom:-25px;}
.humintell-pricing h3{font-size:20px; line-height:27px;  color:#fff; text-transform:uppercase; margin-bottom:0px; margin-top:0px;}
.humintell-pricing .top-price{font-size:36px; }
.subtext{font-size:16px;}
.humintell-intro .top{background-color:#237a84;}
.rpt_head .rpt_head_0 {background-color:#237a84;!important}
.humintell-intermediate .top{background-color:#3296a2;}
.humintell-advanced .top{background-color:#4fabbb ;}
.humintell-comprehensive .top{background:#69c2d2 url(images/ribbon.png) no-repeat top left;}
.humintell-pricing .bottom ul{font-size:15px!important; color:#666; padding:20px; margin:0px; }
.humintell-pricing .bottom ul li{background:none; position:relative; border-bottom: 1px solid #d4d4d4; padding: 0 0 10px 25px;}
.humintell-pricing .bottom ul li:last-child{border-bottom:none;}
/*.humintell-pricing .bottom ul li:before{content:"\e6c5"; font-family:icomoonfont; color:#060f1b; position:absolute; left:0;}*/
.humintell-pricing .bottom{border-right:1px solid #d4d4d4; background:#fff; display:flex; flex:2;}
.humintell-advanced .bottom{border-right:none;}
.homepage-awards{padding-bottom:100px;}
.flex-section{display:flex;}
.testimonials-cta{display:flex; align-items:center;}
@media (max-width: 1140px){
.humintell-pricing{flex-flow:column; /*min-height:1140px;*/}
.humintell-pricing .plan{flex-flow:row; align-items:unset; justify-content:center; min-height:180px;}
.humintell-pricing .bottom{border-right:none; flex:1.5;}
.humintell-pricing .top{flex:1;}
.flex-section{flex-flow:column;}
.mobile-hidden{display:none;}

.flex-third{/*min-height:1054px;*/ box-sizing:border-box;}
.right-half{min-height:427px; box-sizing:border-box;}
}
@media (max-width: 767px){
.humintell-pricing .plan{flex-flow:column;}
.humintell-pricing{overflow:visible; box-shadow:none; margin-top:0px;}
.humintell-pricing .plan{margin-bottom:30px; box-shadow: 0 0 50px rgba(0,0,0,0.1); border-radius:5px; overflow:hidden;}
}

.humintell-pricing .bottom ul{font-size:16px; padding:20px; margin:0px; list-style: none;}
.humintell-pricing .bottom ul li{background:none; position:relative; border-bottom: 1px dotted #999; padding: 15px 0 15px 25px;}
.humintell-pricing .bottom ul li:last-child{border-bottom:none;}
/*.humintell-pricing .bottom ul li:before{ font-family: FontAwesome; content: "\f058"; color: #3fc2d5; position:absolute; left:0;}*/
.humintell-pricing .bottom{border-right:1px solid #d4d4d4; background:#fff; display:flex; flex:2;}


.pricing-table .item-info {
	font-size:14px;
	text-align:center;
	vertical-align: middle;
}

	.pricing-table .item-info .pictogram {
		font-size: 38px;
		line-height: .7em;
		color:#466db2;
	}

	.pricing-table .item {
		font-size:16px;
		padding-left:20px;
	}

	.pricing-table .signup span.white {color:#fff;}
	.pricing-table .signup span.yellow {color:#ffd02b;}

	.pricing-table .signup .btn {
		width:100%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.pricing-table .social-media-pricing td {padding:15px 8px;}

	.pricing-table .social-media-pricing p {
		font-size:12px;
		line-height: 1.7em;
	}

	.pricing-table a {color:#7492C8;}
	.pricing-table a:hover {color:#a4b8db;}
	.pricing-table.text-align-left .item-info {text-align:left;}

.small-pricing-table{width:25%;float:left;position:relative;}
.small-pricing-table-heading{color:#fff; height:75px;width:100%;display:table;position:relative;}
.small-pricing-table-heading h4{color:#fff !important;height:100%;margin:0;font-size:16px;display:table-cell;vertical-align:middle;padding:0 15px;}
.small-pricing-table:nth-of-type(1) .small-pricing-table-heading{background-color:#7791CA;}
.small-pricing-table:nth-of-type(2) .small-pricing-table-heading{background-color:#5D73A2;}
.small-pricing-table:nth-of-type(3) .small-pricing-table-heading{background-color:#495F90;}
.small-pricing-table:nth-of-type(4) .small-pricing-table-heading{background-color:#324877;}

.small-pricing-table:nth-of-type(1) .small-pricing-table-heading:after{border-color:#7791CA transparent transparent;}
.small-pricing-table:nth-of-type(2) .small-pricing-table-heading:after{border-color:#5D73A2 transparent transparent;}
.small-pricing-table:nth-of-type(3) .small-pricing-table-heading:after{border-color:#495F90 transparent transparent;}
.small-pricing-table:nth-of-type(4) .small-pricing-table-heading:after{border-color:#324877 transparent transparent;}
.small-pricing-table-heading:after{content: '';width: 0;height: 0;border-style: solid;border-width: 12px 25px;position: absolute;bottom: -24px;left: 50%;margin-left: -25px;}
ul.small-pricing-table-info{padding-top:30px;padding-bottom:35px;margin:0;}
.small-pricing-table ul.small-pricing-table-info li{background: none;font-size:14px;margin:0;padding:5px 10px;}
.small-pricing-table ul.small-pricing-table-info .cost{margin-top:15px;font-size:20px;color:#32457F;padding:10px 0; height:45px;}
.small-pricing-table:nth-child(odd) .cost{background-color:#CCC;}
.small-pricing-table:nth-child(even) .cost{background-color:#C0C0C0;}
.small-pricing-table:nth-child(odd) ul{background-color:#ddd;}
.small-pricing-table:nth-child(even) ul{background-color:#d2d2d2;}
.small-pricing-table .btn{position:relative;top:-20px;}
.small-pricing-table .smaller-copy{vertical-align:super;}

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

	.table-head {
		left:auto !important;
		position:static !important;
		top: auto !important;
		width: 100%;
	}

		.span-4 .table-head {width:100%;}

	.table-heading .italic,
	.static-table-heading .italic {font-size:10px;}

	.table-wrapper {overflow:scroll;}

	.table-wrapper thead {display:table-row-group !important;}

	.table-wrapper td {line-height: 1.4;}

	.table-wrapper th {
		background: #466db2;
		color:#fff;
		font-family: 'robotobold';
		text-transform:uppercase;
		padding: 8px;
		line-height: 1.4em;
	}

		.table-wrapper th:nth-child(3n) {background: #4166a6;}
		.table-wrapper th:nth-child(4n) {background: #3c5e9a;}
		.table-wrapper th:nth-child(5n) {background: #325189;}

		.table-wrapper .italic {
			font-size:10px;
			text-transform:none;
		}

	.pricing-table .item {padding:8px;}

	.table-wrapper td,
	.table-wrapper th,
	.pricing-table .item {font-size:14px;}
	.small-pricing-table-heading h4{font-size:12px;}
	ul.small-pricing-table-info li{font-size:12px;height:50px;}

}

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

	.table-wrapper td,
	.table-wrapper th,
	.pricing-table .item,
	.pricing-table .item-info {font-size:12px;}
	.small-pricing-table{width:50%;}
	ul.small-pricing-table-info li{height:35px;}

    .table-heading {font-size:11px;}

}

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

	.table-wrapper {
		max-height:300px;
		overflow-y: hidden;
		position:relative;
	}

		.table-wrapper.expand-table {
			overflow-y:scroll;
			max-height:100%;
		}

			.table-wrapper.expand-table table {margin-bottom:40px;}

		.table-wrapper__expand {
			background-color: #151515;
			background-color: rgba(21, 21, 21, .8);
			bottom:0;
			left:0;
			position:absolute;
			width:100%;
		}

			.table-wrapper__expand.show--mobile {display:block !important;}

		.table-wrapper__expand-button {
			display: inherit;
			margin:5px auto;
		}
	.small-pricing-table{width:100%;}
	.small-pricing-table-heading h4{font-size:16px;}
	ul.small-pricing-table-info li{font-size:14px;height:auto;}

}
