/*
Theme Name: uglyduck
Author: Ugly Duck Marketing
Author URI: https://uglyduckmarketing.com
Version: 1.2.1
*/


/* Basic Styles
------------------------------ */
html, body {
	height: 100%;
  font-family: -apple-system,BlinkMacSystemFont,"ProximaNova","Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-size: 15px;
  letter-spacing: .25px;
}

/* Typography
------------------------------ */

a {
  text-decoration: none !important;
}
h1, h2, h3, h4, h5 {
  font-family: -apple-system,BlinkMacSystemFont,"ProximaNova Medium","Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}
ul, ol {
	padding-left: 20px;
}
ul li, ol li {
	font-size: 1.15em;
}

/* Button Styles
------------------------------ */

.btn, .btn-large, .btn-flat {
  padding: 8px 30px;
  height: auto;
  text-transform: none;
  font-size: 13px;
}

.btn-outline {
  box-shadow: none !important;
}
.btn-full {
  display: block;
  width: 100%;
}
.button i {
	padding: 0px 6px;
}
.rounded {
  border-radius: 4px;
}
.circled {
  border-radius: 100pc;
}
.slide-form {
  position: absolute;
  padding: 32px;
  padding-top: 85px;
  background: #f9f9f9;
  height: 100%;
  width: 100%;
  top: 0;
  left: -100%;
  z-index: 4;
  overflow: scroll;
  transition: all 600ms cubic-bezier(1, 0, 0, 1);
}
.slide-form input[type="text"], .slide-form select, .slide-form textarea, .slide-form input[type="tel"], .slide-form input[type="email"] {
  background-color: #fff;
  border: none;
}
.slide-form-open {
  left: 0;
}
.slide-form .close-btn {
  float: right;
  padding: 10px;
  font-size: 22px;
}
.slide-form input[type="button"] {
  display: block;
  width: 100%;
}

/* Form Styles
------------------------------ */
.basic-header {
  display: none !important;
}
.sticky-await {
	top: -11% !important;
	transition: all .5s ease;
}
.sticky {
	position: fixed !important;
	top: 0 !important;
	transition: all .5s ease;
}

.hidden{
	display: none !important
}

input, select, textarea {
  padding: 14px;
  border-radius: 2px;
  border: 1px solid rgba(0,0,0,.1);
	resize: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #FFFFFF;
	color: #757575;
}
input:focus, select:focus, textarea:focus {
	outline: none;
}
select {
	background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='#757575'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
	background-color: #FFFFFF;
  background-size: 12px;
  background-position: calc(100% - 32px) 22px;
  background-repeat: no-repeat;
}

.nf-multi-cell .nf-cell {
  float: left;
  padding: 0 10px !important;
}
.nf-field-container {
	padding-top: 10px;
}
.nf-error-msg {
  color: #e80000;
  font-size: 12px;
}
.ninja-forms-req-symbol {
	display: none;
}
.label-above label {
  position: absolute;
  z-index: 1;
  transform: translate(17px, 17px);
  font-size: 13px;
	font-weight: 400 !important;
	color: #757575;
	transition: all .3s ease;
}
.label-above label.active {
	transform: translate(0px, -22px);
  font-size: 12px;
	color: #086DD6;
}
.nf-error label, .nf-error label.active {
	color: #e80000;
}
.label-above ::-webkit-input-placeholder {
		color: transparent;
}
.label-above :-moz-placeholder {
	 color: transparent;
}
.label-above ::-moz-placeholder {
	 color: transparent;
}
.label-above :-ms-input-placeholder {
	 color: transparent;
}
.label-above textarea::-webkit-input-placeholder {
		color: transparent;
}
.label-above textarea:-moz-placeholder {
	 color: transparent;
}
.label-above textarea::-moz-placeholder {
	 color: transparent;
}
.label-above textarea:-ms-input-placeholder { /* Internet Explorer 10+ */
	 color: transparent;
}
.list-wrap label {
	display: none;
}

.vc_row {

    width:100%;
}

header.transparent {
    z-index: 9;
}
.vc_column-inner .vc_row {

    padding: 0;
}  

/* Slider
------------------------------ */

.slick-slider {
	margin-bottom: 0px;
}
.slick-slider button {
	font-size: 0px;
	padding: 5px;
	margin: 5px;
	display: inline;
	float: right;
	background: #fff !important;
	opacity: .7;
}
.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	zoom: 1;
}
.hero-slider {
	width: 100%;
	background: #efefef;
	overflow: hidden;
	opacity: 0;
	transition: all .5s ease;
}
.hero-slider.slick-initialized {
	opacity: 1;
}
.slide-main {
	overflow: hidden;
}
.slide-container {
	height: auto;
	z-index: 9;
	position: absolute;
	margin: 0 auto;
	width: auto;
  bottom: 0;
  padding: 75px;
}
.slide-container .button {
  margin-top: 32px;
  padding: 16px 32px;
}
.slider-nav {
	max-width: 1057px;
	margin: 0 auto;
	width: 100%;
	position: absolute;
	margin-top: -50px;
	left: 0;
	right: 0;
}
.slide-main h2 {
	padding-top: 12%;
	color: #fff;
	font-size: 50px;
	font-weight: 800;
	padding-bottom: 0px;
	max-width: 545px;
  line-height: 1.1;
  margin-bottom: 7px;
}
.slide-main p {
	color: #fff;
}
.slider-button {
	float: right;
	text-align: right;
	background: #01A1DD;
	padding: 15px 30px;
	color: #fff !important;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 15px;
	position: absolute;
	right: 0;
	bottom: 98px;
	letter-spacing: 1px;
	transform: skew(-22deg);
}
.slider-button-text {
	transform: skew(22deg);
	display: inline-block;
}
.slide-overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, .35);
	left: 0;
	top: 0;
}
.slider-button i {
	padding-left: 15px;
}
.slide-button {
	background: #fff;
	padding: 14px 25px;
	font-weight: 600;
	font-size: 14px;
	display: inline-block;
	margin-top: 20px;
}
.slide-button i {
	padding: 0px 8px;
}
.slick-list, .slick-track {
	height: 100%;
}
.slick-dots {
	position: absolute;
	bottom: 9px !important;
	list-style: none;
	display: block;
	text-align: right;
	padding: 0;
	width: 100%;
	padding-right: 5%;
}
.slick-dots li {
	list-style: none;
	font-size: 15px;
}
.slick-dots li:before {
	display: none;
}
.slick-dots li button:before {
	font-size: 13px;
	color: #fff;
}
.slick-dots li.slick-active button:before {
	color: #fff;
	opacity: 0.75;
}
.slick-slide {
	transition: all .3s ease;
}
.slick-center {
	opacity: 1;
	z-index: 999;
}


/* Sidebar
------------------------------ */

.post-date {
	font-size: 12px;
	display: block;
	color: #aaa;
	padding: 25px 0px;
	padding-top: 2px;
}
.sidebar {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.sidebar ul {
	padding: 0px;
}
.sidebar ul li {
	list-style: none;
}
.sidebar li a {
  font-weight: 700;
  line-height: normal;
  font-size: 14px;
  margin-bottom: 4px;
  display: block;
  border-bottom: 1px solid rgba(0,0,0,.1);
  padding: 10px 22px;
}
.sidebar .product_list_widget del {
	display: none;
}
.reverse-sidebar li a {
	border-bottom: 1px solid rgba(255,255,255,.1);
}
.main_sidebar p {
  line-height: 1.6;
  font-weight: 400;
  font-size: 16px;
}
.sidebar .screen-reader-text {
	display: none;
}
.sidebar .search-container {
  position: relative;
  overflow: hidden;
	display: block;
	height: 40px;
}
.sidebar .search-form {
  padding: 5px 20px;
  padding-bottom: 20px;
}
.sidebar .search-field {
  border: none;
	width: 100%;
  padding: 8px 12px;
  opacity: .85;
  font-size: 14px;
  height: 43px;
  vertical-align: middle;
	outline: none;
}
.sidebar .search-submit {
  background: #1f8ded;
  border: none;
  color: #fff;
  padding: 7px 22px;
  padding-bottom: 10px;
  font-size: 16px;
  display: inline-block;
  width: auto !important;
	position: absolute;
  height: 43px;
	top: 0;
	right: -1px;
	vertical-align: middle;
}
.sidebar .textwidget {
	padding: 14px 22px;
}
.widget {
	margin-top: 18px;
	padding-bottom: 0px;
	margin-bottom: 14px;
	color: #666;
	font-size: 16px;
}
.cta_overlay {
  position: absolute;
  width: 100%;
  height: 105%;
  z-index: 0;
  top: 0;
  left: 0;
  background: black;
}
.cta_widget_section {
  text-align: center;
  padding: 22px;
  position: relative;
  overflow: hidden;
  background-size: cover !important;
}
.cta_contents {
  position: relative;
}
.sidebar {
	padding: 0px;
  margin-bottom: 75px;
}
.blog-sidebar {
  padding: 26px;
}
.sidebar .nf-form-wrap {
  padding: 22px;
}
.sidebar .cta_widget_section h2 {
  padding-top: 32px;
  padding-bottom: 0px;
	color: #fff;
}
.sidebar .cta_widget_section p {
  font-size: 16px;
	color: #f9f9f9 !important;
}
.sidebar_left {
	transform: translateX(-12%);
}
.sidebar_right {
	transform: translateX(12%);
}
.sidebar .button, .sidebar button, .sidebar input[type="button"] {
	display: block;
	width: 100% !important;
}
.sticky-sidebar_right {
  position: absolute;
  right: 6%;
  max-width: 26%;
	background: #fff;
	z-index: 9;
  padding: 0px;
}
.sticky-sidebar-trigger {
	position: fixed;
	bottom: 0px;
	padding: 10px;
	border-top: 1px solid rgba(0,0,0,.1);
	background: #fff;
	width: 100%;
	z-index: 88;
	display: none;
}
.sticky-sidebar-trigger button {
  display: block;
  width: 100%;
  padding: 10px;
  border-radius: 4px;
  font-size: 12px;
  letter-spacing: normal;
}
.close-modal {
  position: fixed;
  top: 51px;
  right: 22px;
  color: #fff;
  z-index: 9999;
  font-size: 27px;
  display: none;
}
.page-template-page-sticky .nf-form-title h3 {
  color: #fff;
  background: #263746;
  font-size: 17px;
  font-weight: 300;
  padding-left: 18px;
}
.page-template-page-sticky .nf-form-wrap {
  padding: 18px;
  border: 1px solid rgba(0,0,0,.1);
  border-top: none;
  margin-top: -7px;
}
.stuck-sidebar {
	position: fixed;
	top: 0 !important;
}
.sidebar .field-wrap input[type="submit"], .field-wrap input[type="button"], .field-wrap button, .sticky-sidebar_right .field-wrap input[type="submit"], .field-wrap input[type="button"], .field-wrap button {
	display: block;
	width: 100%;
}
.sidebar .submit-wrap {
	margin-top: 28px;
}
.reverse-sidebar .cta_overlay {
  background: black;
}
.sidebar .widget {
  padding-left: 22px;
  padding: 17px 22px;
  padding-bottom: 15px;
  margin-top: 0px;
}
.sidebar ul {
	padding-left: 0px;
}
.reverse-sidebar .widget {
  color: #fff;
  padding-left: 22px;
  background: rgba(255,255,255,.1);
  border-bottom: 1px solid rgba(255,255,255,.1);
  padding: 17px 22px;
  padding-bottom: 15px;
  margin-top: 0px;
}
.reverse-sidebar .cta_widget_section h2, .reverse-sidebar .cta_widget_section p, .reverse-sidebar .cta_widget_section {
  color: #fff;
}

.reverse-sidebar .button, .sidebar .button {
  color: #fff !important;
}

.sidebar input[type="text"], .sidebar input[type="email"], .sidebar input[type="tel"], .sidebar textarea, .sidebar select  {
  border: none !important;
  border-bottom: 1px solid rgba(0,0,0,.18) !important;
  background-color: transparent;
	color: #555;
}
.sidebar input[type="text"]:focus, .sidebar input[type="email"]:focus, .sidebar input[type="tel"]:focus, .sidebar textarea:focus, .sidebar select:focus  {
  border: none !important;
  color: #333;
}

.reverse-sidebar input[type="text"], .reverse-sidebar input[type="email"], .reverse-sidebar input[type="tel"], .reverse-sidebar textarea, .reverse-sidebar select  {
  border: none !important;
  border-bottom: 1px solid rgba(255,255,255,.18) !important;
  background-color: transparent;
	color: #868686;
}
.reverse-sidebar input[type="text"]:focus, .reverse-sidebar input[type="email"]:focus, .reverse-sidebar input[type="tel"]:focus, .reverse-sidebar textarea:focus, .reverse-sidebar select:focus  {
  border: none !important;
  border-bottom: 1px solid rgba(255,255,255,.8) !important;
  color: #fff !important;
}

/* Input Colors */

.sidebar input::-webkit-input-placeholder {
color: #666 !important;
}
.sidebar input:-moz-placeholder { /* Firefox 18- */
color: #666 !important;
}
.sidebar input::-moz-placeholder {  /* Firefox 19+ */
color: #666 !important;
}
.sidebar input:-ms-input-placeholder {
color: #666 !important;
}

.sidebar textarea::-webkit-input-placeholder {
color: #666 !important;
}
.sidebar textarea:-moz-placeholder { /* Firefox 18- */
color: #666 !important;
}
.sidebar textarea::-moz-placeholder {  /* Firefox 19+ */
color: #666 !important;
}
.sidebar textarea:-ms-input-placeholder {
color: #666 !important;
}

/* Reverse Input Colors */

.reverse-sidebar input::-webkit-input-placeholder {
color: #868686 !important;
}
.reverse-sidebar input:-moz-placeholder { /* Firefox 18- */
color: #868686 !important;
}
.reverse-sidebar input::-moz-placeholder {  /* Firefox 19+ */
color: #868686 !important;
}
.reverse-sidebar input:-ms-input-placeholder {
color: #868686 !important;
}

.reverse-sidebar textarea::-webkit-input-placeholder {
color: #868686 !important;
}
.reverse-sidebar textarea:-moz-placeholder { /* Firefox 18- */
color: #868686 !important;
}
.reverse-sidebar textarea::-moz-placeholder {  /* Firefox 19+ */
color: #868686 !important;
}
.reverse-sidebar textarea:-ms-input-placeholder {
color: #868686 !important;
}

.sidebar .product_list_widget img {
	width: 60px;
	border-radius: 3px;
}
.sidebar .product_list_widget .product-title {
  font-size: 14px;
  padding-left: 10px;
  transform: translateY(-15px);
  display: inline-block;
}
.sidebar .product_list_widget li a {
	border: none;
	width: 74%;
	display: inline-block !important;
	padding-bottom: 6px;
}
.sidebar .product_list_widget li {
	border-bottom: 1px solid rgba(255,255,255,.1);
}
.sidebar .product_list_widget li:last-of-type {
	border: none;
}
.sidebar .woocommerce-Price-amount {
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 3px;
  transform: translateY(-12px);
  display: inline-block;
	vertical-align: middle;
}

/* Hero
------------------------------ */

.basic-header {
	border-bottom: 1px solid rgba(0, 0, 0, .05);
	margin-bottom: 30px;
	position: relative;
	display: inline-block;
	width: 100%;
}
.basic-header h2 {
	font-size: 1.3rem;
	margin: 18px 0px;
	color: #666;
	padding: 6px 0px;
}
.hero-background {
	background: #101010;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	max-width: 1715px;
	margin-bottom: 45px;
	display: inline-block;
	width: 100%;
}
.hero-background h2 {
	position: absolute;
	bottom: 15px;
	font-size: 38px;
	color: #fff;
	font-weight: 700;
	letter-spacing: .4px;
}
.underline h2 {
  bottom: 35px;
}
.underline h2::after {
  content: '';
  padding: 2px;
  width: 65px;
  height: 4px;
  margin-top: 11px;
  display: block;
}
.center-box {
  text-align: center;
}
.center-box h2 {
  margin: 0 auto;
  text-align: center;
  border: 8px solid #fff;
  padding: 22px 40px;
  position: absolute;
  width: auto;
  display: inline-block;
  top: 51.5%;
  bottom: auto !important;
  transform: translateY(-50%) translateX(-50%);
}
.featured-image {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 108%;
  top: 50%;
  transform: translateY(-50%);
  max-width: none;
}
.single-hero h2 {
	position: absolute;
	top: 42%;
	left: 0;
	right: 0;
	z-index: 9;
	color: #fff;
	font-size: 40px;
}
.single-hero .the-date {
	position: absolute;
	top: 58%;
	left: 0;
	right: 0;
	z-index: 9;
	font-size: 20px;
	font-weight: 800;
	color: #01A1DD;
}

/* Hero Three
------------------------------ */
.hero-three {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 45px;
  overflow: hidden;
}
.hero-three .hero-full {
  position: absolute;
  width: 100%;
  height: auto;
  z-index: 1;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
}
.hero-three .hero-overlay {
  background: rgba(0,0,0,.3);
  position: absolute;
  left: 0
  top: 0;
  z-index: 2;
  width: 110%;
  height: 110%;
}
.hero-three .hero-container {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  text-align: center;
}
.hero-three h1 {
  font-family: "Graphik Web Semibold";
  font-size: 60px;
  color: #FFFFFF;
  margin-bottom: 0px;
  padding-top: 0px;
}
.hero-three p {
  color: #fff;
  max-width: 700px;
  margin: 0 auto;
  margin-top: 5px;
  line-height: 29px;
  font-size: 20px;
}
.hero-three .btn {
  margin-top: 40px;
}

/* Split Hero (Depriciated)
------------------------------ */

.split-hero {
	display: inline-block;
	width: 100%;
	margin-bottom: 45px;
}
.split-left {
	padding: 0px;
	min-height: 420px;
	background: #333;
	position: relative;
	overflow: hidden;
}
.left-image {
  opacity: 0;
  position: absolute;
  left: 0;
  top: -5%;
  width: auto;
  height: 109%;
}

.split-right {
	padding: 45px;
	min-height: 420px;
	background: #f9f9f9;
	position: relative;
	overflow: hidden;
}
.right-container {
	position: absolute;
	width: 70%;
	top: 50%;
	transform: translateY(-50%);
	margin: 0 auto;
	left: 0;
	right: 0;
}
.right-container h2 {
	display: block;
	margin-top: 0px;
	padding-top: 0px;
}
.right-container h2::after {
	content: '';
	display: block;
	width: 60px;
	padding: 3px 10px;
	background: rgba(0,0,0,.8);
	margin-top: 16px;
	margin-bottom: 18px;
}

/* Testimoials One
------------------------------ */
.card-padding {
  padding: 10px;
  outline: none;
}
.card-padding .card {
  display: inline-block;
}
.card-padding .card-img {
  transform: translateY(12px);
  margin-right: 18px;
  width: 40px;
  height: 40px;
  display: inline-block;
}
.card-padding .card-action {
   display: inline-block;
   padding-top: 0px;
   width: 100%;
}
.testimonial-text p {
  font-size: 14px;
  line-height: 20px;
}
.testimonial-name {
  font-size: 14px;
  transform: translateY(-4px);
  display: inline-block;
  color: #999;
  margin: 0;
}

.card-padding-two {
  outline: none;
  position: relative;
}
.card-padding-two .card {
  box-shadow: 0 4px 5px 0 rgba(0,0,0,0.07), 0 1px 10px 0 rgba(0,0,0,0.06), 0 2px 4px -1px rgba(0,0,0,0.09);
}
.card-padding-two .card .card-image {
  position: relative;
  height: 210px;
  overflow: hidden;
  background-size: cover !important;
  background-position: center !important;
}
.card-padding-two .testimonial-name-two {
  font-size: 12px;
}
.card-padding-two .card .testimonial-text {
  font-size: 16px;
}
.testimonials_two_container .card {
  opacity: .5;
  transform: scale(.88);
  transition: all .3s ease;
}
.testimonials_two_container .slick-center .card {
  opacity: 1;
  position: relative !important;
  transform: scale(1.12) translateY(-15px);
  background: #fff;
  box-shadow: 0 16px 24px 2px rgba(0,0,0,0.07), 0 6px 30px 5px rgba(0,0,0,0.06), 0 8px 10px -5px rgba(0,0,0,0.09);
 }
.testimonials_two_container .slick-track {
  padding: 60px 0px;
}
.social-button-testimonial i {
  margin-right: 3px;
}
.social-button-testimonial {
  border: 1px solid #2BA3EF;
  color: #2BA3EF;
  border-radius: 100pc;
  padding: 3px 13px;
  transform: translateY(-5px);
  text-transform: none !important;
  margin-right: 0px !important;
  transition: all .3s ease;
  font-size: 11px;
  padding-top: 5px;
}
.social-button-testimonial:hover {
  background: #2BA3EF;
  color: #fff;
  cursor: pointer;
}

.facebook--testimonial {
  border: 1px solid #3b5998;
  color: #3b5998 !important;
}
.facebook--testimonial:hover {
  background: #3b5998;
  color: #fff !important;
  cursor: pointer;
}
.twitter--testimonial {
  border: 1px solid #2BA3EF;
  color: #2BA3EF !important;
}
.twitter--testimonial:hover {
  background: #2BA3EF;
  color: #fff !important;
  cursor: pointer;
}
.google--testimonial {
  border: 1px solid #F0532C;
  color: #F0532C !important;
}
.google--testimonial:hover {
  background: #F0532C;
  color: #fff !important;
  cursor: pointer;
}
.yelp--testimonial {
  border: 1px solid #CF292B;
  color: #CF292B !important;
}
.yelp--testimonial:hover {
  background: #CF292B;
  color: #fff !important;
  cursor: pointer;
}
.testimonials_one_container .social-button-testimonial {
  transform: translateY(16px);
}



/* Navigation Dropdown
------------------------------ */


nav .menu-item-has-children .sub-menu li {
  clear: both;
  float: none;
	list-style: none;
	text-align: left;
}
nav .menu-item-has-children .sub-menu a {
  -webkit-backface-visibility: hidden;
  display: block;
  transition: visibility 0s, opacity 0s ease, padding .3s ease;
  line-height: 25px;
  height: 45px;
  position: relative;
  display: block;
  padding: 10px 40px;
  font-size: 15px;
  padding-left: 16px;
  transition: all .3s ease;
	text-align: left;
}
nav .menu-item-has-children:hover .sub-menu {
  opacity: 1;
	visibility: visible;
	transform: translateY(0px);
    display: block;
}
#mobile-menu .menu-item-has-children a::after {
  content: "\f3d0";
  font-family: "Ionicons";
  vertical-align: middle;
  padding-left: 14px;
  transform: translateY(-1px);
  display: inline-block;
  margin-right:0px;
  font-size: 10px;
	opacity:1;
	font-size:20px;
	right:10px;
	position:absolute;
}
.menu-item-has-children .sub-menu a::after {
	display: none;
}

.ft-image img{
    width:100%;
}

.featured_pic_left{
    padding:0;
}

.overlay-featured-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.overlay-featured-text h3{
    font-size:30px;
}

.text_feature h2{
    margin-bottom:30px;
    
}

.text_main_right{
    display:flex;
    align-items: center;
}

/*********valmar*******/

.valmar-featured{
/*
    background-image:url(../images/background.jpg);
    background-repeat:no-repeat;
*/
    background-size:100%;
    padding:100px 0;
}

.valmar-featured.text_center{
    text-align:center;
    
}

.video-text h2{
    margin-bottom:30px;
    font-size:28px;
}

.video-text h4{
    font-size:20px;
}

.hideen_video_sec{
    display: none;
    
}

/***********spark*********/
.spark-banner
    {padding: 0;
}
.spark-banner img{
    width:100%;  
}
.request_bt{
    width:100%;
    border-radius:0;
}

.top_bar{
    background-color: #0069d9;
    color:#ff;
    padding:15px;
    text-align: center;
}

.top_bar p{
    color:#fff;
    margin:0;
}

.bottom_bar,.form-part-start{
    padding-left: 15px;
    padding-right: 15px;
}

.spark-form-sec {
	background-color: #fff;
	transform: translateY(-200px);
}

.spark-text-sec{
    padding:40px 0 0;
}



/* Navigation Queries
------------------------------ */

@media(max-width: 992px) {
  .nf-cell, .nf-multi-cell .nf-cell {
    padding: 0px !important;
  }
	.list-wrap {
	  margin-top: 2px !important;
	}
  .testimonials_two_container .slick-center .card {
    transform: scale(1.025) translateY(-15px);
  }
  .testimonials_two_container .slick-track {
    padding: 18px 0px;
  }
  nav {
    height: auto;
  }
  nav img {
    max-height: 37px;
    margin-top: 13px;
    padding: 0px;
  }
  .header-one nav .btn {
    margin-top: 10px;
    padding: 3px 24px;
    padding-top: 4px;
    font-size: 14px;
  }
  .header-one nav .btn i {
    line-height: 35px;
  }
}
@media(max-width: 600px) {
  nav img {
    max-height: 35px;
    margin-top: 11px;
    padding: 0px;
  }
  .header-one nav .btn {
    display: none;
  }
  .header-three {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
    text-align: center;
  }
  .header-three .brand-logo img {
    max-height: 40px;
    margin: 0 auto;
    margin-top: 8px;
    margin-bottom: 2px;
    right: 0;
    left: 0;
  }
  .header-three .button-collapse i {
    position: absolute;
    left: 20px;
    top: 16px;
  }
}

/* Footer
------------------------------ */


.call-to-action {
  padding: 45px 0px;
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: -45px;
}
.cta_widget_section img {
  position: absolute;
  left: 0;
  z-index: -1;
  opacity: .3;
  margin-top: 32px;
}

.cta_widget_section h1 {
  padding-top: 50px;
  padding-bottom: 5px;
}

.cta_widget_section .button {
  margin-top: 22px;
}

.cta_widget_section .widget {
  display: none;
}
.footer-extra {
  padding-top: 22px;
}
.udm-credit {
  margin-top: 8px;
  font-size: 10px;
  text-align: left;
}
.social-footer {
  text-align: right;
}
.social-footer a {
  font-size: 17px;
  margin: 0px 6px;
}




/* New Styles 2018 */

/* H E L P E R S
----------------------------------------*/
img {
	max-width: 100%;
	height: auto;
}
.centered {
	text-align: center;
}
body {
	background: #F6F9FC;
}
.blog {
	padding-top: 0 !important;
}
main {
	padding:80px 0;
}

.home main {
	padding:0 0;
}
.btn {
	border-radius: 2px;
}
.modal--contact .btn {
  font-size: 20px;
  border-radius: 100pc;
  width: 50px;
  height: 50px;
  padding: 0;
  transform: translateY(-2px);
  padding-top: 11px;
}
.modal--contact .modal-link {
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid rgba(0,0,0,.1);
	padding: 12px 0;
}
.modal--contact .modal-body {
	padding: 0;
}
.modal--contact .container-fluid {
  padding: 12px 30px;
  border-bottom: 1px solid rgba(0,0,0,.1);
}
.modal--contact small {
  color: #3366ED;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 10px;
  padding-bottom: 4px;
  margin-top: 0px;
  display: block;
}
.modal--contact h4 {
  color: #101010;
  font-size: 18px;
}

/* H E A D E R
----------------------------------------*/
.logged-in header {
	top: 0;
}
header {
/*	border-bottom: 1px solid rgba(0,0,0,.1);*/
	position: relative;
	width: 100%;
	z-index:1;
	top: 0;
    transition:all 0.3s ease-in-out 0s;
   
}

header.stuck{
    position:fixed;
     transition:all 0.3s ease-in-out 0s;
    -webkit-transform: translate3d(0,0,0);
    z-index:2;
}

header .header--navigation li {
  text-align: center;
}
header .header--navigation li a {
	padding: 26px 20px;
	font-size: 14px;
	display: inline-block;
	position: relative;
	transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
}
header .header--navigation li a::before {
  content: '';
  height: 2px;
  width: 0;
  position: absolute;
  bottom: 0;
	left: 0;
	transition: all .3s ease;
}
header .header--navigation li a:hover::before {
	width: 100%;
}
header .header--navigation .sub-menu li a {
  display: inline-block;
  line-height: 24px;
  font-size: 13px;
  padding: 10px 30px 4px 20px;
}
header .header--navigation .sub-menu li a::before {
	display: none;
}
header.header--sticky .header--navigation li a {
	padding: 18px 20px;
}
header.header--sticky .header--navigation .sub-menu li a {
  padding: 10px 40px 4px 20px !important;
  font-size: 14px;
  line-height: 23px;
  display: inline-block;
  height: auto;
}
header.header--sticky .header--logo {
	max-height: 32px;
	transform: none;
}
@media(max-width: 767px) {
/*
	header {
		padding: 8px 0;
	}
*/
	
	header .header--mobile-trigger {
	  font-size: 26px;
	  display: inline-block;
	  padding-top: 4px;
		cursor: pointer;
	}
	header .btn {
	  padding: 0;
	  border-radius: 100pc;
	  font-size: 18px;
	  width: 32px;
	  height: 32px;
	  transform: translateY(-1px);
	  position: relative;
	}
/*
	header .btn i {
	  position: absolute;
	  left: 0;
	  right: 0;
	  top: 50%;
	  transform: translateY(-46%);
		font-size: 16px;
	}
*/
}

/* F O O T E R
----------------------------------------*/
footer ul {
  padding: 0;
  margin: 16px 0px;
  margin-bottom: 0;
}
footer li {
  list-style: none;
}
footer ul li a {
  display: block;
  width: 100%;
  border: none;
  font-size: 13px;
  transition: all .2s ease;
  margin-top: 12px;
}
footer .footer--secondary {
  font-size: 9px;
  padding: 14px 0;
  margin-top: 32px;
}
footer .footer--column {
  padding-top: 15px;
  padding-bottom: 15px;
}

footer .sub-menu {
	display: none;
}
footer .sub-menu li a {
  font-size: 12px;
  opacity: .8;
}
footer .sub-menu li a:hover {
	opacity: 1;
}
@media(max-width: 576px) {
  footer .footer--main {
    padding: 0 25px;
  }
  footer .footer--half {
    display: inline-block;
    width: 50%;
  }
  .featured_pic_left,.spark-text-bottom .col,.valmar-featured .col {
	   flex-basis: 100%;
    }
    
    .video-part iframe{
        width:100% !important;
    }
    
    .spark-form-sec {
	   transform: translateY(-60px);
    }
}


/* Blog
------------------------------ */

.blog, .archive, .single {
  padding-top:0px;
}
.navigation a {
	display: inline-block;
	margin-top: 30px;
}
.article-title {
	font-weight: 900;
	padding-top: 18px;
	padding-bottom: 0px;
	letter-spacing: -1px;
}
.article-main-image {
	width: 125%;
	height: 385px;
	background: #fff;
	margin-bottom: 40px;
	transform: translateX(-24%);
	position: relative;
	overflow: hidden;
}
.article-main-image .featured-image {
  min-width: 100%;
  height: auto !important;
}

.author-information {
	font-size: 18px;
	padding-bottom:0px;
	color: #888;
    margin-bottom:0;
}
.share-article {
	margin-top:18px;
    margin-bottom: 18px;
	padding-top:0px;
	border-top:0px solid rgba(0, 0, 0, .05);
}
.article-main h2{
    text-transform:capitalize;
    font-size:24px;
    font-weight:600;
    margin-top:40px;
    margin-bottom:15px;
}

.article-main h2,.article-main p{
    padding-left:50px;
    padding-right:50px;
}

.share-article a {
	color: #fff !important;
	font-size: 22px;
	padding-top: 3px;
	margin-right: 6px;
	width: 40px;
	height: 40px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	border-radius: 100%;
	transition: all .3s ease;
	opacity: .8;
}
.share-article a:hover {
	opacity: 1;
}
.share-title {
	margin-top: 0;
	font-size: 16px;
	color: #888;
	padding-bottom: 0px;
}
.share-article .social-facebook {
	background: #295396;
}
.share-article .social-twitter {
	background: #1DA1F2;
}
.share-article .social-pinterest {
	background: #CC2127;
}
.share-article .social-google {
	background: #CC3F37;
}
.blog-sidebar {
	padding-top: 25px;
	border-left: 1px solid rgba(0, 0, 0, .05);
}
.navigation {
	text-align: center;
}
.blog-main-container {
	padding: 0px;
	padding-bottom: 55px;
}
.blog-card-container {
	padding: 15px;
}
.blog-card {
	border: 1px solid #efefef;
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
	position: relative;
	background: #efefef;
}
.blog-card:hover {
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.05), 0 10px 10px rgba(0, 0, 0, 0.05);
}
.blog-card h3 {
	margin-bottom: 0;
	margin-top: 0;
	padding-top: 20px;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 900;
}
.blog-card .the-date {
	padding: 8px 0px;
	display: block;
	color: #888;
	font-weight: 400;
	font-size: 13px;
	position: absolute;
	bottom: 10px;
}
.card-image {
	width: 100%;
	height: 180px;
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}
.blog-card:hover>.card-image {
	opacity: .6;
}
.card-inner {
	padding: 0px 18px;
	background: #fff;
	min-height: 150px;
}
.card-inner p {
	padding-bottom: 0px;
	font-weight: 400;
	margin-bottom: 0;
	font-size: 15px;
	line-height: 1.7;
	color: #393939 !important;
}
.colored-bg {
	background-color: #333;
	height: 220px;
	width: 100%;
	margin-top: 75px;
}
.blog-nav-block {
	position: relative;
	overflow: hidden;
	height: 100%;
	display: block;
}
.blog-nav-image {
	left: 0;
	top: 0;
	position: absolute;
	opacity: .8;
	min-height: 300px !important;
	width: 100%;
	z-index: 2;
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}
.blog-nav-content {
	position: absolute;
	padding-top: 70px;
	left: 0;
	right: 0;
	top: 0;
	margin: 0 auto;
	text-align: center;
	z-index: 3;
	display: block;
	max-width: 70%;
}
.blog-nav-content h3, .blog-nav-content a {
	color: #fff !important;
	font-weight: 700;
}
.blog-nav-content h3 {
	font-size: 1.4rem;
	margin-top: 8px;
}
.post-status {
	font-size: 1rem;
	color: #efefef;
}
.blog-nav-block:hover>.blog-nav-image {
	opacity: .5;
}
.menu-button {
	position: fixed;
	right: 30px;
	top: 0px;
	font-size: 30px;
}
.blog-card-container:first-of-type {
	width: 100%;
	margin-top: 25px;
}
.blog-card-container:first-of-type .blog-card {
	border: none;
	box-shadow: none !important;
}
.blog-card-container:first-of-type .card-inner {
	min-height: auto;
	padding-bottom: 11px;
}
.blog-card-container:first-of-type .blog-card h3 {
	margin-bottom: 0;
	margin-top: 0;
	padding-top: 20px;
	font-size: 2.3rem;
	letter-spacing: -0.75px;
	line-height: 1.3;
	font-weight: 900;
}
.blog-card-container:first-of-type .card-image {
	height: 425px;
}
.blog-card-container:first-of-type .the-date {
	position: relative;
	padding-top: 18px;
}
.blog-card-container:nth-child(8) {
	width: 66.6%;
}

.home{
    padding-top:0!important;
}


.latest-posts-view{
    margin-top:80px;
    margin-bottom:20px;
}

.latest-posts-view .photo_blog_main a::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	transition: 0.5s;
}

.latest-posts-view .photo_blog_main a {
	display: block;
}

.latest-posts-view span.photo_blog_main {
	display: block;
	overflow: hidden;
	position: relative;
	height: 200px;
}

.latest-posts-view .inner_grid_sec {
	margin: 20px 0;
	transition: 0.3s;
	cursor: pointer;
}

.latest-posts-view .inner_grid_sec .desc {
	padding: 10px 0;
}

.latest-posts-view .inner_grid_sec .desc .date_time {
	padding: 10px 0;
	font-size: 16px;
}

.latest-posts-view .main-grid-view .desc h4 {
	font-size: 20px;
	margin-bottom: 5px;
}

.readmore .fa {
	margin-left: 15px;
}

.webappshow .webapp{
    display:none;
}

.webappshow.stuck .webapp{
    display:block;
    width:100%;
}

.webappshow.stuck .basic{
    display:none;
}

.mobileheader .basic{
    display:flex;
    flex-basis: 100%;
    padding:15px 0;
    min-height:70px;
}


@media(max-width:520px){
    .latest-posts-view span.photo_blog_main{
        height:180px;
    }
}

/* Header One
------------------------------ */

.additional {
	text-align: right;
	padding-top: 4px;
	padding-right: 0px;
}
.additional .button {
  padding: 11px 25px;
  margin-top: 4px;
	margin-left: 20px;
}

header.header-one {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 9;
	border-bottom: 1px solid rgba(0, 0, 0, .05);
	box-shadow: 0 0 32px rgba(0,0,0,.11);
}
header.header-one .nav-section {
	padding-left: 0px;
}
header.header-one #primary-menu {
	padding-left: 22px !important;
}
header.header-one #primary-menu li a {
	padding: 9px;
	padding-top: 26px;
	display: block;
	transition: all .3s ease;
	font-size: 16px;
	line-height: 9px;
	font-weight: 500;
	height: 60px;
}
header.header-one .container {
	max-width: 96% !important;
	width: 100% !important;
}
#header-one .topbar .container, #header-one .basic-header .container {
	max-width: 97% !important;
	width: 100% !important;
}
header.header-one .logo-section {
	text-align: left;
}
header.header-one .logo-section img {
	max-height: 60px;
	padding: 12px 0px;
	max-width: auto !important;
}

/* Header Two
------------------------------ */

header.header-two {
  border-bottom: none;
  display: inline-block;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 9;
}
header.header-two .logo-section img {
  max-height: 65px;
  padding: 2px 0px;
  padding-bottom: 20px;
  transform: translateY(9px);
}
header.header-two .additional {
  text-align: right;
  padding-top: 6px;
  padding-right: 0px;
}
header.header-two .nav-section {
	border-top: 1px solid rgba(0, 0, 0, .05);
}
header.header-two #primary-menu {
	padding-left: 0px;
}
header.header-two #primary-menu li a {
	padding: 15px;
	padding-top: 14px;
	display: block;
	transition: all .3s ease;
	font-size: 14px;
	line-height: 11.5px;
	font-weight: normal;
	font-style: normal;
	font-weight: 400;
	height: 40px;
	letter-spacing: 1px;
	text-transform: none;
	border-right: 1px solid rgba(0, 0, 0, .05);
}
header.header-two #primary-menu li:first-of-type a {
	border-left: 1px solid rgba(0, 0, 0, .05);
}

/* Header four
------------------------------ */

header.header-four {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 9;
	border-bottom: 1px solid rgba(0, 0, 0, .05);
}
header.header-four .container {
	max-width: 90% !important;
	width: 100% !important;
}
header.header-four .nav-section {
	padding-left: 0px;
}
header.header-four .left-nav {
	text-align: left;
	padding-left: 0px;
}
header.header-four .left-nav #primary-menu {
  padding-left: 5px;
  margin-top: 4px;
}
header.header-four .right-nav {
	text-align: right;
	padding-right: 0px;
}
header.header-four .topbar .container {
	padding: 0px 8px;
}
header.header-four #primary-menu li a {
	padding: 8px;
	padding-top: 25px;
	display: block;
	transition: all .3s ease;
	font-size: 15px;
	line-height: 7px;
	font-weight: normal;
	font-style: normal;
	font-weight: 400;
	height: 60px;
}
header.header-four .logo-section {
	text-align: center;
}
header.header-four .logo-section img {
	max-height: 60px;
	padding: 15px 0px;
	max-width: auto !important;
}

/* Topbar
------------------------------ */

.topbar {
	height: 32px;
	border-bottom: 1px solid rgba(0, 0, 0, .05);
	width: 100%;
	padding: 3px;
	overflow: hidden;
}
.topbar .topbar-social {
	text-align: right;
	float: right;
	padding-right: 0px;
}
.topbar .topbar-contact {
	text-align: left;
	float: left;
	padding-left: 0px;
}
.topbar .topbar-contact span:first-of-type {
	padding-right: 8px;
	border-right: 1px solid rgba(0, 0, 0, .1);
	margin-right: 8px;
}
.topbar .topbar-contact p {
	font-size: 13px;
	padding-top: 3px;
	color: #8e8e8e;
	vertical-align: middle;
}
.topbar .topbar-social a {
	padding-left: 10px;
}

/* Google Maps Styles
------------------------------ */

#map {
	height: 500px;
	max-width: 100%;
}
a[href^="http://maps.google.com/maps"] {
	display: none !important
}
a[href^="https://maps.google.com/maps"] {
	display: none !important
}
.gmnoprint a, .gmnoprint span, .gm-style-cc {
	display: none;
}
.gmnoprint div {
	background: none !important;
}
.gm-style-cc {
	display: none;
}

/* Service Grid Styles
------------------------------ */
.service-block {
	margin-bottom: 0px !important;
}
.service-block a {
  padding: 90px;
  text-align: center;
  display: block;
  background: rgba(0,0,0,.4);
	color: #fff;
  transition: .3s ease all;
}
.service-block a:hover {
	color: #fff;
	background: rgba(0, 0, 0, 0.6);
}


/* Mobile Navigation Styles
------------------------------ */

.mobile-navigation .menu-main-navigation-container {
	float: left;
	display: block;
	width: 100%;
}
.mobile-navigation {
	background: #fff;
	width: 100%;
	position: fixed;
	left: -100%;
	top: 48px;
	height: 100%;
	z-index: 99;
	transition: all 600ms cubic-bezier(1, 0, 0, 1);
	overflow-y: scroll;
	padding-bottom: 100px;
}
.visible-menu {
	left: 0;
}
.mobile-navigation .contact-section {
	padding-left: 15px;
	padding-top: 22px;
	margin-bottom: 5px;
	padding-bottom: 10px;
	color: #666;
	font-size: 14px;
	display: inline-block;
	width: 100%;
}
.mobile-navigation .contact-section a {
	color: #666 !important;
}
.mobile-navigation .social-section {
	padding-left: 22px;
}
.mobile-navigation .social-section a {
	font-size: 24px;
	padding-right: 16px;
}
#mobile-menu {
	margin: 0px;
	padding: 0px;
}
#mobile-menu li {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#mobile-menu li:before {
	display: none;
}
#mobile-menu a {
	padding: 14px;
	display: block;
	font-weight: 600;
	width: 100%;
	font-size: 14px;
	border-bottom: 1px solid rgba(0, 0, 0, .05);
}
#mobile-menu .menu-item-has-children a:after {
	content: '\f123';
	float: right;
	padding-right: 10px;
	font-family: "Ionicons";
}
#mobile-menu .sub-menu a:after {
	display: none;
}
 .sub-menu {
	display: none;
	position: relative;
	width: 100%;
	padding: 0px;
	margin: 0px;
}


#mobile-menu .sub-menu a {
	color: #333;
}
.mobile-navigation #logo img {
	max-width: 155px;
	padding: 13px 10px;
}
.side-nav img {
  max-height: 105px;
  padding: 25px 10px;
}

/* Media Queries
------------------------------ */

/* NEW BOOTSTRAP */
@media (max-width: 991px) {
	.container {
  	max-width: 98%;
	}
}

/* New iPad Queries */
@media(max-width: 992px) {
  .hero-background h2 {
    font-size: 25px !important;
    width: 78%;
  }
  .slide-container {
    padding: 35px 25px;
  }
  /* Hero Three iPad Queries */
  .hero-three .hero-full {
    width: auto;
    height: 100%;
    max-width: none;
    transform: translateY(-50%) translateX(-25%);
  }
  .hero-three h1 {
    font-size: 44px;
  }
  .hero-three p {
    line-height: 27px;
    font-size: 18px;
  }
}
/* New iPhone Queries */
@media(max-width: 600px) {
  .social-footer {
    margin-top: 8px;
    text-align: left;
  }
  .social-footer a {
    margin: 0px 6px;
    font-size: 18px;
  }
  /* Hero Three iPhone Queries */
  .hero-three h1 {
    font-size: 30px;
  }
  .hero-three p {
    line-height: 24px;
    font-size: 17px;
  }
  .hero-three .hero-container {
    padding: 0px 12px;
  }
}



@media (max-width: 1024px) {
  .list-select-wrap {
    margin-top: -15px;
  }
  .picker__box {
    border: none !important;
  }
  .picker__nav--next {
    right: -.5em;
  }
  .picker__frame {
    width: 92% !important;
    max-width: 99% !important;
  }
  .picker__select--year.browser-default, .picker__select--month.browser-default {
    visibility: hidden;
    opacity: 0;
  }
  .picker__header {
    margin-bottom: 20px;
  }
  .picker__calendar-container {
    padding-bottom: 28px;
  }
	/* iOS Inout Mobile Fix
	------------------------------ */
  input[type="color"],
  input[type="date"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="email"],
  input[type="month"],
  input[type="number"],
  input[type="password"],
  input[type="search"],
  input[type="tel"],
  input[type="text"],
  input[type="time"],
  input[type="url"],
  input[type="week"],
  select,
  textarea {
    font-size: 16px !important;
    text-rendering: optimizeLegibility;
    letter-spacing: 0px;
    font-weight: normal !important;
  }
  label, .btn, .large-btn, input {
    font-weight: normal !important;
    letter-spacing: normal;
    text-transform: none;
  }
	input[type="button"] {
		width: 100% !important;
		display: block;
	}
  .nf-form-content h3 {
    padding-bottom: 0px;
    font-size: 18px;
  }
	/* Mobile Container
	------------------------------ */
  .input-field {
    position: relative;
    margin-top: -15px;
  }
	.sticky-sidebar_right {
		top: 48px !important;
		position: fixed;
		width: 100% !important;
		max-width: 100% !important;
		background: #fff;
		left: 0;
		height: 100%;
		max-height: 100%;
		overflow: scroll;
		border: none !important;
		display: none;
	}
	.sticky-sidebar-trigger {
		display: block;
	}
}
@media (max-width: 768px) {
	.slide-main h2 {
		padding-top: 44%;
		font-size: 30px;
		max-width: 100%;
	}
	.slide-main p {
		font-size: 14px;
		padding-right: 35px;
	}
	.slide-button {
		font-size: 12px;
		margin-top: 10px;
	}
	/* Woo Mobile
	------------------------------ */
	.product-template-default .entry-summary {
		padding: 25px;
		transform: translateX(0%);
	}
	.shop_items {
		padding: 0px;
		padding-bottom: 20px;
	}
	.shop_items h3 {
    padding-top: 0px;
    padding-bottom: 3px;
    font-size: 15px;
	}
	.shop_img {
    height: 160px;
	}
	/* Blog Mobile
	------------------------------ */
	.navigation a {
		margin-top: 0px;
	}
	.blog-nav-block {
		height: 200px;
		opacity: .5;
	}
	.blog-nav-content h3 {
		font-size: 1.2rem;
		margin-top: 8px;
	}
	.blog-nav-content {
		padding-top: 44px;
	}
	.colored-bg {
		height: auto;
	}
	.blog-card-container:first-of-type .card-image {
		height: 295px;
	}
	.blog-card-container:first-of-type .blog-card h3 {
		font-size: 1.3rem;
	}
	.blog-card {
		border: none;
		box-shadow: none !important;
	}
	.card-inner {
		min-height: auto;
	}
	.blog-card .the-date {
		position: relative;
		padding-top: 22px;
		padding-bottom: 32px;
	}
	.article-main {
		padding-right: 15px;
	}
	.author-information {
		font-size: 12px;
		padding-bottom: 5px;
	}
	.article-title {
		font-size: 28px;
		margin-top: 55px;
	}
	.article-main-image {
		height: 255px;
		margin-bottom: 40px;
		transform: translateX(-11%);
	}
	/* Footer Mobile
	------------------------------ */
	footer .columns {
		padding: 15px 0px;
	}
	footer .columns .column {
		margin-left: 4px;
		width: 48%;
	}
	/* Hero Mobile
	------------------------------ */
	.basic-header {
		margin-top: 60px;
	}
	.basic-header h2 {
		font-size: 24px;
		margin-top: 14px;
		margin-bottom: 10px;
	}
	.hero-background {
		height: 40vh;
	}
	.hero-background h2 {
		bottom: 5px;
		font-size: 25px;
	}
	.featured-image {
		width: auto;
		height: 100% !important;
		top: 50%;
		transform: translateY(-50%);
	}
	.split-left {
		min-height: 220px;
	}
	.left-image {
		width: 100%;
		height: auto;
	}
	.split-right {
		height: auto;
	}
	.right-container {
		position: relative;
		width: 100%;
		transform: none;
		top: 0;
	}

	/* Header Mobile
	------------------------------ */
	.topbar {
		display: none;
	}
	#primary-menu {
		display: none;
	}
	.logo-section img {
		max-height: 44px !important;
		padding: 10px 0px !important;
		position: fixed;
		left: 15px;
		margin-top: 1px;
	}
}
@media (max-width: 667px) {}


/*********custom-css**********/

.header_nav_hide{
    display:none;
}

.header_nav_show{
    display:block;
}

header .container, .secondary--nav .container{
    max-width:100% !important;
}

header .header--navigation li a {
	padding: 19px 10px !important;
	
}

header .nav_bottom .header--navigation li a{
    padding:19px 19px!important;
}

.cg_topbar{
    height:70px;
    display: flex;
    align-items: center;
    padding:0;
    background-color: transparent;
 
}

.yellow_bg{
    background-color:#fac11c;
}

.black_bg{
    background-color:#2a2d30;
}

.contact_no_section{
    display: flex;
    justify-content: center;
    align-items: center;
    height:auto;
    background-color:transparent;
    flex-direction: row;
    flex-wrap: wrap;
}

.contact_no_section .full_flex{
    flex:100%;
    text-align:center;
    position:relative;
    top:7px;
}

.transparent_bg{
    background-color:rgba(0,0,0,0.1);
}

.cg_topbar p{
    font-size:16px;
}

.contact_no_section h6{
    color:#fff;
    font-size:18px;
    font-weight: bold;
    margin-bottom:0;
}

.social_icon ul {
	list-style: none;
	margin-bottom: 0;
	display: flex;
	align-items: center;
	height: 90px;
    padding-left:0;
}

.social_icon ul li{
    display:inline-block;
    margin-right:10px;
}


/*
.col.topmenu {
    flex-grow: 4;
}
*/


.account_list ul{
    list-style: none;
	margin-bottom: 0;
	display: flex;
	align-items: center;
	height: 90px;
    padding-left:0;
    justify-content: flex-end;
}

.account_list ul li{
    display:inline-block;
}

.account_list ul li a{
    padding:0 15px;
    font-size:16px;
}

.call_text_sec{
    display: flex;
	align-items: center;
	height: 90px; 
    justify-content:flex-end;
}
.call_text_sec p{
    color:#fff;
}

.contact_no_section p span{
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    padding: 0;
    border-left:0;
    font-size:15px;
}

.contact_no_section p{
    color:#fff;
    font-size:15px;
    padding-right:5px;
}

.nav_bottom{
    display: flex;
    align-items: center;
    height:70px;
    margin-bottom:-1px;
    margin-top:-1px;
}

.call_to_action{
    justify-content: flex-end;
}

.nav.header--navigation{
    justify-content: flex-end;
}


.top_call_action{
    display:flex;
    justify-content:flex-end;
    align-items: center;
}

.call_to_bt .btn {
	height: 44px;
	text-transform: capitalize;
	font-size: 14px;
	font-weight: bold;
	padding: 8px;
	line-height: 30px;
}

.call_to_bt .btn-icon {
	padding:0;
	position: relative;
	display: inline-block;
	align-items: center;
	color: #fff;
}

.call_to_bg{
    background-color:#2b2e2d !important;
}

.call_to_icon_bg{
    background-color:#3f4245;
}

.col.free-space{
    flex-grow: 1.5;
}

.col.account_list{
    flex-grow:2;   
}

/*
.col.contact_no_section{
    flex-grow:2;
}
*/

.mobile_logo .header--logo{
    position:relative;
    width:150px;
    
}

.d-md-none{
    padding-bottom:0px;
}


.menu_bar_custom .ion-navicon::before{
    color:#fff;
    font-size:40px;
}

.trigger_bt {
	align-items: center;
	display: flex;
	justify-content: center;
    padding:0;
}


.bg_trigger_bt {
	background-color: rgba(0,0,0,0.1);
	/* padding: 10px; */
	display: flex;
	align-items: center;
	justify-content: center;
	padding:5px 20px;
}

.mob-no-menu{
    flex-grow:9;
}

.mob-no-menu p{
    margin-bottom:0;
}

.mob-no-menu h6{
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	margin: 0;
       position:relative;
       top:-5px;
}

.menu_bar_custom{
    margin-bottom:-1px;
}

.d-none {
	display: none !important;
}

.d-md-none{
     display:block !important;
}

.menu-mobile-navigation-container{
display:flex;
flex-basis:100%;
}

.dl-menuwrapper{
	max-width: 100%;
}
.dl-menuwrapper:first-child {
	 margin-right:0px; 
}
.col.mob-no-menu{
	position: absolute;
	left: 80px;
}
.dl-menuwrapper button::after {
	content: '';
	position: absolute;
	width: 30px;
	height:3px;
	background: #fff;
	top: 20px;
	left: 24%;
	box-shadow: 0 8px 0 #fff, 0 16px 0 #fff;
	line-height: 8px;
	border-radius: 10px;
}

.dl-menuwrapper button {
	background: #0b0b0b1a;
	border: none;
	width: 70px;
	height: 60px;
}

.dl-menuwrapper button:hover,.dl-menuwrapper button.dl-active{
       background: #0b0b0b1a;
}
/*
.dl-menuwrapper ul{
   background-color:#fff;
}
*/

.dl-menuwrapper li {
	border-bottom: 1px solid #e0e0e0;
}

.menu-item-has-children .dl-submenu a::after{
	display:none;
}

.cg_logo {

    position: absolute;
    top: 50%;
    transform: translateY(-50%);

}

.primary_nav{
    position:relative;
}

.featured_main_layout-1,.featured_main_layout-2,.featured_main_layout-3,.featured_main_layout-4{
    display:flex;
    margin-top:108px;
    position:relative;
}

.featured_text_box{
    padding:0px 15px;
}


.overlay_text{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index:1;
    color: #fff;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    transform: translate(-50%,-50%);
}


.featured_image_box {
    position:relative;
}

.align_set{
    display:flex;
    align-items:center;
}

.layout_align{
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
}
.layout_align-left{
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:left;
}

.layout_align-right{
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:right;
}

.secondary-nav h2{
    font-size:18px;
    padding-top:10px;
}

.secondary-nav .col{
    border-right:1px solid #aeaeae;
}

.secondary-nav .col:last-child{
    border-right:none;
}

.secondary-nav ul{
    list-style:none;
    padding-left:10px;
}

.featured_main_layout-4:before{
    content:'';
    background-color:rgba(255,119,3,0.9);
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    
}

.featured_main_layout-1 .container-fluid,.featured_main_layout-1 .col{
    padding-left:0;
    padding-right:0;
}
.featured_main_layout-1 .row{
    margin-left:0;
    margin-right:0;
}

header .col-md-3.free-space {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.cg_topbar p {
    margin-bottom: 0;
    letter-spacing: 1px;
    font-weight: 100;
    font-size: 18px;
    font-family: 'bebas-neue', sans-serif;
    line-height: 1.6;
    color: #000000;
}


/*****media-queries*****/

@media(min-width:1301px) and (max-width:1400px){
/*
 .social_icon ul{
      padding-left:30px;
   }
*/
}
@media(min-width:1200px) and (max-width:1300px){
    .col.account_list {
	   flex-grow: 3;
    }
    .col.free-space {
	   flex-grow: 1;
    }
 
   .social_icon ul{
      padding-left:30px;
   }
}

@media(min-width:992px) and (max-width:1199px){
    
    header .header--navigation li a{
        font-size:15px;
    }
    
    .col.free-space {
	   flex-grow: 1.3;
    }
    .col.account_list {
	   flex-grow: 3.4;
    }
   
}

@media(min-width:900px) and (max-width:991px){
    .home__hero h1 {
	   font-size: 58px !important;
	   line-height: 70px !important;
    }
    
}


@media(min-width:992px){
   .d-md-block {
	    display: block !important;
    }

  .d-md-none {
	   display: none !important;
    }

    .home__hero {
	   height:100vh!important;
	   margin-top:0px !important;
    }

    .slideshow-container {
	   top:0px!important;
        height:100% !important;
    }

    .home__hero-intro {
	   transform: translateY(-0%)!important;
       top:40%!important;
    } 

    .home__hero h1 {
	   font-size: 58px !important;
	   line-height: 70px !important;
    }
}

@media(max-width:991px){
    header.mobile-menu{
        position:fixed;
    }
    
    .home__hero {
	   height: 80vh !important;
	   margin-top:0px;
    }
    .slideshow-container {
	   top:0px!important;
	   transform: translateY(14%)!important;
    }
    .home__hero .btn {
	   margin-top:4%!important;
    }
    
    .home__hero h1 {
	   font-size: 26px !important;
	   line-height: 28px !important;
    }
    
    .home__hero-intro{
        margin-top:10px !important;
        transform: translateY(-34%)!important;
    }
}


@media(max-width:991px){
	
	.text_feature,.video-part{
        padding:40px 0;
    }
    
    .valmar-featured{
        background-size:cover;
    }
    
    .spark-form-sec {
	   transform: translateY(-90px);
    }
    
	
}
/*********end-media*********/

/*
main{
    padding-top:0!important;
}
*/

.column_1_2 .col{
    display:flex;
    flex: 0 0 50%;
    max-width:50%;
}


.column_1_3 .col{
    display: flex;
    flex: 0 0 33.3%;
    max-width:33.3%;
}

.column_1_2 .topmenu .topheader_menu{
    display:flex;
    align-items: center;
    flex-grow: 1;
    justify-content: end;
}

.column_1_2 .topmenu .call_to_action{
    display:flex;
    justify-content: flex-end;
    align-items: center;
}

.column_1_3 .topmenu .topheader_menu{
    display:flex;
    align-items: center;
    flex-grow: 1;
    justify-content: end;
}

.column_1_3 .topmenu .call_to_action {
	justify-content: flex-end;
	align-items: center;
	display: flex;
}

.column_1_3 .col.righttopbar{
    align-items: center;
}

.nav_bottom .col.topmenu{
    display:flex;
    align-items: center;
    
}

.nav_bottom .topheader_menu{
    flex-grow: 1;
}

 .nav_bottom .bottombar p{
    margin-bottom: 0;
}

/********footer-default*******/

.footer_default ul.social_icons_footer{
    display:flex;
    margin:0;
    justify-content: flex-end;
}

.footer_default ul.social_icons_footer li a{
    margin-top:0px;
}

.footer_default ul.social_icons_footer li,.footer-mailchimp  ul.social_icons_footer li{
    margin-left:10px;
}
.footer_default ul.social_icons_footer li .fa,.footer-mailchimp ul.social_icons_footer li .fa{
    font-size:30px;
}

.footer_default  .text_p p{
    margin:0;  
}

/********footer-mailchimp*******/

footer.footer-mailchimp{
    text-transform: capitalize;
}

footer.footer-mailchimp ul li a{
    text-transform:capitalize;
}

footer .footer-top{
    padding:30px 0;
}

footer .footer-bottom{
    padding:30px 0;
}

.footer-mailchimp .footer-bottom h3{
    display:block;
    width:100%;
    text-align: center;
}

.footer-mailchimp .footer-bottom p{
    text-align: center;
    padding:0 160px;
}

.footer-mailchimp .social_icons_footer ul{
    display: flex;
    justify-content: center;
}
.footer_default .social_icons_footer li .fa,.footer-mailchimp .social_icons_footer li .fa{
    font-size:30px;
}
.footer_default .social_icons_footer li,.footer-mailchimp  .social_icons_footer li{
    margin-left:10px;
}
.footer-mailchimp .apps{
    flex: 0 0 100%;
    text-align: center;
}

.footer-mailchimp .appsbuttons{
    display: flex;
    justify-content: center;
    padding-bottom:30px;
}

.footer-mailchimp  .appsbuttons li{
    margin:0 10px;  
}

.footer-mailchimp  .appsbuttons li a img{
    width:110px;
}

.footer-mailchimp .footer-top h4{
    font-size:20px;
}

.wrapper .row{
    position:relative;
}

.text_feature{
    padding-left:30px;
    padding-right:30px;   
}

.ft-image{
    position:relative;
}

.ft-image::after{
    content:'';
    background-color: rgba(0,0,0,0.4);
    height: 100%;
    width:100%;
    z-index:0;
    position: absolute;
    right: 0;
    top:0;
    
}

.video-part{
    text-align: center;
}

.monjigarden-featured .row.left-img,.valmar-featured .row.left-video{
    flex-direction: row-reverse;
}
/*******media-queries**********/

@media(max-width:767px){

    .footer_default  .text_p{
        flex: 0 0 100%;
        text-align:center;
    }
    
    .footer_default ul.social_icons_footer{
        justify-content: center;
    }
    
    .footer-mailchimp .footer-bottom p{
        padding:0px 10px;
    }
}
    


	
/*****basic_hero********/

.basic_hero{
    display:flex;
    flex-basis: auto;
    flex-direction:row;
    padding:30px 0;
    position: relative;
}

.basic_hero:before{
    position:absolute;
    content:'';
    width:100%;
    height:100%;
    top:0;
    left;0;
}

.basic_hero_inner{
    display: flex;
    flex-basis: 100%;
    flex-direction: row;
    align-items: center;
}

.basic_hero_inner h4{
    margin:0;
}

.basic_hero_inner .right_side_bt{
    text-align: right;
}

.right_side_bt .btn{
    padding:0px 15px;
    height:40px;
}

.right_side_bt .btn .fa{
    font-size:12px;
    line-height:38px;
    margin-left:25px;
    padding-left:15px;
    
}

/******responsive******/

@media(max-width:576px){
   .basic_hero .right_side_bt .btn{
        padding:0px 12px;
    }
    
}

/**********full-width-hero-3*************/


.fullwidth-hero-3{
    display:flex;
    flex-basis:100%;
    flex-direction:row;
    padding:100px 0;
    position: relative;
}

.fullwidth-hero-3:before{
    position:absolute;
    content:'';
/*    background-color:rgba(35,35,35);*/
    width:100%;
    height:100%;
    top:0;
    left;0;
}

.fullwidth-hero-3 .col span{
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size:14px;
}
.fullwidth-hero-3 .col h2{
    font-size:30px;
    margin-bottom:20px;
    margin-top:20px;
}

.fullwidth-hero-3 .col p{
    font-size:17px;
}
.fullwidth-hero-3 .right_side_bt .btn h6{
    display:inline-block;
}

/******responsive******/

@media(max-width:767px){
    .fullwidth-hero-3.leadgen-hero{
        height:auto !important;
    }
    
}

@media(max-width:576px){
    .fullwidth-hero-3 .right_side_bt .btn{
        width:auto;
        border-radius:0;
    }
    
    .fullwidth-hero-3 .right_side_bt{
        padding-left:15px;
    }
    
    .fullwidth-hero-3 .right_side_bt .btn h6{
        float:left;
        line-height:38px;
    }
    
    .fullwidth-hero-3 .right_side_bt .btn .fa{
        float:right;
    }
    
    .fullwidth-hero-3 .col{
        padding:0;
    }
    
    .fullwidth-hero-3 .fullwidth_content{
        padding:0px 15px;
    }
    
    .fullwidth-hero-3{
        padding-bottom:0;
        padding-top:120px;
    }
    
}

/**********splitscreen-hero*************/

.splitscreen-hero{
    display:flex;
    flex-basis:100%;
    flex-direction:row;
    padding:0px 0;
    position: relative;  
}

.splitscreen-hero .right_side_bt .btn h6{
    display:inline-block;
}

.content-div-right{
    flex-direction:row-reverse; 
}

.image_repsonsive{
    width:100%;
    height:auto;
	position:relative;
}

.p1-both{
    padding:0px;
}

.splitscreen-hero .col span {
    display:block;
    margin-bottom:40px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
}

.splitscreen-hero  .col h2{
	font-size: 30px;
	margin-bottom: 20px;
	margin-top: 20px;
}

.splitscreen-hero .right_side_bt{
    margin-top:30px;
}
 

.splitscreen-hero .p1-left{
    padding-left:35px;
    display: flex;
    align-items: center;
}

.btn.focus,.btn:focus {
	box-shadow:none;
}

.splitscreen-hero{
    align-items: center;
}


.splitscreen-hero.back::before {
	position: absolute;
	content: '';
	width: 50%;
	height: 100%;
/*	background-color: rgb(0,0,0);*/
}

.splitscreen-hero.back.transparent_header::before {
    top:0;
}

.splitscreen-hero.contained .p1-both::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	z-index:1;
/*	background-color: rgb(0,0,0);*/
}


/*******responsive*******/

@media(min-width:992px) and (max-width:1199px){
    .splitscreen-hero .col span{
        margin-bottom:10px;
    }
    .splitscreen-hero .col h2 {
	   font-size: 24px;
	   margin-bottom: 15px;
	   margin-top: 15px;
    }
    .splitscreen-hero .col h2 {
	   font-size: 24px;
	   margin-bottom: 15px;
	   margin-top: 15px;
    }
    
    .splitscreen-hero{
        height:auto !important;
    }
    
    .splitscreen-hero .row .p1-both{
        height: auto !important;
    }
}

@media(min-width:768px) and (max-width:991px){
    .splitscreen-hero .p1-left {
	   padding-left: 15px;
    }
    .splitscreen-hero .col span{
        margin-bottom: 5px;
    }
    .splitscreen-hero .col h2 {
	   font-size: 20px;
	   margin-bottom:8px;
	   margin-top: 8px;
    }
    
     .splitscreen-hero .col p{
         font-size:14px;
    }
    .splitscreen-hero .right_side_bt {
	   margin-top: 10px;
    }
    
    .splitscreen-hero{
        height:auto !important;
    }
    
    .splitscreen-hero .row .p1-both{
        height: auto !important;
    }
}

@media(max-width:767px){
    .splitscreen-hero .p1-both{
        flex-basis:100%;  
    }
    
    .splitscreen-hero .fullwidth_content{
        margin-top:20px;
    }
    .splitscreen-hero .col span{
        margin-bottom:20px;
    }
    
    .splitscreen-hero.back::before{
        width:100%;
    }
    
    .splitscreen-hero{
        height:auto !important;
    }
    
    .splitscreen-hero .row .p1-both{
        height: auto !important;
    }
}

@media(max-width:576px){
}


/************leadgen-hero**********/

.fullwidth-hero-3.leadgen-hero .form_part_top{
    padding:0px 80px;
}


.fullwidth-hero-3.leadgen-hero .form_part_top form{
    padding:30px;
    border-radius:0px;
    background-color:#fff;
}

.fullwidth-hero-3.leadgen-hero  .request_quote .btn{
    width:100%;
    height:50px;
}

.form_part_top h4{
    margin-bottom:20px;
    margin-top:0px;
    font-size:20px;
}

.fullwidth-hero-3.leadgen-hero .form-control {
	color: #495057;
	background-color: #ededed;
	border: 0px solid #ced4da;
    border-radius:0;
	height: 54px;
}

.fullwidth-hero-3.leadgen-hero .row{
    align-items: center;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle{
    background-color: #fac11c;
	border-color: #fac11c;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus{
    box-shadow:none;
}

.btn-primary.focus, .btn-primary:focus {
	box-shadow:none;
}
    
.fullwidth-hero-3.leadgen-hero .form-group{
    margin-bottom:24px;
}

/*******responsive***********/

@media(min-width:992px) and (max-width:1199px){
    .fullwidth-hero-3.leadgen-hero .form_part_top {
        padding: 0px 40px;
    }
}

@media(min-width:768px) and (max-width:991px){
    
    .fullwidth-hero-3.leadgen-hero .form_part_top {
        padding: 0px 0px;
    }
    
    
}


@media(max-width:767px){
    .fullwidth-hero-3.leadgen-hero .form_part_top{
        margin-top:20px;
        padding:0;
    }
    
    .fullwidth-hero-3.leadgen-hero .col{
        flex-basis: 100%;
        padding:0px 15px;
    }
    
    .fullwidth-hero-3.leadgen-hero .form_part_top{
        padding-left:15px;
        padding-right:15px;
        
    }
    
    
}

@media(max-width:576px){
    
    .basic_hero_inner{
        display:block;
    }
    
    .basic_hero_inner .right_side_bt {
	   text-align: left;
	   margin-top: 15px;
    }
}


/**********left-right-hero***********/

.left-right_hero .form_part_top{
    padding:0;
}

.left-right_hero .form_part_top video{
    width:100%;
}

/****basic_header*****/

.basic_header_default .bg-light{
    background-color:#fff!important;
    height:114px;
}

.basic_header_default #collapsibleNavbar{
    justify-content: flex-end;
}
.basic_header_default #collapsibleNavbar ul{
    list-style:none;
    display: flex;
}

.basic_header_default .navbar-light .navbar-nav li a{
/*    color:#464646;*/
    font-family: 'Open Sans', sans-serif;
    font-weight:600;
    padding:45px 25px;
    text-transform:capitalize;
    
}

.menu-about-container{
    display:flex;
    margin-left: auto;
}

.basic_header_default .navbar-nav{
    margin-left:auto;
    align-items: center;
}

.banner img{
    width:100%;
}

.basic_header_default .hvr-underline-from-center::before{
    background-color:#4781ff;
    height:5px;
    
}

span.right_side_bt {
	color: #fac11c;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
}

.right_side_bt .btn {
/*
	background-color: #4781ff;
	border-color: #4781ff;
*/
	padding: 0px 15px;
	height: 42px;
    border-radius:0px;
}

.right_side_bt .btn h6 {
	display: inline-block;
	font-size: 14px;
	padding-right: 10px;
}

.right_side_bt .btn .fa {
	font-size: 12px;
	line-height: 38px;
	margin-left: 25px;
	padding-left: 15px;
}

.top_basic_header{
    display:flex;
    align-items: center;
    background-color:#f5f5f5;
    height:48px;
    padding:0 15px;
}


.top_heade_left{
    display:flex;
    list-style:none;
    margin-bottom:0;
    padding-left:0;
    align-items: center;
}

.top_heade_left li a{
/*     color:#464646;*/
    font-weight:600;
    padding:0 12px;
    border-right:1px solid #e2e2e2;
    text-decoration:none;
    
}

.top_heade_left li:last-child a{
    border-right:0;
}

.top_heade_left li:first-child a{
    padding-left:0;
}

.top_heade_right{
    display:flex;
    margin-left:auto;
    list-style:none;
    margin-bottom:0;
    padding-left:0;
}

.top_heade_right li a .fa{
    font-size:20px;
/*    color:#4781ff;*/
    padding:0px 12px;
}

.top_heade_right li:last-child a .fa{
    padding-right:0;
}

/********hide_show_classes*********/

.get_started_show{
    display:block;
}

.get_started_hide{
    display:none;
}

.top_basic_hide{
    display:none;
}

/************end***********/


/********responsive***********/

@media(min-width:992px) and (max-width:1199px){
    
    .basic_header_default .navbar-light .navbar-nav .nav-link{
        padding:45px 15px;
    }
    
}

@media(min-width:768px) and (max-width:991px){

    .right_side_bt .btn h6 {
	   padding-right: 0px;
    }
    .basic_header_default .navbar-light .navbar-nav .nav-link{
        font-size:14px;
        padding:45px 10px;
    }
}

@media(max-width:767px){
    .basic_header_default .bg-light{
        height:auto;
        
    }
    
    .basic_header_default .navbar-light .navbar-nav .nav-link{
        padding: 12px 25px;
    }
    
   
    .basic_header_default .navbar-nav{
        margin-left:0;
    }
    
    .menu-about-container {
	   justify-content: center;
    }
	.basic_header_default #collapsibleNavbar ul{
    display: block;
	width:100%;
}

}

@media(max-width:576px){
    .top_heade_left,.top_heade_right {
	   flex-direction: row;
	   justify-content: center;
	   flex-basis: 100%;
        margin-left:0;
        padding:2px 0;
    }
    .top_basic_header{
        height:70px;
    }
    
    .top_heade_left li a{
        padding:0 8px;
        font-size:14px;
    }
    
    .top_heade_right li a .fa{
        padding:0 8px;
    }
}


/*Transparent Header*/

.main_transparent_box{
    z-index:999;
}

.main_transparent_box .bg-light{
    background-color:transparent !important;
    height:60px;
}

.main_transparent_box .navbar-light .navbar-nav .nav-link{
    color:#fff;
    font-family: 'Open Sans', sans-serif;
    font-weight:600;
    padding:15px 25px;
    text-transform:capitalize;
    
}

.main_transparent_box .navbar-nav{
    margin-left:auto;
    align-items: center;
}

.banner img{
    width:100%;
}

.main_transparent_box .hvr-underline-from-center::before{
    background-color:#4781ff;
    height:5px;
    
}

.main_transparent_box span.right_side_bt {
	color: #fac11c;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
}

.main_transparent_box .right_side_bt .btn {
/*
	background-color: #4781ff;
	border-color: #4781ff;
*/
	padding: 0px 15px;
	height: 42px;
    border-radius:0px;
}

.main_transparent_box .right_side_bt .btn h6 {
	display: inline-block;
	font-size: 14px;
	padding-right: 10px;
}

.main_transparent_box .right_side_bt .btn .fa {
	font-size: 12px;
	line-height: 38px;
	margin-left: 25px;
	padding-left: 15px;
	border-left: 0px solid  #aeacac;
}

.main_transparent_box .top_basic_header{
    display:flex;
    align-items: center;
    background-color:transparent;
    height:48px;
    padding:0 15px;
    border-bottom:1px solid #9f9f9f;
    position: relative;
    z-index:999;
}

.main_transparent_box .basic_header_default{
    padding:10px 0;
}


.main_transparent_box .top_heade_left{
    display:flex;
    list-style:none;
    margin-bottom:0;
    padding-left:0;
    align-items: center;
}

.main_transparent_box .top_heade_left li a{
/*     color:#fff;*/
    font-weight:600;
    padding:0 12px;
    border-right:1px solid #e2e2e2;
    text-decoration:none;
    
}

.main_transparent_box .top_heade_left li:last-child a{
    border-right:0;
}

.main_transparent_box .top_heade_left li:first-child a{
    padding-left:0;
}

.main_transparent_box .top_heade_right{
    display:flex;
    margin-left:auto;
    list-style:none;
    margin-bottom:0;
    padding-left:0;
}

.main_transparent_box .top_heade_right li a .fa{
    font-size:20px;
    color:#fff;
    padding:0px 12px;
}

.main_transparent_box .top_heade_right li:last-child a .fa{
    padding-right:0;
}

.main_transparent_box{
    position: absolute;
    width:100%;
/*    background-color:rgba(0,0,0,0.4);*/
}

/********hide_show_classes*********/

.main_transparent_box .get_started_show{
    display:block;
}

.main_transparent_box .get_started_hide{
    display:none;
}

.main_transparent_box .top_basic_hide{
    display:none;
}

/************end***********/


/********responsive***********/

@media(min-width:992px) and (max-width:1199px){
    
    .main_transparent_box .navbar-light .navbar-nav .nav-link{
        padding:15px 15px;
    }
    
}

@media(min-width:768px) and (max-width:991px){
    .main_transparent_box .right_side_bt .btn h6 {
	   padding-right: 0px;
    }
    .main_transparent_box .navbar-light .navbar-nav .nav-link{
        font-size:14px;
        padding:15px 10px;
    }
}

@media(max-width:767px){
    .main_transparent_box .bg-light{
        height:auto;
        
    }
    
    .main_transparent_box .navbar-light .navbar-nav .nav-link{
        padding: 12px 25px;
    }
    
    .main_transparent_box .navbar-nav{
	   background-color: rgba(0,0,0,0.8);
	   padding: 10px;
	   margin-top: 10px;
    }
    
    
    .main_transparent_box .navbar-nav{
        margin-left:0;
        width:100%;
    }
}

@media(max-width:576px){
    .main_transparent_box .top_heade_left,.top_heade_right {
	   flex-direction: row;
	   justify-content: center;
	   flex-basis: 100%;
        margin-left:0;
        padding:2px 0;
    }
    .main_transparent_box .top_basic_header{
        height:85px;
    }
    
    .main_transparent_box .top_heade_left li a{
        padding:0 8px;
        font-size:14px;
    }
    
    .main_transparent_box .top_heade_right li a .fa{
        padding:0 8px;
    }
}


/*Slacked Header*/
.stacked_header .navbar{
    height:114px;
}

.stacked_header .bottom_stacked_header .menu-about-container .navbar-nav li a{
/*    color:#464646;*/
    font-family: 'Open Sans', sans-serif;
    font-weight:600;
    padding:45px 25px;
    text-transform:capitalize;
    position:relative;
    
}

.stacked_header .bottom_stacked_header .menu-about-container .navbar-nav li a:after{
    position: absolute;
    bottom:0;
    content:'';
    background-color:#4781ff;
    height:4px;
    right:0;
    width:100%;
    opacity:0;
    transition: 0.5s;
}
.stacked_header .bottom_stacked_header .menu-about-container .navbar-nav li a:hover:after{
    opacity:1;
}

.stacked_header .navbar-nav{
    margin-left:auto;
    align-items: center;
}

.banner img{
    width:100%;
}

.stacked_header .hvr-underline-from-center::before{
    background-color:#4781ff;
    height:5px;
    
}

.stacked_header span.right_side_bt {
	color: #fac11c;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
}

.stacked_header .right_side_bt .btn {
/*
	background-color: #4781ff;
	border-color: #4781ff;
*/
	padding: 0px 15px;
	height: 42px;
    border-radius:0px;
    width:100%;
}

.stacked_header .right_side_bt .btn h6 {
	display: inline-block;
	font-size: 14px;
	padding-right: 10px;
}

.stacked_header .right_side_bt .btn .fa {
	font-size: 12px;
	line-height: 38px;
	margin-left: 25px;
	padding-left: 15px;
}

.top_stacked_header{
    display:flex;
    align-items: center;
    background-color:#fff;
    height:75px;
    padding:0 0 0 15px;
    border-bottom:0px solid #e5e5e5;
}


.top_stacked_header .top_heade_left {
	display: flex;
	list-style: none;
	margin-bottom: 0;
	padding-left: 0;
	height: 75px;
	background:#4781ff;
	padding: 0 50px;
	flex-direction: column;
	justify-content: center;
}

.top_stacked_header .top_heade_left li a{
/*     color:#fff;*/
    font-weight:400;
    padding:0px;
    border-right:0px solid #e2e2e2;
    text-decoration:none;
    font-size:13px;
    
}

.top_stacked_header .top_heade_left li a.contact_stacked{
    font-size:24px;
    font-weight:600;
}

.top_stacked_header .top_heade_left li:last-child a{
    border-right:0;
}

.top_stacked_header .top_heade_left li:first-child a{
    padding-left:0;
}

.top_stacked_header .top_heade_right{
    display:flex;
    margin-right:auto;
    list-style:none;
    margin-bottom:0;
    padding-left:0;
    margin-left:0;
}

.top_stacked_header .top_heade_right li a .fa{
    font-size:20px;
    padding:0px 12px;
}

.top_stacked_header .top_heade_right li:last-child a .fa{
    padding-right:0;
}

.top_stacked_header .row{
    align-items: center;
}

.stacked_header .container-fluid,.stacked_header .container-fluid .p-no{
    padding:0;
}

.stacked_header .container-fluid .row{
    margin:0;
}

.stacked_header .logo_stacked{
    display:flex;
    border-right:0px solid #e5e5e5;
	align-items: center;
	justify-content: center;

}

.top_header_get_bt{
	display: flex;
	align-items: center;
	margin-bottom: 0;
	padding-right: 15px;
    list-style: none;
}

.top_header_get_bt li a{
    color:#464646;
    font-weight:600;
}

.top_stacked_header .col,.top_stacked_header .col-12{
    padding:0;
}

/********hide_show_classes*********/

.stacked_header .get_started_show{
    display:block;
}

.stacked_header .get_started_hide{
    display:none !important;
}

.stacked_header .top_basic_hide{
    display:none !important;
}

.stacked_header .top_header_left_hide{
    display:none !important;
}

.stacked_header .top_header_get_bt_hide{
    display:none !important;
}

.stacked_header .navbar-brand{
    margin-right:0;
}

/************end***********/


.one_third.top_stacked_header{
    padding:0;
    
}

.one_third .top_header_get_bt{
    justify-content:flex-end;
}

.one_third .top_header_get_bt.lefttopbutton{
    justify-content: flex-start;
}

.one_third.top_stacked_header .top_heade_right{
    justify-content: flex-end;
}

.one_third.top_stacked_header .top_heade_right.righttopsocial{
    justify-content: center;
}

.righttopphone{
    margin-left:10px;
}

.bottomphone{
    list-style:none;
}

.stacked_header .bottom_stacked_header  .navbar-nav{
    margin-left:0;
}

.fifty_fifty.top_stacked_header .top_heade_right.righttopsocial{
    justify-content: flex-end;
    padding-right:15px;
}
.splitscreen-hero.transparent_header {
    padding: 30px 0 30px !important;
    align-items: center;
}
.transparent_header{
    padding:165px 0 30px !important;
    align-items: center;
}

.one_third.top_stacked_header .top_heade_right.lefttopsocial{
    justify-content: flex-start;
}

.top_header_get_bt li p{
    margin-bottom:0;
}

/********webapp*******/

.webapp .logo_circle{
    display:inline-flex;
    align-items: center;
    width:30px;
    height:28px;
    border:2px solid #fff;
    border-radius:100%;
    margin:0 15px;
}

.webapp .logo_square{
    display:inline-flex;
    align-items: center;
    width:30px;
    height:28px;
    border:2px solid #fff;
    margin:0 15px;
}

.webapp .left{
    padding:20px 0;
    display:flex;
    align-items: center;
}

.webapp .companyinfo{
	display: inline-flex;
	flex-direction: column;
	flex-basis: 100%;
    padding-left:15px;
}

.webapp .companyinfo h3{
    font-size:16px;
    font-weight:600;
    margin-bottom:2px;
}
.webapp .companyinfo h4{
    font-size:14px;
    margin-bottom:10px;
}
.webapp .companyinfo h5{
    font-size:14px;
    margin-bottom:2px;
    display:flex;
    align-items: center;
}

.webapp .jq-ry-container{
    display:inline-block !important;
}

.webapp  .jq-ry-normal-group.jq-ry-group svg,.webapp .jq-ry-rated-group.jq-ry-group svg{
    width:14px;
    height:14px;
}

.webapp  .header_bottom ul{
    list-style:none;
    padding:0;
    margin:0;
}

.webapp  .header_bottom ul li{
    float: left;
    width:33.33%;
    text-align: center;
    background: #3967CC;
    color:#fff;
    padding:15px;
    border-right:1px solid #2D56B4;
}

.webapp  .header_bottom ul li:last-child{
    border-right:0;
}
.webapp  .header_bottom ul li a{
    color:#fff;
}

.webapp  .header_bottom.two_button ul li{
    width:50%;
}

.webapp  .header_bottom.one_button ul li{
    width:100%;
}

/*
.webapp #rateyo{
    width:110px!important;
}
*/

.webapp_headersec.mobile-header-sec .menu-button{
    top:40px;
}

.webapp_headersec.mobile-header-sec .mobile_menu{
    z-index:999;
    top:105px !important;
}

.webapp .header_bottom .col{
    display:flex;
    justify-content: center;
    align-items: center;
    padding:0;
    border-left:1px solid #fff;
}

.webapp .header_bottom  .row{
    margin-left:auto;
    margin-right:auto;
    
}

.webapp .header_bottom .col .btn{
    height: auto;
    width:auto;
	padding: 10px;
	 border-radius:0;
	 font-size: 18px;
	 transform: translateY(0px);
	 position: relative;
    font-size:18px;
    width:100%;
    letter-spacing:0;
}

.webapp .header_bottom .col:first-child{
    border-left:0;
}

/*
.mobile_menu .nav{
    overflow:scroll;
    height:360px;
}
*/

.get_started_show .bottomsocial{
    display:flex;
    list-style: none;      
}
    
/*
.get_started_show .bottomsocial li{
    padding:0 10px;       
}
*/

.bottom_stacked_header nav{
    display:flex;
    flex-basis:100%:
}

.bottom_stacked_header #collapsibleNavbar{
    justify-content:flex-end;
}

.bottom_stacked_header .navbar ul li a{
    padding:0 10px;
}

.vc_row.vc_row-flex > .vc_column_container > .vc_column-inner{
    z-index:0 !important;
}



header{
    display: block;
}
.mobile-header-sec {
    display: none;
}

.article__intro .article__intro-title{
    margin-top:30px;
}
.transparent_header .content-left .p1-both{
    padding:0;
}

#demo,#carouselExample{
	width:100%;
	margin:50px 0;
}

#demo .carousel-item{
	height:480px;
	overflow:hidden;
}

#carouselExample .carousel-item .panel-thumbnail{
	height:145px;
	overflow:hidden;
}

#carouselExample .carousel-control-prev {
	left: -50px;
}

#carouselExample .carousel-control-next{
	right: -50px;
}

.wrapper .gallery__block-image{
	height:180px;
	overflow:hidden;
}

.gallery__block-wrap .gallery__block-title{
	color:#000;
	text-transform:uppercase;
	margin:10px 0;
	font-size:20px;
}
.gallery__block-button.btn{
	width:100%;
	position:relative;
	text-align:left;
	padding-left:20px;
	border-radius:0px;
	margin:0 0 40px 0;
	background-color:#f6910f;
}

.gallery__block-button.btn .ion-android-arrow-forward{
	position: absolute;
	right: 15px;
	top:5px;
}



/********responsive***********/

@media(min-width:992px) and (max-width:1199px){
    
    .stacked_header .bottom_stacked_header .menu-about-container .navbar-nav li a{
        padding:28px 15px;
    }
    
    .stacked_header .bg-light {
	   height: 80px;
    }
    
    
}

@media(min-width:768px) and (max-width:991px){
    
     .stacked_header .right_side_bt .btn h6 {
	   padding-right: 0px;
    }
    .stacked_header .bottom_stacked_header .menu-about-container .navbar-nav li a{
        font-size:14px;
        padding:27px 10px;
    }
    
    
    .stacked_header .bg-light {
	   height: 75px;
    }
    
    .top_stacked_header{
        height:55px;
    }
    
    .top_stacked_header .top_heade_left{
        height:55px;
    }
    .top_stacked_header .top_heade_left li a.contact_stacked{
        font-size:20px;
    }
    
    .top_stacked_header .top_heade_right li a .fa{
        font-size:16px;
    }
    
    .top_stacked_header .top_heade_left.middletopphone{
        padding:0 20px;
    }
}

@media(max-width:767px){
    .stacked_header .bg-light{
        height:auto;   
    }
    
    .stacked_header{
        display:none;
    }
    
    .top_stacked_header.fifty_fifty{
	   height: 100px;
        padding-left:0;
    }
    
    .stacked_header .bottom_stacked_header .menu-about-container .navbar-nav li a{
        padding: 12px 25px;
    }
    
    .stacked_header .bottom_stacked_header .menu-about-container .navbar-nav li{
        line-height:36px;
    }
    
  
    .stacked_header .logo_stacked{
        padding:10px 0 !important;
        border-bottom:1px solid #e5e5e5;
        border-right:0;
    }
     .top_stacked_header{
        height:55px;
    }
    
    .top_stacked_header.one_third{
	   height:auto;
    }
    
    .stacked_header .navbar{
        height:auto;
    }
    
    .top_stacked_header .top_heade_left{
        height:55px;
    }
    
    .righttopphone {
	   margin-left:0px;
        margin-top:0px;
    }
    
    .one_third .middletopsocial{
        padding-right:10px;
    }
    
    .lefttopbutton{
        margin-top:5px;
        margin-bottom: 5px;
    }
    
    .one_third.top_stacked_header .top_heade_right.righttopsocial {
	   margin-top: 10px;
    }
    
    .fifty_fifty.top_stacked_header .top_heade_right.righttopsocial{
        justify-content: center;
        padding-right:0px;
        padding-top:10px;
    }
    
    .fifty_fifty .top_heade_left.lefttopphone{
        text-align: center;
    }
    
    .nav-item.get_started_show .bottomphone{
        margin:10px 0;   
    }
    

header,.main_transparent_box {
    display: none;
}
    
.mobile-header-sec {
    display: block;
}
.mobile-header-sec header {
    display: block;
}

  .mobile-header-sec #mobile-menu{
    padding:0;
    margin:0;
}

.mobile-header-sec .wrapper {
	padding-top: 65px;
	padding-bottom: 0;
	background: #ccc;
}
    



/* Treatments & CTA
--------------------------------------------------------------*/


.mobile-header-sec .mobile-header-sec .dark-nav .request-button {
    color: #333232;
    border: 2px solid #333232;
}

.mobile-header-sec .dark-nav .request-button:hover {
    color: #fff;
    border: 2px solid #fff;
}


/* Header
--------------------------------------------------------------*/

.mobile-header-sec .dark-nav {
    background: rgba(255,255,255,.9)
}

/* Main Logo
--------------------------------------------------------------*/
.mobile-header-sec .main-logo {
    width: 20%;
    float: left;
}

.mobile-header-sec .main-logo img {
    max-height: 70px;
    margin-top: 10px;
    margin-left: 40px;
    position: fixed;
    transition: all .5s ease;
}

.mobile-header-sec .logo-dark img {
    opacity: 0;
}

.mobile-header-sec .dark-nav .logo-light img {
    opacity: 0;
}

.mobile-header-sec .dark-nav .logo-dark img {
    opacity: 1;
}


/* Mobile Navigation
--------------------------------------------------------------*/

.mobile-header-sec .main-logo img {
	margin-left: 13px;
	max-height: 50px;
	margin-top: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.mobile-header-sec .mobile-menu-container {
    position: fixed !important;
    background-size: cover;
    background-position: center center;
    overflow:scroll;
    z-index:4;
    height: 100%;
    top: -100%;
    width: 100%;
    transform: translate(0%,-100%) translate3d(0px,0px,0px);
     -webkit-transform: translate3d(0,0,0);
    -webkit-transition: all .7s cubic-bezier(.69,0,.25,.90);
    transition: all .7s cubic-bezier(.69,0,.25,.90);
   -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
    

.mobile-header-sec .is-visible {
    transform: translate3d(0px,0px,0px);
    -webkit-transform: translate3d(0,0,0);
    top: 0%;
}

.mobile-header-sec #mobile-menu {
    text-align: center;
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
}

.mobile-header-sec #mobile-menu li {
    list-style: none;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
	line-height:40px;
}

.mobile-header-sec #mobile-menu a {
    font-weight: 400;
    font-size:24px;
    line-height: 1;
    display: inline-block;
    margin-bottom:0px;
    padding: 0;
    background: transparent;
    letter-spacing: .7px;
    text-transform: uppercase;
    transition: all .2s ease;
    border-bottom: 0px solid rgba(0,0,0,0);
    text-decoration:none;
    width:auto !important;
}



.mobile-header-sec #mobile-menu .current_page_item a {
    font-weight: 400;
    line-height: 1;
    padding: 0;
    background: transparent;
    color: #E55217;
    letter-spacing: .7px;
    text-transform: uppercase;
}

#mobile-menu .sub-menu{
	position:absolute;
}

.mobile-header-sec #mobile-menu a:hover {
    padding: 4px 0;
    border-bottom: 2px solid #E55217;
}

.mobile-header-sec #mobile-menu .menu-item-has-children > a:after {
    font-family: FontAwesome;
    content: "\f107";
    float: right;
    padding-right: 10px;
} 

.mobile-header-sec .mobile-menu-container .sub-menu {
    display: none;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.mobile-header-sec .mobile-menu-container .sub-menu a {
    border: none !important;
    font-size: 18px !important;
}

/* Menu button */
.mobile-header-sec .menu-button {
    position: absolute;
    z-index: 1000;
    top:12px;
    right: 30px;
    width: 30px;
    height: 24px;
    padding: 0;
    cursor: pointer;
    border: none;
    outline: none;
    background: transparent !important;
}
    
.basic_overlay .menu-button{
    top:20px !important;     
}
    
.mobile-header-sec .basic .menu-button {
    left:15px;
}
    
    .header_bottom {
        border-top:1px solid #fff;
    }

.mobile-header-sec .menu-button:active,.menu-button:hover {
    background: transparent !important;
}


.mobile-header-sec .dark-nav .menu-button::before,.dark-nav .menu-button::after,.dark-nav .menu-button span {
    background: #333232;
}

.mobile-header-sec .menu-button::before,.menu-button::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 3px;
    pointer-events: none;
    -webkit-transition: -webkit-transform .45s;
    transition: transform .35s;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
    
    .mobile-header-sec .webapp .menu-button{
        top:30px;
    }

.mobile-header-sec .menu-button span {
    position: absolute;
    left: 3.3px;
    overflow: hidden;
    width: 78%;
    height: 3px;
    text-indent: 0;
    -webkit-transition: opacity .25s;
    transition: opacity .25s;
}

.mobile-header-sec .menu-button::before {
    -webkit-transform: translate3d(0,-8px,0) scale3d(0.8,1,1);
    transform: translate3d(0,-8px,0) scale3d(0.8,1,1);
}

.mobile-header-sec .menu-button:hover::before {
    -webkit-transform: translate3d(0,-9.5px,0) scale3d(0.8,1,1);
    transform: translate3d(0,-9.5px,0) scale3d(0.8,1,1);
}

.mobile-header-sec .menu-button::after {
    -webkit-transform: translate3d(0,8px,0) scale3d(0.8,1,1);
    transform: translate3d(0,8px,0) scale3d(0.8,1,1);
}

.mobile-header-sec .menu-button:hover::after {
    -webkit-transform: translate3d(0,9.5px,0) scale3d(0.8,1,1);
    transform: translate3d(0,9.5px,0) scale3d(0.8,1,1);
}

.mobile-header-sec .menu-button-open span {
    opacity: 0;
}

.mobile-header-sec .menu-button-open::before {
    -webkit-transform: rotate3d(0,0,1,45deg);
    transform: rotate3d(0,0,1,45deg);
}

.mobile-header-sec .menu-button-open:hover::before {
    -webkit-transform: rotate3d(0,0,1,45deg);
    transform: rotate3d(0,0,1,45deg);
}

.mobile-header-sec .menu-button-open::after {
    -webkit-transform: rotate3d(0,0,1,-45deg);
    transform: rotate3d(0,0,1,-45deg);
}

.mobile-header-sec .menu-button-open:hover::after {
    -webkit-transform: rotate3d(0,0,1,-45deg);
    transform: rotate3d(0,0,1,-45deg);
}

.mobile-header-sec .mobile-navigation-bottom {
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0;
    background: rgba(255,255,255,.1);
    margin-top: -25px;
}
.mobile-header-sec .mobile_menu li::before{
	display:none;
}

.mobile-header-sec .mobile-navigation-bottom a {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    font-family: 'Ubuntu',sans-serif;
    width: 50%;
    display: inline-block;
    padding: 15px;
    text-align: center;
}

.mobile-header-sec .mobile-navigation-bottom a:nth-child(1) {
    border-right: 1px solid rgba(0,0,0,.1);
}


    .mobile-header-sec .mobile-header-sec #mobile-menu {
        text-align: center;
        position: absolute;
        top: 50%;
        width: 100%;
        transform: translateY(-50%);
        left: 0;
        right: 0;
    }

    .mobile-header-sec .mobile-header-sec .is-visible #mobile-menu {
        top: 50%;
    }


.mobile-header-sec .d-md-none {
	padding:0px;
	height: auto;
	align-items: center;
	display: flex !important;
	}
    
    .mobile-header-sec .d-md-none.webappshow.stuck{
        height:auto;
    }
    
    .mobile-header-sec .d-md-none.webappshow{
        height:70px;
    }
        
.mobile-header-sec .mobile_menu {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 4;
	width: 100%;
	top:70px;
	display: none;
    height:100%;
    overflow:scroll;
}
    
    .mobile-header-sec .basic img{
        width:120px;
    }
    
    .mobile-header-sec .webappshow.stuck .mobile_menu,.mobile-header-sec .webappshow.stuck .slide-menu{
        top:106px;
    }
    

    .mobile-header-sec .webappshow.stuck{
        overflow:scroll !important;
    }
    

    
        
.mobile-header-sec .mobile_menu li {
  display: block;
  width: 100%;
  border-bottom: 1px solid rgba(0,0,0,.1);
}
        
.mobile-header-sec .mobile_menu li a {
  display: block;
  width: 100%;
  font-weight: 700;
  padding: 20px 22px;
  font-size: 15px;
    text-decoration: none;
}
.mobile-header-sec .mobile_menu .sub-menu {
	padding-left: 0;
}
.mobile-header-sec .mobile_menu .sub-menu li a {
	font-size: 13px;
}
.mobile-header-sec .mobile_menu li:nth-child(1) {
  border-top: 1px solid rgba(0,0,0,.1);
}
.mobile-header-sec .mobile_menu .sub-menu {
	display: none;
}
.mobile-header-sec .mobile_menu .menu_child a::after {
  content: "\f078";
  font-family: "FontAwesome";
  vertical-align: middle;
  padding-left: 14px;
  transform: translateY(1px);
  display: inline-block;
  margin-right: 10px;
  font-size: 17px;
  opacity: .5;
  float: right;
}





        
.mobile-header-sec .main_icon{
    cursor:pointer;
}
        
.mobile-header-sec .main_icon.fa{
	font-size:24px;   
}
    

    .jq-ry-container > .jq-ry-group-wrapper{
        z-index:0 !important;
    }

.mobile-header-sec #mobile-slide-in .mobile-menu-container {
    background-color: rgba(44, 53, 59, 0.95);
    position: fixed;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    z-index: 999;
    height: 100%;
    top: -100%;
    transform: translate(0%,-100%) translate3d(0px,0px,0px);
    width: 100%;
    -webkit-transition: all .7s cubic-bezier(.69,0,.25,.90);
    transition: all .7s cubic-bezier(.69,0,.25,.90);
}

.mobile-header-sec #mobile-slide-in .is-visible {
    transform: translate3d(0px,0px,0px);
    top: 0%;
}



.mobile-header-sec #mobile-slide-in  li {
    list-style: none;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    padding: 8px 15px;
    border-bottom: 1px solid #eee;
    
}
    
    .mobile-header-sec #mobile-slide-in  li:last-child{
        border-bottom:0px;
    }

.mobile-header-sec #mobile-slide-in  a {
    font-weight: 400;
    font-size:18px;
    line-height:32px;
    display: inline-block;
    margin-bottom:0px;
    padding: 0;
    background: transparent;
    color: #fff;
    letter-spacing: .7px;
    text-transform: uppercase;
    transition: all .2s ease;
    border-bottom: 0px solid rgba(0,0,0,0);
    text-decoration:none;
    height: 36px;
}

.mobile-header-sec #mobile-slide-in  .current_page_item a {
    font-weight: 400;
    line-height:32px;
    padding: 0;
    background: transparent;
    color: #E55217;
    letter-spacing: .7px;
    text-transform: uppercase;
}


    #mobile-slide-in .slider ul li:before{
        display:none;
    }

.mobile-header-sec #mobile-slide-in .sub-menu {
    display: none;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.mobile-header-sec #mobile-slide-in .sub-menu a {
    border: none !important;
    font-size: 14px !important;
}
    
    #mobile-slide-in  #menu-main-navigation{
        padding:0 15px;
    }

}

@media(max-width:576px){
    .top_stacked_header .top_heade_left,.top_heade_right,.top_stacked_header .top_header_get_bt {
	   justify-content: center;
	   flex-basis: 100%;
        margin-left:0;
        padding:2px 0;
    }
    .top_stacked_header{
        height:85px;
        padding:0px !important;
    }
    
    .top_stacked_header .top_heade_left li a{
        padding:0 8px;
        font-size:14px;
    }
    
    .top_stacked_header .top_heade_right li a .fa{
        padding:0 8px;
    }
    
    .stacked_header .right_side_bt .btn{
        height:36px;
    }
    .stacked_header .right_side_bt .btn h6 {
	   display: inline-block;
	   font-size: 12px;
	   padding-right: 0px;
	   margin: 0;
    }
    .stacked_header .right_side_bt .btn .fa {
	   font-size: 12px;
	   line-height: 34px;
	   margin-left: 10px;
	   padding-left: 15px;
    }
    
    .stacked_header .top_header_get_bt .get_started_show {
        margin-left: auto;
        margin-right:15px;
    }
    
    .stacked_header .top_header_get_bt li a{
        font-size:13px;
    }
    .stacked_header .top_heade_left li{
        text-align: center;
    }
    .top_stacked_header .top_heade_left li a.contact_stacked{
        font-size:16px;
    }
    
    .stacked_header .logo_stacked{
        padding:0px !important;
    }
    
     .mobile-header-sec .menu-button{
        top:5px;
    }
}

/**********get_in_touh_fullwidth*************/


.get_in_touch_fullwidth{
    display:flex;
    flex-basis:100%;
    flex-direction:row;
    position: relative;
align-items:center;
}

.get_in_touch_fullwidth:before{
    position:absolute;
    content:'';
    width:100%;
    height:100%;
    top:0;
    left;0;
}

.get_in_touch_fullwidth .col span{
    color:#fac11c;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size:14px;
}
.get_in_touch_fullwidth .col h2{
    font-size:30px;
    margin-bottom:20px;
    margin-top:20px;
}

.get_in_touch_fullwidth .col p{

    font-size:17px;
}
.get_in_touch_fullwidth .right_side_bt .btn h6{
    display:inline-block;
}

.right_side_bt .btn{
    padding:0px 15px;
    height:40px;
}

.right_side_bt .btn .fa{
    font-size:12px;
    line-height:38px;
    margin-left:25px;
    padding-left:15px;
}
/******responsive******/

@media(max-width:576px){

    
    .get_in_touch_fullwidth .right_side_bt .btn h6{
        float:left;
        line-height:38px;
    }
    
    .get_in_touch_fullwidth .right_side_bt .btn .fa{
        float:right;
    }
    
    .get_in_touch_fullwidth .col{
        padding:0;
    }
    
    .get_in_touch_fullwidth .fullwidth_content{
        padding:0px 15px;
    }
    
    .get_in_touch_fullwidth{
        padding-bottom:50px;
        padding-top:50px;
    }
    
}


/**********splitscreen-hero*************/

.get_in_splitscreen{
    display:flex;
    flex-basis:100%;
    flex-direction:row;
    background-image:;
    background-repeat: no-repeat;
    background-size:cover;
    padding:0px 0;
    position: relative;  
}

.right_side_bt .btn-info h6{
    display:inline-block;
}

.content-div-right{
    flex-direction:row-reverse; 
}

.image_repsonsive{
    width:100%;
    height:auto;
}

.p1-both{
    padding:0px;
}

.get_in_splitscreen  .col span {
    display:block;
    margin-bottom:40px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
}

.get_in_splitscreen  .col h2{
	font-size: 30px;
	margin-bottom: 20px;
	margin-top: 20px;
}


.get_in_splitscreen .right_side_bt{
    margin-top:30px;
}

.get_in_splitscreen .row{
    align-items: center;
}

.btn-info.focus,.btn-info:focus {
	box-shadow:none;
}

.get_in_splitscreen.back .p1-left{
    display:flex;
    align-items: center;
    justify-content:center;
}

/*******responsive*******/

@media(min-width:992px) and (max-width:1199px){
    .get_in_splitscreen .col span{
        margin-bottom:10px;
    }
    .get_in_splitscreen .col h2 {
	   font-size: 24px;
	   margin-bottom: 15px;
	   margin-top: 15px;
    }
    .get_in_splitscreen .col h2 {
	   font-size: 24px;
	   margin-bottom: 15px;
	   margin-top: 15px;
    }
}

@media(min-width:768px) and (max-width:991px){
    .get_in_splitscreen .p1-left {
	   padding-left: 15px;
    }
    .get_in_splitscreen .col span{
        margin-bottom: 5px;
    }
    .get_in_splitscreen .col h2 {
	   font-size: 20px;
	   margin-bottom:8px;
	   margin-top: 8px;
    }
    
     .get_in_splitscreen .col p{
         font-size:14px;
    }
    .get_in_splitscreen .right_side_bt {
	   margin-top: 10px;
    }
}

@media(max-width:767px){
    .get_in_splitscreen .p1-both{
        flex-basis:100%;  
    }
    
    .get_in_splitscreen .fullwidth_content{
        margin-top:20px;
    }
    .get_in_splitscreen .col span{
        margin-bottom:20px;
    }
    
    .get_in_splitscreen.back::before{
        width:100%;
    }
    
/*
    .get_in_splitscreen.back .mobbackimage{
	   position:absolute;
       top:50%;
	   left: 50%;
	   transform: translate(-50%,-50%);
       background-color:transparent;
        background:transparent;
       z-index:1;
    }
*/
}

@media(max-width:576px){
}


/************form_Set**********/



.get_in_touch.form_Set .form_text{
    display:flex;
    align-items: center;
    justify-content:center;
}

.get_in_touch.form_Set .form_side{
    background-color: #252525; 
	align-items: center;
	justify-content: center;
	display: flex;
	padding: 50px 15px;
}

.get_in_touch.form_Set .form_part_top{
   width:400px;
}


.get_in_touch.form_Set .form_part_top form{
    padding:30px;
    border-radius:0px;
}

.get_in_touch.form_Set  .request_quote .btn{
    width:100%;
    height:50px;
}

.form_part_top h4{
    margin-bottom:20px;
    margin-top:0px;
    font-size:20px;
    color:#fff;
}

.get_in_touch.form_Set .form-control {
	color: #495057;
	background-color:#eeeeee;
	border: 0px solid #ced4da;
    border-radius:0;
	height: 54px;
}

.get_in_touch.form_Set .btn-primary {
	color: #fff;
	background-color: #fac11c;
	border-color: #fac11c;
}

.get_in_touch.form_Set .row{
    align-items: center;
}
    
.get_in_touch.form_Set .form-group{
    margin-bottom:24px;
}

.col.col-lg-6.p1-both.align-self-stretch.element{ padding:0; }


.video_wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
}



.videoIframe {
  width: 100%;
  background-color: transparent;
}

.videoPoster {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
  border: none
   text-indent: -999em;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: opacity 800ms, height 0s;
  -moz-transition: opacity 800ms, height 0s;
  transition: opacity 800ms, height 0s;
  -webkit-transition-delay: 0s, 0s;
  -moz-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;

}
.videoPoster button:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  border-radius: 100%;
  -webkit-transition: border-color 300ms;
  -moz-transition: border-color 300ms;
  transition: border-color 300ms;
  z-index: 999;
  cursor: pointer;
}
.videoPoster button:after {
    content: '';
    position: absolute;
	top: 49%;
    left: 49.5%;
    width: 0;
    height: 0;
    margin: -20px 0 0 -10px;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    -webkit-transition: border-color 300ms;
    -moz-transition: border-color 300ms;
    transition: border-color 300ms;
	z-index: 999;
	cursor: pointer;
}
.videoPoster button {
	cursor: pointer;
	position: relative;
	z-index: 999;
	width: 100%;
	height: 100%;
	background-color: transparent;
	border: 0px;
}


.videoPoster button:hover:before {
    border-color: #f00;
}
.videoPoster button:hover:after{
  border-left-color: #f00;
}
.videoWrapperActive .videoPoster {
  opacity: 0;
  height: 0;
  -webkit-transition-delay: 0s, 800ms;
  -moz-transition-delay: 0s, 800ms;
  transition-delay: 0s, 800ms;
}

.get_in_splitscreen .element.shadow::after{
	position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;	
	z-index:0;

}

.formdata{
    display:flex;
    justify-content: center;
    align-items: center;
}

.formdata .nf-form-cont{
    width:400px;
}

.get_in_splitscreen .ninja-forms-req-symbol{
    display:inline-block !important;
    margin-bottom:0px !important;
    text-transform: capitalize !important;
    letter-spacing: 1px;
    font-size: 14px;
}

#nf-form-title-1{
    margin-bottom:15px !important;
}

.formdata .nf-field-element input,.formdata .nf-field-element textarea{
    border-radius:0px;
}

.formdata  .nf-field-container{
    margin-bottom:15px;
}

.formdata .nf-field-element #nf-field-4{
    width:100%;
    background-color: #fac11c;
    color: #fff;
    border-radius:2px;
    cursor: pointer;
}

.label-above label{
	font-size: 16px !important;
	font-weight: 400 !important;
	color: #495057;
	transition: all .3s ease;
}


 #gallery {
	list-style:none;
	margin:40px 0;
	padding:0;
}

#gallery li{
	width:32%;
	display:inline-block;
	margin:8px 5px;
	position:relative;
}

#gallery li .grid-thumbnail{
	position:relative;
	height:200px;
	overflow:hidden;
}

#gallery li .grid-thumbnail:before{
	position:absolute;
	content:'';
	background-color:rgba(0,0,0,0.6);
	width:100%;
	height:100%;
	left:0;
	top:0;
	right:0;
	bottom:0;
}
#gallery li .grid-details{
	position:absolute;
	width:100%;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	z-index:1;
	text-align:center;
}

#gallery li .grid-details h5 a,#gallery li .grid-details a{
	color:#fff;
}


.footer_social_icons{
    display: flex;
    justify-content: center;
    flex-basis: 100%;
}

.footer_social_icons li{
    margin:0 8px;
}


.footer_social_icons li a .fa{
    font-size:24px;
}

.footer_apps_icons{
    display: flex;
    justify-content: center;
    flex-basis:100%;
    margin-top: 30px;
}

.footer_apps_icons li{
    margin:0 10px;
}

.footer_apps_icons li img{
    width: 130px;
}

.bottom_stacked_header nav .menu-item-has-children:hover .sub-men,.basic_header_default nav .menu-item-has-children:hover .sub-men{
    display:block;
}

.bottom_stacked_header nav .menu-item-has-children .sub-menu,.basic_header_default nav .menu-item-has-children .sub-menu{
    position: absolute;
    width: 120px;
    padding: 10px 0;
}

.bottom_stacked_header nav .menu-item-has-children .sub-menu a,.basic_header_default nav .menu-item-has-children .sub-menu a{
    line-height: 30px;
    height: 30px;
}

#menu-item-116{
    position: relative;
}

.basic_header_default #collapsibleNavbar ul.sub-menu{
    display: none;
}
.basic_header_default #collapsibleNavbar ul.sub-menu li a{
    padding:5px 10px;
    line-height: inherit;
    height: inherit;
}
.basic_header_default #collapsibleNavbar li:hover ul.sub-menu{
    display: block;
}






/*******responsive***********/

@media(min-width:992px) and (max-width:1199px){
    .get_in_touch.form_Set .form_part_top {
        padding: 0px 40px;
    }
	#gallery li{
		width:31%;
	}
}

@media(min-width:768px) and (max-width:991px){
    
    .get_in_touch.form_Set .form_part_top {
        padding: 0px 0px;
    } 
	#gallery li{
		width:48%;
	} 
}


@media(max-width:767px){
    .get_in_touch.form_Set .form_part_top{
        margin-top:20px;
        padding:0;
    }
    
    .get_in_touch.form_Set .col{
        flex-basis: 100%;
        padding:0px 15px;
    }
    
    .get_in_touch_fullwidth .text-center{
        text-align:left !important;
    }
    
    .get_in_touch.form_Set .form_text{
        background-color:#252525;
        padding:30px;
        color:#fff;
    }
    
    .get_in_touch.form_Set .form_part_top {
	   width: 100%;
    }
    .get_in_touch.form_Set .form_text{
        justify-content: flex-start;
    }
    
    .get_in_touch.form_Set .fullwidth_content p br{
        display:none;
    }
	
	#gallery li{
		width:98%;
	} 
	
	#demo .carousel-item {
    	height: 250px;
   	    overflow: hidden;
	}
    
    .bottom_stacked_header nav .menu-item-has-children .sub-menu{
        width: 100%;
    }
    
}

@media(max-width:576px){

.get_in_touch_fullwidth .right_side_bt{
        padding-left:15px;
    }
	
	#demo .carousel-item {
    	height:180px;
   	    overflow: hidden;
	}
	
	#carouselExample .carousel-control-prev {
	left: 5px;
	}
	
	#carouselExample .carousel-control-next {
	right: 5px;
	}
	
	#demo, #carouselExample {
	width: 100%;
	margin: 15px 0;
    }
    
    .footer-mailchimp .footer-top .col{
        flex-basis:100%;
        margin:15px 0;
    }
}

@media(max-width:480px){
    h2 br,p br{
        display:none;
    }
    
    .get_in_splitscreen .p1-both{
        height:320px;
        overflow:hidden;
    }
    
    .get_in_splitscreen .p1-both img{
        width:500px;
    }
    
    .formdata .nf-form-cont {
	   width: 300px;
    }
}


