/*
Theme Name: Me World - India
Author: trivia info it
Author URI: https://trivia.co.in/
Description: Bootstrap based wp theme for Me World
Version: 3.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
@import url("https://fonts.googleapis.com/css2?family=Inconsolata&family=Open+Sans&family=Signika&display=swap");
@import url("css/colors.css");

/*Wordpress editor styles start*/

.entry-content img {
  margin: 0 0 1.5em 0;
}
.alignleft,
img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}
.alignright,
img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}
.aligncenter,
img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}
.alignnone,
img.alignnone {
  /* not sure about this one */
}
.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}
.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}
.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}
.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}
blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}
blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}

/*Wordpress editor styles end*/

html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body,
html {
  overflow-x: hidden;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  color: #333;
  line-height: 2;
  /* text-align: justify;
  text-align-last: left; */
}

/* .container {
  min-width: 1280px;
} */

.maincontainer {
  background: #fff;
  z-index: 0;
}

a,
a:hover {
  text-decoration: none;
}

@media (max-width: 768px) {
  .row {
    text-align: center;
  }
}

/*********************/
/*  HEADERS
/*********************/
header {
  position: relative;
  display: block;
  z-index: 9999 !important;
}

/*********************/
/*  HEADER 1
/*********************/
.header-1 {
  position: relative;
  display: block;
  z-index: 99999;
  background-color: var(--c1);
  color: var(--c4);

  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header-1 .topInfo {
  position: relative;
  display: block;
  border-right: 1px solid var(--c5);
  font-size: 1rem;
  color: var(--c4);
  line-height: 1.5;
}

.header-1 .topInfo .topInfoIcon {
  position: relative;
  display: inline-block;
  color: var(--c4);
}
.header-1 .topInfo span {
  display: block;
  font-size: 1rem;
  font-weight: normal;
  color: var(--c4);
}
.header-1 .topInfo ul {
  display: inline-block;
  padding: 0;
  margin: 0 0 0 1rem;
}
.header-1 .topInfo ul li {
  display: inline-block;
}
.header-1 .topInfo ul li a {
  color: var(--c4);
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { 
	.header-1 .topInfo {
		border-right:none;
	}
}
/*
	 HEADER 2
*/
.header-2 {
  display: block;
  position: relative;
  top: 0;
  width: 100%;
  background-color: var(--c4);
  -webkit-transition: all 0.12s ease-in-out;
  -moz-transition: all 0.12s ease-in-out;
  -o-transition: all 0.12s ease-in-out;
  transition: all 0.12s ease-in-out;
}
.header-2 .topLogo {
  position: relative;
  display: block;
  line-height: 1.5;
}
.header-2 .topLogo img {
  width: 66%;
}

.header-2 .topCall {
  position: relative;
  display: block;
  height: 100% !important;
}
.header-2 .topCall a span {
  position: relative;
  display: block;
  color: var(--c1);
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  padding: 1.5rem 0.3rem 1rem 0.3rem;
  height: 100% !important;
  background-color: var(--c4);
  -webkit-transition: all 0.12s ease-in-out;
  -moz-transition: all 0.12s ease-in-out;
  -o-transition: all 0.12s ease-in-out;
  transition: all 0.12s ease-in-out;
}
/*
	FIXED HEADER
*/

.sticky {
  top: 0;
  left: 0;
  margin-top: 0;
  position: fixed;
  width: 100%;
  z-index: 9999 !important;
  border-bottom: 1px solid var(--c5);
  box-shadow: 0 3px 6px rgb(54 54 54 / 4%);
  -webkit-transition: all 0.12s ease-in-out;
  -moz-transition: all 0.12s ease-in-out;
  -o-transition: all 0.12s ease-in-out;
  transition: all 0.12s ease-in-out;
}
.sticky:after {
  content: "";
  position: absolute;
  display: block;
  top: 100;
  width: 100%;
  height: 1px;
  background: var(--c5);
  -webkit-transition: all 0.12s ease-in-out;
  -moz-transition: all 0.12s ease-in-out;
  -o-transition: all 0.12s ease-in-out;
  transition: all 0.12s ease-in-out;
}
.sticky .topCall a span {
  color: var(--c4) !important;
  background-color: var(--c1) !important;
  -webkit-transition: all 0.12s ease-in-out;
  -moz-transition: all 0.12s ease-in-out;
  -o-transition: all 0.12s ease-in-out;
  transition: all 0.12s ease-in-out;
}
/*
	DROP DOWN
*/

.navbar {
  margin: 0 !important;
  padding: 0 !important;
  background-color: transparent !important;
  -webkit-transition: all 1s;
  transition: all 1s;
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
	.navbar{
		width:100%;
		padding:.3rem !important;
	}
}
.navbar-default {
  border: none;
  border-color: 0;
  border-radius: 0px;
}

.navbar-nav {
  width: 100%;
  padding: 0;
}

.navbar-nav > li {
  padding: 1.5rem .5rem 0.6rem .5rem;
  height: 100% !important;
  position: relative;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.navbar-nav > li a {
  position: relative;
  font-size: .84rem;
  font-weight: 600;
  letter-spacing: normal;
  color: var(--c1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;

  z-index: 99 !important;
}

.navbar-nav > li.current_page_item a,
.navbar-nav > li a:hover {
  color: var(--c2);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.sub-menu {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}
.sub-menu > li {
  display: inline-block;
  position: relative;
  padding: 0rem 0.6rem 0rem 0.6rem;
  border-right: 1px dotted var(--c5);
}
.sub-menu > li:last-child {
  border-right: none;
}
.sub-menu > li > a {
  color: var(--c5);
  font-size: 0.84rem;
}
.sub-menu > li > a:hover,
.sub-menu > li.current_page_item a {
  color: var(--c4);
  font-weight: 600;
}
/*
.navbar-nav:hover li a{
	color:#707E9C !important;
}
.navbar-nav li a:hover{
	color:#22EBBE !important;
}*/

.navbar-toggler {
  padding: 0.25rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color:var(--c2);
  border: 1px solid var(--c5) !important;
  border-radius: 0.25rem;
}

@media (max-width: 768px) {
  .navbar-default {
    margin-top: 0;
  }

  .navbar-nav {
    border-top: 1px dotted #d4d3d1;
    margin-top: 0.5em;
  }

  .navbar-nav > li {
    width: auto;
    text-align: left;
  }
}
.navbar-brand{
	text-align:left;
}
.navbar-brand img{
	width:39%;
  margin: 0 !important;
  padding: 0 !important;
	float:left;
}

.navbar-nav > li:hover > .dropdown-menu {
  display: block;
}

.dropdown-menu,
.dropdown-submenu {
  background-color: #253939;
  -webkit-background-clip: none;
  background-clip: none;
  border: none;
  border-radius: 0px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  /* -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;*/
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

.dropdown-menu > li {
  padding: 0.2em 1em 0.2em 1em;
  border-bottom: 1px dotted #888;
}

.dropdown-menu > li > a {
  font-size: 1em !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: transparent !important;
  padding-left: 0.5em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.blink a {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  0%{
     opacity: 0;
   }
   50%{
     opacity: 1;
   }
   100%{
     opacity: 0;
   }
}
/*
	SLIDER
*/

.topSlider {
  width: 100% !important;
  height: 97vh;
  position: relative;
  display: block !important;
  text-align: center;
  border-bottom: 6px solid var(--c1);
  -moz-box-shadow: inset 0 -10px 10px -10px #000000;
  -webkit-box-shadow: inset 0 -10px 10px -10px #000000;
  box-shadow: inset 0 -10px 10px -10px #000000;
  z-index: 0 !important;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;

  /* background-color: transparent;
  background-image: linear-gradient(135deg, var(--c1) 0%, var(--c2) 100%); */
}
@media(max-width:768px){
	.topSlider{
		height:210px !important;
	}
}
/*
	DUMMY DIV
*/
.dummyDiv {
  position: relative;
  display: block;
  height: 0 !important;
  z-index: -1;
}

/*********************/
/*  BUTTON
/*********************/

.button {
  position: relative;
  display: block;
  cursor: pointer;
  filter: brightness(1);
  background-color: inherit;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.button span {
  position: relative;
  display: block;
  padding: 0.3rem;
  font-size: 1rem;
  color: var(--c1);
  text-align: left;
  z-index: 12 !important;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.button span:after {
  content: "\f0a9";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  position: absolute;
  color: var(--c1);
  z-index: 12;
  padding-left: 0rem;
  filter: opacity(0);
  -webkit-transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s ease-in-out;
  -o-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
}
.button:hover span:after {
  padding-left: 0.6rem;
  filter: opacity(1);
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

/*********************/
/*  H TAGs
/*********************/
h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
}
ul,
ol {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}
ul li,
ol li {
  list-style: none;
  position: relative;
}
/*********************/
/*  TOP CATEGORIES
/*********************/
.topCategories {
  position: relative;
  display: block;
  margin: 0rem 0 0rem 0;
  padding: 3rem 0 6rem;
}
.topCategories .topCategoriesBG {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("images/map.png") no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  filter: opacity(0.2) grayscale(1);
  z-index: 0 !important;
}
.topCategories .slickTopCategories {
  position: relative;
  display: block;
  z-index: 9 !important;
}
.topCategories .slickTopCategories .slick-slide {
  position: relative;
  display: block;
  z-index: 9;
  margin: 1rem;
}
.topCategories .slickTopCategories .slick-prev,
.topCategories .slickTopCategories .slick-next {
  top: -3%;
}
.topCategories .slickTopCategories .slick-prev {
  left: 94%;
}
.topCategories .slickTopCategories .slick-next {
  left: 97%;
}
.topCategories .slickTopCategories .slick-prev:before,
.topCategories .slickTopCategories .slick-next:before {
  color: var(--c1);
}
.topCategories div[class^="col-"],
.topCategories div[class*="col-"] {
  position: relative;
  z-index: 9 !important;
}
.topCategories .slickTopCategories .topCategoryDiv {
  position: relative;
  display: block;
  background-color: var(--c5);
  overflow: hidden;
  /* border-radius: 12px; */
  transform: translateY(0px);
  z-index: 9 !important;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.topCategories .topCategoryDiv .categoryImage {
  position: relative;
  display: block;
}
.topCategories .topCategoryDiv .categoryImage img {
  display: block;
  width: 100%;
  min-height: 235px;
  height: auto;
  filter: brightness(100%) contrast(100%) saturate(0%) blur(0px)
    hue-rotate(0deg);
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.topCategories .topCategoryDiv .categoryMeta {
  position: relative;
  display: block;
}
.topCategories .topCategoryDiv .categoryMeta span {
  display: block;
  font-size: 1rem;
  color: var(--c7);
}
.topCategories .topCategoryDiv .categoryMeta h2 {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--c1);
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.topCategories .topCategoryDiv:hover {
  transform: translateY(-12px);
  box-shadow: 1px 15px 16px -10px rgba(0, 0, 0, 0.48);
  -webkit-box-shadow: 1px 15px 16px -10px rgba(0, 0, 0, 0.48);
  -moz-box-shadow: 1px 15px 16px -10px rgba(0, 0, 0, 0.48);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.topCategories .topCategoryDiv:hover .button {
  background-color: var(--c1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.topCategories .topCategoryDiv:hover .button span,
.topCategories .topCategoryDiv:hover .button span:after {
  color: var(--c4);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.topCategories .topCategoryDiv:hover .categoryImage img {
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px)
    hue-rotate(0deg);
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.topCategories .factDiv {
  position: relative;
  display: block;
  line-height: 1.2;
  border-right: 1px dotted var(--c7);
}
.topCategories .factDiv .factIcon {
  color: transparent;
  stroke: var(--c9);
  stroke-width: 12px;
  font-size: 3.63rem;
}
.topCategories .factDiv .counter {
		display:inline-block;
  font-size: 3rem;
  font-family: "Signika", sans-serif;
  font-weight: 600;
  color: var(--c1);
}
.topCategories .factDiv .extraTag{
	position:relative;
	display:inline-block;
	
}
.topCategories .factDiv h4 {
  font-size: 1rem;
  margin: 0;
  padding: 0;
}

@media(max-width:768px){
	.topCategories .slickTopCategories .slick-prev {
  		left: 85%;
	}
	.topCategories .slickTopCategories .slick-next {
	  	left: 90%;
	}
}
/*********************/
/*  SHORT INTRO
/*********************/
.shortIntro {
  position: relative;
  display: block;
  background: var(--c5);
}
.shortIntro .button {
  background: var(--c4);
  width: 30%;
  margin-top: 1rem;
  padding: 0.3rem;
}
.shortIntro .shortIntroImage {
  position: relative;
  display: block;
}
.shortIntro .shortIntroImage:after {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
  border: 20px solid rgba(255, 255, 255, 0);
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.shortIntro:hover .shortIntroImage:after {
  top: 10%;
  left: 10%;
  height: 80%;
  width: 80%;
  border: 20px solid rgba(255, 255, 255, 0.75);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
@media(max-width:768px){
	.shortIntro .button {
		width:30%;
		margin:1rem auto;
	}
}
/*********************/
/*  IN DEMAND
/*********************/
.inDemand {
  position: relative;
  display: block;
  font-size: 1.5rem;
  line-height: 1.5;
  padding: 3rem 0 3rem 0;
  color: var(--c4);
}
.inDemand .inDemandText .pageTitles .mainTitle {
	color:var(--c4);
	font-size: 3rem;
}
.inDemand .inDemandBG {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height:79%;
  background: var(--c2);
  -moz-box-shadow: inset 0 -10px 10px -10px #000000;
  -webkit-box-shadow: inset 0 -10px 10px -10px #000000;
  box-shadow: inset 0 -10px 10px -10px #000000;
  z-index: 0;
}
.inDemand div[class^="col-"],
.inDemandBG div[class*="col-"] {
  position: relative;
  z-index: 9;
}
.inDemand .inDemandImage{
	position:relative;
	display:block;
	margin-top:-3rem !important;
}
.inDemand .inDemandImage img{
	position:relative;
	display:block !important;
	width:100% !important;
	height:auto !important;
}


.inDemand .button {
  margin-top: 2.1rem;
  width: 24%;
  background: var(--c4);
}
.inDemand .button span{
	padding:.6rem;
}
@media(max-width:768px){
	.inDemand .inDemandBG {
		height:100%;
	}
	.inDemand .button {
		width:30%;
		margin:2rem auto;
	}
	
}
/*********************/
/*  FEATURED PRODUCTS
/*********************/
.featuredProducts {
  position: relative;
  display: bottom;
  margin: 3rem 0 3rem;
}
.featuredProducts .productDiv {
  position: relative;
  display: block;
  border: 1px dotted var(--c7);
}
.featuredProducts .productDiv .productImage {
  position: relative;
  display: block;
}
.featuredProducts .productDiv .productImage img {
  width: 100%;
  height: auto !important;
	max-height:155px;
	min-height:155px;
}
.featuredProducts .productDiv .productMeta {
  position: relative;
  display: block;

}
.featuredProducts .productDiv .productMeta h4 {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--c1);
}
@media(max-width:768px){
	.featuredProducts .productDiv .productImage img {
	  width: 100%;
	  height: auto !important;
	  max-height:unset;
	  min-height:unset;
	}
}
/*********************/
/*  DONWLOAD PRODUCT CATALOG
/*********************/
.productCatalog {
  position: relative;
  display: block;
  margin: 3rem 0 3rem 0;
}
.productCatalog .catalogDiv {
  position: relative;
  display: block;
  min-height: 250px;
  max-height: 250px;
  background-color: var(--c5);
  overflow: hidden;
}
.productCatalog .catalogDiv .catalogMeta {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.productCatalog .catalogDiv .catalogMeta h4 {
  font-size: 2rem;
  font-weight: 600;
  color: var(--c1);
}
.productCatalog .catalogDiv .catalogImage {
  position: relative;
  display: block;
  /* background-color: transparent;
  background-image: linear-gradient(
    80deg,
    #f3f3f2 53%,
    rgba(243, 243, 242, 0.39) 72%
  ); */
  z-index: 0;
}
.productCatalog .catalogDiv .catalogImage img {
  opacity: 0.3;
}
/*********************/
/*  WHY US
/*********************/
.whyUs {
  position: relative;
  display: block;
  padding: 6rem 0 6rem 0;
  margin: 3rem 0 3rem 0;
  overflow: hidden;
}
.whyUs .whyUsBG {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("images/why-bg.jpg") no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  filter: brightness(0.5);
  z-index: 0;
}
.whyUs div[class^="col-"],
.whyUs div[class*="col-"] {
  position: relative;
  z-index: 9;
}
.whyUs .whyUsDiv {
  position: relative;
  display: block;
  border: 1px solid var(--c7);
  z-index: 9;
}
.whyUs .whyUsDiv .whyUsMeta {
  position: relative;
  display: block;
  color: var(--c5);
}

.whyUs .whyUsDiv .whyUsMeta h4 {
  font-size: 1.5rem;
  color: var(--c2);
}

.whyUs .whyUsDiv .whyUsMeta .whyIcon {
  margin: 1rem auto 1rem auto;
  color: var(--c1);
}
/*********************/
/*  REACH US
/*********************/
.reachUs {
  position: relative;
  display: block;
  margin: 3rem 0 3rem 0;
}
.reachUs .reachAddress {
  position: relative;
  display: block;
}
.reachUs .reachAddress h3 {
  font-size: 2.1rem;
  font-weight: 600;
  color: var(--c1);
}
.reachUs .workTime {
  position: relative;
  display: block;
}
.reachUs .workTime li {
  display: flex;
  justify-content: space-between;
}
.reachUs .workTime li span {
  position: relative;
  color: var(--c1);
}
.reachUs .workTime h4 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
/*********************/
/*  HOME PAGE TITLES
/*********************/
.callNow {
  position: relative;
  display: block;
  font-size: 1.5rem;
  line-height: 1.5;
  color: var(--c9);
  background-color: var(--c5);
  padding: 3rem 0 3rem 0;
}
.callNow span {
  display: block;
  font-size: 1rem;
}
.callNow .button {
  background-color: var(--c4);
}
.callNow .button span {
  display: block;
  position: relative;
  color: var(--c1);
  font-size: 1.5rem;
  padding: 0.6rem;
}
/*********************/
/*  HOME PAGE TITLES
/*********************/
.pageTitles {
  display: block;
  position: relative;
  line-height: 1.2;
  z-index: 9 !important;

  /* text-align:left;
  text-align-last:left; */
}

.pageTitles h2,
.pageTitles h4,
.pageTitles .mainTitle {
  position: relative;
  display: block;
  width: auto;
  font-family: "Signika", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 2.4rem;
  letter-spacing: 0.09rem;
  color: var(--c2);
  z-index: 99 !important;
}
.pageTitles h2 span,
.pageTitles h4 span,
.pageTitles .mainTitle span {
  color: var(--c1);
  text-decoration: underline;
}

.pageTitles .subTitle {
  display: inline-block;
  position: relative;
  color: var(--c7);
  font-family: "Inconsolata", monospace;
  font-size: 1rem !important;

  letter-spacing: 0.3rem;
  text-transform: capitalize;

  z-index: 3 !important;
}
.pageTitles .subTitles:after {
  content: "...";
  display: inline-block;
  position: absolute;
  font-size: 1rem;
  font-family: "Staatliches", cursive;
  top: 40%;
  left: 100%;
}

/*
	SIDE BAR
*/
.sub-page-title {
  position: relative !important;
  padding: 3em 0 3em 0 !important;
  background: var(--c5) !important;
  text-align: center;
  overflow: hidden;
  margin-top: 0em !important;
  margin-bottom: 6em;
  -moz-box-shadow: inset 0 -10px 10px -10px #333;
  -webkit-box-shadow: inset 0 -10px 10px -10px #333;
  box-shadow: inset 0 -10px 10px -10px #333;
  z-index: 9 !important;
  border-bottom: 6px solid var(--c2);
}

.sub-page-title .subPageTitleBG {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--c2) !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
  background-attachment: fixed !important;
  filter: brightness(0.48) !important;
  z-index: 0;
}

.sub-page-title h2,
.sub-page-title hr {
  position: relative;
  z-index: 3;
}

.sub-page-title h2 {
  position: relative;
  color: var(--c1);
  font-size: 3em;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  text-align: center;
  padding-top: 3rem;
  margin: 1rem auto 0.5em auto !important;
  text-transform: uppercase;
  z-index: 9 !important;
}

.sub-page-title hr {
  width: 10%;
  background: none;
  border: none;
  border-bottom: 3px solid var(--c1);
  margin: 0.5em auto 0.5em auto;
}

#main-container {
  position: relative;
  margin-bottom: 6rem;
}

.subPages {
  position: relative;
  display: block;
}

.subPages img {
  width: 100%;
  height: auto;
}

.white-content {
  background: rgba(242, 242, 242, 0.3);
  padding: 1em;
  margin-bottom: 2em;
  border: 1px solid var(--c5);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  line-height: 1.7;
}

.subPages ul {
  position: relative;
  width:100%;
  margin:1rem auto 1rem auto;
  padding: 1rem;
  background: var(--c6);
  border: 1px solid var(--c5);
}

.subPages ul li,
.white-content li {
  list-style: none;
  border-bottom: 1px solid var(--c5);
  margin: 0.6rem 0 0.6rem 0;
  padding-bottom: 0.1rem;
}

.white-content li a {
  color: var(--c9);
}

.white-content li a:hover,
.white-content .current_page_item a {
  color: var(--c2);
}

.cPages .title-4,
.white-content .title-4,
.subPages .title-4 {
  font-size: 1.2em;
  font-weight: 600;
  color: var(--c1);
  font-family: "Source Sans Pro", sans-serif;
}

/*
	  breadcrumbs
  */

#breadcrumbs {
  position: relative;
  display: block;
  list-style: none;
  margin: 0 auto !important;
  overflow: hidden;
  padding: 0 !important;
  z-index: 99 !important;
  text-align: center;
}

#breadcrumbs li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
}

#breadcrumbs li:first-child {
  margin-left: 0 !important;
}

#breadcrumbs li a,
#breadcrumbs li.item-current {
  font-family: "Playfair Display", serif;
  font-size: 1em;
  color: #ccc;
  font-weight: normal;
  text-transform: none;
}

#breadcrumbs li.item-current {
  color: var(--c1);
  font-weight: normal;
}

#breadcrumbs .separator {
  font-size: 18px;
  color: #253939;
}

/*
	  SEARCH
  */
.search-container {
  margin-bottom: 3em;
}

.search-container .search-page-title {
  position: relative;
  display: block;
  font-size: 1.6em;
  font-family: "Playfair Display", serif;
}

.search-container .searchResults li {
  position: relative;
  list-style: none;
  margin: 0.9em 0 0.9em 0;
  padding-bottom: 0.2em;
  padding-left: 0em;
  border-bottom: 1px dotted #ccc;
}

.search-container .searchResults li:before {
  display: none;
}

.search-container .searchResults li:hover .title-5 {
  font-weight: 600;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.search-container .searchResults .title-5 {
  position: relative;
  display: block;
  font-size: 1.2em;
  color: var(--c1);
  font-family: "Playfair Display", serif;
  font-weight: normal;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/******************
	  SUB PAGES
  /******************
  
  
  
  /*
	  PRODUCT CHILD PAGES
  */

.child_pages {
  display: block;
  margin-top: 4em;
  margin-bottom: 4em;
}

.child_pages .title-4 {
  font-size: 1.6em;
  color: #05aac6;
  display: block !important;
  width: 100%;
  margin: 2em 0 2em 0;
}
.child_pages .card-columns {
  @include media-breakpoint-only(xl) {
    column-count: 4;
  }
  @include media-breakpoint-only(lg) {
    column-count:3;
  }
  @include media-breakpoint-only(md) {
    column-count: 2;
  }
  @include media-breakpoint-only(sm) {
    column-count: 1;
  }
}
.childPage {
/*   border: 1px dotted #ccc; */
  display: inline-block;

  text-align: center;
}
.childPage .childPageMeta {
	position:relative;
	display:block;
	margin-top:.6rem;
}
.childPage .childPageMeta h2 {
  font-size: 1.5em !important;
  color: var(--c2);
  font-family: "Playfair Display", serif;
  display: block !important;
  width: 100%;
}

.childPage:hover .childPageMeta h2 {
  color: var(--c1);
  -webkit-transition: all 1s;
  transition: all 1s;
}
.childPage .childPageImage{
	position:relative;
	display:block;
/* 	height:220px;
	max-height:220px;
	min-height:220px; */
    vertical-align: middle;	
}
.childPage .childPageImage img {
  width: 100%;
  height: auto;
  vertical-align: middle;	
  -webkit-transition: all 1s;
  transition: all 1s;
}

.childPage:hover img {
  filter: brightness(1.2);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 768px) {

	.childPage .childPageImage{
		height:unset;
		max-height:unset;
		min-height:unset;
	}
}

.noGap {
  margin: 0;
  padding: 0;
}

/*
	GO TOP
*/
#back-to-top {
  position: fixed;
  bottom: 100px;
  right: 40px;
  z-index: 9999;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 30px;

  cursor: pointer;
  border: 0;
  border-radius: 2px;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  opacity: 0;
}

#back-to-top .goTop {
  color: var(--c5) !important;
  font-size: 2em;
}

#back-to-top .goTop:hover {
  color: #ccc !important;
}

#back-to-top.show {
  opacity: 1;
}

/*
	FOOTER
*/
.footer1 {
  position: relative;
  background: var(--c1);
  color: var(--c5);
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.footer1 .footerTitle {
  position: relative;
  font-size: 1.2rem;
  font-weight: bold;
  color: var(--c5);
  z-index: 9;
}

.footer1 .footLinks {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
  z-index: 9;
}

.footer1 .footLinks li {
  position: relative;
  display: block;
  list-style: none;
  padding-left: 0.9rem;
}

.footer1 .footLinks li:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  width: auto;
  color: var(--c5);
  z-index: 0;
}

.footer1 .footLinks li a {
  color: var(--c5);
}

.footer1 .footLinks li a:hover {
  color: var(--c2);
}

.footer2 {
  position: relative;
  display: block;
  background: var(--c2);
  color: var(--c5);
  padding: 0.3rem 0 0.3rem 0;
}
.footer2 a {
  color: var(--c4);
}
/*
	CONTACT FORM 7
*/
.wpcf7 input,
.wpcf7 textarea {
  width: 100%;
  padding: 0.3rem;
}



/*
 	SLIDER TEXT
*/
.homeSlider{
	position:relative;
/* max-height:300px !important; */
/* 	background:rgba(255,255,255,.85) !important; */
}
.homeSlider .homeSliderText{
	position:relative;
	display:block;
	background:rgba(255,255,255,.85) !important; 
	font-size:2rem !important;
	padding:1rem !important;
}
.homeSlider  .homeSliderTitle {
	font-size:1.2rem !important;
	font-weight:900 !important;
	color:var(--c1) !important;

}