/*
Theme Name: WP Bootstrap Starter
Theme URI: https://afterimagedesigns.com/wp-bootstrap-starter/
Author: Afterimage Designs
Author URI: https://afterimagedesigns.com/
Description:  The best WordPress starter theme based on the most powerful frameworks in the world: "_s" (by Automattic, the main people behind WordPress development), Twitter Bootstrap (the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web) and Font Awesome (or Fontawesome, a full suite of 675+ pictographic icons for easy scalable vector graphics on websites). This theme, like WordPress, is licensed under the GPL. You can use this theme as base for your next WordPress theme project and you are allowed to remove the link at the footer or do whatever you want. Your feedback on how we can continuously improve this WordPress Starter Theme Bootstrap will be highly appreciated. Page templates includes Right-sidebar (default page template), Left-Sidebar, Full-Width, Blank with container, Blank without container Page. Other features - Currently using Bootstrap v4.0.0 , Widgetized footer area, WooCommerce ready, Compatible with Contact Form 7, Compatible with Visual Composer, Compatible with Elementor Page Builder. This theme will be an active project which we will update from time to time. Check this page regularly for the updates.
Version: 3.0.16
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-bootstrap-starter
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,400i,700,700i|Merriweather:300,400,700');

body {
  margin: 0;
  -webkit-font-smoothing: auto;  
  font-family: 'Lato', sans-serif;


}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #24292e;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 15px;
}
h1 {
  font-size: 32px;
  padding-bottom: 10px;
}
h2 {
  font-size: 24px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}
h3 {
  font-size: 18px;
  line-height: 25px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}

p {
  margin-bottom: 1.5em;
}
h1.entry-title {
  font-size: 1.31rem;
  border-bottom: 1px solid #eaecef;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  margin-bottom: 0;
  background-color: #563d7c ;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,.05), inset 0 -1px 0 rgba(0,0,0,.1);
  padding: .74rem 1rem;
}

.navbar-brand > a {
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: #cdbfe3;
  padding: 0.5rem;
  font-weight: 500;
  font-size: 0.875rem;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  color: #fff;
  font-weight: 600;
  /*background: #f9f9f9;*/
}

.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  padding-bottom: 3.75rem;
  padding-top: 4.125rem;
}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}


/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  font-size: 85%;
}
body:not(.theme-preset-active) footer#colophon {
  color: #99979c;
  background-color: #f7f7f7;
}
.navbar-dark .site-info {
  color: #fff;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

.copyright a, footer#colophon a {
  color: inherit;
}

/*--------------------------------------------------------------
# Custom Style
--------------------------------------------------------------*/
a{
	transition: 0.4s;
	-webkit-transition: 0.4s;
}
a:focus{
    background: none !important;
}
.navbar-brand img{ height:46px;}
header.site-header {
	-webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
	background:#fff;
	padding: 15px 0px;
}
header.site-header.fixed-top{	background: rgba(0,0,0,0);}
header.site-header.header-bg {
	-webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
	background: #fff;
	padding:5px 0px;
	position: fixed;
	width: 100%;
	z-index: 9999;
	top: 0;
}
header .navbar-nav .dropdown-menu{
	border-radius: 0px !important;
	border: none !important;
	margin-top: 0;
}
header .navbar-nav a.dropdown-toggle::after{ display:none;}
header .navbar-nav li:hover .dropdown-menu{
	display: block;
}
header .navbar-nav .dropdown-menu li a:hover{color: #1CC9EE !important;}
.navbar-toggler-icon{
	border: 2px solid #ee1c25;
	display: table;
	padding: 0px;
	height: 1px;
	width: 28px;
	margin: 5px 0px;
}
.navbar-nav li a.nav-link {
	color: #444 !important;
	text-transform: uppercase;
	letter-spacing: 1px;
 }
.navbar-nav li a.nav-link:hover {color: #1CC9EE !important; }
.slider-caption{ width: 50%  !important; right: 15% !important; left: auto !important; text-align: right;}
.slider-caption h2{
	color: #444444;
	font-family: Merriweather;
	font-size: 40px !important;
	letter-spacing: 3px !important;
	background: #fff;
	float: right;
	padding: 15px 30px !important;
}
.slider-caption p {
    background-color: #1CC9EE;
    color: #FFFFFF;
    font-size: 18px !important;
    letter-spacing: 1px !important;
    float: right;
    padding: 15px !important;
	margin-bottom: 0px !important;
}
.slider-caption div{ float: right;}
.slider-caption br{ clear: both;}
.slider-caption a {
    color: #FFFFFF !important;
    font-size: 18px !important;
    letter-spacing: 1px !important;
    background: #444;
    display: inline-table;
    text-transform: uppercase;
    padding: 10px 15px !important;
	font-family: 'Lato', sans-serif;
}
.slider-caption a:hover {
    background: #ee1c25;
}
.crellyslider > .cs-controls > span{
    box-shadow: none !important;
    background-size: contain  !important;
	border-radius: 0px !important;
	width: 50px !important;
    height: 50px !important;
}
.crellyslider > .cs-controls > .cs-next{
	background: url(inc/assets/images/slider-nav-next.png) no-repeat;
}
.crellyslider > .cs-controls > .cs-previous{
	background: url(inc/assets/images/slider-nav-prev.png) no-repeat;
}
.crellyslider > .cs-navigation > .cs-slide-link{
	height: 4px!important; box-shadow: none !important;	
	width: 25px !important;	border-radius: 0px !important;
	background: #B0B0B0 !important; opacity: 1 !important;
}
.crellyslider > .cs-navigation > .cs-slide-link.cs-active{
	 box-shadow: none !important; background: #ee1c25 !important; 
}
#splite_popup_box{ overflow: visible !important; right: 0px !important; left: auto !important; top: 12% !important;}
a.splite_sideEnquiry.pos_right{
	top: 15% !important;
	transform: unset !important;
	color: #fff !important;
	right: 0px !important;
	border-radius: 0px !important;
	background: #ee1c25;
	width: 100px;
	padding: 10px 5px 10px 0px !important;
	font-size: 12px !important;
}
a.splite_sideEnquiry.pos_right:after {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(238, 28, 37, 0);
	border-right-color: #ee1c25;
	border-width: 37px;
	margin-top: -37px;
}
#splite_popupBoxClose{
	left: -80px;
	right: auto !important;
	background: rgba(0,0,0,0) url(inc/assets/images/arrowimg.png) no-repeat !important;
	color: rgba(0,0,0,0) !important;
	line-height: 20px !important;
	width: 80px;
	height: 50px;
}
#splite_form_container, #splite_popup_box.layout_centered{ height: auto !important; max-height:inherit!important; bottom: auto !important;}
#splite_popup_title, #splite_popup_description{ text-align: left !important; padding-left: 30px !important; margin: 5px 0 !important;}
#splite_popup_description a{ color: #1cc9ee;}
#splite_popup_description{ margin-bottom: 20px !important;}
.wpcf7-form span.wpcf7-not-valid-tip {
    background: none !important;
    color: #ee1c25  !important;
    font-size: 12px !important;
    height: auto !important;
    line-height: initial  !important;
    position: relative  !important;
    text-align: left !important;
	top: 0px  !important;
    padding: 0px  !important;
}
.bdwp_user_input{ border:1px solid #ddd;}
#splite_form_container .BDC_CaptchaDiv, .contactform .BDC_CaptchaDiv, #splite_form_container .captcha-id-23, .contactform .captcha-id-23{
    float: left;   width: 50%;
}
.wpcf7-form .form-group label{ color: #999;}
.wpcf7-form .form-group label sup{ top: -0.5px;}
.wpcf7-form .form-group input, .wpcf7-form .form-group select,  .wpcf7-form .form-group textarea{
	padding: 0px 8px !important; border-radius: 0px !important;
}
.wpcf7-form .form-group .btn {
    margin: 0px !important;
    padding: 6px !important;
    width: 100% !important;
	background: #ee1c25;
	color: #fff;
	border: none !important;
}
.wpcf7-form .form-group .btn:hover{ color: #222;}
.app-mbx{ background: #fff; padding: 15px 0px; }
.app-mbx img { max-width: 90%;}
.app-mbx p{ color: #444; font-size: 18px; letter-spacing: 1px; margin: 10px 0px;}
.app-mbx a{ color: #1cc9ee; }
.products-mbx{ background: #eee; color: #444;}
.products-mbx h1{ margin-bottom: 50px; color: #444; font-family: 'Merriweather', serif; font-size: 26px; line-height: 46px;letter-spacing: 0.5px;font-weight: 400;}
.prdct-imgwtxt { padding-left: 170px; padding-right: 30px; margin-top: 20px; margin-bottom: 20px;}
.prdct-imgwtxt div{ float: left;}
.prdct-imgwtxt .imgrcb {
	border: 2px solid #ee1c25;
	margin-left: -160px;
	border-radius: 100%;
	width: 140px;
	height: 140px;
	overflow: hidden;
	text-align: center;
	line-height: 130px;
}
.prdct-imgwtxt .imgrcb img{ width: 75px; }
.prdct-imgwtxt h1{ margin: 0px; color: #444; font-family: 'Merriweather', serif; font-size: 24px;}
.prdct-imgwtxt h2{ margin: 0px; color: #1cc9ee; font-family: 'Merriweather', serif; font-size: 22px;}
.prdct-imgwtxt h2 a{color: #1cc9ee !important; text-decoration:none !important;}
.prdct-imgwtxt p{color: #444;}
.prdct-imgwtxt ul {  padding: 0 0 0 20px;  margin-top: -10px;}
.prdct-imgwtxt ul li{ color: #444; font-size: 14px; margin: 3px 0px;}
.pdct-btn{ margin: 40px auto;}
.pdct-btn a{ 
	background: #ee1c25 !important; 
	color: #fff; font-size: 18px;
	text-transform: uppercase;
	font-weight: bold; 
	letter-spacing: 1px; 
	line-height: 18px;
	text-decoration: none;
	padding: 15px 20px;
}
.pdct-btn a:hover{
	color: #222;
}
.testimonials-mbx{ background: #fff;}
.testimonials-mbx h4{
	color: #444;
	font-size: 22px;
	line-height: 36px;
	letter-spacing: 1px;
	margin: 0px;
	font-weight: 500;
}
.testimonials-mbx p{ margin: 0px;}
.testimonials-mbx strong{ 
	margin-top: 22px;
	color: #1cc9ee;
	font-weight: 700;
	display: block;
	font-style: italic;
}
.testimonials-mbx .strong-view.default .testimonial{
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
	border: none !important;
	margin-bottom: 30px  !important;
}
.testimonials-mbx .strong-view.default .testimonial .testimonial-inner, .testimonials-mbx .strong-view.default .testimonial .testimonial-inner .testimonial-client{
	text-align: center !important;
	border: none !important;
}
.testimonials-mbx .strong-view.default .testimonial .testimonial-inner p{color: #444444; font-size: 16px;	letter-spacing: 1px;	line-height: 26px;}
.testimonials-mbx .testimonial-client, .testimonials-mbx .testimonial-company{color: #9A9A9A; font-size: 14px;	line-height: 26px;}
.footer-mbx, footer.site-footer{ background: #444 !important;}
.footer-mbx h3.widget-title {
	margin: 0px 0px 1rem;
	color: #9a9a9a;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: normal;
	letter-spacing: 1px;
}
.footer-mbx p{color: #fff; font-size: 14px;letter-spacing: 1px; margin:15px 0px;}
.ftcwimg{ float: left; width: 80px; margin-right: 15px;}
.footer-mbx p span{padding-left: 35px; color: #1cc9ee; margin: 8px 0px; float: left; width: 100%; font-weight:700;}
.footer-mbx p span i {float: left; margin: 0px 0px 2px -35px; width: 25px;}
.footer-mbx p span:first-child img {  width: 19px; margin-left: 3px;}
.footer-mbx p a{color: #1cc9ee; text-decoration: none; font-weight:700;}
.footer-mbx .menu li{ margin: 5px 0px;}
.footer-mbx .menu li a{ padding: 0px; color: #fff; font-size: 14px;letter-spacing: 1px;}
.footer-mbx .menu li a:hover{ color: #1cc9ee; background: none;}
footer.site-footer{
	border-top:1px solid #9a9a9a;
}
footer.site-footer a{
	color:#eee !important;
}
.mainBanner{
	background-repeat:no-repeat !important;
	background-attachment: fixed  !important;
	background-position: top center  !important;
    background-size: cover !important;
	padding: 160px 0px;
}
.absec-parallax{
	background-repeat:no-repeat !important;
	background-attachment: fixed  !important;
	background-position: center  !important;
    background-size: cover !important;    
}
.mainBanner h1{
	background: #fff;
    font-family: 'Merriweather', serif;
    margin: 20px auto;
    max-width: 600px;
    padding: 30px 10px;
    font-size: 40px;
    color: #444;
    text-align: center;
    display: block;
    letter-spacing: 2px;
    font-weight: 400;
}
.samplFsec{	background: #fff;	padding:60px 0px 30px;}
.samplFsec h2{color: #1CC9EE; font-size: 24px; font-weight: 400;	letter-spacing: 1px; margin-bottom: 30px;}
.samplFsec p{color: #444444; font-size: 18px; letter-spacing: 1px; line-height: 26px;}
.samplFsec .page-scroller{ margin: 20px 0px;}
.sec-oddsampl, .sec-evensampl{position: relative;}
.prdct-psimg{
	bottom: 0;
    top: 15%;
	position: absolute;
}
.prdct-psimg img{ max-height: 100%;}
.sec-oddsampl{	background: #eee  !important;}
.sec-oddsampl .prdct-psimg{
	right: 0;    
    text-align: right;
    padding: 0px 0px 0px 15px;
}
.sec-evensampl{	background: #fff !important;}
.sec-evensampl .prdct-psimg{
	left: 0;    
    text-align: left;
    padding: 0px 15px 0px 0px;
}
.padding-70{
	padding: 70px 0px;
}
.absec-parallax .overlay{ background: rgba(0,0,0,0.5);}
.absec-parallax .text-white h3{
	color: #FFFFFF; font-size: 24px; margin: 0 0 30px; letter-spacing: 1px; font-weight: normal;
}
.absec-parallax .text-white p{
	font-size: 18px; font-weight: 300; letter-spacing: 1px;	line-height: 26px;
}
.ourteam-mbx{ margin-top: 50px;}
.ourteam-mbx .team-member .single-team-area{
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
	padding: 15px;
	text-align:left;
}
.ourteam-mbx .team-member .single-team-area .tlp-col-md-3{ padding:0;}
.ourteam-mbx .team-member .tlp-title{ margin-bottom: 0px !important;	color: #444444;	font-size: 17px;	letter-spacing: 1px;}
.ourteam-mbx .team-member .designation{	 margin-bottom:8px !important; color: #9A9A9A;	font-size: 13px;}
.ourteam-mbx .team-member .label-team{ color: #444; margin-right: 3px;}
.ourteam-mbx .team-member .email, 
.ourteam-mbx .team-member .mobile_number, 
.ourteam-mbx .team-member .location{ margin: 2px 0px;	color: #EE1C25;	font-size: 14px;}
.contactMBX h3{
	color: #444444;
	font-size: 17px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0px 0px 20px;
}
.contPDb p{
	color: #444444;	font-size: 14px; margin: 0px 0 15px; letter-spacing: 1px; line-height: 22px;}

.contPDb p span{padding-left: 35px; color: #1cc9ee; margin: 8px 0px; float: left; width: 100%; font-weight:700;}
.contPDb p span i {float: left; margin: 0px 0px 2px -35px; width: 25px;}
.contPDb p span:first-child img {  width: 19px; margin-left: 3px;}
.contPDb p a{color: #1cc9ee; text-decoration: none; font-weight:700;}
.contactform input.form-control, .contactform input.bdwp_user_input {
	padding: .375rem .75rem !important;	
}
.contactform textarea.form-control{
	padding: .375rem .75rem !important;
	border-radius: 0px !important;
	height: 70px;
}
section.samplFsec{
    /*height:135px;*/
}
.PSmplFsec .desc-container{
    position: relative;
    margin-top: -180px;
    background: white;
    padding:30px 40px 0px;
}
.PSmplBnr{
    padding: 160px 0px;
}
section.PSmplSsec{
    background-color:#eeeeef;
}
.Newsgray-bg{
    background-color: #eeeeef;
}
.Newsgray-bg h1{
    background: #fff;
    font-family: 'Merriweather', serif;
    margin: 20px auto;
    max-width: 600px;
    padding: 30px 10px;
    font-size: 38px;
    color: #444;
    text-align: center;
    display: block;
}
article.type-post{
    background-color: #fff;
    border: 1px solid #C9C9C9;
    position:relative;
}
article.type-post .post-thumbnail img{
    width:100%;
}
article.type-post.hentry{
    margin-bottom: 30px;
}
.padding-left0{
    padding-left:0px;
}
.archive-description{
    display: none;
}
.Newsgray-bg span.splite_sideEnquiry.pos_right{
        position: absolute;
	top: 10px !important;
	color: #fff !important;
	right: 0px !important;
	border-radius: 0px !important;
	background: #ee1c25;
	width: 45px;
	padding: 5px 2px !important;
	font-size: 12px !important;
        line-height: 13px;
        text-align: center;
        font-weight: bold;
        font-family: Merriweather;
}
.Newsgray-bg span.splite_sideEnquiry.pos_right:after {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(238, 28, 37, 0);
	border-right-color: #ee1c25;
        border-width: 18px;
        margin-top: -18px;
        

}
.content-area{
    background-color: #eeeeef;
}
.content-area span.splite_sideEnquiry.pos_right{
    position: absolute;
    color: #fff !important;
    right: 0px !important;
    border-radius: 0px !important;
    background: #ee1c25;
    width: 45px;
    text-align: center;
    font-weight: bold;
    font-family: Merriweather;
    top: 17px !important;
    padding: 8px 2px !important;
    font-size: 15px !important;
    line-height: 14px;
    letter-spacing: 1.35px;
}
.content-area .post-content p{
    color: #444444;
}
.content-area span.splite_sideEnquiry.pos_right:after{
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(238, 28, 37, 0);
    border-right-color: #ee1c25;
    border-width: 22px;
    margin-top: -22px;
}
.back-button{
    height: 39px;
    width: 99px;
    border: 1px solid #C9C9C9;
    background-color: #FFFFFF;
    color: #1CC9EE;
    font-family: Lato;
    font-size: 16px;
    letter-spacing: 1.14px;
    line-height: 19px;
}
.pli-0{
    padding-left: 0px !important;
}
.post-content p {
    font-size: 14px;
    color: #9A9A9A;
    font-family: Lato;
}
.search-sidebar, .main-sidebar-wrapper{
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
    margin-bottom: 20px;
}
.main-sidebar-wrapper .widget .widget-title{
    margin-top:10px;
    font-family: Lato;
    font-size:16px;
    padding: 0 1rem;
    margin-bottom: 5px;
}
.main-sidebar-wrapper .widget .nav-item a.nav-link{
    font-family: Lato;
    font-size:16px;
    color: #1CC9EE;
    padding: .3rem 1rem;
}
.search-sidebar input.search-field{
    border: 1px solid #C9C9C9;
    border-radius: 0px;
    height:35px;
}
.search-sidebar .search-form label{
    width:100%;
    position:relative;
}
.search-button{
    right: 8px;
    position: absolute;
    top: 7px;    
}
.search-button i{
    font-size: 18px;
    font-weight: 600;
    color: #1ccaee;
}

.search-sidebar .search-submit{
    background: none;
    padding: 0;
}
.post-content {
    margin-top: 0px;
}
article.type-post .entry-title{
    color: #1CC9EE;
    font-family: Lato;
    font-size: 16px;
    border-bottom: none;
}
.content-area article.type-post .entry-title{
    padding: 0px 25px;
    font-size: 22px;
    letter-spacing: 1px;
    line-height: 34px;
}
.content-area article.type-post h1.entry-title{
    margin-bottom: 24px;
}
.content-area article.type-post .post-thumbnail img{
    width: 100%;
    max-width: 100%;
}
a.post-block{
    text-decoration: none;
}
.ajax-load-more-wrap.grey .alm-load-more-btn{
    border: 1px solid #C9C9C9;
    background: #FFFFFF !important;
    color: #1CC9EE;
    font-family: Lato;
    font-size: 16px;
    letter-spacing: 1px;
    border-radius: 0px;
    padding:0px;
    width:230px;
}
.ajax-load-more-wrap.grey .alm-load-more-btn:hover{ color:#ee1c25;}
.fpmlPlsS p{ font-size:18px; letter-spacing:1px;}
.fpmlPlsS .pdct-btn a{ padding:12px 50px;}
.tlp-team .email a{
    color: #EE1C25;
}
.tlp-team .layout2 h2{
    margin-top: 0px;
}
@media screen and (max-width: 990px) {
	.navbar-brand img{ height:auto;}	
    .ourteam-mbx .team-member { width: 50%;}
    .ourteam-mbx .team-member .tlp-col-md-8.tlp-col-sm-6{ padding: 0;}
    .ourteam-mbx .team-member .tlp-title{font-size: 16px; margin-top:0 !important;}
    .ourteam-mbx .team-member .designation{	font-size: 12px;}
    .ourteam-mbx .team-member .email, 
    .ourteam-mbx .team-member .mobile_number, 
    .ourteam-mbx .team-member .location{ font-size: 12px;}
}
@media screen and (max-width: 767px) {
    .PSmplFsec .desc-container{
        margin-top: 0px;
        padding:0px 15px;
    }
    .samplFsec h2{ margin: 15px 0px;}
    .samplFsec, .padding-70{ padding: 30px 0px;}
  .navbar-brand img{ height:45px;}
  nav.navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
  .slider-caption{ display: none !important;}
  .testimonials-mbx img {   margin: 10px auto;  display: table;   width: 75px;}
	.prdct-imgwtxt .imgrcb {
    border: 2px solid #ee1c25;
    margin-left: -100px;
    width: 70px;
    height: 70px;
    line-height: 65px;
}
	.prdct-imgwtxt .imgrcb img {   width: 35px;}
	.prdct-imgwtxt { padding-left: 120px; margin-bottom:0;}
	a.splite_sideEnquiry.pos_right{ display: none !important;}
	.site-header .navbar-collapse.collapse.show{ background:rgba(255,255,255,0.6); margin: 0px -15px; padding: 0px 15px;}
	.app-mbx img { max-width: 70%;}
	.app-mbx p, .samplFsec p{ text-align: center; font-size: 16px;}
	.prdct-psimg{ display: none;}
        .padding-left0{
            padding: 0 25px;
}
.ourteam-mbx .team-member { width: 100%;}
.ourteam-mbx .team-member .tlp-col-xs-12{ padding-left: 15px !important; width:auto;}
.mainBanner{
	background-attachment: scroll  !important;
}
.absec-parallax{
	background-attachment: scroll  !important;
}
}
@media screen and (max-width: 574px) {
    .absec-parallax .text-white h3 {  margin: 20px 0; }
	.pdct-btn a {
		font-size: 14px;
		letter-spacing: 1px;
		padding: 10px 10px;
		display: table;
		text-align: center;
	}
	.navbar-brand img { height: 35px;}
	header.site-header{ padding: 10px !important;}
	.crellyslider > .cs-controls > span{ width: 50px !important;  height: 50px !important;}
	.app-mbx img { max-width: 60%;}
	.mainBanner{padding: 130px 0px;}
        .padding-left0{
            padding: 0 25px;
}
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
}

.productsamples .entry-header{
    display: none;
}