/*
Theme Name: Viyom Exports
Author: trivia info it
Author URI: https://trivia.co.in/
Description: Bootstrap based wp theme for Viyom Exports
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=Bebas+Neue&family=Open+Sans&family=Poppins&display=swap");
@import url("css/colors.css");


@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('css/fonts/glyphicons-halflings-regular.eot');
  src: url('css/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), 
  url('css/fonts/glyphicons-halflings-regular.woff') format('woff'), 
  url('css/fonts/glyphicons-halflings-regular.ttf') format('truetype'), 
  url('css/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

@font-face {
  font-family: 'Glyphicons Regular';
  src: url('css/fonts/glyphicons-regular.eot');
  src: 
  url('css/fonts/glyphicons-regular.eot?#iefix') format('embedded-opentype'), 
  url('css/fonts/glyphicons-regular.woff') format('woff'), 
  url('css/fonts/glyphicons-regular.ttf') format('truetype'), 
  url('css/fonts/glyphicons-regular.svg#glyphicons-regular') format('svg');
}


/*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*/



* {
  /* outline: 1px solid red; */
}

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: var(--f1);
  font-size: 1rem;
  color: #333;
  line-height: 2;

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

.container {
  min-width: 1280px;
}
@media (max-width: 768px) {
	.container{
		min-width:unset;
	}
}
.maincontainer {
  background: #fff;
  z-index: 0;
}

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

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

/*********************/
/*  HEADERS
/*********************/
header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  z-index: 9999 !important;
}

/*********************/
/*  HEADER 1
/*********************/
.header-1 {
  position: relative;
  display: block;
  z-index: 9999;
  width: 100%;
  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;
}
.header-1 .topSocialz {
  color: var(--c5);
}
.header-1 .topInfo ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.header-1 .topSocialz li,
.header-1 .topInfo ul li {
  list-style: none;
  display: inline-block;
  color: var(--c5);
  margin-left:0.3rem;
  margin-right:0.3rem;
}
.header-1 .topSocialz li:first-child {
  margin-left: 0.6rem;
}
.header-1 .topSocialz li a,
.header-1 .topInfo ul li a {
  color: var(--c5);
}
@media(max-width:768px){
	.header-1 {
		display:none;
	}
}
/**************************************************************** 
  HEADER 2
/****************************************************************/
.header-2 {
  position: relative;
  display: block;
  background-color: var(--c4);
}
.header-2 .topLogo img {
  width:66%;
}
.header-2 .topCall {
  margin-top: .74rem;
}
.header-2 .topCall a div {
  display: inline-block;
  font-family: var(--f3);
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--c1);
  line-height: 1.2;
  -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-2 .topCall a div span {
  font-size: 0.93rem;
  font-family: var(--f1);
  letter-spacing: normal;
  display: block;
  color: var(--c9);
}
.header-2 .topCall a .topCallIcon {
  color: var(--c2);
    -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-2 .topCall:hover a div{
  color: var(--c2);
  -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-2 .topCall:hover a .topCallIcon{
  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;  
}
/**************************************************************** 
  STICKY
/****************************************************************/
.sticky {
  top: 0;
  left: 0;
  margin-top: 0;
  position: fixed;
  width: 100%;
  z-index: 9998 !important;
  box-shadow: 0 3px 6px rgb(54 54 54 / 9%);
  -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;
}
.sticky .header-1BG {
  width: 100%;
  -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;
}

/*
	DROP DOWN
*/

.navbar {
  margin: 0 !important;
  padding: 0 !important;
  background-color: transparent !important;
  -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;
}

.navbar-default {
  border: none;
  border-color: 0;
  border-radius: 0px;
}

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

.navbar-nav > li {
  padding: 1.5rem 1rem 0.6rem 1rem;
  height: 100% !important;
  position: relative;
  -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;
}
@media(max-width:768px){
	.navbar{
		width:100%;
		padding:.6rem !important;
	}
	.navbar-nav > li {
  		padding: 0.3rem;
	}
}
.navbar-nav > li:first-child {
}

.navbar-nav > li a {
  position: relative;
  font-size: 1rem;
  font-weight: 600;
  color: var(--c2);
  padding-bottom: 1rem;
  -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;
  z-index: 99 !important;
}
.navbar-nav > li.page_item_has_children:hover > a,
.navbar-nav > li.current_page_ancestor:hover > a,
.navbar-nav > li.current_page_ancestor > a,
.navbar-nav > li.current_page_item a,
.navbar-nav > li a:hover {
  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;
}



/*
.navbar-nav:hover li a{
	color:#707E9C !important;
}
.navbar-nav li a:hover{
	color:#22EBBE !important;
}*/

.navbar-toggler {
  padding: 0.3rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: var(--c2);
  border: 1px solid var(--c1) !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  {
	width:80%;
	display:inline-block;
  margin: 0 !important;
  padding: 0 !important;
}
.navbar-brand img{
	width:30%;
	float:left;
}
.navbar-nav > li:hover > .dropdown-menu {
  display: block;
}

.dropdown-menu,
.dropdown-submenu {
  background-color: var(--c4);
  min-width: 15rem;
  -webkit-background-clip: none;
  background-clip: none;
  border: none;
  border-radius: 0px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -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;  
}

.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:.84rem !important;
  -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;
}
.dropdown-menu li.current_page_item  a,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: var(--c1);
  background-color: transparent !important;
  -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;
}

/*
	SLIDER
*/

.topSlider {
  width: 100% !important;
  height: 550px;
  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:9!important;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
}

@media(max-width:768px){
	.topSlider {
  		height: 180px;
	}
}
/*
	DUMMY DIV
*/
.dummyDiv {
  position: relative;
  display: block;
  height: 0 !important;
  z-index: -1;
}

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

.button {
  position: relative;
  display: block;
  border-radius: 50px;
  background-color: var(--c1);
  border: 4px solid var(--c1);
  overflow: hidden;
  -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;
}
.button:hover {
  border: 4px solid var(--c2);
  background-color: var(--c2);
  -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;
}
.button span {
  display: block;
  position: relative;
  width: 100%;
  font-size: 1rem;
  color: var(--c4);
  padding: 0.6rem 1rem 0.6rem 1rem;
  text-align: center;
  z-index: 3;
  -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:hover span {
  -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;
}
.button:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  right: 50%;
  width: 0%;
  height: 100%;
  background-color: var(--c2);
  z-index: 1;
  -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:hover:after {
  width: 100%;
  left: 0;
  right: 0;
  -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;
}

/*********************/
/*  H TAGs
/*********************/
h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
}
.shortIntro,
.products,
.callNow,
.whyUs,
.facts,
.certifications
{
  position: relative;
  display: block;
  z-index: 9;
}
ul,
ol {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}

ul li,
ol li {
  list-style: none;
  position: relative;
}

img {
  width: 100%;
  height: auto;
}
.plusSign {
  /* position: absolute; */
  display: inline-block !important;
  font-size: 1rem;
  top: 30%;
  /* left: 75%; */
}
/*********************/
/* SHORT INTRO
/*********************/
.shortIntro {
  margin: 3rem 0 -12rem 0;
}
.wrap {
  width: 1000px;
  height: 1000px;
  position: relative;
  margin-top: -1rem;
}
.wrap img {
/*   width: 75%;
  height: 75%; */
  object-fit: cover;
/*   clip-path: polygon(0% 75%, 75% 0%, 100% 100%); */
}
.shortIntro .shortIntroText .shortIntroInfo h4{
	display:block;
	font-size:1.5rem;
	font-weight:600;
	color:var(--c2);
	margin-bottom:.6rem;
}
.shortIntro .shortIntroText .shortIntroInfo .button {
  width: 48%;
  margin-top: 1rem;
}
.shortIntro .shortIntroText .shortIntroInfo .promotersList li{
	display:block;
	text-align:left !important;
	margin-bottom:1.5rem;
	font-weight:600;
	color:var(--c1);
	line-height:1.5;
}
.shortIntro .shortIntroText .shortIntroInfo .promotersList li span{
	display:block;
	text-align:left !important;
	font-size:.84rem;
	font-style:italic;
	color:var(--c2);
	
	
}
.shortIntro .shortIntroText .shortIntroInfo .experience .yrs {
  line-height: 1;
  border: 4px solid var(--c1);
  text-align: center;
}
.shortIntro .shortIntroText .shortIntroInfo .experience .plusSign {
    position: absolute;
    font-size: 1rem;
    top: 30%;
    left: 66%;
}
.shortIntro .shortIntroText .shortIntroInfo .experience .yrs .counter{
   font-size: 6rem;
  font-family: var(--f3);
  color: var(--c2);
}
.shortIntro .shortIntroText .shortIntroInfo .experience .yrs span {
  display: block;
  font-size: 1rem;
  font-family: var(--f1);
}
@media(max-width:768px){
	.shortIntro {
	  margin:1rem 0 1rem 0;
	}
	.shortIntro .shortIntroText .shortIntroInfo .button{
		width:66%;
		margin:1.5rem auto;
	}
	.shortIntro .shortIntroText .shortIntroInfo .experience{
		margin:1rem auto;
	}
	.wrap {
	  width:100%;
	  height:100%;
	  position: relative;
	  margin-top: unset;
	}
	.wrap img {
	  width: 100%;
	  height:100%;
	  object-fit: cover;
	  clip-path: unset;
	}
}
/*********************/
/*  PRODUCTS
/*********************/
.products {
  padding: 5rem 0 4rem 0;
}
.products .productBG {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("images/product-bg.png") no-repeat;
  background-size: cover;
  background-attachment: fixed;
  filter: opacity(0.75);
  z-index: 0 !important;
}
.products .container,
.products .slickProducts{
	position:relative;
	display:block;
	z-index:3 !important;
 }
/*
 * .products ul.slick-dots {
  display: flex !important;
  flex-wrap: wrap;
  top: 36%;
  left: 102%;
  bottom: unset;
  width: 70%;
  height: 45%;
}
.products ul.slick-dots li {
  flex: 1 0 49.5%;
  margin: 0 0.1% 0 0.1%;
  padding: 0.3rem;
  vertical-align: middle;
  text-align: center;
}

.products ul.slick-dots li a {
  display: block;
  padding: 0.3rem;
  color: var(--c1);
  border: 1px dotted var(--c7);
  font-size: 0.93rem !important;
  -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;
}
.products ul.slick-dots li:hover a,
.products ul.slick-dots li.slick-active a {
  background: var(--c4);
  color: var(--c2);
  font-weight: 600;
  -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;
} */
.products .productDiv {
  background: var(--c4);
  border-radius: 12px;
	min-height:500px;
	max-height:500px;
}
.products .productDiv .productImage img{
  max-height: 500px;
  min-height: 500px;
}
.products .productDiv .productMeta ul.productList{
	position:relative;
	width:100%;
	display:flex;
	flex-wrap: wrap;
    flex-direction: row;

}
.products .productDiv .productMeta ul.productList li{
	flex: 1 1 46%;
	margin:.3rem 2% .3rem 2%;
	border:1px dotted var(--c5);
}
.products .productDiv .productMeta ul.productList li a  {
  font-size: .84rem !important;
  font-weight: 600;
  font-family: var(--f2);
  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;	
}
.products .productDiv .productMeta ul.productList 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;	
}
/* .products .productDiv .productMeta  ul.productList li a:after{
	content:'\f0c1';
	font-family:var(--fa5);
	font-weight:600;
	position:absolute;
	top:0;
	margin-left:.6rem;
} */
.products .slickProducts .slick-prev:before, 
.products .slickProducts .slick-next:before{
	color:var(--c1);
}
@media(max-width:768px){
	.products .productDiv{
		max-height:unset;
		min-height:unset;
	}
	.products .productDiv .productImage img {
		max-height: unset;
		min-height: unset;
		height:auto;
	}
	.products .productDiv .productMeta a h2 {
    	font-size: 1rem;
	}
}
/*********************/
/*  CALL NOW
/*********************/
.callNow {
  padding:6rem 0 6rem 0;
}
.callNow .callNowText{
	position:relative;
	display:block;
  font-size: 1.5rem;
  color: var(--c5);
  line-height: 1.5;
	z-index:3 !important;

}
.callNow .callNowText span{
  display: block;
  font-size: 1rem;
}
.callNow .callNowText .button{
  width: 42%;
  margin-top: 1.5rem;
  }
  .callNow .callNowText .button span{
    font-size: 1.5rem;
  }
.callNow .callNowBG {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: URL("images/call-bg.jpg") no-repeat;
  background-size: cover;
  background-attachment: fixed;
  z-index: 0 !important;
}
@media(max-width:768px){
	.callNow .callNowText .button{
	  width: 100%;
	  margin: 1.5rem auto;
	 }
}
/*********************/
/*  WHY US?
/*********************/
.whyUs{
  margin: 3rem 0 3rem 0;
}
.whyUs .whyUsText ul{
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem;
}
.whyUs .whyUsText ul li{
  flex: 1 0 48%;
  margin: 1%;
  line-height: 1.5;
  border: 1px dotted var(--c7);
}
.whyUs .whyUsText ul li h4{
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--c1);
  margin: .6rem  auto .1rem auto;
}
.whyUs .whyUsText ul li:hover h4{
  color: var(--c2);
}
.whyUs .whyUsText ul li .whyUsIcon{
  color: var(--c2);
  font-size: 3rem !important;
    -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;
}
.whyUs .whyUsText ul li:hover .whyUsIcon{
color: var(--c1);
transform: rotate(360deg);
  -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;
}
@media(max-width:768px){
	.whyUs .whyUsText ul li{
		flex:1 1 98%;
	}
	.whyUs .noGap{
		margin:unset !important;
		padding:unset !important;
	}
	.whyUs .pageTitles{
		text-align: center !important;
	}
}
/*********************/
/*  FACTS
/*********************/
.facts
{
  margin: 3rem 0 5rem 0;
}
.facts .factDiv{
  border-right:1px dotted var(--c7);
  line-height: 1.5;
}
.facts .factDiv .counter{
  display: inline-block;
  font-size:3rem;
  font-family: var(--c3);
  font-weight: 600;
  color: var(--c2);
}
.plusSign {
  /* position: absolute; */
  display: inline-block !important;
  font-size: 1rem;
  top: 30%;
  /* left: 75%; */
}
.facts .factDiv h4{
  font-size: 1.2rem;
  color: var(--c1);
}
/*********************/
/*  TESTIMONIALS
/*********************/
.testimonials{
  margin: 3rem 0 3rem 0;
}
/*********************/
/*  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: var(--f2);
  font-weight: 600;
  font-size: 2.1rem;
  color: var(--c1);
  z-index: 99 !important;
}

.pageTitles .subTitle {
  position: relative;
  display: inline-block;
  line-height: 1.2em;
  font-family: var(--f3);
  font-size: 1rem;
  text-transform: lowercase;
  color: var(--c2);
}
.pageTitles .subTitle:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 110%;
  width: 30px;
  height: 3px;
  background: var(--c2);
}

/*
	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: 3em;
  -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 h2,
.sub-page-title hr {
  position: relative;
  z-index: 3;
}

.sub-page-title h2 {
  position: relative;
  color: var(--c2);
  font-size: 3em;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  text-align: center;

  margin: 1rem auto 0.1em auto !important;
  text-transform: uppercase;
  z-index: 9 !important;
}
.sub-page-title .hsn{
	position:relative;
	display:block;
	text-align:center !important;
	font-size:.93rem;
	color:var(--c1);
}
.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;
  max-height:400px;
  margin-bottom:1rem;
}
.sidebar {
	position:relative;
	display:block !important;
	z-index:999 !important;
}
@media(max-width:768px){
	.sidebar {
		margin-top:2.1rem;
	}
}
.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,
.subPages ul.techData {
  position: relative;
  width: 90%;
  margin: 2rem auto 2rem auto;
	background:var(--c6);
	padding:1rem;
	border:1px dotted var(--c5);
}
.subPages ul.techData {
  margin-top: 0.3rem !important;
}
.subPages ul li,
.white-content li {
  position: relative;
  list-style: none;
  border-bottom: 1px dotted var(--c5);
  margin: 0.6rem 0 0.6rem 0;
  padding-bottom: 0.1rem;
  padding-left:1.5rem;
}
.subPages ul.techData li {
  display: inline-block;
  padding: 1rem;
  border: 1px solid var(--c5);
  margin: 0.3rem auto;
  text-align: center;
  -webkit-transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s ease-in-out;
  -ms-transition: all 0.9s ease-in-out;
  -o-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
}
.subPages ul li:before,
.white-content li:before{
	content:'\f35a';
	font-family:var(--fa5);
	font-size:.93rem;
	font-weight:600;
	color:var(--c1);
	position:absolute;
	top:6%;
	left:0;
}
.white-content li:before{
	content:'\f105';
	color:var(--c9);
}
.white-content li:hover:before,
.white-content li.current_page_item:before{
	color:var(--c1);
}
.subPages ul li:hover{
	border-bottom: 1px solid var(--c5);
	
}
.subPages ul li:hover:before{
	color:var(--c2);
}
.subPages ul.techData li:hover {
  background-color: var(--c1);
  color: var(--c4);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.white-content li a,
.white-content a{
  color: var(--c9);
}

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

.cPages .title-3,
.white-content .title-3,
.subPages .title-3 {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--c2);
	margin-bottom:0.06rem;
}

/*
	  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(--c3);
  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
  */

.childPages {
  display: block;
  margin-top:2em;
  margin-bottom:1em;
}
.childPages .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;
  }
}
.childPages .title-4 {
  font-size: 1.6em;
  color: #05aac6;
  display: block !important;
  width: 100%;
  margin: 2em 0 2em 0;
}

.childPage {
  display: block;
  text-align: center;
  border: 1px dotted var(--c5);
}

.childPage h2 {
  font-size: 1.2em !important;
  color: var(--c1);
  display: block !important;
  
}

.childPage:hover h2 {
  color: var(--c2);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.childPage img {
  width: 100%;
  height: auto;
  min-height:260px;
  max-height:260px;
  -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 {
    min-width: 98%;
    width: 98%;
  }
}
.noGap {
  margin: 0;
  padding: 0;
}

/*
	GO TOP
*/

.scroll-to-top {
  position: fixed;
  right: 0px;
  bottom: 100px;
  transform: rotate(90deg);
  z-index: 99;
}

.scroll-to-top .visible {
  visibility: visible !important;
  opacity: 1 !important;
}

.scroll-to-top .scroll-top-inner {
  opacity: 0;
  visibility: hidden;
}

.scroll-to-top .scroll-top-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}

.scroll-to-top .scroll-bar {
  width: 50px;
  height: 2px;
  margin-right: 10px;
  position: relative;
}

.scroll-to-top .scroll-bar:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: var(--c7);
  opacity: 0.3;
}

.scroll-to-top .scroll-bar .bar-inner {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background-color: var(--c2);
}

.scroll-to-top .scroll-bar-text {
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 500ms ease;
}

.scroll-to-top .scroll-bar-text {
  color: var(--c2);
}

.scroll-to-top .scroll-bar-text:hover {
  transform: scale(1.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 .doubleServices li{
  width: 48%;
  float: left;
  margin-left: 1%;
  margin-right: 1%;
}
@media(max-width:768px){
	.footer1 .doubleServices li{
		width:98%;
	}
}
.footer1 .socialLinks li{
	display:inline-block;
	margin-left:.3rem;
	margin-right:.3rem;
}
.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 .socialLinks li a,
.footer1 .footLinks li a,
.footer1 .footAddress a{
  color: var(--c5);
}
.footer1 .socialLinks li a .svg-inline--fa{
	font-size:1.2rem !important;
}
.footer1 .socialLinks li:hover a,
.footer1 .footLinks li.current_page_item a,
.footer1 .footLinks li.current_page_item:before,
.footer1 .footLinks li:hover,
.footer1 .footLinks li a:hover,
.footer1 .footLinks li:hover:before,
.footer1 .footAddress a:hover{
  color: var(--c2);
}

.footer2 {
  position: relative;
  display: block;
  background: var(--c2);
  color: var(--c1);
  padding: 0.3rem 0 0.3rem 0;
}
.footer2 a{
	color:var(--c5);
}
.footer2 a:hover{
	color:var(--c1);
}
.stopScrolling {
  height: 100vh !important;
  overflow: hidden !important;
}



.sectionTitle{
	position:relative;
	display:inline-block;
	background:var(--c5);
	color:var(--c1);
	padding:.3rem 1rem .3rem 1rem;
	margin-bottom:.3rem;
	font-size:1.5rem;
	font-weight:600;
	
}


/*
	CONTACT FORM 7
*/
.wpcf7 input,
.wpcf7 textarea
{
	width:98%;
	padding:0.3rem;

}

/*
 	INLINE H TAGS
*/
h1.inline, 
h2.inline, 
h3.inline, 
.inline {
    font-size: inherit !important;
    padding: 0px !important;
    margin: 0px !important;
    font: inherit !important;
    text-transform: inherit !important;
    color: inherit !important;
    display: inline !important;
    text-decoration: inherit !important;
    float: none !important;
    letter-spacing: inherit !important;
}