﻿/* >>> BEGIN css/animate.css >>> */
/*!
animate.css"/>
>> BEGIN css/tabs.css >>> */
/**************************************************************************
*	@name		    Zozo UI Tabs
*	@descripton	    Create awesome tabbed content area
*	@version	    6.5
*   @Licenses: 	    http://codecanyon.net/licenses/
*   @requires       jQuery v1.7 or later
*	@copyright      Copyright (c) 2013 Zozo UI
*   @author         Zozo UI
*   
***************************************************************************/
/* removed @import (bundled) *//* removed @import (bundled) */article, aside, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}
.z-tabs, .z-tabs > ul, .z-tabs > ul > li, .z-tabs > ul > li > a, .z-tabs > .z-container, .z-tabs > .z-container > .z-content, .z-tabs > .z-container > .z-content > .z-content-inner {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
.z-tabs, .z-tabs:before, .z-tabs:after {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
.z-tabs, .z-tabs > ul, .z-tabs > ul > li, .z-tabs > ul > li > a {
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	display: block;
	outline: 0 none;
	text-decoration: none;
	list-style: none;
	list-style-type: none;
}
.z-tabs > .z-container > .z-content::after, .z-tabs > .z-container > .z-content > .z-content-inner::after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.z-tabs > .z-container > .z-content, .z-tabs > .z-container > .z-content > .z-content-inner {
	zoom: 1;
}
.z-tabs {
	clear: both;
	color: #333;
	font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.z-tabs > ul > li > a {
	color: #111;
	line-height: 18px;
	font-weight: inherit;
	font-size: 12px;
	padding: 13px 24px;
	background: none;
	cursor: pointer;
}
.z-tabs > ul > li.z-active > a {
	cursor: default;
}
ul.z-tabs-nav.z-tabs-desktop.z-hide-menu {
  border-bottom: solid 1px #bcbcbc;
  float: left;
  width: 100%;
 
}
ul.z-tabs-nav.z-tabs-desktop{
  border-bottom: solid 1px #bcbcbc;
  float: left;
  width: 100%;
   margin:0 0 70px 0;
}
.z-tabs > .z-container {
	padding: 0;
	margin: 0;

	
	position: relative;
	overflow: hidden;
}
.z-tabs > .z-container > .z-content {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	padding: 0;
	z-index: 7;
	display: none;
}
.z-tabs > .z-container > .z-content.z-active {
	z-index: 8;
}
.z-tabs > .z-container > .z-content > .z-content-inner {

	height: auto;
}
.z-tabs.mini > ul > li > a {
	font-size: 11px;
	padding: 7px 16px;
}
.z-tabs.small > ul > li > a {
	font-size: 11px;
	padding: 10px 16px;
}
.z-tabs.medium > ul > li > a {
	font-size: 20px;
	font-family: 'Raleway', sans-serif;
	padding: 15px 0px;
	font-weight:500;
}
.z-tabs.large > ul > li > a {
	font-size: 13px;
	padding: 16px 24px;
}
.z-tabs.xlarge > ul > li > a {
	font-size: 14px;
	padding: 19px 28px;
}
.z-tabs.xxlarge > ul > li > a {
	font-size: 15px;
	padding: 22px 32px;
}
.z-tabs.mini.vertical > ul > li > a {
	padding: 7px 13px;
}
.z-tabs.small.vertical > ul > li > a {
	padding: 10px 16px;
}
.z-tabs.medium.vertical > ul > li > a {
	padding: 13px 19px;
}
.z-tabs.large.vertical > ul > li > a {
	padding: 16px 22px;
}
.z-tabs.xlarge.vertical > ul > li > a {
	padding: 19px 25px;
}
.z-tabs.xxlarge.vertical > ul > li > a {
	padding: 22px 28px;
}
.z-tabs.white.z-bordered > ul > li.z-active > a {
	color: #D13636;
}
.z-tabs.vertical.top-right.white.z-bordered > ul > li.z-active > a {
	border-right: 3px solid #D13636;
}
.z-tabs.vertical.top-left.white.z-bordered > ul > li.z-active > a {
	border-left: 3px solid #D13636;
}
.z-tabs.mini.vertical.top-right.white.z-bordered > ul > li.z-active > a {
	border-right: 1px solid #D13636;
}
.z-tabs.mini.vertical.top-left.white.z-bordered > ul > li.z-active > a {
	border-left: 1px solid #D13636;
}
.z-tabs.small.vertical.top-right.white.z-bordered > ul > li.z-active > a {
	border-right: 2px solid #D13636;
}
.z-tabs.small.vertical.top-left.white.z-bordered > ul > li.z-active > a {
	border-left: 2px solid #D13636;
}
.z-tabs.mini.vertical.top-left.white.z-bordered > ul > li.z-active > a {
	padding-left: 10px;
}
.z-tabs.small.vertical.top-left.white.z-bordered > ul > li.z-active > a {
	padding-left: 13px;
}
.z-tabs.medium.vertical.top-left.white.z-bordered > ul > li.z-active > a {
	padding-left: 16px;
}
.z-tabs.large.vertical.top-left.white.z-bordered > ul > li.z-active > a {
	padding-left: 19px;
}
.z-tabs.xlarge.vertical.top-left.white.z-bordered > ul > li.z-active > a {
	padding-left: 22px;
}
.z-tabs.xxlarge.vertical.top-left.white.z-bordered > ul > li.z-active > a {
	padding-left: 25px;
}
.z-tabs.horizontal.top.white.z-bordered > ul > li.z-active > a {
	border-top: 3px solid #F44343;
	margin-top: 0;
	margin-bottom: 0;
}
.z-tabs.mini.horizontal.top.white.z-bordered > ul > li.z-active > a {
	padding-top: 7px;
	border-top-width: 1px
}
.z-tabs.small.horizontal.top.white.z-bordered > ul > li.z-active > a {
	padding-top: 9px;
	border-top-width: 2px
}
.z-tabs.medium.horizontal.top.white.z-bordered > ul > li.z-active > a {
	padding-top: 13px;
}
.z-tabs.large.horizontal.top.white.z-bordered > ul > li.z-active > a {
	padding-top: 14px;
}
.z-tabs.xlarge.horizontal.top.white.z-bordered > ul > li.z-active > a {
	padding-top: 17px;
}
.z-tabs.xxlarge.horizontal.top.white.z-bordered > ul > li.z-active > a {
	padding-top: 20px;
}
.z-tabs.horizontal.bottom.white.z-bordered > ul > li.z-active > a {
	border-bottom: 3px solid #D13636;
	margin-top: 0;
	margin-bottom: 0;
}
.z-tabs.mini.horizontal.bottom.white.z-bordered > ul > li.z-active > a {
	padding-bottom: 5px;
}
.z-tabs.small.horizontal.bottom.white.z-bordered > ul > li.z-active > a {
	padding-bottom: 8px;
}
.z-tabs.medium.horizontal.bottom.white.z-bordered > ul > li.z-active > a {
	padding-bottom: 11px;
}
.z-tabs.large.horizontal.bottom.white.z-bordered > ul > li.z-active > a {
	padding-bottom: 14px;
}
.z-tabs.xlarge.horizontal.bottom.white.z-bordered > ul > li.z-active > a {
	padding-bottom: 17px;
}
.z-tabs.xxlarge.horizontal.bottom.white.z-bordered > ul > li.z-active > a {
	padding-bottom: 20px;
}
.z-tabs.white.mobile.z-bordered > ul > li.z-active > a {
	border-bottom: 3px solid #D13636 !important;
}
.z-tabs-loading {
	position: relative;
	width: 100%;
	min-height: 120px;
}
.z-tabs-loading ul, .z-tabs-loading div {
	display: none;
}
.z-tabs .z-container {
	position: relative;
}
.z-tabs span.z-spinner, .z-tabs-loading .z-spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1000;
	text-indent: -999em;
	width: 55px;
	height: 55px;
	margin: -28px 0 0 -50px;
	padding: 24px;
	background: rgb(255, 255, 255) url(../img/loading-image.gif) no-repeat 50% 50%;
}
.z-tabs.z-rounded span.z-spinner {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.z-tabs .z-video {
	position: relative;
	padding-bottom: 46.25%;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.z-tabs .z-video.z-wide-screen {
	padding-bottom: 56.25%;
}
.z-tabs .z-video.z-four-by-three {
	padding-bottom: 75%;
}
.z-tabs .z-video.z-top-padding {
	padding-top: 30px;
}
.z-tabs .z-video iframe, .z-tabs .z-video object, .z-tabs .z-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
	z-index: 50;
}
.z-tabs > ul > li > a i {
	font-size: 1.125em;
	display: inline;
	width: auto;
	height: auto;
	line-height: normal;
	width: 24px;
	display: inline-block;
	margin-top: 0.015em;
}
.z-tabs > ul.z-tabs-mobile > li > a i {
	display: none;
}
.z-tabs.z-icons-large > ul > li > a i {
	font-size: 2.25em;
	display: block;
	margin: 0 auto;
	padding-bottom: 0.65em;
	text-align: center;
	line-height: 0;
	margin-top: 0.65em;
}
.z-tabs.mini > ul > li > a i, .z-tabs.small > ul > li > a i {
	font-size: 1.25em;
}
.z-tabs.z-icons-large > ul > li > a {
	text-align: center;
}
.z-tabs > ul > li > a > span.z-icon, .z-tabs.z-multiline > ul.z-tabs-nav.z-tabs-desktop > li > a > span.z-icon, .z-tabs.z-multiline > ul.z-tabs-nav.z-tabs-mobile > li > a > span > span.z-icon {
	width: 20px;
	display: inline-block;
	font-size: inherit;
	font-weight: normal;
	text-transform: initial;
	text-align: left;
}
.z-tabs.vertical > ul.z-tabs-nav > li > a > span.z-icon, .z-tabs.z-multiline.vertical > ul.z-tabs-nav.z-tabs-desktop > li > a > span.z-icon, .z-tabs.z-multiline.vertical > ul.z-tabs-nav.z-tabs-mobile > li > a > span > span.z-icon {
	width: 24px;
}
.z-tabs.center > ul > li > a, .z-tabs.center.mobile > ul > li > a {
	text-align: center !important;
}
.z-tabs.right > ul > li > a, .z-tabs.right.mobile > ul > li > a {
	text-align: right !important;
}
.z-tabs.left > ul > li > a, .z-tabs.left.mobile > ul > li > a {
	text-align: left !important;
}
.z-tabs.vertical > .z-container > .z-content.z-nopadding > .z-content-inner, .z-tabs.horizontal > .z-container > .z-content.z-nopadding > .z-content-inner, .z-tabs > .z-container > .z-content.z-nopadding > .z-content-inner {
	padding: 0 !important;
}
.clearfix {

}
.clearfix:before, .clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}
.clearfix:after {
	clear: both;
}
.z-tabs.vertical > ul {
	float: left;
	border-width: 1px 0 1px 1px;
	min-width: 200px;
	width: 25%;
}
.z-tabs.vertical > ul > li > a {
	border-width: 0 0 1px 0;
}
.z-tabs.vertical > ul > li.z-last > a {
	border-bottom-width: 0;
}
.z-tabs.vertical > ul > li.z-active > a {
	border-right-width: 0;
	z-index: 10;
}
.z-tabs.vertical > ul > li.z-active.z-first > a {
	border-bottom-width: 1px;
}
.z-tabs.vertical.top-left > ul {
	margin-left: 0;
	margin-right: -1px;
}
.z-tabs.vertical.top-right > ul {
	margin-right: 0;
	margin-left: -1px;
}
.ie7 body .z-tabs.vertical.top-left > ul {
	margin-right: 0;
}
.ie7 body .z-tabs.vertical.top-right > ul {
	margin-left: 0;
}
.ie7 body .z-tabs.vertical.top-left > ul > li, .ie7 body .z-tabs.vertical.top-left > ul > li > .z-link, .ie7 body .z-tabs.vertical.top-left > ul {
	z-index: 10 !important;
}
.ie7 body .z-tabs.vertical.top-left > ul > li.z-active > a {
	border-right: 1px solid #fff !important;
}
.z-tabs.vertical.top-right > ul {
	float: right;
	border-width: 1px 1px 1px 0;
}
.ie7 body .z-tabs.vertical.top-right > ul > li.z-active > a {
	border-right-width: 0 !important;
	border-left: 1px solid #fff !important;
	left: -1px;
}
.ie7 body .z-tabs.vertical.top-right > ul > li, .ie7 body .z-tabs.vertical.top-right > ul {
	z-index: 10 !important;
}
.ie7 body .z-tabs.vertical.top-right > .z-container {
}
.z-tabs.vertical.z-rounded > .z-container {
	-webkit-border-radius: 0 6px 6px 0;
	-moz-border-radius: 0 6px 6px 0;
	border-radius: 0 6px 6px 0;
}
.z-tabs.vertical.z-rounded > ul {
	-webkit-border-radius: 6px 0 0 6px;
	-moz-border-radius: 6px 0 0 6px;
	border-radius: 6px 0 0 6px;
}
.z-tabs.vertical.z-rounded > ul > li.z-first, .z-tabs.vertical.z-rounded > ul > li.z-first > a {
	-webkit-border-radius: 5px 0 0 0;
	-moz-border-radius: 5px 0 0 0;
	border-radius: 5px 0 0 0;
}
.z-tabs.vertical.z-rounded > ul > li.z-last, .z-tabs.vertical.z-rounded > ul > li.z-last > a {
	-webkit-border-radius: 0 0 0 5px;
	-moz-border-radius: 0 0 0 5px;
	border-radius: 0 0 0 5px;
}
.z-tabs.vertical.z-rounded.top-right > ul {
	-webkit-border-radius: 0 6px 6px 0;
	-moz-border-radius: 0 6px 6px 0;
	border-radius: 0 6px 6px 0;
}
.z-tabs.vertical.z-rounded.top-right > ul > li.z-first, .z-tabs.vertical.z-rounded.top-right > ul > li.z-first > a {
	-webkit-border-radius: 0 5px 0 0;
	-moz-border-radius: 0 5px 0 0;
	border-radius: 0 5px 0 0;
}
.z-tabs.vertical.z-rounded.top-right > ul > li.z-last, .z-tabs.vertical.z-rounded.top-right > ul > li.z-last > a {
	-webkit-border-radius: 0 0 5px 0;
	-moz-border-radius: 0 0 5px 0;
	border-radius: 0 0 5px 0;
}
.z-tabs.vertical.z-rounded.top-right > .z-container {
	-webkit-border-radius: 6px 0 0 6px;
	-moz-border-radius: 6px 0 0 6px;
	border-radius: 6px 0 0 6px;
}
.z-tabs.vertical.z-shadows > ul, .z-tabs.vertical.z-shadows > .z-container {
	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.125);
	-moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.125);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.125);
}
.z-tabs.vertical.z-shadows > ul > li > a {
	-webkit-box-shadow: 0 1px 3px -3px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 1px 3px -3px rgba(0, 0, 0, 0.15);
	box-shadow: 0 1px 3px -3px rgba(0, 0, 0, 0.15);
}
.z-tabs.horizontal > ul > li.z-active {
	background: none;
	z-index: 1;
}
.z-tabs.horizontal > ul > li > a {
	margin-right: -1px;
	min-height: 1px;
}
.z-tabs.top-compact > ul > li > a, .z-tabs.bottom-compact > ul > li > a {
	padding-left: 0;
	padding-right: 0;
}
.z-tabs.horizontal.top > ul > li.z-active {
	top: 3px;
	margin-top: -2px;
	padding-bottom: 2px;
}
.z-tabs.horizontal > ul > li.z-last > a, .z-tabs.horizontal > ul > li.z-last-col > a {
	margin-right: 0 !important;
}
.z-tabs.horizontal.top-center > ul.z-tabs-desktop {
	clear: left;
	float: left;
	left: 50%;
	text-align: center;
}
.z-tabs.horizontal.top-center > ul > li {
	right: 50%;
}
.z-tabs.horizontal.top-right > ul {
	float: right;
	margin: 0 -1px 0 0;
}
.z-tabs.horizontal.top-right > ul > li.z-last {
	margin-right: 1px;
}
.ie7 body .z-tabs.horizontal.top-right > ul > li.z-last {
	margin-right: -1px;
}
.ie7 body .z-tabs.horizontal > .z-container {
	clear: none;
	width: 100%;
}
.z-tabs.horizontal.bottom > ul > li.z-active {
	top: -1px;
	padding-top: 1px;
	z-index: 9;
}
.z-tabs.horizontal.bottom > .z-container {
	z-index: 7;
}
.z-tabs.horizontal.bottom > ul > li > a {
	top: -1px;
	border-width: 0 1px 1px 1px;
}
.z-tabs.horizontal.bottom-center > ul {
	float: left;
	left: 50%;
	text-align: center;
}
.z-tabs.horizontal.bottom-center > ul > li {
	right: 50%;
}
.z-tabs.horizontal.bottom-right > ul {
	float: right;
}
.ie7 .z-tabs.horizontal.top-compact > ul.z-tabs-desktop > li.z-last {
	margin-right: 0;
}
.ie7 .z-tabs.horizontal.bottom-compact > ul.z-tabs-desktop > li.z-last {
	margin-right: 0;
}
.z-tabs.horizontal.responsive > ul > li > a, .z-tabs.horizontal.top-compact > ul > li > a, .z-tabs.horizontal.bottom-compact > ul > li > a, .z-tabs.horizontal.top-center > ul > li > a, .z-tabs.horizontal.bottom-center > ul > li > a {
	text-align: center;
}
.z-tabs.horizontal.top.z-rounded > ul > li.z-first, .z-tabs.horizontal.top.z-rounded > ul > li.z-first > a {
	-webkit-border-radius: 5px 0 0 0;
	-moz-border-radius: 5px 0 0 0;
	border-radius: 5px 0 0 0;
}
.z-tabs.horizontal.top.z-rounded > ul > li.z-last, .z-tabs.horizontal.top.z-rounded > ul > li.z-last > a {
	-webkit-border-radius: 0 5px 0 0;
	-moz-border-radius: 0 5px 0 0;
	border-radius: 0 5px 0 0;
}
.z-tabs.horizontal.top-left.z-rounded > .z-container {
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px 6px;
	border-radius: 0 6px 6px 6px;
}
.z-tabs.horizontal.top-center.z-rounded > .z-container {
	-webkit-border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
}
.z-tabs.horizontal.top-right.z-rounded > .z-container {
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}
.z-tabs.horizontal.z-rounded.top-compact > .z-container {
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	-khtml-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
}
.z-tabs.horizontal.z-rounded.bottom > ul > li.z-first, .z-tabs.horizontal.z-rounded.bottom > ul > li.z-first > a {
	-webkit-border-radius: 0 0 0 5px;
	-moz-border-radius: 0 0 0 5px;
	border-radius: 0 0 0 5px;
}
.z-tabs.horizontal.z-rounded.bottom > ul > li.z-last, .z-tabs.horizontal.z-rounded.bottom > ul > li.z-last > a {
	-webkit-border-radius: 0 0 5px 0;
	-moz-border-radius: 0 0 5px 0;
	border-radius: 0 0 5px 0;
}
.z-tabs.horizontal.z-rounded.bottom-left > .z-container {
	-webkit-border-radius: 6px 6px 6px 0;
	-moz-border-radius: 6px 6px 6px 0;
	border-radius: 6px 6px 6px 0;
}
.z-tabs.horizontal.z-rounded.bottom-center > .z-container {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.z-tabs.horizontal.z-rounded.bottom-right .z-container {
	-webkit-border-radius: 6px 6px 0 6px;
	-moz-border-radius: 6px 6px 0 6px;
	-khtml-border-radius: 6px 6px 0 6px;
	border-radius: 6px 6px 0 6px;
}
.z-tabs.horizontal.z-rounded.bottom-compact > .z-container {
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	-khtml-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
}
.z-tabs.horizontal.responsive.top.z-rounded > .z-container {
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
}
.z-tabs.horizontal.responsive.bottom.z-rounded > .z-container {
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
}
.z-tabs.horizontal.responsive.top.z-rounded > .z-tabs-mobile, .z-tabs.horizontal.responsive.top.z-rounded > .z-tabs-mobile > li {
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
}
.z-tabs.horizontal.responsive.bottom.z-rounded > .z-tabs-mobile, .z-tabs.horizontal.responsive.bottom.z-rounded > .z-tabs-mobile > li {
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
}
.z-tabs.black > ul, .z-tabs.black > ul > li > a, .z-tabs.black > .z-container {
	border-color: #343232;
	border-style: solid;
}
.z-tabs.black > ul > li > a {
	color: white;
	background: #333333;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#333333), to(#555555));
	background: -webkit-linear-gradient(top, #333333, #555555);
	background: -moz-linear-gradient(top, #333333, #555555);
	background: -ms-linear-gradient(top, #333333, #555555);
	background: -o-linear-gradient(top, #333333, #555555);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#555555', GradientType=0 );
}
.z-tabs.black > ul > li > a {
	color: white;
	-shadow: 0 -1px 0 rgba(0, 0, 0, .5);
}
.z-tabs.black > ul > li > a:hover {
	background: #353434;
}
.z-tabs.black > ul > li.z-active > a {
	background: #fff;
	color: #3E3E3E;
	text-shadow: none;
	box-shadow: none;
	filter: none;
}
.z-tabs.black2 {
	color: #F7F7F7;
	text-shadow: none;
}
.z-tabs.black2 > .z-container {
	background: #222;
}
.z-tabs.black2 > ul, .z-tabs.black2 > ul > li > a, .z-tabs.black2 > .z-container {
	border-color: #191919;
	border-style: solid;
}
.z-tabs.black2 > ul > li > a {
	color: #F7F7F7;
	background: #454545;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#303030), to(#262626));
	background: -webkit-linear-gradient(top, #303030, #262626);
	background: -moz-linear-gradient(top, #303030, #262626);
	background: -ms-linear-gradient(top, #303030, #262626);
	background: -o-linear-gradient(top, #303030, #262626);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#303030', endColorstr='#262626', GradientType=0 );
}
.z-tabs.black2 > ul > li a {
	color: #F7F7F7;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .5);
}
.z-tabs.black2 > ul > li.z-active > a {
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .5);
}
.z-tabs.black2 > ul > li > a:hover {
	background: #353434;
}
.z-tabs.black2 > ul > li.z-active > a {
	background: #222;
	color: #dadada;
	text-shadow: none;
	box-shadow: none;
	filter: none;
}
.z-tabs.blue > ul, .z-tabs.blue > ul > li > a, .z-tabs.blue > .z-container {
	border-color: #0487BD;
	border-style: solid;
}
.z-tabs.blue > ul > li > a {
	background: #1abde7;
	background: -moz-linear-gradient(top, #1abde7 0%, #1c9dd1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1abde7), color-stop(100%, #1c9dd1));
	background: -webkit-linear-gradient(top, #1abde7 0%, #1c9dd1 100%);
	background: -o-linear-gradient(top, #1abde7 0%, #1c9dd1 100%);
	background: -ms-linear-gradient(top, #1abde7 0%, #1c9dd1 100%);
	background: linear-gradient(to bottom, #1abde7 0%, #1c9dd1 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1abde7', endColorstr='#1c9dd1', GradientType=0 );
}
.z-tabs.blue > ul > li a {
	color: white;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
}
.z-tabs.blue > ul > li.z-active > a {
	text-shadow: 0 1px 1px white;
	color: Black
}
.z-tabs.blue > ul > li > a:hover {
	background: #21ADDF;
}
.z-tabs.blue > ul > li.z-active > a {
	background: #fff;
	color: #000F4D;
	text-shadow: 0 1px rgba(78, 78, 78, 0.1);
	filter: none;
}
.z-tabs.crystal > ul, .z-tabs.crystal > ul > li > a, .z-tabs.crystal > .z-container {
	border-color: #ddd;
	border-color: #b4b4b4;
	border-style: solid;
}
.z-tabs.crystal > ul > li > a {
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(50%, rgba(243,243,243,1)), color-stop(51%, rgba(237,237,237,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
}
.z-tabs.crystal > ul > li > a:hover {
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=0 );
	background: whiteSmoke;
	background: -moz-linear-gradient(top, #ffffff 0%, #ececec 50%, #e0e0e0 50%, #f2f2f2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #ececec), color-stop(50%, #e0e0e0), color-stop(100%, #f2f2f2));
	background: -webkit-linear-gradient(top, #ffffff 0%, #ececec 50%, #e0e0e0 50%, #f2f2f2 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #ececec 50%, #e0e0e0 50%, #f2f2f2 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #ececec 50%, #e0e0e0 50%, #f2f2f2 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #ececec 50%, #e0e0e0 50%, #f2f2f2 100%);
}
.z-tabs.crystal > ul > li.z-active > a {
	background: #fff;
	text-shadow: 0 1px 1px white;
	color: Black;
	filter: none;
}
.z-tabs.deepblue > ul, .z-tabs.deepblue > ul > li > a, .z-tabs.deepblue > .z-container {
	border-color: #1E69DE;
	border-style: solid;
}
.z-tabs.deepblue > ul > li > a {
	background: #479fed;
	background: -moz-linear-gradient(top, #479fed 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #479fed), color-stop(50%, #54a3ee), color-stop(51%, #3690f0), color-stop(100%, #1e69de));
	background: -webkit-linear-gradient(top, #479fed 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%);
	background: -o-linear-gradient(top, #479fed 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%);
	background: -ms-linear-gradient(top, #479fed 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%);
	background: linear-gradient(to bottom, #479fed 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#479fed', endColorstr='#1e69de', GradientType=0 );
}
.z-tabs.deepblue > ul > li > a {
	color: white;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
}
.z-tabs.deepblue > ul > li.z-active > a {
	text-shadow: 0 1px 1px white;
	color: Black
}
.z-tabs.deepblue > ul > li > a:hover {
	background: #238dea;
	background: -moz-linear-gradient(top, #238dea 0%, #54a3ee 50%, #3690f0 51%, #065cdd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #238dea), color-stop(50%, #54a3ee), color-stop(51%, #3690f0), color-stop(100%, #065cdd));
	background: -webkit-linear-gradient(top, #238dea 0%, #54a3ee 50%, #3690f0 51%, #065cdd 100%);
	background: -o-linear-gradient(top, #238dea 0%, #54a3ee 50%, #3690f0 51%, #065cdd 100%);
	background: -ms-linear-gradient(top, #238dea 0%, #54a3ee 50%, #3690f0 51%, #065cdd 100%);
	background: linear-gradient(to bottom, #238dea 0%, #54a3ee 50%, #3690f0 51%, #065cdd 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#238dea', endColorstr='#065cdd', GradientType=0 );
}
.z-tabs.deepblue > ul > li.z-active > a {
	background: #fff;
	color: #000F4D;
	text-shadow: 0 1px rgba(78, 78, 78, 0.1);
	filter: none;
}
.z-tabs.gray > ul, .z-tabs.gray > ul > li > a, .z-tabs.gray > .z-container {
	border-color: #B3B3B3;
	border-style: solid;
}
.z-tabs.gray > ul > li > a {
	background: whiteSmoke;
	background: -moz-linear-gradient(top, #dbdbdb 0%, #f2f2f2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dbdbdb), color-stop(100%, #f2f2f2));
	background: -webkit-linear-gradient(top, #dbdbdb 0%, #f2f2f2 100%);
	background: -o-linear-gradient(top, #dbdbdb 0%, #f2f2f2 100%);
	background: -ms-linear-gradient(top, #dbdbdb 0%, #f2f2f2 100%);
	background: linear-gradient(to bottom, #dbdbdb 0%, #f2f2f2 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdbdb', endColorstr='#f2f2f2', GradientType=0 );
}
.z-tabs.gray > ul > li > a:hover {
	background: #e8e8e8;
	background: -moz-linear-gradient(top, #e8e8e8 0%, #f7f7f7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e8e8e8), color-stop(100%, #f7f7f7));
	background: -webkit-linear-gradient(top, #e8e8e8 0%, #f7f7f7 100%);
	background: -o-linear-gradient(top, #e8e8e8 0%, #f7f7f7 100%);
	background: -ms-linear-gradient(top, #e8e8e8 0%, #f7f7f7 100%);
	background: linear-gradient(to bottom, #e8e8e8 0%, #f7f7f7 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#f7f7f7', GradientType=0 );
}
.z-tabs.gray > ul > li.z-active > a {
	background: #fff;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-shadow: 0 1px 1px white;
	filter: none;
}
.z-tabs.green > ul, .z-tabs.green > ul > li > a, .z-tabs.green > .z-container {
	border-color: #336c2b;
	border-style: solid;
}
.z-tabs.green > ul > li > a {
	color: white;
	background: #5fae53;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#5fae53), to(#3b7c33));
	background: -webkit-linear-gradient(top, #5fae53, #3b7c33);
	background: -moz-linear-gradient(top, #5fae53, #3b7c33);
	background: -ms-linear-gradient(top, #5fae53, #3b7c33);
	background: -o-linear-gradient(top, #5fae53, #3b7c33);
}
.z-tabs.green > ul > li > a {
	color: white;
	text-shadow: 0 1px 0 #387031;
}
.z-tabs.green > ul > li.z-active > a {
	text-shadow: 0 1px 1px white;
	color: Black
}
.z-tabs.green > ul > li > a:hover {
	background: #3b7c33;
}
.z-tabs.green > ul > li.z-active > a {
	background: #fff;
	color: #2C3F0A;
	text-shadow: none;
	box-shadow: none;
	filter: none;
}
.z-tabs.orange > ul, .z-tabs.orange > ul > li > a, .z-tabs.orange > .z-container {
	border-color: #D64817;
	border-style: solid;
}
.z-tabs.orange > ul > li > a {
	background: #F2825B;
	background: -moz-linear-gradient(top, #F2825B 0%, #E55B2B 50%, #F07146 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F2825B), color-stop(50%, #E55B2B), color-stop(100%, #F07146));
	background: -webkit-linear-gradient(top, #F2825B 0%, #E55B2B 50%, #F07146 100%);
	background: -o-linear-gradient(top, #F2825B 0%, #E55B2B 50%, #F07146 100%);
	background: -ms-linear-gradient(top, #F2825B 0%, #E55B2B 50%, #F07146 100%);
	background: linear-gradient(to bottom, #F2825B 0%, #E55B2B 50%, #F07146 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2825b', endColorstr='#f07146', GradientType=0 );
}
.z-tabs.orange > ul > li > a:hover {
	background: #F2825B;
	background: -moz-linear-gradient(top, #F2825B 0%, #E55B2B 50%, #F07146 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F2825B), color-stop(50%, #E55B2B), color-stop(100%, #F07146));
	background: -webkit-linear-gradient(top, #F2825B 0%, #E55B2B 50%, #F07146 100%);
	background: -o-linear-gradient(top, #F2825B 0%, #E55B2B 50%, #F07146 100%);
	background: -ms-linear-gradient(top, #F2825B 0%, #E55B2B 50%, #F07146 100%);
	background: linear-gradient(to bottom, #F2825B 0%, #E55B2B 50%, #F07146 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2825b', endColorstr='#f07146', GradientType=0 );
}
.z-tabs.orange > ul > li.z-active > a {
	background: #fff;
	text-shadow: 0 1px 1px white;
	color: Black;
	filter: none;
}
.z-tabs.orange > ul > li > a {
	color: white;
	text-shadow: 0 1px #5E1902;
}
.z-tabs.orange > ul > li.z-active > a {
	color: black;
	text-shadow: 0 1px white;
}
.z-tabs.red > ul, .z-tabs.red > ul > li > a, .z-tabs.red > .z-container {
	border-color: #951100;
	border-style: solid;
}
.z-tabs.red > ul > li > a {
	color: #fff;
	text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.8);
	background: #d84a38;
	background: -moz-linear-gradient(top, #dd4b39 0%, #d14836 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dd4b39), color-stop(100%, #d14836));
	background: -webkit-linear-gradient(top, #dd4b39 0%, #d14836 100%);
	background: -o-linear-gradient(top, #dd4b39 0%, #d14836 100%);
	background: -ms-linear-gradient(top, #dd4b39 0%, #d14836 100%);
	background: linear-gradient(to bottom, #dd4b39 0%, #d14836 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd4b39', endColorstr='#d14836', GradientType=0 );
}
.z-tabs.red > ul > li > a:hover {
	background: #d34332;
	background: -moz-linear-gradient(top, #dd4b39 0%, #c53727 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dd4b39), color-stop(100%, #c53727));
	background: -webkit-linear-gradient(top, #dd4b39 0%, #c53727 100%);
	background: -o-linear-gradient(top, #dd4b39 0%, #c53727 100%);
	background: -ms-linear-gradient(top, #dd4b39 0%, #c53727 100%);
	background: linear-gradient(to bottom, #dd4b39 0%, #c53727 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd4b39', endColorstr='#c53727', GradientType=0 );
}
.z-tabs.red > ul > li.z-active > a {
	background: white;
	color: #951100;
	text-shadow: none;
	filter: none;
}
.z-tabs.red > ul > li > a {
	color: white;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .5);
}
.z-tabs.red > ul > li.z-active > a {
	text-shadow: 0 1px 1px white;
	color: Black
}
.z-tabs.white > ul, .z-tabs.white > ul > li > a, .z-tabs.white > .z-container {
	border-color: #CECECE;
	border-style: solid;
}
.z-tabs.white > ul > li > a {
	background: #fff;
	color: #333;
	text-shadow: 0 1px #f5f5f5;
}
.z-tabs.white > ul > li.z-active > a {
	text-shadow: 0 1px 1px white;
	color: #333;
}
.z-tabs.white.mobile > ul > li.z-active > a {
	font-weight: bold;
}
.z-tabs.underlined, .z-tabs.underlined > ul, .z-tabs.underlined > ul > li, .z-tabs.underlined > ul > li.z-first, .z-tabs.underlined > ul > li.z-last, .z-tabs.underlined > ul > li.z-first.z-active, .z-tabs.underlined > ul > li.z-last.z-active, .z-tabs.underlined > ul > li.z-active, .z-tabs.underlined > ul > li:hover, .z-tabs.underlined > ul > li > a.z-link, .z-tabs.underlined > ul > li > a:hover, .z-tabs.underlined > .z-container {
	border-width: 0;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	background: none;
	filter: none;
}
.z-tabs.underlined > ul > li {
	top: 0;
	padding: 0;
}
.z-tabs.underlined.horizontal > ul > li.z-active {
	top: 0;
	margin-top: 0;
	padding-bottom: 0;
	padding-top: 0;
}
.z-tabs.underlined.horizontal > ul > li > a {
	top: 0;
	text-shadow: 0 1px 1px white;
	color: #333;
	opacity: 0.80;
	filter: none;
	margin-left: 16px;
}
.z-tabs.underlined.horizontal.top-compact > ul.z-tabs-nav.z-tabs-desktop > li, .z-tabs.underlined.horizontal.top-compact > ul.z-tabs-nav.z-tabs-desktop > li.z-active, .z-tabs.underlined.horizontal.top-compact > ul.z-tabs-nav.z-tabs-desktop > li:hover, .z-tabs.underlined.horizontal.top-left > ul.z-tabs-nav > li.z-first > a, .z-tabs.underlined.horizontal.bottom-left > ul.z-tabs-nav > li.z-first > a {
	margin-left: 0;
}
.z-tabs.underlined.horizontal.top-right > ul.z-tabs-nav > li.z-last > a, .z-tabs.underlined.horizontal.bottom-right > ul.z-tabs-nav > li.z-last > a {
	margin-right: 0;
}
.z-tabs.underlined.horizontal > .z-container > .z-content > .z-content-inner {
	padding: 1.4em 0;
}
.z-tabs.underlined.horizontal.top > ul > li > a:hover, .z-tabs.underlined.horizontal.top> ul > li.z-active > a {
	font-weight: normal;
	margin-bottom: 0;
	border-width: 0 0 3px 0;
	opacity: 1;
}
.z-tabs.underlined.horizontal.top > .z-container {
	border-width: 1px 0 0 0;
}
.z-tabs.underlined.horizontal.bottom > .z-container {
	border-width: 0 0 1px 0;
}
.z-tabs.underlined.horizontal.bottom > ul > li > a {
	margin-top: 3px;
}
.z-tabs.underlined.horizontal.bottom > ul > li > a:hover, .z-tabs.underlined.horizontal.bottom > ul > li.z-active > a {
	font-weight: normal;
	margin-bottom: 0;
	border-width: 3px 0 0 0;
	margin-top: 0;
}
.z-tabs.underlined.vertical > ul {
	border-width: 0;
}
.z-tabs.underlined.vertical > .z-container > .z-content > .z-content-inner {
	padding: 0 2em;
}
.z-tabs.vertical.underlined > ul > li > a {
	filter: none;
	background: transparent;
	margin: 0;
	text-shadow: 0 1px 1px white;
	color: #333;
	margin-left: 3px;
}
.z-tabs.vertical.underlined.top-left > ul {
	border-width: 0 1px 0 0;
}
.z-tabs.vertical.underlined.top-right > ul {
	border-width: 0 0 0 1px;
}
.z-tabs.vertical.underlined > ul.z-tabs-nav > li.z-active > a, .z-tabs.vertical.underlined > ul.z-tabs-nav > li > a:hover {
	font-weight: normal;
	margin-bottom: 0;
	border-width: 0;
	background: #FAFAFA;
}
.z-tabs.vertical.underlined.top-left > ul.z-tabs-nav > li.z-active > a, .z-tabs.vertical.underlined.top-left > ul.z-tabs-nav > li > a:hover {
	border-width: 0 3px 0 0;
}
.z-tabs.vertical.underlined.top-right > ul.z-tabs-nav > li.z-active > a, .z-tabs.vertical.underlined.top-right > ul.z-tabs-nav > li > a:hover {
	border-width: 0 0 0 3px;
	margin-left: 0;
}
.ie7 body .z-tabs.underlined.vertical.top-right > ul.z-tabs-nav > li.z-active {
	border-right-width: 0 !important;
	border-left: 3px solid #444 !important;
	left: -1px;
}
.ie7 body .z-tabs.underlined.vertical.top-left > ul.z-tabs-nav > li.z-active {
	border-right: 3px solid #444 !important;
}
.z-tabs.underlined.horizontal.mini > ul.z-tabs-nav > li > a.z-link {
	padding: 6px 6px;
}
.z-tabs.underlined.horizontal.small > ul.z-tabs-nav > li > a.z-link {
	padding: 8px 8px;
}
.z-tabs.underlined.horizontal.medium > ul.z-tabs-nav > li > a.z-link {
	padding: 10px 10px;
}
.z-tabs.underlined.horizontal.large > ul.z-tabs-nav > li > a.z-link {
	padding: 10px 12px;
}
.z-tabs.underlined.horizontal.xlarge > ul.z-tabs-nav > li > a.z-link {
	padding: 12px 14px;
}
.z-tabs.underlined.horizontal.xxlarge > ul.z-tabs-nav > li > a.z-link {
	padding: 14px 16px;
}
.z-tabs.underlined.horizontal.mini > ul.z-tabs-nav > li:hover, .z-tabs.underlined.horizontal.mini > ul.z-tabs-nav > li.z-active, .z-tabs.underlined.horizontal.small > ul.z-tabs-nav > li:hover, .z-tabs.underlined.horizontal.small > ul.z-tabs-nav > li.z-active {
	border-bottom-width: 2px;
}
.z-tabs.underlined > .z-container, .z-tabs.underlined > ul.z-tabs-nav, .z-tabs.underlined > ul.z-tabs-nav > li > a {
	border-color: #e6e6e6;
}
.z-tabs.underlined.red > ul.z-tabs-nav > li.z-active > a, .z-tabs.underlined.red > ul.z-tabs-nav > li > a:hover {
	border-color: #DD4B39;
}
.z-tabs.underlined.blue > ul.z-tabs-nav > li.z-active > a, .z-tabs.underlined.blue > ul.z-tabs-nav > li > a:hover {
	border-color: #00B0D8;
}
.z-tabs.underlined.deepblue > ul.z-tabs-nav > li.z-active > a, .z-tabs.underlined.deepblue > ul.z-tabs-nav > li:hover {
	border-color: #1E69DE;
}
.z-tabs.underlined.orange > ul.z-tabs-nav > li.z-active > a, .z-tabs.underlined.orange > ul.z-tabs-nav > li > a:hover {
	border-color: #FD9C00;
}
.z-tabs.underlined.green > ul.z-tabs-nav > li.z-active > a, .z-tabs.underlined.green > ul.z-tabs-nav > li > a:hover {
	border-color: #093;
}
.z-tabs.underlined.white > ul.z-tabs-nav > li.z-active > a, .z-tabs.underlined.white > ul.z-tabs-nav > li > a:hover {
	border-color: #D8D8D8;
}
.z-tabs.underlined.crystal > ul.z-tabs-nav > li.z-active > a, .z-tabs.underlined.crystal > ul.z-tabs-nav > li > a:hover {
	border-color: #999;
}
.z-tabs.underlined.silver > ul.z-tabs-nav > li.z-active > a, .z-tabs.underlined.silver > ul.z-tabs-nav > li > a:hover {
	border-color: #777;
}
.z-tabs.underlined.gray > ul.z-tabs-nav > li.z-active > a, .z-tabs.underlined.gray > ul.z-tabs-nav > li > a:hover {
	border-color: #333;
}
.z-tabs.underlined.black > ul.z-tabs-nav > li.z-active > a, .z-tabs.underlined.black > ul.z-tabs-nav > li > a:hover {
	border-color: black;
}
.z-tabs.underlined.mobile > ul.z-tabs-mobile, .z-tabs.underlined.mobile > ul.z-tabs-desktop {
	border-width: 0;
	margin-top: 0;
}
.z-tabs.mobile.underlined> .z-container > .z-content > .z-content-inner {
	padding: 0;
}
.z-tabs.mobile.underlined > .z-container {
	border-width: 0;
	margin-top: 0;
	margin-bottom: 0;
}
.z-tabs.underlined.mobile > ul.z-tabs-mobile.z-state-closed {
	border-width: 0;
}
.z-tabs.underlined.mobile.vertical > .z-container > .z-content .z-content-inner {
	padding: 2em;
}
.z-tabs.underlined.mobile > ul.z-tabs-nav > li > a {
	text-transform: uppercase;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.z-tabs.underlined.mobile > ul.z-tabs-desktop > li > a {
	-moz-transition: background-color 200ms ease-out, color 200ms ease-out, text-shadow 200ms ease-out;
	-o-transition: background-color 200ms ease-out, color 200ms ease-out, text-shadow 200ms ease-out;
	-webkit-transition: background-color 200ms ease-out, color 200ms ease-out, text-shadow 200ms ease-out;
	-ms-transition: background-color 200ms ease-out, color 200ms ease-out, text-shadow 200ms ease-out;
	transition: background-color 200ms ease-out, color 200ms ease-out, text-shadow 200ms ease-out;
}
.z-tabs.underlined.mobile > ul.z-tabs-nav > li > a {
	border-color: #E6E6E6;
	background: #fff;
	border-width: 0 0 1px 0 !important;
	opacity: 1;
	border-style: dotted;
}
.z-tabs.underlined.mobile.hover > ul.z-tabs-desktop > li.z-active > a, .z-tabs.underlined.mobile.hover > ul.z-tabs-desktop > li:hover > a {
	background: #FAFAFA;
	color: #333;
	text-shadow: 1px 0px 1px rgba(175, 175, 175, 0.25);
}
.z-tabs.underlined.mobile.m-red > ul.z-tabs-desktop > li.z-active > a, .z-tabs.underlined.mobile.hover.m-red > ul.z-tabs-desktop > li:hover > a {
	color: #DD4B39;
}
.z-tabs.underlined.mobile.m-blue > ul.z-tabs-desktop > li.z-active > a, .z-tabs.underlined.mobile.hover.m-blue > ul.z-tabs-desktop > li > a:hover {
	color: #00B0D8;
}
.z-tabs.underlined.mobile.m-deepblue > ul.z-tabs-desktop > li.z-active > a, .z-tabs.underlined.mobile.hover.m-deepblue > ul.z-tabs-desktop > li:hover > a {
	color: #1E69DE;
}
.z-tabs.underlined.mobile.m-orange > ul.z-tabs-desktop > li.z-active > a, .z-tabs.underlined.mobile.hover.m-orange > ul.z-tabs-desktop > li:hover > a {
	color: #FD9C00;
}
.z-tabs.underlined.mobile.m-green > ul.z-tabs-desktop > li.z-active > a, .z-tabs.underlined.mobile.hover.m-green > ul.z-tabs-desktop > li:hover > a {
	color: #093;
}
.z-tabs.z-multiline.white > ul > li.z-active, .z-tabs.z-multiline.white > ul > li:hover {
	opacity: 1;
}
.z-tabs.z-multiline > ul > li > a {
	line-height: 18px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.z-tabs.z-multiline > ul.z-tabs-desktop > li > a.z-link > span, .z-tabs.z-multiline > ul.z-tabs-mobile > li > a.z-link > span > span {
	display: block;
	font-size: .9em;
	font-weight: normal;
	text-transform: none;
	line-height: 1.65em;
	opacity: 1;
	margin-top: 0.05em;
	letter-spacing: 0px;
}
.z-tabs.z-multiline > ul.z-tabs-desktop > li > a > span.z-icon, .z-tabs.z-multiline > ul.z-tabs-mobile > li > a > span > span.z-icon {
	line-height: 1em;
}
.z-tabs.clean.horizontal > ul > li.z-active {
	top: 0;
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
.z-tabs.clean > ul > li.z-active > a {
	font-weight: bold;
}
.z-tabs.clean.white.z-bordered > ul > li.z-active > a {
	color: inherit;
}
.z-tabs.clean > .z-container {
	border-width: 0;
	background: none;
}
.z-tabs.clean.horizontal > .z-container > .z-content > .z-content-inner {
	padding: 24px 0;
}
.z-tabs.clean.horizontal.top > ul > li > a {
	border-bottom-width: 1px;
}
.z-tabs.clean.horizontal.bottom > ul > li > a {
	border-top-width: 1px;
}
.z-tabs.clean.z-shadows > ul > li.z-active > a {
	-webkit-box-shadow: inset 0px 0px 1.143em 0px rgba(0, 0, 0, 0.13);
	-moz-box-shadow: inset 0px 0px 1.143em 0px rgba(0, 0, 0, 0.13);
	box-shadow: inset 0px 0px 1.143em 0px rgba(0, 0, 0, 0.13);
	background: #F3F3F3;
}
.z-tabs.clean.z-shadows.black2 > ul > li.z-active > a {
	-webkit-box-shadow: inset 0px 0px 14px 0px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: inset 0px 0px 14px 0px rgba(0, 0, 0, 0.35);
	box-shadow: inset 0px 0px 14px 0px rgba(0, 0, 0, 0.35);
	background: #242424;
}
.z-tabs.clean.vertical.z-shadows > ul, .z-tabs.clean.z-shadows > .z-container {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.z-tabs.clean.z-rounded.top > ul > li.z-first > a, .z-tabs.clean.z-rounded.bottom > ul > li.z-first > a {
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
}
.z-tabs.clean.top.z-rounded > ul > li.z-last > a, .z-tabs.clean.bottom.z-rounded > ul > li.z-last > a {
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
}
.z-tabs.clean.horizontal.top.z-rounded > ul > li.z-last-row.z-first-col > a {
	-webkit-border-radius: 0 0 0 5px;
	-moz-border-radius: 0 0 0 5px;
	border-radius: 0 0 0 5px;
}
.z-tabs.clean.responsive.horizontal.top.z-rounded > ul > li.z-last-row.z-last-col > a {
	-webkit-border-radius: 0 0 5px 0;
	-moz-border-radius: 0 0 5px 0;
	border-radius: 0 0 5px 0;
}
.z-tabs.clean.vertical > ul.z-tabs-desktop {
	border-width: 1px 1px 1px 1px;
}
.z-tabs.clean.vertical > ul > li.z-active {
	z-index: 7;
}
.z-tabs.clean.vertical > .z-container > .z-content > .z-content-inner {
	padding: 0 2em;
}
.z-tabs.clean.vertical.z-rounded > ul.z-tabs-desktop {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.z-tabs.clean.vertical.mobile.z-rounded > ul.z-tabs-desktop {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.z-tabs.clean.vertical.z-rounded > ul.z-tabs-desktop > li.z-first, .z-tabs.clean.vertical.z-rounded > ul.z-tabs-desktop > li.z-first > a {
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
.z-tabs.clean.vertical.z-rounded > ul.z-tabs-desktop > li.z-last, .z-tabs.clean.vertical.z-rounded > ul.z-tabs-desktop > li.z-last > a {
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}
.z-tabs.horizontal.clean.responsive.top > ul > li > a {
	border-bottom-width: 0;
}
.z-tabs.clean.responsive.horizontal.bottom > ul > li > a {
	border-top-width: 0;
}
.z-tabs.clean.responsive.horizontal.bottom > ul > li.z-first-row > a {
	border-top-width: 1px;
}
.z-tabs.clean.responsive.horizontal.bottom > ul > li.z-first-row > a, .z-tabs.clean.responsive.horizontal.top > ul > li.z-last-row > a, .z-tabs.clean.responsive.horizontal.bottom > ul > li.z-last-row > a {
	border-bottom-width: 1px;
}
.z-tabs.horizontal.clean.responsive.z-rounded.top > ul > li.z-first > a {
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-left-radius: 0;
}
.z-tabs.clean.responsive.horizontal.z-rounded.top > ul > li.z-last > a {
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
}
.z-tabs.clean.white.mobile > ul > li.z-active > a {
	-webkit-box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.13);
	-moz-box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.13);
	box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.13);
	background: #F3F3F3;
}
.z-tabs.clean.horizontal.mobile.top > ul > li, .z-tabs.clean.horizontal.mobile.bottom > ul > li {
	border-bottom-width: 0;
}
.z-grid {
	margin : 0 auto;
	padding : 0 0 0 1%;
}
.z-grid-1200 {
	max-width : 1220px;
}
.z-grid-1000 {
	max-width : 1020px;
}
.z-row {
	clear : both;
	padding : 0 10px;
}
.z-row:after {
	content: " ";
	height: 0;
	clear: both;
	visibility: hidden;
}
.z-row {
	zoom : 1;
}
.z-row > [class*="col"] {
	margin-left: 1.81818%;
	float: left;
	display: block;
	margin: 1% 0 1% 1.6%;
	margin: 0 0 0 1.6%;
	min-height: 1px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-bottom: 20px;
}
.col12 {
	width : 100%;
}
.col11 {
	width : 91.46%;
}
.col10 {
	width : 83%;
}
.col9 {
	width : 74.54%;
}
.col8 {
	width : 66.08%;
}
.col7 {
	width : 57.62%;
}
.col6 {
	width : 49.16%;
}
.col5 {
	width : 40.7%;
}
.col4 {
	width : 32.24%;
}
.col3 {
	width : 23.78%;
}
.col2 {
	width : 15.32%;
}
.col1 {
	width : 6.86%;
}
.z-row > [class*="col"]:first-child {
	margin-left : 0;
}
.z-row > [class*="col"] img {
	width : 100%;
	height : auto;
	display : block;
}
@media all and (min-width: 1024px) {
.z-grid-1000 {
	max-width: 1000px;
}
.z-grid-1000 .z-row {
	padding: 0;
}
}
@media all and (max-width: 768px) {
.z-row > [class*="col"] {
	float : none;
	width : auto;
	margin : 10px 0 10px 0;
}
}
.z-tabs > ul.z-tabs-mobile {
	display: none;
}
.z-tabs.responsive.horizontal.responsive > ul {
	display: block;
	width: 100%;
}
.z-tabs.responsive.horizontal > ul.z-tabs-mobile, .z-tabs.responsive.horizontal > ul.z-tabs-mobile > li {
	width: 100%;
	float: none;
}
.z-tabs.responsive.horizontal.mobile > ul > li > a {
	margin: 0 !important;
}
.z-tabs.responsive.horizontal > ul > li.z-last-col > a {
	margin-right: 0 !important;
}
.z-tabs.responsive.horizontal.top > ul > li.z-active {
	top: 0;
	margin-top: 0;
	padding-bottom: 0;
	z-index: initial;
}
.z-tabs.responsive.horizontal.top > ul > li.z-last-row.z-active {
	top: 2px;
	margin-top: -2px;
	padding-bottom: 1px;
	z-index: 1;
}
.z-tabs.horizontal.responsive > ul.z-tabs-desktop > li > a {
	margin: 0 -2px 0 0;
}
.ie7 .z-tabs.horizontal.responsive > ul.z-tabs-desktop > li {
	margin-right: -3px;
}
.z-tabs.responsive.horizontal.bottom > ul > li.z-active {
	top: 0;
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 0;
	z-index: initial;
}
.z-tabs.responsive.horizontal.bottom > ul > li.z-first-row.z-active {
	top: 0;
	padding-top: 0;
	z-index: 9;
}
.z-tabs.horizontal.responsive > ul.z-tabs-desktop {
	display: block;
	width: 100%;
}
.z-tabs.horizontal.responsive.underlined > ul {
	border-width: 0;
}
.z-tabs.horizontal.responsive.underlined > ul > li.z-active, .z-tabs.horizontal.responsive.underlined > ul > li:hover {
	border-top-width: 0;
	border-bottom-width: 0;
}
.z-tabs.underlined.horizontal > ul.z-tabs-mobile > li {
	margin-left: 0;
}
.z-tabs.underlined.horizontal > ul.z-tabs-mobile > li a {
	padding-left: 0;
}
.z-tabs.responsive.top.z-rounded > ul > li.z-last-col > a {
	-webkit-border-radius: 0 5px 0 0;
	-moz-border-radius: 0 5px 0 0;
	border-radius: 0 5px 0 0;
}
.z-tabs.responsive.bottom.z-rounded > ul > li.z-first > a {
	-webkit-border-radius: 0 0 0 0;
	-moz-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0;
}
.z-tabs.responsive.z-rounded.bottom > ul > li.z-left > a {
	-webkit-border-radius: 0 0 0 5px;
	-moz-border-radius: 0 0 0 5px;
	border-radius: 0 0 0 5px;
}
.z-tabs.responsive.z-rounded.bottom-left > ul > li.z-right > a {
	-webkit-border-radius: 0 0 5px 0;
	-moz-border-radius: 0 0 5px 0;
	border-radius: 0 0 5px 0;
}
.z-tabs.responsive.horizontal.top.z-rounded > ul > li.z-last > a {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.z-tabs.horizontal.z-stacked > ul.z-tabs-desktop > li {
	width: 100%;
	float: none;
}
.z-tabs.horizontal.z-stacked.responsive > ul.z-tabs-desktop > li.z-last > a, .z-tabs.horizontal.z-stacked.z-stacked > ul.z-tabs-desktop > li.z-last > a {
	border-bottom-width: 1px;
}
.z-tabs.horizontal.z-stacked.responsive > ul.z-tabs-desktop > li.z-first > a {
	border-top-width: 1px;
}
.z-tabs.horizontal.z-stacked > ul.z-tabs-desktop > li > a {
	margin: 0;
}
.z-tabs.flat.horizontal.z-stacked > ul.z-tabs-desktop > li > a {
	border-width: 0 !important;
}
.z-tabs.z-stacked.horizontal > ul > li > a {
	margin-right: 0 !important;
}
.z-tabs.flat.z-stacked.z-spaced.horizontal.responsive > ul.z-tabs-nav > li > a {
	margin: 2px 0 0 0 !important;
}
.z-tabs.mobile > ul.z-tabs-nav, .z-tabs.mobile > ul.z-tabs-nav > li, .z-tabs.mobile > ul.z-tabs-nav > li.z-active, .z-tabs.mobile > .z-container, .z-tabs.mobile > .z-container > .z-content {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
}
.z-tabs.mobile {
	position: relative;
}
.z-tabs.mobile > ul.z-tabs-nav, .z-tabs.mobile > ul.z-tabs-nav.z-tabs-mobile, .z-tabs.mobile > ul.z-tabs-nav.z-tabs-mobile > li, .z-tabs.mobile > .z-container {
	width: 100%;
	float: none;
	display: block;
	width: 100%;
	    border-bottom: none;
}
.z-tabs.mobile > ul.z-tabs-nav {
	border-width: 1px 1px 1px 1px;
}
.z-tabs.mobile > ul.z-tabs-nav > li > .z-link { margin: 0 0 0 20px; color: #fff;     font-size: 18px;}
.z-tabs.mobile > ul.z-tabs-desktop {
	position: absolute;
	top: inherit;
	margin-top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	    background-color: #222;
}
.z-tabs.mobile > ul > li {
	overflow: visible;
}
.z-tabs.mobile > ul.z-tabs-nav > li > a {
	top: 0;
}
.z-tabs.mobile > ul > li.z-active > a {
	font-weight: bold;
}
.z-tabs.mobile.top > ul.z-tabs-desktop > li > a, .z-tabs.mobile.bottom > ul.z-tabs-desktop > li > a {
	border-width: 1px 0px 0 0px;
}
.z-tabs.mobile > ul.z-tabs-nav > li.z-first > a {
	border-width: 0;
}
.z-tabs.mobile > ul.z-tabs-desktop > li {
	float: none;
	display: block;
}
.z-tabs.mobile > ul.z-tabs-desktop.z-hide-menu {
	opacity: 0;
	height: 0;
	visibility: hidden;
}
.z-tabs.mobile.top > .z-container {
	margin-top: 8px;
}
.z-tabs.mobile.bottom > .z-container {
	margin-bottom: 8px;
}
.z-tabs.mobile > .z-container, .z-tabs.mobile > .z-container > .z-content.z-active {
	overflow: visible;
}
.z-tabs.mobile > .z-container.z-animating, .z-tabs.mobile > .z-container.z-animating > .z-content.z-active {
	overflow: hidden;
}
.z-tabs.mobile > ul.z-tabs-mobile.z-state-closed > li > a > span.z-arrow {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	transform: rotate(0deg);
	opacity: 1;
}
.z-tabs.mobile > ul.z-tabs-mobile > li > a > span.z-arrow {
	position: absolute;
	top: 50%;
	background: url(../images/back-top.png) no-repeat top left;
	background-position: -1470px -3px;
	width: 30px;
	height: 30px;
	margin-top: -25px;
	margin-left: -0.75em;
	display: inline-block;
	right: 1.125em;
	background-position: -1470px -60px;
}
.z-tabs.z-icons-dark > ul.z-tabs-mobile > li > a > span.z-arrow {
	background-position: -1470px -3px;
}
.z-tabs.mobile > ul.z-tabs-nav > li.z-active {
	margin: 0;
	padding: 0;
	top: 0;
	bottom: 0;
    background-color: #3E3E3E;
}
.z-tabs.mobile > ul.z-tabs-nav > li.z-active > a {
	margin: 0 0 0 20px;
	top: 0;
	bottom: 0;
	    font-weight: 500;
	width: auto;
}
.z-tabs.mobile > ul.z-tabs-nav > li {
	border-width: 0px;
	    border-bottom: solid 1px #3E3E3E;
}
.z-tabs.mobile > ul.z-tabs-nav > li > a {
	text-align: left;
}
.z-tabs.mobile > ul.z-tabs-desktop > li.z-last {
	border-bottom-width: 0;
}
.z-tabs.mobile.z-rounded > ul.z-tabs-mobile.z-state-closed > li > a {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
.z-tabs.mobile.z-rounded > ul.z-tabs-mobile, .z-tabs.mobile.z-rounded > ul.z-tabs-desktop {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.z-tabs.mobile.z-rounded > ul.z-tabs-mobile > li > a {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.z-tabs.mobile.z-rounded > ul.z-tabs-nav.z-tabs-desktop > li.z-last > a.z-link {
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}
.z-tabs.mobile.z-rounded > ul.z-tabs-nav > li.z-first > a {
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
.z-tabs.mobile.z-rounded > .z-container {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
}
.z-tabs .z-tabs *, .z-tabs ul, .z-tabs ul li, .z-tabs ul li a, .z-tabs .z-container .z-content {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-touch-callout: none;
	outline: none;
}
.z-tabs.horizontal > .z-container {
	clear: both;
	zoom: 1;
}
.z-tabs.horizontal > ul > li {
	float: left;
	margin:0 90px 0 0;
}
.z-tabs.silver > ul > li > a {
	color: #222222;
}
.z-tabs.silver > ul > li.z-active > a {
	filter: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.z-tabs.horizontal .detail p{ margin:25px 0 0 0;   line-height: 32px;}
.welcome .detail a{ margin: 35px 0 0 0;  background-color: #525866;  padding: 12px 30px;  display: inline-block;  text-transform: uppercase;
  color: #fff;  font-size: 15px;  border-radius: 5px;}
.welcome-serv-img img{ float:left; width:100%;}
div#tabbed-nav { min-height: 550px;}

/* <<< END css/tabs.css <<< */

/* >>> BEGIN css/flaticon.css >>> */
@font-face {
    font-family: "flaticon";
    src: url("../fonts/flaticon.ttf?0479c5c9f6172dd73331150e11733295") format("truetype"),
url("../fonts/flaticon.woff?0479c5c9f6172dd73331150e11733295") format("woff"),
url("../fonts/flaticon.woff2?0479c5c9f6172dd73331150e11733295") format("woff2"),
url("../fonts/flaticon.eot?0479c5c9f6172dd73331150e11733295#iefix") format("embedded-opentype"),
url("../fonts/flaticon.svg?0479c5c9f6172dd73331150e11733295#flaticon") format("svg");
}
i[class^="flaticon-"]:before, i[class*=" flaticon-"]:before {
    font-family: flaticon !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.flaticon-cardiovascular:before {
    content: "\f101";
}
.flaticon-map:before {
    content: "\f102";
}
.flaticon-heart-beat:before {
    content: "\f103";
}
.flaticon-send:before {
    content: "\f104";
}
.flaticon-first-aid-kit:before {
    content: "\f105";
}
.flaticon-heart:before {
    content: "\f106";
}
.flaticon-support:before {
    content: "\f107";
}
.flaticon-cardiology:before {
    content: "\f108";
}
.flaticon-healthcare:before {
    content: "\f109";
}
.flaticon-cardiogram:before {
    content: "\f10a";
}
.flaticon-call:before {
    content: "\f10b";
}
.flaticon-shopping-cart:before {
    content: "\f10c";
}
.flaticon-search:before {
    content: "\f10d";
}
.flaticon-exit:before {
    content: "\f10e";
}
.flaticon-microsurgery:before {
    content: "\f10f";
}
.flaticon-phone-call:before {
    content: "\f110";
}
.flaticon-email:before {
    content: "\f111";
}
.flaticon-clock:before {
    content: "\f112";
}
.flaticon-share:before {
    content: "\f113";
}
.flaticon-chat:before {
    content: "\f114";
}
.flaticon-pdf:before {
    content: "\f115";
}
.flaticon-arrow-down:before {
    content: "\f116";
}
.flaticon-straight-quotes:before {
    content: "\f117";
}
.flaticon-veterinarian:before {
    content: "\f118";
}
.flaticon-hospital:before {
    content: "\f119";
}
.flaticon-heart-disease:before {
    content: "\f11a";
}
.flaticon-cardiology-2:before {
    content: "\f11b";
}
.flaticon-diagnosis:before {
    content: "\f11c";
}
.flaticon-arrow-pointing-to-right:before {
    content: "\f11d";
}
.flaticon-map-1:before {
    content: "\f11e";
}
.flaticon-heart-1:before {
    content: "\f11f";
}
.flaticon-heart-2:before {
    content: "\f120";
}
.flaticon-organ-transplantation:before {
    content: "\f121";
}
.flaticon-heart-attack:before {
    content: "\f122";
}
.flaticon-heart-3:before {
    content: "\f123";
}
.flaticon-vaccine:before {
    content: "\f124";
}
.flaticon-heart-4:before {
    content: "\f125";
}
.flaticon-heart-5:before {
    content: "\f126";
}
.flaticon-cardiologist:before {
    content: "\f127";
}
.flaticon-health-care:before {
    content: "\f128";
}
.flaticon-heart-6:before {
    content: "\f129";
}
.flaticon-defribillator:before {
    content: "\f12a";
}
.flaticon-heart-7:before {
    content: "\f12b";
}
.flaticon-emergency-call:before {
    content: "\f12c";
}
.flaticon-awards:before {
    content: "\f12d";
}
.flaticon-ecg-reading:before {
    content: "\f12e";
}
.flaticon-patient:before {
    content: "\f12f";
}
.flaticon-patient-1:before {
    content: "\f130";
}
.flaticon-medical-insurance:before {
    content: "\f131";
}
.flaticon-search-1:before {
    content: "\f132";
}
.flaticon-placeholder:before {
    content: "\f133";
}
.flaticon-healthcare-2:before {
    content: "\f134";
}
.flaticon-file:before {
    content: "\f135";
}
.flaticon-tick-mark:before {
    content: "\f136";
}
.flaticon-doctor:before {
    content: "\f137";
}
.flaticon-doctor-1:before {
    content: "\f138";
}
.flaticon-right-arrow:before {
    content: "\f139";
}
.flaticon-share-1:before {
    content: "\f13a";
}
.flaticon-left-quote:before {
    content: "\f13b";
}
.flaticon-comment:before {
    content: "\f13c";
}
.flaticon-phone-call-1:before {
    content: "\f13d";
}
.flaticon-bubble-chat:before {
    content: "\f13e";
}
.flaticon-ambulance:before {
    content: "\f13f";
}
.flaticon-examination:before {
    content: "\f140";
}
.flaticon-monitor:before {
    content: "\f141";
}
.flaticon-ambulance-1:before {
    content: "\f142";
}
.flaticon-stethoscope:before {
    content: "\f143";
}
.flaticon-heart-9:before {
    content: "\f144";
}

/* <<< END css/flaticon.css <<< */

/* >>> BEGIN css/fontello.css >>> */
@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello.eot?36193214');
  src: url('../fonts/fontello.eot?36193214#iefix') format('embedded-opentype'),
       url('../fonts/fontello.woff2?36193214') format('woff2'),
       url('../fonts/fontello.woff?36193214') format('woff'),
       url('../fonts/fontello.ttf?36193214') format('truetype'),
       url('../fonts/fontello.svg?36193214#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?36193214#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-google-drive:before { content: '\e800'; } /* 'î €' */
.icon-issuu:before { content: '\e801'; } /* 'î ' */
.icon-user:before { content: '\e802'; } /* 'î ‚' */
.icon-music:before { content: '\e803'; } /* 'î ƒ' */
.icon-video:before { content: '\e804'; } /* 'î „' */
.icon-quote:before { content: '\e805'; } /* 'î …' */
.icon-aside:before { content: '\e806'; } /* 'î †' */
.icon-rss:before { content: '\e807'; } /* 'î ‡' */
.icon-angle-left:before { content: '\e808'; } /* 'î ˆ' */
.icon-angle-right:before { content: '\e809'; } /* 'î ‰' */
.icon-status:before { content: '\e80a'; } /* 'î Š' */
.icon-dribbble:before { content: '\e80b'; } /* 'î ‹' */
.icon-facebook:before { content: '\e80c'; } /* 'î Œ' */
.icon-flickr:before { content: '\e80d'; } /* 'î ' */
.icon-gplus:before { content: '\e80e'; } /* 'î Ž' */
.icon-instagram:before { content: '\e80f'; } /* 'î ' */
.icon-linkedin:before { content: '\e810'; } /* 'î ' */
.icon-pinterest:before { content: '\e811'; } /* 'î ‘' */
.icon-twitter:before { content: '\e812'; } /* 'î ’' */
.icon-vk:before { content: '\e813'; } /* 'î “' */
.icon-xing:before { content: '\e814'; } /* 'î ”' */
.icon-yelp:before { content: '\e815'; } /* 'î •' */
.icon-youtube:before { content: '\e816'; } /* 'î –' */
.icon-gallery:before { content: '\e817'; } /* 'î —' */
.icon-plus:before { content: '\e818'; } /* 'î ˜' */
.icon-link:before { content: '\e819'; } /* 'î ™' */
.icon-tag:before { content: '\e81a'; } /* 'î š' */
.icon-clock:before { content: '\e81b'; } /* 'î ›' */
.icon-heart:before { content: '\e81c'; } /* 'î œ' */
.icon-sticky:before { content: '\e81d'; } /* 'î ' */
.icon-marker:before { content: '\e81e'; } /* 'î ž' */
.icon-comment:before { content: '\e81f'; } /* 'î Ÿ' */
.icon-chat:before { content: '\e820'; } /* 'î  ' */
.icon-podcast:before { content: '\e821'; } /* 'î ¡' */
.icon-houzz:before { content: '\e822'; } /* 'î ¢' */
.icon-image:before { content: '\e823'; } /* 'î £' */
.icon-cart:before { content: '\e824'; } /* 'î ¤' */
.icon-search:before { content: '\e825'; } /* 'î ¥' */
.icon-arrow-right:before { content: '\e826'; } /* 'î ¦' */
.icon-pencil:before { content: '\e827'; } /* 'î §' */
.icon-mobile:before { content: '\e828'; } /* 'î ¨' */
.icon-comment-1:before { content: '\e829'; } /* 'î ©' */
.icon-world:before { content: '\e82a'; } /* 'î ª' */
.icon-location-pin:before { content: '\e82b'; } /* 'î «' */
.icon-quote-left:before { content: '\e82c'; } /* 'î ¬' */
.icon-close:before { content: '\e82d'; } /* 'î ­' */
.icon-comments-smiley:before { content: '\e82e'; } /* 'î ®' */
.icon-category:before { content: '\e82f'; } /* 'î ¯' */
.icon-tag-1:before { content: '\e830'; } /* 'î °' */
.icon-shift-right:before { content: '\e831'; } /* 'î ±' */
.icon-mail:before { content: '\e832'; } /* 'î ²' */
.icon-phone:before { content: '\e833'; } /* 'î ³' */
.icon-arrow-left:before { content: '\e834'; } /* 'î ´' */
.icon-gallery-1:before { content: '\e835'; } /* 'î µ' */
.icon-music-alt:before { content: '\e836'; } /* 'î ¶' */
.icon-shopping-cart:before { content: '\e837'; } /* 'î ·' */
.icon-heart-empty:before { content: '\e838'; } /* 'î ¸' */
.icon-check:before { content: '\e839'; } /* 'î ¹' */
.icon-arrow-left-1:before { content: '\e83a'; } /* 'î º' */
.icon-plus-1:before { content: '\e83b'; } /* 'î »' */
.icon-unlink:before { content: '\e83c'; } /* 'î ¼' */
.icon-quote-right:before { content: '\e83d'; } /* 'î ½' */
.icon-home:before { content: '\e83e'; } /* 'î ¾' */
.icon-quote-1:before { content: '\e83f'; } /* 'î ¿' */
.icon-ok:before { content: '\e840'; } /* 'î¡€' */
.icon-search-1:before { content: '\e841'; } /* 'î¡' */
.icon-eye:before { content: '\e842'; } /* 'î¡‚' */
.icon-basket:before { content: '\e843'; } /* 'î¡ƒ' */
.icon-paper-plane:before { content: '\e844'; } /* 'î¡„' */
.icon-arrow-circle-down:before { content: '\e845'; } /* 'î¡…' */
.icon-minus:before { content: '\e846'; } /* 'î¡†' */
.icon-minus-1:before { content: '\e847'; } /* 'î¡‡' */
.icon-left-open-big:before { content: '\e848'; } /* 'î¡ˆ' */
.icon-right-open-big:before { content: '\e849'; } /* 'î¡‰' */
.icon-location:before { content: '\e84a'; } /* 'î¡Š' */
.icon-comment-3:before { content: '\e84b'; } /* 'î¡‹' */
.icon-user-1:before { content: '\e84c'; } /* 'î¡Œ' */
.icon-star-1:before { content: '\e84d'; } /* 'î¡' */
.icon-star-empty-1:before { content: '\e84e'; } /* 'î¡Ž' */
.icon-folder:before { content: '\e84f'; } /* 'î¡' */
.icon-ok-1:before { content: '\e850'; } /* 'î¡' */
.icon-mail-1:before { content: '\e851'; } /* 'î¡‘' */
.icon-location-outline:before { content: '\e852'; } /* 'î¡’' */
.icon-location-2:before { content: '\e853'; } /* 'î¡“' */
.icon-right-small:before { content: '\e854'; } /* 'î¡”' */
.icon-right:before { content: '\e855'; } /* 'î¡•' */
.icon-quote-right-alt:before { content: '\e856'; } /* 'î¡–' */
.icon-megaphone:before { content: '\e857'; } /* 'î¡—' */
.icon-cancel:before { content: '\e858'; } /* 'î¡˜' */
.icon-cancel-1:before { content: '\e859'; } /* 'î¡™' */
.icon-cancel-2:before { content: '\e85a'; } /* 'î¡š' */
.icon-facebook-rect-1:before { content: '\e85b'; } /* 'î¡›' */
.icon-calendar:before { content: '\e85c'; } /* 'î¡œ' */
.icon-menu:before { content: '\f0c9'; } /* 'ïƒ‰' */
.icon-comment-empty:before { content: '\f0e5'; } /* 'ïƒ¥' */
.icon-angle-double-left:before { content: '\f100'; } /* 'ï„€' */
.icon-angle-double-right:before { content: '\f101'; } /* 'ï„' */
.icon-angle-up:before { content: '\f106'; } /* 'ï„†' */
.icon-angle-down:before { content: '\f107'; } /* 'ï„‡' */
.icon-quote-right-1:before { content: '\f10e'; } /* 'ï„Ž' */
.icon-folder-open-empty:before { content: '\f115'; } /* 'ï„•' */
.icon-tumblr:before { content: '\f173'; } /* 'ï…³' */
.icon-apple:before { content: '\f179'; } /* 'ï…¹' */
.icon-stumbleupon:before { content: '\f1a4'; } /* 'ï†¤' */
.icon-digg:before { content: '\f1a6'; } /* 'ï†¦' */
.icon-share:before { content: '\f1e0'; } /* 'ï‡ ' */
.icon-whatsapp:before { content: '\f232'; } /* 'ïˆ²' */
.icon-reddit:before { content: '\f281'; } /* 'ïŠ' */
.icon-shopping-basket:before { content: '\f291'; } /* 'ïŠ‘' */
.icon-facebook-rect:before { content: '\f301'; } /* 'ïŒ' */
.icon-facebook-squared:before { content: '\f308'; } /* 'ïŒˆ' */
.icon-vimeo:before { content: 'ó¨‡Ž'; } /* '\e81ce' */
;
/* <<< END css/fontello.css <<< */

/* >>> BEGIN css/font-awesome.css >>> */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('..//fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* <<< END css/font-awesome.css <<< */

/* >>> BEGIN css/themify-icons.css >>> */
@font-face {
	font-family: 'themify';
	src:url('../fonts/themify.eot?-fvbane');
	src:url('../fonts/themify.eot?#iefix-fvbane') format('embedded-opentype'),
		url('../fonts/themify.woff?-fvbane') format('woff'),
		url('../fonts/themify.ttf?-fvbane') format('truetype'),
		url('../fonts/themify.svg?-fvbane#themify') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="ti-"], [class*=" ti-"] {
	font-family: 'themify';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.ti-wand:before {
	content: "\e600";
}
.ti-volume:before {
	content: "\e601";
}
.ti-user:before {
	content: "\e602";
}
.ti-unlock:before {
	content: "\e603";
}
.ti-unlink:before {
	content: "\e604";
}
.ti-trash:before {
	content: "\e605";
}
.ti-thought:before {
	content: "\e606";
}
.ti-target:before {
	content: "\e607";
}
.ti-tag:before {
	content: "\e608";
}
.ti-tablet:before {
	content: "\e609";
}
.ti-star:before {
	content: "\e60a";
}
.ti-spray:before {
	content: "\e60b";
}
.ti-signal:before {
	content: "\e60c";
}
.ti-shopping-cart:before {
	content: "\e60d";
}
.ti-shopping-cart-full:before {
	content: "\e60e";
}
.ti-settings:before {
	content: "\e60f";
}
.ti-search:before {
	content: "\e610";
}
.ti-zoom-in:before {
	content: "\e611";
}
.ti-zoom-out:before {
	content: "\e612";
}
.ti-cut:before {
	content: "\e613";
}
.ti-ruler:before {
	content: "\e614";
}
.ti-ruler-pencil:before {
	content: "\e615";
}
.ti-ruler-alt:before {
	content: "\e616";
}
.ti-bookmark:before {
	content: "\e617";
}
.ti-bookmark-alt:before {
	content: "\e618";
}
.ti-reload:before {
	content: "\e619";
}
.ti-plus:before {
	content: "\e61a";
}
.ti-pin:before {
	content: "\e61b";
}
.ti-pencil:before {
	content: "\e61c";
}
.ti-pencil-alt:before {
	content: "\e61d";
}
.ti-paint-roller:before {
	content: "\e61e";
}
.ti-paint-bucket:before {
	content: "\e61f";
}
.ti-na:before {
	content: "\e620";
}
.ti-mobile:before {
	content: "\e621";
}
.ti-minus:before {
	content: "\e622";
}
.ti-medall:before {
	content: "\e623";
}
.ti-medall-alt:before {
	content: "\e624";
}
.ti-marker:before {
	content: "\e625";
}
.ti-marker-alt:before {
	content: "\e626";
}
.ti-arrow-up:before {
	content: "\e627";
}
.ti-arrow-right:before {
	content: "\e628";
}
.ti-arrow-left:before {
	content: "\e629";
}
.ti-arrow-down:before {
	content: "\e62a";
}
.ti-lock:before {
	content: "\e62b";
}
.ti-location-arrow:before {
	content: "\e62c";
}
.ti-link:before {
	content: "\e62d";
}
.ti-layout:before {
	content: "\e62e";
}
.ti-layers:before {
	content: "\e62f";
}
.ti-layers-alt:before {
	content: "\e630";
}
.ti-key:before {
	content: "\e631";
}
.ti-import:before {
	content: "\e632";
}
.ti-image:before {
	content: "\e633";
}
.ti-heart:before {
	content: "\e634";
}
.ti-heart-broken:before {
	content: "\e635";
}
.ti-hand-stop:before {
	content: "\e636";
}
.ti-hand-open:before {
	content: "\e637";
}
.ti-hand-drag:before {
	content: "\e638";
}
.ti-folder:before {
	content: "\e639";
}
.ti-flag:before {
	content: "\e63a";
}
.ti-flag-alt:before {
	content: "\e63b";
}
.ti-flag-alt-2:before {
	content: "\e63c";
}
.ti-eye:before {
	content: "\e63d";
}
.ti-export:before {
	content: "\e63e";
}
.ti-exchange-vertical:before {
	content: "\e63f";
}
.ti-desktop:before {
	content: "\e640";
}
.ti-cup:before {
	content: "\e641";
}
.ti-crown:before {
	content: "\e642";
}
.ti-comments:before {
	content: "\e643";
}
.ti-comment:before {
	content: "\e644";
}
.ti-comment-alt:before {
	content: "\e645";
}
.ti-close:before {
	content: "\e646";
}
.ti-clip:before {
	content: "\e647";
}
.ti-angle-up:before {
	content: "\e648";
}
.ti-angle-right:before {
	content: "\e649";
}
.ti-angle-left:before {
	content: "\e64a";
}
.ti-angle-down:before {
	content: "\e64b";
}
.ti-check:before {
	content: "\e64c";
}
.ti-check-box:before {
	content: "\e64d";
}
.ti-camera:before {
	content: "\e64e";
}
.ti-announcement:before {
	content: "\e64f";
}
.ti-brush:before {
	content: "\e650";
}
.ti-briefcase:before {
	content: "\e651";
}
.ti-bolt:before {
	content: "\e652";
}
.ti-bolt-alt:before {
	content: "\e653";
}
.ti-blackboard:before {
	content: "\e654";
}
.ti-bag:before {
	content: "\e655";
}
.ti-move:before {
	content: "\e656";
}
.ti-arrows-vertical:before {
	content: "\e657";
}
.ti-arrows-horizontal:before {
	content: "\e658";
}
.ti-fullscreen:before {
	content: "\e659";
}
.ti-arrow-top-right:before {
	content: "\e65a";
}
.ti-arrow-top-left:before {
	content: "\e65b";
}
.ti-arrow-circle-up:before {
	content: "\e65c";
}
.ti-arrow-circle-right:before {
	content: "\e65d";
}
.ti-arrow-circle-left:before {
	content: "\e65e";
}
.ti-arrow-circle-down:before {
	content: "\e65f";
}
.ti-angle-double-up:before {
	content: "\e660";
}
.ti-angle-double-right:before {
	content: "\e661";
}
.ti-angle-double-left:before {
	content: "\e662";
}
.ti-angle-double-down:before {
	content: "\e663";
}
.ti-zip:before {
	content: "\e664";
}
.ti-world:before {
	content: "\e665";
}
.ti-wheelchair:before {
	content: "\e666";
}
.ti-view-list:before {
	content: "\e667";
}
.ti-view-list-alt:before {
	content: "\e668";
}
.ti-view-grid:before {
	content: "\e669";
}
.ti-uppercase:before {
	content: "\e66a";
}
.ti-upload:before {
	content: "\e66b";
}
.ti-underline:before {
	content: "\e66c";
}
.ti-truck:before {
	content: "\e66d";
}
.ti-timer:before {
	content: "\e66e";
}
.ti-ticket:before {
	content: "\e66f";
}
.ti-thumb-up:before {
	content: "\e670";
}
.ti-thumb-down:before {
	content: "\e671";
}
.ti-text:before {
	content: "\e672";
}
.ti-stats-up:before {
	content: "\e673";
}
.ti-stats-down:before {
	content: "\e674";
}
.ti-split-v:before {
	content: "\e675";
}
.ti-split-h:before {
	content: "\e676";
}
.ti-smallcap:before {
	content: "\e677";
}
.ti-shine:before {
	content: "\e678";
}
.ti-shift-right:before {
	content: "\e679";
}
.ti-shift-left:before {
	content: "\e67a";
}
.ti-shield:before {
	content: "\e67b";
}
.ti-notepad:before {
	content: "\e67c";
}
.ti-server:before {
	content: "\e67d";
}
.ti-quote-right:before {
	content: "\e67e";
}
.ti-quote-left:before {
	content: "\e67f";
}
.ti-pulse:before {
	content: "\e680";
}
.ti-printer:before {
	content: "\e681";
}
.ti-power-off:before {
	content: "\e682";
}
.ti-plug:before {
	content: "\e683";
}
.ti-pie-chart:before {
	content: "\e684";
}
.ti-paragraph:before {
	content: "\e685";
}
.ti-panel:before {
	content: "\e686";
}
.ti-package:before {
	content: "\e687";
}
.ti-music:before {
	content: "\e688";
}
.ti-music-alt:before {
	content: "\e689";
}
.ti-mouse:before {
	content: "\e68a";
}
.ti-mouse-alt:before {
	content: "\e68b";
}
.ti-money:before {
	content: "\e68c";
}
.ti-microphone:before {
	content: "\e68d";
}
.ti-menu:before {
	content: "\e68e";
}
.ti-menu-alt:before {
	content: "\e68f";
}
.ti-map:before {
	content: "\e690";
}
.ti-map-alt:before {
	content: "\e691";
}
.ti-loop:before {
	content: "\e692";
}
.ti-location-pin:before {
	content: "\e693";
}
.ti-list:before {
	content: "\e694";
}
.ti-light-bulb:before {
	content: "\e695";
}
.ti-Italic:before {
	content: "\e696";
}
.ti-info:before {
	content: "\e697";
}
.ti-infinite:before {
	content: "\e698";
}
.ti-id-badge:before {
	content: "\e699";
}
.ti-hummer:before {
	content: "\e69a";
}
.ti-home:before {
	content: "\e69b";
}
.ti-help:before {
	content: "\e69c";
}
.ti-headphone:before {
	content: "\e69d";
}
.ti-harddrives:before {
	content: "\e69e";
}
.ti-harddrive:before {
	content: "\e69f";
}
.ti-gift:before {
	content: "\e6a0";
}
.ti-game:before {
	content: "\e6a1";
}
.ti-filter:before {
	content: "\e6a2";
}
.ti-files:before {
	content: "\e6a3";
}
.ti-file:before {
	content: "\e6a4";
}
.ti-eraser:before {
	content: "\e6a5";
}
.ti-envelope:before {
	content: "\e6a6";
}
.ti-download:before {
	content: "\e6a7";
}
.ti-direction:before {
	content: "\e6a8";
}
.ti-direction-alt:before {
	content: "\e6a9";
}
.ti-dashboard:before {
	content: "\e6aa";
}
.ti-control-stop:before {
	content: "\e6ab";
}
.ti-control-shuffle:before {
	content: "\e6ac";
}
.ti-control-play:before {
	content: "\e6ad";
}
.ti-control-pause:before {
	content: "\e6ae";
}
.ti-control-forward:before {
	content: "\e6af";
}
.ti-control-backward:before {
	content: "\e6b0";
}
.ti-cloud:before {
	content: "\e6b1";
}
.ti-cloud-up:before {
	content: "\e6b2";
}
.ti-cloud-down:before {
	content: "\e6b3";
}
.ti-clipboard:before {
	content: "\e6b4";
}
.ti-car:before {
	content: "\e6b5";
}
.ti-calendar:before {
	content: "\e6b6";
}
.ti-book:before {
	content: "\e6b7";
}
.ti-bell:before {
	content: "\e6b8";
}
.ti-basketball:before {
	content: "\e6b9";
}
.ti-bar-chart:before {
	content: "\e6ba";
}
.ti-bar-chart-alt:before {
	content: "\e6bb";
}
.ti-back-right:before {
	content: "\e6bc";
}
.ti-back-left:before {
	content: "\e6bd";
}
.ti-arrows-corner:before {
	content: "\e6be";
}
.ti-archive:before {
	content: "\e6bf";
}
.ti-anchor:before {
	content: "\e6c0";
}
.ti-align-right:before {
	content: "\e6c1";
}
.ti-align-left:before {
	content: "\e6c2";
}
.ti-align-justify:before {
	content: "\e6c3";
}
.ti-align-center:before {
	content: "\e6c4";
}
.ti-alert:before {
	content: "\e6c5";
}
.ti-alarm-clock:before {
	content: "\e6c6";
}
.ti-agenda:before {
	content: "\e6c7";
}
.ti-write:before {
	content: "\e6c8";
}
.ti-window:before {
	content: "\e6c9";
}
.ti-widgetized:before {
	content: "\e6ca";
}
.ti-widget:before {
	content: "\e6cb";
}
.ti-widget-alt:before {
	content: "\e6cc";
}
.ti-wallet:before {
	content: "\e6cd";
}
.ti-video-clapper:before {
	content: "\e6ce";
}
.ti-video-camera:before {
	content: "\e6cf";
}
.ti-vector:before {
	content: "\e6d0";
}
.ti-themify-logo:before {
	content: "\e6d1";
}
.ti-themify-favicon:before {
	content: "\e6d2";
}
.ti-themify-favicon-alt:before {
	content: "\e6d3";
}
.ti-support:before {
	content: "\e6d4";
}
.ti-stamp:before {
	content: "\e6d5";
}
.ti-split-v-alt:before {
	content: "\e6d6";
}
.ti-slice:before {
	content: "\e6d7";
}
.ti-shortcode:before {
	content: "\e6d8";
}
.ti-shift-right-alt:before {
	content: "\e6d9";
}
.ti-shift-left-alt:before {
	content: "\e6da";
}
.ti-ruler-alt-2:before {
	content: "\e6db";
}
.ti-receipt:before {
	content: "\e6dc";
}
.ti-pin2:before {
	content: "\e6dd";
}
.ti-pin-alt:before {
	content: "\e6de";
}
.ti-pencil-alt2:before {
	content: "\e6df";
}
.ti-palette:before {
	content: "\e6e0";
}
.ti-more:before {
	content: "\e6e1";
}
.ti-more-alt:before {
	content: "\e6e2";
}
.ti-microphone-alt:before {
	content: "\e6e3";
}
.ti-magnet:before {
	content: "\e6e4";
}
.ti-line-double:before {
	content: "\e6e5";
}
.ti-line-dotted:before {
	content: "\e6e6";
}
.ti-line-dashed:before {
	content: "\e6e7";
}
.ti-layout-width-full:before {
	content: "\e6e8";
}
.ti-layout-width-default:before {
	content: "\e6e9";
}
.ti-layout-width-default-alt:before {
	content: "\e6ea";
}
.ti-layout-tab:before {
	content: "\e6eb";
}
.ti-layout-tab-window:before {
	content: "\e6ec";
}
.ti-layout-tab-v:before {
	content: "\e6ed";
}
.ti-layout-tab-min:before {
	content: "\e6ee";
}
.ti-layout-slider:before {
	content: "\e6ef";
}
.ti-layout-slider-alt:before {
	content: "\e6f0";
}
.ti-layout-sidebar-right:before {
	content: "\e6f1";
}
.ti-layout-sidebar-none:before {
	content: "\e6f2";
}
.ti-layout-sidebar-left:before {
	content: "\e6f3";
}
.ti-layout-placeholder:before {
	content: "\e6f4";
}
.ti-layout-menu:before {
	content: "\e6f5";
}
.ti-layout-menu-v:before {
	content: "\e6f6";
}
.ti-layout-menu-separated:before {
	content: "\e6f7";
}
.ti-layout-menu-full:before {
	content: "\e6f8";
}
.ti-layout-media-right-alt:before {
	content: "\e6f9";
}
.ti-layout-media-right:before {
	content: "\e6fa";
}
.ti-layout-media-overlay:before {
	content: "\e6fb";
}
.ti-layout-media-overlay-alt:before {
	content: "\e6fc";
}
.ti-layout-media-overlay-alt-2:before {
	content: "\e6fd";
}
.ti-layout-media-left-alt:before {
	content: "\e6fe";
}
.ti-layout-media-left:before {
	content: "\e6ff";
}
.ti-layout-media-center-alt:before {
	content: "\e700";
}
.ti-layout-media-center:before {
	content: "\e701";
}
.ti-layout-list-thumb:before {
	content: "\e702";
}
.ti-layout-list-thumb-alt:before {
	content: "\e703";
}
.ti-layout-list-post:before {
	content: "\e704";
}
.ti-layout-list-large-image:before {
	content: "\e705";
}
.ti-layout-line-solid:before {
	content: "\e706";
}
.ti-layout-grid4:before {
	content: "\e707";
}
.ti-layout-grid3:before {
	content: "\e708";
}
.ti-layout-grid2:before {
	content: "\e709";
}
.ti-layout-grid2-thumb:before {
	content: "\e70a";
}
.ti-layout-cta-right:before {
	content: "\e70b";
}
.ti-layout-cta-left:before {
	content: "\e70c";
}
.ti-layout-cta-center:before {
	content: "\e70d";
}
.ti-layout-cta-btn-right:before {
	content: "\e70e";
}
.ti-layout-cta-btn-left:before {
	content: "\e70f";
}
.ti-layout-column4:before {
	content: "\e710";
}
.ti-layout-column3:before {
	content: "\e711";
}
.ti-layout-column2:before {
	content: "\e712";
}
.ti-layout-accordion-separated:before {
	content: "\e713";
}
.ti-layout-accordion-merged:before {
	content: "\e714";
}
.ti-layout-accordion-list:before {
	content: "\e715";
}
.ti-ink-pen:before {
	content: "\e716";
}
.ti-info-alt:before {
	content: "\e717";
}
.ti-help-alt:before {
	content: "\e718";
}
.ti-headphone-alt:before {
	content: "\e719";
}
.ti-hand-point-up:before {
	content: "\e71a";
}
.ti-hand-point-right:before {
	content: "\e71b";
}
.ti-hand-point-left:before {
	content: "\e71c";
}
.ti-hand-point-down:before {
	content: "\e71d";
}
.ti-gallery:before {
	content: "\e71e";
}
.ti-face-smile:before {
	content: "\e71f";
}
.ti-face-sad:before {
	content: "\e720";
}
.ti-credit-card:before {
	content: "\e721";
}
.ti-control-skip-forward:before {
	content: "\e722";
}
.ti-control-skip-backward:before {
	content: "\e723";
}
.ti-control-record:before {
	content: "\e724";
}
.ti-control-eject:before {
	content: "\e725";
}
.ti-comments-smiley:before {
	content: "\e726";
}
.ti-brush-alt:before {
	content: "\e727";
}
.ti-youtube:before {
	content: "\e728";
}
.ti-vimeo:before {
	content: "\e729";
}
.ti-twitter:before {
	content: "\e72a";
}
.ti-time:before {
	content: "\e72b";
}
.ti-tumblr:before {
	content: "\e72c";
}
.ti-skype:before {
	content: "\e72d";
}
.ti-share:before {
	content: "\e72e";
}
.ti-share-alt:before {
	content: "\e72f";
}
.ti-rocket:before {
	content: "\e730";
}
.ti-pinterest:before {
	content: "\e731";
}
.ti-new-window:before {
	content: "\e732";
}
.ti-microsoft:before {
	content: "\e733";
}
.ti-list-ol:before {
	content: "\e734";
}
.ti-linkedin:before {
	content: "\e735";
}
.ti-layout-sidebar-2:before {
	content: "\e736";
}
.ti-layout-grid4-alt:before {
	content: "\e737";
}
.ti-layout-grid3-alt:before {
	content: "\e738";
}
.ti-layout-grid2-alt:before {
	content: "\e739";
}
.ti-layout-column4-alt:before {
	content: "\e73a";
}
.ti-layout-column3-alt:before {
	content: "\e73b";
}
.ti-layout-column2-alt:before {
	content: "\e73c";
}
.ti-instagram:before {
	content: "\e73d";
}
.ti-google:before {
	content: "\e73e";
}
.ti-github:before {
	content: "\e73f";
}
.ti-flickr:before {
	content: "\e740";
}
.ti-facebook:before {
	content: "\e741";
}
.ti-dropbox:before {
	content: "\e742";
}
.ti-dribbble:before {
	content: "\e743";
}
.ti-apple:before {
	content: "\e744";
}
.ti-android:before {
	content: "\e745";
}
.ti-save:before {
	content: "\e746";
}
.ti-save-alt:before {
	content: "\e747";
}
.ti-yahoo:before {
	content: "\e748";
}
.ti-wordpress:before {
	content: "\e749";
}
.ti-vimeo-alt:before {
	content: "\e74a";
}
.ti-twitter-alt:before {
	content: "\e74b";
}
.ti-tumblr-alt:before {
	content: "\e74c";
}
.ti-trello:before {
	content: "\e74d";
}
.ti-stack-overflow:before {
	content: "\e74e";
}
.ti-soundcloud:before {
	content: "\e74f";
}
.ti-sharethis:before {
	content: "\e750";
}
.ti-sharethis-alt:before {
	content: "\e751";
}
.ti-reddit:before {
	content: "\e752";
}
.ti-pinterest-alt:before {
	content: "\e753";
}
.ti-microsoft-alt:before {
	content: "\e754";
}
.ti-linux:before {
	content: "\e755";
}
.ti-jsfiddle:before {
	content: "\e756";
}
.ti-joomla:before {
	content: "\e757";
}
.ti-html5:before {
	content: "\e758";
}
.ti-flickr-alt:before {
	content: "\e759";
}
.ti-email:before {
	content: "\e75a";
}
.ti-drupal:before {
	content: "\e75b";
}
.ti-dropbox-alt:before {
	content: "\e75c";
}
.ti-css3:before {
	content: "\e75d";
}
.ti-rss:before {
	content: "\e75e";
}
.ti-rss-alt:before {
	content: "\e75f";
}

/* <<< END css/themify-icons.css <<< */

/* >>> BEGIN css/slick.css >>> */
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}
.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* <<< END css/slick.css <<< */

/* >>> BEGIN css/prettyPhoto.css >>> */
div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
div.pp_default .pp_top .pp_left{background:url(../images/prettyPhoto/default/sprite.png) -78px -93px no-repeat}
div.pp_default .pp_top .pp_middle{background:url(../images/prettyPhoto/default/sprite_x.png) top left repeat-x}
div.pp_default .pp_top .pp_right{background:url(../images/prettyPhoto/default/sprite.png) -112px -93px no-repeat}
div.pp_default .pp_content .ppt{color:#f8f8f8}
div.pp_default .pp_content_container .pp_left{background:url(../images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}
div.pp_default .pp_content_container .pp_right{background:url(../images/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px}
div.pp_default .pp_next:hover{background:url(../images/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}
div.pp_default .pp_previous:hover{background:url(../images/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}
div.pp_default .pp_expand{background:url(../images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_expand:hover{background:url(../images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}
div.pp_default .pp_contract{background:url(../images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_contract:hover{background:url(../images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}
div.pp_default .pp_close{width:30px;height:30px;background:url(../images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer}
div.pp_default .pp_gallery ul li a{background:url(../images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
div.pp_default .pp_social{margin-top:7px}
div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{position:static;left:auto}
div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(../images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(../images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;width:20px;margin:4px 0 0}
div.pp_default a.pp_arrow_next{left:52px;background-position:-82px -3px}
div.pp_default .pp_content_container .pp_details{margin-top:5px}
div.pp_default .pp_nav{clear:none;height:30px;width:110px;position:relative}
div.pp_default .pp_nav .currentTextHolder{font-family:Georgia;font-style:italic;color:#999;font-size:11px;left:75px;line-height:25px;position:absolute;top:2px;margin:0;padding:0 0 0 10px}
div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}
div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}
div.pp_default .pp_bottom .pp_left{background:url(../images/prettyPhoto/default/sprite.png) -78px -127px no-repeat}
div.pp_default .pp_bottom .pp_middle{background:url(../images/prettyPhoto/default/sprite_x.png) bottom left repeat-x}
div.pp_default .pp_bottom .pp_right{background:url(../images/prettyPhoto/default/sprite.png) -112px -127px no-repeat}
div.pp_default .pp_loaderIcon{background:url(../images/prettyPhoto/default/loader.gif) center center no-repeat}
div.light_rounded .pp_top .pp_left{background:url(../images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}
div.light_rounded .pp_top .pp_right{background:url(../images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}
div.light_rounded .pp_next:hover{background:url(../images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.light_rounded .pp_previous:hover{background:url(../images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_rounded .pp_expand{background:url(../images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_rounded .pp_expand:hover{background:url(../images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_rounded .pp_contract{background:url(../images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_rounded .pp_contract:hover{background:url(../images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_rounded .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_rounded .pp_nav .pp_play{background:url(../images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_nav .pp_pause{background:url(../images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_arrow_previous{background:url(../images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}
div.light_rounded .pp_arrow_next{background:url(../images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}
div.light_rounded .pp_bottom .pp_left{background:url(../images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}
div.light_rounded .pp_bottom .pp_right{background:url(../images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_top .pp_left{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}
div.dark_rounded .pp_top .pp_right{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}
div.dark_rounded .pp_content_container .pp_left{background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y}
div.dark_rounded .pp_content_container .pp_right{background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y}
div.dark_rounded .pp_next:hover{background:url(../images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_rounded .pp_previous:hover{background:url(../images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.dark_rounded .pp_expand{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_expand:hover{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract{background:url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract:hover{background:url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_rounded .pp_description{margin-right:85px;color:#fff}
div.dark_rounded .pp_nav .pp_play{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_nav .pp_pause{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_arrow_previous{background:url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}
div.dark_rounded .pp_arrow_next{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}
div.dark_rounded .pp_bottom .pp_left{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}
div.dark_rounded .pp_bottom .pp_right{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_loaderIcon{background:url(../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}
div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000}
div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}
div.dark_square .pp_loaderIcon{background:url(../images/prettyPhoto/dark_square/loader.gif) center center no-repeat}
div.dark_square .pp_expand{background:url(../images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_square .pp_expand:hover{background:url(../images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_square .pp_contract{background:url(../images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_square .pp_contract:hover{background:url(../images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_square .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_square .pp_nav{clear:none}
div.dark_square .pp_nav .pp_play{background:url(../images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_nav .pp_pause{background:url(../images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_arrow_previous{background:url(../images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}
div.dark_square .pp_arrow_next{background:url(../images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}
div.dark_square .pp_next:hover{background:url(../images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_square .pp_previous:hover{background:url(../images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_square .pp_expand{background:url(../images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_square .pp_expand:hover{background:url(../images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_square .pp_contract{background:url(../images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_square .pp_contract:hover{background:url(../images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_square .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_square .pp_nav .pp_play{background:url(../images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_nav .pp_pause{background:url(../images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_arrow_previous{background:url(../images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}
div.light_square .pp_arrow_next{background:url(../images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}
div.light_square .pp_next:hover{background:url(../images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}
div.light_square .pp_previous:hover{background:url(../images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_top .pp_left{background:url(../images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat}
div.facebook .pp_top .pp_middle{background:url(../images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x}
div.facebook .pp_top .pp_right{background:url(../images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat}
div.facebook .pp_content_container .pp_left{background:url(../images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y}
div.facebook .pp_content_container .pp_right{background:url(../images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y}
div.facebook .pp_expand{background:url(../images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.facebook .pp_expand:hover{background:url(../images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.facebook .pp_contract{background:url(../images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.facebook .pp_contract:hover{background:url(../images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.facebook .pp_close{width:22px;height:22px;background:url(../images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.facebook .pp_description{margin:0 37px 0 0}
div.facebook .pp_loaderIcon{background:url(../images/prettyPhoto/facebook/loader.gif) center center no-repeat}
div.facebook .pp_arrow_previous{background:url(../images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}
div.facebook .pp_arrow_next{background:url(../images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}
div.facebook .pp_nav{margin-top:0}
div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}
div.facebook .pp_nav .pp_play{background:url(../images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_nav .pp_pause{background:url(../images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_next:hover{background:url(../images/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}
div.facebook .pp_previous:hover{background:url(../images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_bottom .pp_left{background:url(../images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat}
div.facebook .pp_bottom .pp_middle{background:url(../images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x}
div.facebook .pp_bottom .pp_right{background:url(../images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat}
div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{padding-left:20px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;margin:10px 0 2px}
.pp_description{display:none;margin:0}
.pp_social{float:left;margin:0}
.pp_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden}
.pp_social .twitter{float:left}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{float:left;white-space:nowrap;margin:2px 4px}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{background:url(../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{background:url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
a.pp_previous{background:url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
a.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}
.pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none;font-size:17px;z-index:9999;margin:0 0 5px 15px}
div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}
div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}
div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}
div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}
div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}
div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat}
div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}
div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none}
/* <<< END css/prettyPhoto.css <<< */

/* >>> BEGIN css/twentytwenty.css >>> */
.twenty20{
  margin-bottom: 20px;
}
.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  content: " ";
  display: block;
  background: white;
  position: absolute;
  z-index: 30;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px; }
.twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px; }
.twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; }
.twentytwenty-overlay {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s; }
.twentytwenty-before-label, .twentytwenty-after-label {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity; }
.twentytwenty-before-label, .twentytwenty-after-label {
  color: white;
  font-size: 13px;
  letter-spacing: 0.1em; }
.twentytwenty-before-label, .twentytwenty-after-label {
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  line-height: 38px;
  padding: 0 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }
.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
  
}
.twentytwenty-vertical .twentytwenty-before-label:before, .twentytwenty-vertical .twentytwenty-after-label:before {
  }
.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute; }
.twentytwenty-left-arrow, .twentytwenty-right-arrow {
  top: 50%;
  margin-top: -6px; }
.twentytwenty-up-arrow, .twentytwenty-down-arrow {
  left: 50%;
  margin-left: -6px; }
.twentytwenty-container {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none; }
.twentytwenty-container img {
    max-width: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    display: block; }
.twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay {
    background: rgba(0, 0, 0, 0); }
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
    .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
    .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
      opacity: 0; }
.twentytwenty-container * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }
.twentytwenty-before-label {
  opacity: 0; }
.twentytwenty-before-label {
     }
.twentytwenty-container.t20-hover.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.t20-hover.active .twentytwenty-overlay .twentytwenty-after-label{
  opacity: 1;
}
.twentytwenty-after-label {
  opacity: 0; }
.twentytwenty-after-label {
     }
.twentytwenty-horizontal .twentytwenty-before-label {
  left: 1px;
  bottom: 0px;
  max-width: 50%;
  box-sizing: border-box;
  line-height: inherit;
  padding: 4px; }
.twentytwenty-horizontal .twentytwenty-after-label {
  right: 1px;
  bottom: 0px;
  max-width: 50%;
  box-sizing: border-box;
  line-height: inherit;
  padding: 4px; }
.twentytwenty-vertical .twentytwenty-before-label {
  top: 1px;
  line-height: inherit;
  padding: 6px;
  box-sizing: border-box;}
.twentytwenty-vertical .twentytwenty-after-label {
  bottom: 1px;
  line-height: inherit;
  padding: 6px;
  box-sizing: border-box; }
.twentytwenty-overlay {
  -webkit-transition-property: background;
  -moz-transition-property: background;
  transition-property: background;
  background: rgba(0, 0, 0, 0);
  z-index: 25; }
.twentytwenty-overlay:hover {
    background: rgba(0, 0, 0, 0.5); }
.twentytwenty-overlay:hover .twentytwenty-after-label {
      opacity: 1; }
.twentytwenty-overlay:hover .twentytwenty-before-label {
      opacity: 1; }
.twentytwenty-before {
  z-index: 20; }
.twentytwenty-after {
  z-index: 10; }
.twentytwenty-handle {
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border: 3px solid white;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  z-index: 40;
  cursor: pointer; }
.twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 22px;
  -webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 22px;
  -webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-vertical .twentytwenty-handle:before {
  left: 50%;
  margin-left: 22px;
    -webkit-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-vertical .twentytwenty-handle:after {
  right: 50%;
  margin-right: 22px;
  -webkit-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-left-arrow {
  border-right: 6px solid white;
  left: 50%;
  margin-left: -17px; }
.twentytwenty-right-arrow {
  border-left: 6px solid white;
  right: 50%;
  margin-right: -17px; }
.twentytwenty-up-arrow {
  border-bottom: 6px solid white;
  top: 50%;
  margin-top: -17px; }
.twentytwenty-down-arrow {
  border-top: 6px solid white;
  bottom: 50%;
  margin-bottom: -17px; }
/* <<< END css/twentytwenty.css <<< */

/* >>> BEGIN css/shortcodes.css >>> */
/** 
          1. cmt-row 

          2. Row-Equal-Height

          3. Bg-Layer 

          4. Row-Bg-Image

          5. Col-Bg-Image

          6. Section-Title 

          7. sep_holder

          8. Buttons

          9. Icons

          10. Fid

          11. featured-icon-box

          12. Featured-imagebox

          13. Progress-Bar 

          14. Testimonial

          15. Client-row

          16. Accordion

          17. Wrap-Form

          18. Tab

          19. Boxes-Spacing

          20. Pricing-Plan

          21. Sidebar

          22. Pagination

**/

/* ===============================================
    1.cmt-row
------------------------*/
.cmt-row{ padding: 100px 0;}
.cmt-row.padding_bottom_zero-section { padding: 100px 0 0; }
.cmt-row.padding_top_zero-section { padding: 0 0 100px; }
.cmt-row.padding_zero-section { padding: 0 0; }
.cmt-row.broken-section { padding: 0 0; }
.cmt-row.grid-section { padding: 85px 0; }
.cmt-row.partner-section { padding: 0px 0 100px; }
.cmt-row.sidebar { padding: 100px 0; }
.cmt-row.service-section { padding: 35px 35px; }
.cmt-row.blank-section { padding: 100px 0 640px; }
.cmt-row.about-section { padding-bottom: 413px; }
.cmt-row.progressbar-section { padding: 0; }
.cmt-row.testimonial-section { padding: 0 0 80px; }
.cmt-row.performance-section { padding: 100px 0 73px; }
.cmt-row.client-section { padding: 75px 0 50px; }
.cmt-row.heading-section {  }
.cmt-row.heading-section-2 { padding: 100px 0 70px; }
.cmt-row.row-title-section { margin-top: -92px; margin-bottom: 0; padding: 192px 0 100px; }
.cmt-row.about-section-3 { padding: 100px 0 0; }
.cmt-row.service-section-3 { padding: 100px 0 95px; }
.cmt-row.heading-section-3 { padding: 100px 0 40px; }
.cmt-row.client-section-2 { padding: 24px 0 58px; }
.cmt-row.procedure-section { padding: 290px 0 348px; margin-top: -190px; }
.cmt-row.progressbar-section-3 { padding: 0; }
.cmt-row.our-team-section-3 { padding: 100px 0 95px; }
.cmt-row.about-section-4 { padding: 100px 0 70px; }
.cmt-row.pricing-plan-section { padding: 100px 0 85px; }
.cmt-row.procedure-section-2 { padding: 220px 0 55px; margin-top: -120px;}
.cmt-row.service-section-4 { padding: 127px 0 70px; margin-top: -27px; }
.cmt-row.our-team-section-4 { padding: 85px 0; }
.cmt-row.portfolio-section-2 { padding: 0 0 100px; margin-top: 167px; }
.cmt-row.procedure-section-3 { padding: 70px 0 55px; }
.cmt-row.subscribe-form-section { padding: 100px 0 80px; }
.cmt-row.our-branches-section { padding: 100px 0 85px; }

/* ===============================================
    2.Row-Equal-Height
------------------------*/
.row-equal-height{ display:-webkit-box; display:-webkit-flex; display:-ms-flexbox; display:flex;}
.row-equal-height > [class*='col-'] { 
    display: -webkit-box; 
    display: -webkit-flex; 
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/* ===============================================
    3.Bg-Layer 
------------------------*/
.cmt-bg{ position: relative;}
.cmt-col-bgimage-yes {z-index: 1;}
.bg-layer-equal-height .cmt-col-bgimage-yes, 
.bg-layer-equal-height .cmt-col-bgcolor-yes,
.cmt-col-bgimage-yes{ height: 100%;}
.cmt-bg-layer , .cmt-titlebar-wrapper-bg-layer, .cmt-col-wrapper-bg-layer-inner {
    position: absolute;
    height: 100%;
    width: 100%; 
    top: 0;
    left: 0;
}
.cmt-left-span > .cmt-col-wrapper-bg-layer {
    width: auto;
    margin-left: -500px;
    right: 0;
}
.cmt-right-span > .cmt-col-wrapper-bg-layer {
    width: auto;
    margin-right: -500px;
    right: 0;
}
.layer-content{ position: relative; z-index: 1; height: 100%; width: 100%; }
.bg-layer { position: relative; }
.bg-layer > .container > .row { margin: 0; }
.bg-layer > .container , .bg-layer > .container-fluid { padding: 0; }
.col-bg-img-thirteen.cmt-bg.cmt-bgimage-yes >.cmt-bg-layer ,
.col-bg-img-thirteen.cmt-bg.cmt-col-bgimage-yes > .cmt-bg-layer > .cmt-col-wrapper-bg-layer-inner { opacity: .85; }
.cmt-bg.cmt-bgimage-yes >.cmt-bg-layer, 
.cmt-bg.cmt-col-bgimage-yes > .cmt-bg-layer > .cmt-col-wrapper-bg-layer-inner {
    opacity: 0.95;
}
.cmt-bgcolor-white.cmt-bg.cmt-bgimage-yes >.cmt-bg-layer, 
.cmt-bgcolor-white.cmt-bg.cmt-col-bgimage-yes > .cmt-bg-layer > .cmt-col-wrapper-bg-layer-inner {
    opacity: .94;
}

/* ===============================================
    4.Row-Bg-Image  
------------------------*/
.bg-img1{
    background-image: url(https://placehold.co/1920x1069/616161/818181?text=1920x1069+row-bgimage-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.bg-img2{
    background-image: url(https://placehold.co/1920x546/616161/818181?text=1920x546+row-bgimage-2.png);
    background-repeat: no-repeat;
    background-position: top center;
}
.bg-img3{
    background-image: url(https://placehold.co/1920x669/616161/818181?text=1920x669+row-bgimage-3.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.bg-img3.cmt-bg.cmt-bgimage-yes > .cmt-bg-layer {
    opacity: .1;
}
.bg-img4{
    background-image: url(https://placehold.co/1920x1059/616161/818181?text=1920x1059+row-bgimage-4.png);
    background-repeat: no-repeat;
    background-position: center bottom;
}
.bg-img5{
    background-image: url(https://placehold.co/1920x1796/616161/818181?text=1920x1796+row-bgimage-5.png);
    background-repeat: no-repeat;
    background-position: center center;
}

/* ===============================================
    5.Col-Bg-Image  
------------------------*/
.cmt-equal-height-image{ display: none; }
.col-bg-img-one.cmt-col-bgimage-yes > .cmt-col-wrapper-bg-layer {
    background-image: url(https://placehold.co/585x582?text=585x582+col-bgimage-1.jpg);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}
.col-bg-img-two.cmt-col-bgimage-yes > .cmt-col-wrapper-bg-layer {
    background-image: url(https://placehold.co/1024x1019?text=1024x1019+col-bgimage-2.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.col-bg-img-three.cmt-col-bgimage-yes > .cmt-col-wrapper-bg-layer {
    background-image: url(https://placehold.co/467x1024?text=467x1024+col-bgimage-3.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.col-bg-img-four.cmt-col-bgimage-yes > .cmt-col-wrapper-bg-layer {
    background-image: url(https://placehold.co/570x376?text=570x376+col-bgimage-4.jpg);
    background-position: center;
    background-size: cover;
}
.col-bg-img-five.cmt-col-bgimage-yes > .cmt-col-wrapper-bg-layer {
    background-image: url(https://placehold.co/570x376?text=570x376+col-bgimage-5.jpg);
    background-position: center;
    background-size: cover;
    margin-right: -300%;
}
.col-bg-img-six.cmt-col-bgimage-yes > .cmt-col-wrapper-bg-layer {
    background-image: url(https://placehold.co/961x576?text=961x576+col-bgimage-6.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.col-bg-img-seven.cmt-col-bgimage-yes > .cmt-col-wrapper-bg-layer {
    background-image: url(https://placehold.co/961x757?text=961x757+col-bgimage-7.png) !important;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.col-bg-img-seven.bg-base-dark.cmt-bg.cmt-col-bgimage-yes > .cmt-bg-layer > .cmt-col-wrapper-bg-layer-inner {
    opacity: 0.30;
}
.col-bg-img-eight.cmt-col-bgimage-yes > .cmt-col-wrapper-bg-layer {
    background-image: url(https://placehold.co/862x256?text=862x256+col-bgimage-8.jpg) !important;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.col-bg-img-nine.cmt-col-bgimage-yes > .cmt-col-wrapper-bg-layer {
    background-image: url(https://placehold.co/870x660?text=870x660+col-bgimage-9.png) !important;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.col-bg-img-ten.cmt-col-bgimage-yes > .cmt-col-wrapper-bg-layer {
    background-image: url(https://placehold.co/1920x613?text=1920x613+col-bgimage-10.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.col-bg-img-eleven.cmt-col-bgimage-yes > .cmt-col-wrapper-bg-layer {
    background-image: url(https://placehold.co/943x581?text=943x581+col-bgimage-11.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.col-bg-img-twelve.cmt-col-bgimage-yes > .cmt-col-wrapper-bg-layer {
    background-image: url(https://placehold.co/903x801?text=903x801+col-bgimage-12.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.col-bg-img-thirteen.cmt-col-bgimage-yes > .cmt-col-wrapper-bg-layer {
    background-image: url(https://placehold.co/848x484?text=848x484+col-bgimage-13.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.col-bg-img-thirteen.cmt-bg.cmt-col-bgimage-yes > .cmt-bg-layer > .cmt-col-wrapper-bg-layer-inner {
    opacity: 0.30;
}
.col-bg-img-fourteen.cmt-col-bgimage-yes > .cmt-col-wrapper-bg-layer {
    background-image: url(https://placehold.co/1020x601?text=1020x601+col-bgimage-14.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.col-bg-img-fifteen.cmt-col-bgimage-yes > .cmt-col-wrapper-bg-layer {
    background-image: url(https://placehold.co/1313x876?text=1313x876+col-bgimage-15.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.col-bg-img-sixteen.cmt-col-bgimage-yes > .cmt-col-wrapper-bg-layer {
    background-image: url(https://placehold.co/327x441?text=327x441+col-bgimage-16.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.col-bg-img-sixteen.bg-base-dark.cmt-bg.cmt-col-bgimage-yes > .cmt-bg-layer > .cmt-col-wrapper-bg-layer-inner {
    opacity: 0.80;
}
.col-bg-img-seventeen.cmt-col-bgimage-yes > .cmt-col-wrapper-bg-layer {
    background-image: url(https://placehold.co/761x702?text=761x702+col-bgimage-17.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* ===============================================
    6.Section-Title  
------------------------*/
.section-title{ 
    position: relative;
    margin-bottom: 12px;
    margin-top: -7px;
}
.section-title.bg-base-skin ,
.section-title.bg-base-dark ,
.section-title.bg-base-grey {
    margin-top: 0;
}
.section-title h3{
    display: inline-block;
    position: relative;
    color: var(--base-skin);
    font-weight: 600;
    text-transform: capitalize;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 4px;
    font-family: var(--base-bodyfont);
}
.section-title h2.title{
    font-size: 44px;
    line-height: 54px;
    margin-bottom: 8px;
    text-transform: uppercase;
}
.section-title .title-desc p{
    padding-top: 8px;
    margin: 0;
}
.section-title h2.title.fs-48 {
    font-size: 48px;
    line-height: 62px;
}
.section-title.title-style-center_text { text-align: center; }
.section-title.title-style-center_text .title-desc p { margin-bottom: 15px; width: 54%; margin: 0 auto; }
.section-title .title-header { padding-bottom: 0px; }
.section-title h3.text-base-white ,
.section-title h2.text-base-white { color: var(--base-white); }
.section-title.bg-base-skin h3 ,
.section-title.bg-base-skin h2 { color: var(--base-white); }
.section-title.row-title { margin-top: -7px; }
.section-title.row-title h3 ,
.section-title.row-title h2 { color: var(--base-white); }
.section-title.row-title h2 span { color: var(--base-skin); }
.section-title.row-title h2 { font-size: 70px; text-transform: capitalize; line-height: 90px; }
.section-title.style1 h2.title { font-size: 36px; line-height: 46px; }
.section-title.style2 { margin-top: 0px; }
.section-title.align-desc .title-header { padding-right: 15px; }
.section-title.align-desc .title-desc { padding-left: 15px; }
.section-title.align-desc .title-header ,
.section-title.align-desc .title-desc { display: table-cell; vertical-align: middle; width: 50%; }

/* ===============================================
    7.sep_holder
------------------------*/
.cmt-horizontal_sep {
    border-top: 1px solid #e7e7e7;
    display: block;
    position: relative;
}
.bg-base-dark .cmt-horizontal_sep{
    border-top-color: rgba(255,255,255,0.08);
}
.bg-base-skin .cmt-horizontal_sep{
    border-top-color: rgba(255,255,255,0.2);
}
.bg-base-white .cmt-horizontal_sep{
    border-top-color: #e7e7e7;
}
.border, .border-top, .border-left, .border-bottom, .border-right {
    border-color: 1px solid;
}
.bg-base-white .border-top {
    border-top: 1px solid #e7e7e7 !important;
}
.bg-base-white .border-bottom {
    border-bottom: 1px solid #e7e7e7 !important;
}
.bg-base-white .border-left {
    border-left: 1px solid #e7e7e7 !important;
}
.bg-base-white .border-right {
    border-right: 1px solid #e7e7e7 !important;
}
.border { border: 1px solid; }
.border-top { border-top: 1px solid; }
.border-left { border-left: 1px solid; }
.border-bottom { border-bottom: 1px solid; }
.border-right { border-right: 1px solid; }
.border,
.border-top,
.border-left,
.border-bottom,
.border-right {
    border-color: #e7e7e7 !important; 
}
.bg-base-dark .border,
.bg-base-dark .border-top,
.bg-base-dark .border-left,
.bg-base-dark .border-bottom,
.bg-base-dark .border-right,
.bg-base-skin .border,
.bg-base-skin .border-top,
.bg-base-skin .border-left,
.bg-base-skin .border-bottom,
.bg-base-skin .border-right{
    border-color: rgba(255,255,255,0.06) !important;
}
.cmt-vertical_sep > [class*='col'] { position: relative; }
.cmt-vertical_sep > [class*='col']:not(:last-child):before {
    position: absolute;
    content: "";
    height: 100%;
    top: 0;
    right: 0;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.06);
}
.row.no-gutters.cmt-vertical_sep > [class*='col']:not(:last-child):before{ right: 0; }
.bg-base-dark .cmt-vertical_sep > [class*='col']:not(:last-child):before,
.bg-base-skin .cmt-vertical_sep > [class*='col']:not(:last-child):before {
    background-color: rgba(255,255,255,.21);
}

/* ===============================================
    8.Buttons
------------------------*/
.cmt-btn{ 
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    line-height: 1;
    padding: 11px 32px 11px 31px;
    background: transparent;
    border-width: 1px;
    border-style: solid;
    border-color: #eaeff5;
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
    overflow: hidden;
    z-index: 1;
    text-align: center;
    font-family: var(--base-headingfont);
    transition: all 0.5s ease 0s;
}

/** btn-color **/
.cmt-btn-color-skincolor {
    color: var(--base-skin);
}
a.cmt-btn-color-skincolor:hover{
    color: var(--base-dark);
}
.bg-base-dark a.cmt-btn-color-skincolor:hover {
    color: var(--base-white);
}
.cmt-btn.cmt-btn-style-fill.cmt-btn-color-skincolor {
    background-color: var(--base-skin);
    border-color: var(--base-skin);
    color: var(--base-white);
}
.cmt-btn.cmt-btn-style-fill.cmt-btn-color-skincolor:hover,
.cmt-btn.cmt-btn-style-border.cmt-btn-color-dark:hover,
.cmt-btn.cmt-btn-style-fill.cmt-btn-color-white:hover {
    background-color: var(--base-dark);
    border-color: var(--base-dark);
    color: var(--base-white);
}
.header_btn .cmt-btn.cmt-btn-style-fill.cmt-btn-color-skincolor:hover,
.cmt-btn.cmt-btn-style-border.cmt-btn-color-skin:hover {
    background-color: var(--base-dark);
    border-color: var(--base-dark);
    color: var(--base-white);
}
.cmt-btn.cmt-btn-style-border.cmt-btn-color-white:hover{
    background-color: var(--base-white);
    color: var(--base-dark);
}
.cmt-btn.cmt-btn-color-dark {
    color: var(--base-dark);
}
.cmt-btn.cmt-btn-style-fill.cmt-btn-color-dark {
    background-color: var(--base-dark);
    border-color: var(--base-dark);
    color: var(--base-white);
}
.cmt-btn.cmt-btn-style-fill.cmt-btn-color-dark:hover,
.cmt-btn.cmt-btn-style-border.cmt-btn-color-skincolor:hover {
    background-color: var(--base-skin);
    border-color: var(--base-skin);
    color: var(--base-white);
}
.cmt-btn.cmt-btn-color-white {
    color: var(--base-white);
}
.cmt-btn.cmt-btn-style-fill.cmt-btn-color-white {
    background-color: var(--base-white);
    color: var(--base-dark);
}

/** btn-with-icon **/
.cmt-btn i{
    display: inline-block;
    vertical-align: middle;
    text-align: inherit;
    font-weight: bold;
}
.cmt-btn.cmt-icon-btn-right i { text-align: right; margin-left: 10px; margin-right: 0;}
.cmt-btn.cmt-icon-btn-left i { text-align: left; margin-right: 10px; margin-left: 0;}

/** btn-size-xs **/
.cmt-btn.cmt-btn-size-xs { font-size: 11px; padding: 8px 20px;}
.cmt-btn.cmt-btn-size-xs i { font-size: 11px; line-height: 11px;}
.cmt-btn.cmt-btn-size-xs.cmt-icon-btn-center { padding: ; }

/** btn-size-sm **/
.cmt-btn.cmt-btn-size-sm { font-size: 13px; padding: 11px 20px; }
.cmt-btn.cmt-btn-size-sm i { font-size: 12px; line-height: 12px;}

/** btn-size-md **/
.cmt-btn.cmt-btn-size-md { font-size: 15px; padding: 13px 20px 14px;}
.cmt-btn.cmt-btn-size-md i { font-size: 15px; line-height: 1; }

/** btn-size-lg **/
.cmt-btn.cmt-btn-size-lg { font-size: 18px; line-height: 18px; padding: 11px 35px;}
.cmt-btn.cmt-btn-size-lg i { font-size: 18px; line-height: 18px;}

/** btn-shape **/
.cmt-btn.cmt-btn-shape-round { border-radius: 2em; }
.cmt-btn.cmt-btn-shape-rounded { border-radius: 5px; }
.cmt-btn.cmt-btn-shape-square { border-radius: 0; }

/** btn-style-border **/
.cmt-btn.cmt-btn-style-border{ background-color: transparent; border: 2px solid currentColor; }
.cmt-btn.cmt-btn-color-white.cmt-btn-style-border {
    color: #fff;
    border-color: #fff;
    background-color: transparent;
}
.cmt-btn.cmt-btn-size-md.cmt-btn-style-border { padding: 11px 17px 12px; }
/** cmt-icon-shap**/
.cmt-btn.cmt-icon-shap {
    padding: 15px 48px 15px 29px;
}
.newsletter-form .cmt-btn.cmt-icon-shap.cmt-btn-style-fill i,
.header_btn .cmt-btn.cmt-icon-shap.cmt-btn-style-fill i,
.cmt-btn.cmt-icon-shap.cmt-btn-style-fill.cmt-btn-color-skincolor i,
.cmt-pricing-plan.pricing-recommended-plan .cmt-btn.cmt-icon-shap.cmt-btn-style-border i{
    background-color: var(--base-white);
    color: var(--base-dark);
}
.header_btn .cmt-btn.cmt-icon-shap.cmt-btn-style-fill:hover i,
.cmt-pricing-plan.pricing-recommended-plan .cmt-btn.cmt-icon-shap.cmt-btn-style-border:hover i{
    background-color: var(--base-skin);
    color: var(--base-white);
}
.cmt-btn.cmt-icon-shap.cmt-btn-style-border i,
.cmt-btn.cmt-icon-shap.cmt-btn-style-fill i{
    text-align: center;
    right: 6px;
    top: 6px;
    position: absolute;
    font-size: 11px;
    font-weight: 600;
    display: inline-block;
    height: 34px;
    width: 34px;
    line-height: 34px;
    background-color: var(--base-skin);
    border-radius: 5px;
    color: var(--base-white);
    transition: all 0.5s ease 0s;
}
.newsletter-form button[type="submit"] i:before{font-weight: 600;}

/** btn-inline **/
.cmt-btn.btn-inline{
    padding: 0;
    border: 0;
    overflow: visible;
    background-color: transparent;
    transition: all 0.2s ease 0s;
}
.cmt-btn.btn-inline i{ 
    position: absolute; 
}
.cmt-btn.btn-inline.cmt-icon-btn-right i { right: -20px; }
.cmt-btn.btn-inline.cmt-icon-btn-left i{ left: -20px; }
.cmt-btn.btn-inline i.fa-minus:before { height: 1px; display: block; }
.col-bg-img-five .cmt-btn.btn-inline.cmt-icon-btn-right i {
    bottom: 0;
    content: "\e83b";
    font-weight: 600;
    font-size: 9px;
    right: -15px;
    transition: unset;
}
.cmt-btn.btn-underline { position: relative; overflow: visible; vertical-align: baseline;}
.cmt-btn.btn-underline:before {
    position: absolute;
    content: '';
    height: 1px;
    width: 100%;
    background-color: currentColor;
    bottom: 0;
    left: 0px;
    transition: all 0.1s ease 0s;
}

/* play-btn / play-icon */
/* ===============================================*/

.cmt-play-icon {
    color: #fff;
    display: block;
    position: relative;
}
.cmt-play-icon .cmt-play-icon-animation{ 
    display: inline-block;
    position: relative;
}
.cmt-play-icon .cmt-play-icon-animation:after, .cmt-play-icon .cmt-play-icon-animation:before {
    content: '';
    border: 3px solid;
    width: 150%;
    height: 150%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    left: -25%;
    top: -25%;
    opacity: 1;
    z-index: -1;
    -webkit-animation: 1s videoplay-anim linear infinite;
    animation: 1s videoplay-anim linear infinite;
}
.cmt-play-icon .cmt-play-icon-animation:after, .cmt-play-icon .cmt-play-icon-animation:before {
    -webkit-animation:videoplay-anim 1.08s infinite;
    -moz-animation:videoplay-anim 1.08s infinite;
    -ms-animation:videoplay-anim 1.08s infinite;
    -o-animation:videoplay-anim 1.08s infinite;
    animation:videoplay-anim 1.08s infinite;
}
.cmt-play-icon .cmt-play-icon-animation:before {
    -webkit-animation-delay: 0.95s;
    animation-delay: 0.95s;
}
.cmt-play-icon-btn .cmt-icon i.fa-play{ 
    font-size: 16px;
    line-height: 1;
    z-index: 2;
    padding-left: 5px;
}
.cmt-play-icon-btn .cmt-play-icon-animation{
    position: relative;
    display: inline-block;
}
.cmt-play-icon-btn .cmt-play-icon-animation .cmt-icon { 
    margin-bottom: 0; 
    width: 50px;
    height: 50px;
    line-height: 50px;
}
.cmt-play-icon-btn.style2 .cmt-play-icon-animation .cmt-icon {
    margin-bottom: 0; 
    width: 70px;
    height: 70px;
    line-height: 70px;
}
.cmt-play-icon-btn .cmt-play-icon-animation .cmt-icon:after {
    content: '';
    position: absolute;
    top: 51%;
    left: 51%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
}
.cmt-play-icon-btn .cmt-play-icon-animation .cmt-icon:after{
    z-index: 1;
    width: calc(100% * 1.25 );
    height: calc(100% * 1.25 );
    opacity: .8;
    background-color: inherit;
}
.cmt-bgcolor-skincolor .cmt-play-icon-btn .cmt-play-icon-animation:after { opacity: .1; }
.cmt-play-icon-btn.animated .cmt-play-icon-animation .cmt-icon:after, 
.cmt-play-icon-btn:hover .cmt-play-icon-animation .cmt-icon:after {
    -webkit-animation:sep-anim 1.7s infinite;
    -moz-animation:sep-anim 1.7s infinite;
    -ms-animation:sep-anim 1.7s infinite;
    -o-animation:sep-anim 1.7s infinite;
    animation:sep-anim 1.7s infinite;
}
@-webkit-keyframes sep-anim{ 100% { width:200%;height:200%;opacity:0 } }
@keyframes sep-anim{ 100% { width:200%;height:200%;opacity:0 } }

/* ===============================================
    9.Icons
------------------------*/
.cmt-icon{
    margin-bottom: 25px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    border: 1px solid transparent;
    position: relative;
    transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    box-sizing: content-box;
    position: relative;
}
.cmt-icon i {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    transition: all 0.3s ease 0s;
}
.cmt-icon_element-color-skincolor {
    color: var(--base-skin);
}
.cmt-icon.cmt-icon_element-fill.cmt-icon_element-color-skincolor {
    background-color: var(--base-skin);
    color: var(--base-white);
}
.cmt-icon.cmt-icon_element-border.cmt-icon_element-color-skincolor {
    border: 1px solid var(--base-skin);
    color: var(--base-skin);
}
.cmt-icon_element-color-darkgrey {
    color: var(--base-dark);
}
.cmt-icon.cmt-icon_element-fill.cmt-icon_element-color-darkgrey {
    background-color: var(--base-dark);
    color: var(--base-white);
}
.cmt-icon.cmt-icon_element-border.cmt-icon_element-color-darkgrey {
    border: 1px solid var(--base-dark);
    color: var(--base-dark);
}
.cmt-icon.cmt-icon_element-fill.cmt-icon_element-color-grey {
    background-color: var(--base-grey);
    color: var(--base-skin);
}
.cmt-icon.cmt-icon_element-border.cmt-icon_element-color-grey {
    border: 1px solid var(--base-grey);
    color: var(--base-skin);
}
.cmt-icon.cmt-icon_element-fill.cmt-icon_element-color-white {
    background-color: var(--base-white);
    color: var(--base-skin);
}
.cmt-icon.cmt-icon_element-border.cmt-icon_element-color-white {
    border: 1px solid var(--base-white);
    color: var(--base-white);
}
/** icon-size-xs **/
.cmt-icon.cmt-icon_element-size-xs { height: 30px; width: 30px; line-height: 30px; }
.cmt-icon.cmt-icon_element-size-xs i { font-size: 13px; line-height: 1; }

/** icon-size-sm **/
.cmt-icon.cmt-icon_element-size-sm { height: 55px; width: 55px; line-height: 55px; }
.cmt-icon.cmt-icon_element-size-sm i { font-size: 30px; }

/** icon-size-md **/
.cmt-icon.cmt-icon_element-size-md { height: 70px; width: 70px; line-height: 70px }
.cmt-icon.cmt-icon_element-size-md i { font-size: 38px; }

/** icon-size-lg **/
.cmt-icon.cmt-icon_element-size-lg { height: 78px; width: 78px; line-height: 78px; }
.cmt-icon.cmt-icon_element-size-lg i { font-size: 45px; }
.cmt-icon.cmt-icon_element-size-lg.style1 i { font-size: 50px; }

/** icon-size-xl **/
.cmt-icon.cmt-icon_element-size-xl { height: 80px; width: 80px; line-height: 80px; }
.cmt-icon.cmt-icon_element-size-xl i { font-size: 58px; }
.cmt-icon.cmt-icon_element-onlytxt { height: auto; width: auto; line-height: 1;}
.cmt-icon.cmt-icon_element-onlytxt i { 
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
    transform: unset;
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
    transform: translate(0,0);
}

/** icon-shape **/
.cmt-icon.cmt-icon_element-style-round { border-radius: 5px; }
.cmt-icon.cmt-icon_element-style-rounded { border-radius: 50%; }
.cmt-icon.cmt-icon_element-style-square { border-radius: 0;}

/* cmt-list-style-icon */
/*===============================*/

.cmt-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.cmt-list.cmt-list-style-icon.fw-normal li i , 
.cmt-list.cmt-list-style-icon.fw-normal .cmt-list-li-content {
    font-weight: normal;
    padding-bottom: 2px;
}
.cmt-list.cmt-list-style-icon li {
    position: relative;
    padding-bottom: 10px;
    display: flex;
    align-items: baseline;
    width: 100%;
}
.cmt-list.cmt-list-style-icon li:last-child{padding-bottom: 0;}
.cmt-list.cmt-list-style-icon li i.fa-minus:before{
    position: absolute;
    content: "";
    top: 6px;
    left: 0;
    height: 2px;
    width: 7px;
    background-color: currentcolor;
}
.cmt-list.cmt-list-style-icon .cmt-list-li-content {
    display: inline-block;
    padding-left: 10px;
}
.cmt-list.list-inline .cmt-list-li-content { 
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
}
.cmt-list.list-inline .cmt-list-li-content span {
    display: table-cell;
    vertical-align: top;
}
.cmt-list.list-inline .cmt-list-li-content span i {
    padding-right: 10px;
    font-size: 15px;
    font-weight: 400;
    color: var(--base-skin);
}
.cmt-list.fs-14 { font-size: 14px; }
.cmt-list.fs-15 { font-size: 15px; }
.cmt-list.fs-15 i { font-size: 12px; }
.cmt-list-icon-color-skincolor li i { color: var(--base-skin); }
.cmt-list-icon-color-darkgrey li i { color: var(--base-dark); }

/*style2*/
.cmt-list.style2 { 
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);  
    padding-bottom: 5px !important;
    margin-bottom: 25px !important;
}
.cmt-list.style2 li { 
    display: flex; 
    justify-content: space-between; 
    align-items: center;
    padding: 0 0 7px 0 !important;
    margin: 0 !important;
    border: 0 !important;
}
.cmt-list.style2 li p{ display: inline-block; margin-bottom: 0; color: white; }

/*style3*/
.cmt-list.style3 { padding-top: 1px; }
.cmt-list.style3 li { margin-bottom: 20px; padding-bottom: 12px; }
.cmt-list.style3 li:not(:last-child) { border-bottom: 1px solid #d2d2d2; }
.cmt-list.style3 li h3{ margin-bottom: 3px; font-size: 18px; line-height: 26px; }
.cmt-list.style3 li p { margin-bottom: 0; }

/*style4*/
.cmt-list.style4 { padding-top: 5px; margin-bottom: 20px; }
.cmt-list.style4 li:not(:last-child) { padding-bottom: 9px; }
.cmt-list.style4 li span ,
.cmt-list.style4 li p {
    display: table-cell;
    vertical-align: top;
}
.cmt-list.style4 li span { padding: 0; margin: 0; font-weight: 600; color: var(--base-dark);}
.cmt-list.style4 li p { padding-left: 12px; }

/*style5*/

.cmt-list.style5 { padding-top: 5px; margin-bottom: 20px; }
.cmt-list.style5 li:not(:last-child) { padding-bottom: 9px; }
.cmt-list.style5 li span ,
.cmt-list.style5 li p {
    display: table-cell;
    vertical-align: top;
}
.cmt-list.style5 li span { padding: 0; margin: 0; font-size: 18px; line-height: 26px; font-weight: 600; color: var(--base-dark);}
.cmt-list.style5 li p { padding-left: 12px; font-size: 18px; line-height: 26px; }

/* cmt-video-icon */
.cmt-video-icon .cmt-icon.cmt-icon_element-size-md {
    height: 98px;
    width: 98px;
    line-height: 98px;
}
.cmt-video-icon .cmt-icon.cmt-icon_element-size-md i { 
    font-size: 40px;
}
.cmt-right-video-icon, .cmt-left-video-icon, .cmt-center-video-icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
}

/* ===============================================
    10.Fid
------------------------*/
.inside {
    position: relative;
    transition: all .4s;
    padding: 10px 0 15px;
}
.cmt-fid-view-lefticon .cmt-fid-icon-wrapper ,
.cmt-fid-view-lefticon .cmt-fid-contents ,
.cmt-fid-view-righticon .cmt-fid-icon-wrapper ,
.cmt-fid-view-righticon .cmt-fid-contents{
    display: table-cell;
    vertical-align: top;
}
.cmt-fid-view-lefticon .cmt-fid-contents,
.cmt-fid-view-righticon .cmt-fid-icon-wrapper {
    padding-left: 15px;
    text-align: left;
}
.cmt-fid-view-topicon i {
    margin-bottom: 10px;
}
.cmt-fid-icon-wrapper i {
    font-size: 45px;
    line-height: 50px;
    position: relative;
    display: inline-block;
}
.inside h4, .inside h4 span {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 0;
}
.inside h3 {
    margin-bottom: 0;
    width: 100%;
    font-size: 15px;
    line-height: 26px;
    padding-top: 0;
}

/*style1*/
.cmt-fid.inside.style1 { margin-top: 40px; }
.cmt-fid.inside.style1 .cmt-fid-inner > span { 
    font-size: 80px;
    line-height: 60px; 
    color: var(--base-skin); 
}
.cmt-fid.inside.style1 .cmt-fid-title {
    font-size: 40px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 9px;
}
.cmt-fid.inside.style1 p {
    margin: 0;
    line-height: 1;
}

/*style2*/
.cmt-fid.inside.cmt-fid-without-icon.style2 { padding: 0 0 0 15px; margin: 15px 0;}
.cmt-fid.inside.cmt-fid-without-icon.style2 .cmt-fid-inner > span { 
    font-size: 40px; 
    line-height: 40px; 
    color: var(--base-white); 
    margin-top: 1px;
    margin-bottom: 7px;
    float: left;
}
.cmt-fid.inside.cmt-fid-without-icon.style2 .cmt-fid-title {
    width: 100%;
    clear: both;
    display: block;
    color: var(--base-white);
    font-size: var(--base-bodyfont-Size);
    text-transform: capitalize;
    font-weight: 400;
    font-family: var(--base-bodyfont); 
}

/*style3*/
.cmt-fid.inside.cmt-fid-without-icon.style3 {  
    text-align: center; 
    border-right: 1px solid rgba(255,255,255,.11);
    border-top: 1px solid rgba(255,255,255,.11);
    margin-top: -1px;
    margin-right: -1px;
    padding: 57px 15px;
}
.cmt-fid.inside.cmt-fid-without-icon.style3 .cmt-fid-inner > span { 
    font-size: 60px;
    line-height: 54px;
    color: var(--base-white); 
    margin-bottom: 0;
}
.cmt-fid.inside.cmt-fid-without-icon.style3 .cmt-fid-title {
    padding: 11px 4px 0;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    text-transform: uppercase;
}

/*style4*/
.cmt-fid.inside.cmt-fid-without-icon.style4 {  
    text-align: center;
    position: relative;
    padding: 29px 15px 42px;
    border-left: 1px solid #e7e7e7;
}
.cmt-fid.inside.cmt-fid-without-icon.style4 .cmt-fid-inner > span { 
    font-size: 36px;
    line-height: 43px;
    color: var(--base-dark); 
    margin-bottom: 0;
}
.cmt-fid.inside.cmt-fid-without-icon.style4 .cmt-fid-title {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    padding: 2px 4px 0;
}

/*circle*/
.cmt-fid-view-circle-progress .cmt-circle-content {
    position: relative;
    text-align: center;
    padding-top: 6px;
    padding-left: 4px;
}
.cmt-circle-boxcontent {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    -khtml-transform: translateX(0) translateY(-50%);
    -moz-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    -o-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
}
.cmt-fid-view-circle-progress .cmt-fid-number, 
.cmt-fid-view-circle-progress .cmt-fid-number sub, 
.cmt-fid-view-circle-progress .cmt-fid-number sup {
    font-size: 17px;
    color: var(--base-dark);
    font-family: var(--base-bodyfont);
}
.cmt-fid-view-circle-progress .cmt-fid-title {
    font-size: 20px;
    line-height: 34px;
    font-weight: 500;
    text-align: center;
    padding-top: 2px;
    letter-spacing: .5px;
    color: #000000;
}

/* ===============================================
    11.featured-icon-box ( only contents )
------------------------*/
.featured-icon-box { position: relative; margin: 15px 0; }
.featured-icon-box .cmt-icon{ margin-bottom: 0; }
.featured-title h3{ font-size: 20px; line-height: 28px; margin-bottom: 12px; font-weight: 600; text-transform: uppercase;}
.featured-icon-box.icon-align-before-content .featured-icon,
.featured-icon-box.icon-align-before-content .featured-content,
.featured-icon-box.icon-align-before-title .featured-title,
.featured-icon-box.icon-align-before-title .featured-icon {
    display: table-cell;
    vertical-align: middle;
}
.featured-icon-box.icon-align-before-content .featured-icon i { display: inline-block; vertical-align: middle; }
.featured-icon-box.icon-align-before-content.icon-ver_align-top .featured-content,
.featured-icon-box.icon-align-before-content.icon-ver_align-top .featured-icon {
    vertical-align: top;
    padding-top: 0px;
}
.featured-icon-box.icon-align-before-content .featured-content, 
.featured-icon-box.icon-align-before-title .featured-title{ padding-left: 15px; }
.featured-icon-box.icon-align-before-title .featured-title h3{ margin-bottom: 0; }
.featured-icon-box.icon-align-before-content .featured-content .featured-desc p{ 
    margin-bottom: 0;
}
.featured-icon-box.icon-align-before-title .featured-content{ margin-top: 15px; }
.featured-icon-box.icon-align-top-content .featured-content { padding-top: 15px; }

/*cmt-number*/
section { counter-reset:container}
.container .number:after {
    counter-increment: container;
    content: counter(container,decimal-leading-zero);
    font-style: normal;
}
.featured-icon-box.icon-flip-hover .cmt-icon i {
    transition: all 1s ease;
    display: block;
    transform: translate(0%,0%) rotateY(0deg);
}
.featured-icon-box.icon-flip-hover:hover .cmt-icon i {
    transform: translate(0%,0%) rotateY(360deg);
}
.featured-icon-box.icon-box-without-icon .featured-title h3 {
    font-size: 19px;
    line-height: 26px;
    margin-bottom: 8px;
}
.featured-icon-box.icon-box-without-icon .featured-desc p { 
    width: 80%;
    margin-right: auto;
}

/*style2*/
.featured-icon-box.style2 {
    margin: 15px 0;
    padding: 35px 25px 37px;
    background-color: var(--base-white);
    overflow: hidden;
}
.featured-icon-box.style2:before {
    content: '';
    position: absolute;
    left: -3px;
    bottom: 0;
    width: 100%;
    border-bottom: 3px solid var(--base-skin);
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    z-index: 2;
}
.featured-icon-box.style2 .featured-icon { 
    line-height: 34px;
    font-size: 50px;
    text-align: center;
    margin-right: 18px;
    transition: all 1s ease; 
}
.featured-icon-box.style2.active:before ,
.featured-icon-box.style2:hover:before {
    transform: scaleX(1.0);
}
.featured-icon-box.style2:hover .featured-icon i {
    animation: pulse 1s ease;
}
@keyframes pulse {
    0%   { transform: scale(1.0); }
    25%  { transform: scale(1.05); }
    50%  { transform: scale(1.0); }
    75%  { transform: scale(1.05); }
    100% { transform: scale(1.0); }
}
.featured-icon-box.style2 .featured-title h3{
    font-size: 19px;
    line-height: 26px;
    display: inline-block;
    margin-bottom: 8px;
}
.featured-icon-box.style2 .featured-desc p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*style3*/
.featured-icon-box.style3 { 
    margin: 0;
    padding: 60px 25px 56px;
    transition: all 0.5s ease;
}
.featured-icon-box.style3 .featured-content { padding-top: 25px; }
.featured-icon-box.style3 .featured-icon i { color: var(--base-white); }
.featured-icon-box.style3 .featured-desc p {
    color: rgb(255, 255, 255, 0.75);
}
.featured-icon-box.style3 .featured-bottom a {
    font-size: 15px;
    line-height: 1;
    color: var(--base-white);
    text-transform: uppercase;
}
.featured-icon-box.style3:hover .cmt-icon { 
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    transition: all 0.5s ease; 
}

/*style4*/
.featured-icon-box.style4 { 
    margin: 0;
    transition: all .3s ease;
}
.featured-icon-box.style4 .featured-title h3{
    font-size: 19px;
    line-height: 26px;
    margin-bottom: 8px;
}
.featured-icon-box.style4:hover .cmt-icon { 
    margin-top: 5px;
}

/*style5*/
.featured-icon-box.style5 { 
    display: flex; 
    flex-direction: row;
    justify-content: start;
    align-items: center;
}
.featured-icon-box.style5.reverse { justify-content: end;}
.featured-icon-box.style5 .featured-title h3 { 
    font-size: 26px; 
    line-height: 36px; 
    margin-bottom: 0;
    text-align: right;
    color: var(--base-white);
}
.featured-icon-box.style5.reverse .featured-title h3 { text-align: left; }
.featured-icon-box.style5 .featured-icon { padding-left: 15px; }
.featured-icon-box.style5 .featured-icon i { color: var(--base-white); }
.featured-icon-box.style5 .featured-content { padding-left: 0; }
.featured-icon-box.style5 .featured-desc p { margin-bottom: 0; }
.featured-icon-box.style5.reverse .featured-content { padding-left: 15px; }
.featured-icon-box.style5.reverse .featured-icon { padding-left: 0; }

/*style6*/
.featured-icon-box.style6 { 
    margin: 0;
    position: relative; 
    padding: 29px 0;
}
.featured-icon-box.style6 .featured-icon { 
    text-align: center;
    opacity: 0.20; 
}
.featured-icon-box.style6 .featured-icon i { font-size: 100px; }
.featured-icon-box.style6 .featured-icon {  }
.featured-icon-box.style6 .featured-content { 
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute; 
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    text-align: center;
}
.featured-icon-box.style6 .featured-title h3 { margin-bottom: 0; font-size: 20px; line-height: 26px; color: var(--base-white);}
.featured-icon-box.style6 .featured-desc p { margin-bottom: 0; text-align: center;}
.featured-icon-box.style6:before , .featured-icon-box.style6:after { 
    content: '';
    position: absolute;
    background-color: rgba(255, 255, 255, 0.2);
    width: 2px;
    height: 100%;
    top: 0;
}
.featured-icon-box.style6:before { left: -30px; }
.featured-icon-box.style6:after { right: -30px; }

/*style7*/
.featured-icon-box.style7 { 
    border-right: 1px solid rgba(255,255,255,.07);
    border-top: 1px solid rgba(255,255,255,.07);
    margin-top: -1px;
    margin-right: -1px;
    margin-bottom: 0;
    margin-left: 0;
}
.featured-icon-box.style7 .featured-content {
    z-index: 9;
    background-color: rgba(0,0,0,.27);
    position: relative;
    padding: 28px 35px 36px;
}
.featured-icon-box.style7 .featured-title {
    width: 60%;
    float: left;
}
.featured-icon-box.style7 .featured-title h3 {
    margin-bottom: 19px;
    font-size: 21px;
    line-height: 33px;
    font-weight: 600;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.featured-icon-box.style7 .featured-title h3 a { color: var(--base-white); }
.featured-icon-box.style7 .featured-title h3 a:hover { color: var(--base-skin); }
.featured-icon-box.style7 .featured-bottom a {
    background: var(--base-dark);
    color: var(--base-white);
    width: 44px;
    height: 24px;
    display: inline-block;
    text-align: center;
    border-radius: 50px;
    font-size: 13px;
    float: right;
    margin-top: 9px;
    padding-top: 2px;
}
.featured-icon-box.style7 .featured-content-inner {
    overflow: hidden;
}
.featured-icon-box.style7 .cmt-icon i{
    font-size: 70px;
}
.featured-icon-box.style7 .number {
    position: absolute;
    top: auto;
    bottom: 42px;
    right: 25px;
    left: auto;
    z-index: -1;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    font-size: 60px;
    line-height: 1;
    font-weight: 700;
    font-family: var(--base-headingfont);
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: transparent;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.05);
}
.featured-icon-box.style7 .featured-icon {    
    margin-bottom: 0;
    display: inline-block;
    box-sizing: content-box;
    position: relative;
    -webkit-transition: all .8s linear;
    -moz-transition: all .8s linear;
    -o-transition: all .8s linear;
    -ms-transition: all .8s linear;
    transition: all .8s linear;
}
.featured-icon-box.style7 .featured-bottom a:hover { background: var(--base-skin); }
.featured-icon-box.style7:hover .featured-icon {     
    -ms-transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
    transition: all .8s linear;
} 

/*style8*/
.featured-icon-box.style8 { 
    margin: 0;
    transition: all .3s ease;
}
.featured-icon-box.style8 .featured-icon { 
    position: relative;
}
.featured-icon-box.style8 .cmt-icon { 
    position: relative;
    overflow: hidden;
    text-align: center;
    height: 70px;
    width: 68px;
    line-height: 70px;
    display: flex; 
    align-items: center;
    justify-content: center;
    border: none;
    border-left: 2px solid var(--base-skin);
    background-color: var(--base-grey);
}
.featured-icon-box.style8 .featured-icon i {
    font-size: 40px;
    line-height: 1;
    padding-top: 3px;
}
.featured-icon-box.style8 .cmt-icon:before ,
.featured-icon-box.style8 .cmt-icon:after {
    content: " ";
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    background: var(--base-skin);
    z-index: -1;
}
.featured-icon-box.style8 .cmt-icon:before { transform: translateX(-100%); z-index: 1; }
.featured-icon-box.style8 .cmt-icon:after { 
    z-index: 0;
    transform: translateX(100%);
    transition: none;
    transition: transform .5s ease;
}
.featured-icon-box.style8 .featured-title h3{
    font-size: 19px;
    line-height: 20px;
    margin-bottom: 6px;
}
.featured-icon-box.style8:hover .cmt-icon:before {
    transform: translateX(0);
    transition: transform .35s ease;
}
.featured-icon-box.style8:hover .cmt-icon:after {
    opacity: 1;
    transform: translateX(0);
    transition: transform .35s .36s ease;
}
.featured-icon-box.style8:hover .featured-icon i { color: var(--base-white); z-index: 1; }

/*style9*/
.featured-icon-box.style9 { padding-left: 27px; }
.featured-icon-box.style9 .featured-title h3 {
    margin-bottom: 8px;
}

/*style10*/
.featured-icon-box.style10 {
    background-color: var(--base-white);
    padding: 15px;
    padding: 42px 25px 40px;
    border: 1px solid #e7e7e7;
    margin: -1px 0 0 -1px;
}
.featured-icon-box.style10 .featured-icon i { font-size: 50px; line-height: 1; }
.featured-icon-box.style10 .featured-title {  }
.featured-icon-box.style10 .featured-desc p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.featured-icon-box.style10 .featured-bottom a { text-transform: uppercase; }

/*style11*/
.featured-icon-box.style11 {
}
.featured-icon-box.style11 .featured-title ,
.featured-icon-box.style11 .number {
    display: inline-block;
    vertical-align: top;
}
.featured-icon-box.style11 .featured-desc p { 
    width: 100%!important;
    margin: 0;
}
.featured-icon-box.style11 .number { 
    display: inline-block; 
    font-size: 19px;
    line-height: 26px;
    font-weight: 600;
    display: inline-block;
    font-family: var(--base-headingfont);
    color: var(--base-skin);
    margin-right: 5px;
}
.featured-icon-box.style11.icon-box-1 { 
    margin: 0 0 20px;
    padding: 10px 0 25px;
}
.featured-icon-box.style11.icon-box-2 {
    margin: 0 0 20px;
    padding: 10px 0 25px 25px;
    border-style: solid;
    border-width: 0 0 0 1px;
    border-color: #d1d1d1;
}
.featured-icon-box.style11.icon-box-3 {
    margin: 0;
    padding: 25px 0 10px;
}
.featured-icon-box.style11.icon-box-4 {
    margin: 0;
    padding: 25px 0 10px 25px;
    border-style: solid;
    border-width: 0 0 0 1px;
    border-color: #d1d1d1;
}
.featured-icon-box.style11.icon-box-1:before {
    content: '';
    background: #d1d1d1;
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: -10px;
    left: -3px;
}
.featured-icon-box.style11.icon-box-2:before {
    content: '';
    background: #d1d1d1;
    height: 1px;
    width: 92%;
    position: absolute;
    bottom: -10px;
    right: -3px;
}

/*style12*/
.featured-icon-box.style12 {
    padding: 20px 0;
    margin: 10px 0;
}
.featured-icon-box.style12 .featured-icon ,
.featured-icon-box.style12 .featured-content {
    display: table-cell;
    vertical-align: top;
}
.featured-icon-box.style12 .featured-title ,
.featured-icon-box.style12 .number {
    display: inline-block;
    vertical-align: top;
}
.featured-icon-box.style12 .featured-desc p { 
    width: 100%!important;
    margin: 0;
}
.featured-icon-box.style12 .number { 
    display: inline-block; 
    font-size: 19px;
    line-height: 26px;
    font-weight: 600;
    display: inline-block;
    font-family: var(--base-headingfont);
    color: var(--base-skin);
    margin-right: 5px;
}
.featured-icon-box.style12 .featured-icon i { font-size: 50px; }
.featured-icon-box.style12 .featured-title h3 a:hover { color: var(--base-dark); }

/* style13*/
.featured-icon-box.style13{
    position: relative;
    padding: 34px 35px 46px;
    margin: 0px 0 45px;
    background-color: var(--base-white);
    text-align: center;
}
.featured-icon-box.style13:before {
    content: '';
    background-color: var(--base-skin);
    position: absolute;
    width: 3px;
    height: 40%;
    top: 30%;
    left: -3px;
    transition: all 0.3s linear;
}
.featured-icon-box.style13:hover:before{
    top: 0;
    height: 100%;
    transition: all 0.3s linear;
}
.featured-icon-box.style13 .featured-content { padding-top: 8px; }
.featured-icon-box.style13 .featured-icon i { font-size: 66px; line-height: 1; padding-top: 11px; }
.featured-icon-box.style13 h3{
    font-size: 20px;
    line-height: 33px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.featured-icon-box.style13 .fetured-bottom{
    position: absolute;
    bottom: -21px;
    left: 0;
    right: 0;
    border-radius: 50%;
    margin: 0 auto;
}
.featured-icon-box.style13 .fetured-bottom a{
    width: 42px;
    height: 42px;
    line-height: 42px;
    border-radius: 50%;
    border: 0px solid transparent;
    display: inline-block;
    text-align: center;
    background-color: var(--base-dark);
}
.featured-icon-box.style13 .fetured-bottom a i{
    font-size: 20px;
    line-height: 20px;
    color: var(--base-white);
    padding-top: 4px;
}
.featured-icon-box.style13:hover .featured-icon i { 
    animation: pulse-2 0.5s ease;
}
@keyframes pulse-2 {
    0%   { transform: scale(1.0); }
    25%  { transform: scale(1.03); }
    50%  { transform: scale(1.0); }
    75%  { transform: scale(1.05); }
    100% { transform: scale(1.0); }
}
.featured-icon-box.style13:hover .fetured-bottom a {
    transform: rotateY(360deg);
    background-color: var(--base-skin);
}

/* style14*/
.featured-icon-box.style14 { 
    position: relative; 
    padding: 25px 4px 30px 23px;
    text-align: left;
    margin-bottom: 0; 
    color: var(--base-dark);
}
.featured-icon-box.style14 .featured-title h3 { 
    font-size: 16px;
    line-height: 20px; 
    color: var(--base-dark); 
    margin-bottom: 0;
}
.featured-icon-box.style14 .featured-icon { 
    display: inline-block; 
    margin-left: -15px; 
    margin-bottom: -15px; 
}
.featured-icon-box.style14 .featured-desc { display: inline-block; margin-left: -6px; }
.featured-icon-box.style14 .featured-desc p { display: inline-block; margin-bottom: 0; }

/* style15*/
.featured-icon-box.style15 {
    display: inline-block;
    margin: 0 0 50px 35px;
    transition: all .5s ease;
}
.featured-icon-box.style15 .featured-icon {
    margin-bottom: -40px;   
}
.featured-icon-box.style15 .cmt-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    margin-left: auto;
    border: 4px solid var(--base-skin);
    background-color: var(--base-white);
    color: var(--base-dark);
}
.featured-icon-box.style15 .cmt-icon i { 
    font-size: 35px;
    line-height: 1;
}
.featured-icon-box.style15 .featured-content {
    padding: 43px 60px 32px 42px;
    text-align: left;
    background-color: var(--base-skin);
}
.featured-icon-box.style15 .featured-title h3 ,
.featured-icon-box.style15 .featured-desc p ,
.featured-icon-box.style15 .featured-bottom a{
    color: var(--base-white);
}

/* style16*/
.featured-icon-box.style16 {
    margin: 0;
    text-align: center;
    border-right: 1px solid #d6d6d6;
    padding: 20px 15px 13px;
}
.featured-icon-box.style16 .featured-icon {
    margin: 0 auto 10px;
}
.featured-icon-box.style16 .cmt-icon{
    height: 60px;
    width: 60px;
    line-height: 69px;
    display: block;
    margin: 0 auto;
    border: 1px solid rgba(119,119,119,.2);
    background-color: #f5f5f5;
}
.featured-icon-box.style16 .featured-icon:hover .cmt-icon {
    animation: cmt-bounce .5s ease-in-out 50ms;
}
@keyframes cmt-bounce {
    0% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-12px);
    }
    100% {
        transform: translateY(0);
    }
}
.featured-icon-box.style16 .cmt-icon i { 
    padding-top: 6px;
    font-size: 32px;
    line-height: 1;
    color: var(--base-skin);
}
.featured-icon-box.style16 .featured-title h3 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
}
.featured-icon-box.style16 .featured-desc p { margin-bottom: 0; }

/* style17*/
.featured-icon-box.style17 {
     margin: 0;
     text-align: center;
     padding: 37px 15px 17px;
     border-radius: 10px;
     background-image: url(../images/team-iconbox.jpg);
}
.featured-icon-box.style17 .cmt-icon {
    position: relative;
    overflow: hidden;
    text-align: center;
    height: 75px;
    width: 75px;
    line-height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    border: 0px;
    border-radius: 50%;
    background-color: var(--base-white);
}
.featured-icon-box.style17 .featured-title { padding-top: 30px; margin-bottom: 17px; }
.featured-icon-box.style17 .cmt-icon i { font-size: 36px; line-height: 36px; padding-top: 5px; color: var(--base-skin);}
.featured-icon-box.style17 .featured-title h3 { font-size: 24px; margin-bottom: 7px; color: var(--base-white); margin-bottom: 0;}
.featured-icon-box.style17 .featured-desc span ,
.featured-icon-box.style17 .featured-desc strong { color: rgba(255, 255, 255, 0.60); }
.featured-icon-box.style17 .featured-desc a { color: var(--base-white); }
.featured-icon-box.style17 .featured-desc a:hover { color: var(--base-skin); }

/* ===============================================
    12.featured-imagebox ( contents with image)
------------------------*/

.featured-imagebox { 
    margin: 15px 0;
}
.featured-imagebox,
.featured-imagebox .featured-thumbnail { 
    position: relative;
    overflow: hidden;
}
.featured-imagebox .featured-thumbnail img {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    width: 100%;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
}
.featured-imagebox:hover .featured-thumbnail img{
    -moz-transform: scale(1.09);
    -webkit-transform: scale(1.09);
    -ms-transform: scale(1.09);
    transform: scale(1.09);
}
.featured-imagebox .featured-content .featured-title h3 {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; 
}
.cmt-box-view-overlay , .cmt-box-view-content-inner{ 
    position: relative;
    overflow: hidden;
}
.cmt-box-view-overlay:before, .cmt-box-view-content-inner:before  {
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
}
div:hover > .cmt-box-view-overlay:before, div:hover > .cmt-box-view-content-inner:before {
    opacity: .7;
}
.slick_slider .featured-imagebox { margin-bottom: 0; }

    /* blog
    =====================*/

    .featured-imagebox-blog.style1 { 
        position: relative;
        margin: 0;
    }
.featured-imagebox-blog.style1 .featured-content { 
        position: absolute;
        left: 0;
        bottom: 0;
        width: 50%;
        padding: 80px 50px;
        z-index: 2;
    }
.featured-imagebox-blog.style1 .featured-content .ser_category {
        background: var(--base-skin);
        color: #fff;
        padding: 0 12px;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 500;
        display: inline-block;
        vertical-align: top;
        margin-bottom: 13px;
        margin-right: 3px;
    }
.featured-imagebox-blog.style1 .featured-title h3 {
        font-weight: 600;
        font-size: 32px;
        line-height: 42px;
        text-transform: uppercase;
        margin-bottom: 20px;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
.featured-imagebox-blog.style1 .featured-title h3 a { color: var(--base-white); }
.featured-imagebox-blog.style1 .featured-desc p {
        color: rgb(255 255 255/88%);
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
.featured-imagebox-blog.style1 .featured-bottom a { text-transform: uppercase !important; margin-top: 5px; }
.featured-imagebox-blog.style1 .featured-thumbnail:before {
        position: absolute;
        content: '';
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: -webkit-linear-gradient(0deg,rgba(0,0,0,.8) 35%,transparent 60%);
        background: linear-gradient(0deg,rgba(0,0,0,.8) 35%,transparent 100%);
        z-index: 1;
    }
.featured-imagebox-blog.style1 .featured-bottom a:hover { color: var(--base-skin); }

    /*style2*/

    .featured-imagebox-blog.style2 { 
        position: relative;
        margin: 0;
        background-color: var(--base-grey);
    }
.featured-imagebox-blog.style2 .featured-content { 
        position: relative;
        left: 0;
        bottom: 0;
        padding: 78px 50px 76px;
        z-index: 2;
    }
.featured-imagebox-blog.style2 .featured-content .ser_category {
        background: var(--base-skin);
        color: #fff;
        padding: 0 12px;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 500;
        display: inline-block;
        vertical-align: top;
        margin-bottom: 13px;
        margin-right: 3px;
    }
.featured-imagebox-blog.style2 .featured-title h3 {
        font-size: 26px;
        line-height: 36px;
        font-weight: 600;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
.featured-imagebox-blog.style2 .featured-content > a ,
    .featured-imagebox-blog.style2 .featured-title h3 a { color: var(--base-dark); }
.featured-imagebox-blog.style2 .featured-bottom a { text-transform: uppercase !important; margin-top: 5px; }
.featured-imagebox-blog.style2 .featured-bottom a:hover { color: var(--base-skin); }

    /*style3*/

    .featured-imagebox-blog.style3 { 
        position: relative;
        margin: 0;
        margin-top: -70px;
        z-index: 2;
        background-color: var(--base-white);
    }
.featured-imagebox-blog.style3 .featured-content { ;
        padding: 50px 0 48px 45px;
        z-index: 2;
    }
.featured-imagebox-blog.style3 .featured-content .ser_category {
        background: var(--base-skin);
        color: #fff;
        padding: 0 12px;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 500;
        display: inline-block;
        vertical-align: top;
        margin-bottom: 13px;
        margin-right: 3px;
    }
.featured-imagebox-blog.style3 .featured-title h3 {
        font-size: 26px;
        line-height: 36px;
        font-weight: 600;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
.featured-imagebox-blog.style3 .featured-title h3 a ,
    .featured-imagebox-blog.style3 .featured-content .featured-bottom a {
        color: var(--base-dark); 
    }
.featured-imagebox-blog.style3 .featured-bottom a { text-transform: uppercase !important; }
.featured-imagebox-blog.style3 .featured-bottom a:hover { color: var(--base-skin); }

    /*style4*/

    .featured-imagebox-blog.style4 { 
        position: relative;
        margin: 0;
        margin-bottom: 30px;
    }
.featured-imagebox-blog.style4 .featured-content { 
        position: absolute;
        left: 0;
        bottom: 0;
        padding: 40px 60px;
        z-index: 2;
    }
.featured-imagebox-blog.style4 .featured-content .ser_category {
        background: var(--base-skin);
        color: #fff;
        padding: 0 12px;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 500;
        display: inline-block;
        vertical-align: top;
        margin-bottom: 13px;
        margin-right: 3px;
    }
.featured-imagebox-blog.style4 .featured-title h3 {
        font-weight: 600;
        font-size: 32px;
        line-height: 42px;
        text-transform: uppercase;
        margin-bottom: 20px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
.featured-imagebox-blog.style4 .featured-title h3 a { color: var(--base-white); }
.featured-imagebox-blog.style4 .featured-desc p {
        color: rgb(255 255 255/88%);
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
.featured-imagebox-blog.style4 .featured-bottom a { text-transform: uppercase !important; margin-top: 5px; }
.featured-imagebox-blog.style4 .featured-thumbnail:before {
        position: absolute;
        content: '';
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: -webkit-linear-gradient(0deg,rgba(0,0,0,.8) 35%,transparent 60%);
        background: linear-gradient(0deg,rgba(0,0,0,.8) 35%,transparent 100%);
        z-index: 1;
    }

    /* post 
    =====================*/

.featured-imagebox-post { 
    margin: 0 0 -14px 0;
    transform: translateY(0); 
    transition: transform .5s ease;
}
.featured-imagebox-post-hover {  
    margin: 0;
    transform: translateY(-100%);
    opacity: 0;
    position: absolute;
    transition: transform .5s ease;
}
.featured-imagebox-post .featured-thumbnail ,
.featured-imagebox-post .featured-content {
    display: table-cell;
    vertical-align: top;
}
.featured-imagebox-post .featured-thumbnail {
    width: 100px;
    height: 87px;
}
.featured-imagebox-post .featured-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.featured-imagebox-post .ser_category a ,
.featured-imagebox-post-hover .ser_category a { color: var(--base-skin); }
.featured-imagebox-post .ser_category ,
.featured-imagebox-post-hover .ser_category { 
    font-size: 12px;
    line-height: 26px;
    font-weight: 600;
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-right: 12px !important;
    margin-right: 8px;
    margin-bottom: 8px;
    text-transform: uppercase;
}
.featured-imagebox-post .ser_category:before ,
.featured-imagebox-post-hover .ser_category:before {
    content: '';
    height: 4px;
    width: 4px;
    display: block;
    background-color: var(--base-skin);
    position: absolute;
    border-radius: 50px;
    top: 11px;
    right: 0;
}
.featured-imagebox-post .post-date ,
.featured-imagebox-post-hover .post-date {
    font-size: 12px;
    line-height: 26px;
    font-weight: 600;
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    color: var(--base-skin);
}
.featured-imagebox-post .featured-title h3 ,
.featured-imagebox-post-hover .featured-title h3 {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.featured-imagebox-post .featured-title h3 {
    font-size: 26px;
    line-height: 36px;
}
.featured-imagebox-post-hover .featured-title h3 {
    font-size: 32px;
    line-height: 42px;
}
.featured-imagebox-post .featured-content{
    padding: 7px 0 0 22px;
}
.featured-imagebox-post-hover .featured-bottom { margin-top: 30px; }
.cmt-news-blog.active .featured-imagebox-post { 
    transform: translateY(-100%);
    opacity: 0;
    position: absolute;
    transition: transform .5s ease;
}
.cmt-news-blog.active .featured-imagebox-post-hover {
    position: relative;
    opacity: 1;
    transform: translateY(0);
    transition: transform .5s ease;
}

    /* services
    =====================*/

.featured-imagebox-services.style1{
    border-radius: 5px;
    transition: .5s;
    -webkit-box-shadow: 0 0 7px 0 rgb(43 52 59 / 8%);
    -moz-box-shadow: 0 0 7px 0 rgba(43,52,59,.08);
    box-shadow: 0 0 7px 0 rgb(43 52 59 / 8%);
}
.featured-imagebox-services.style1 .featured-content {
    padding: 20px 25px 9px 28px;
    border-bottom: 2px solid var(--base-dark);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.6s;
}
.featured-imagebox-services.style1:hover .featured-content {
    border-bottom-color: var(--base-skin);
}
.featured-imagebox-services.style1 .featured-content .featured-title {
    transform-style: preserve-3d;
    transform: perspective(1200px) rotateX(0deg) translateZ(0);
    transition: all 300ms ease 200ms;
}
.featured-imagebox-services.style1:hover .featured-content .featured-title {
    transform-style: preserve-3d;
    transform: perspective(1200px) rotateX(0deg) translateY(-29px);
    opacity: 1;
    transition: all 300ms ease 200ms;
}
.featured-imagebox-services.style1 .featured-content .ser_category {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 0;
    font-weight: 500;
    color: var(--base-skin);
    transform-style: preserve-3d;
    transform: perspective(1200px) rotateX(0deg) translateY(0);
    opacity: 1;
    transition: all 300ms ease 200ms;
}
.featured-imagebox-services.style1:hover .featured-content .ser_category {
    opacity: 0;
    transform-style: preserve-3d;
    transform: perspective(1200px) rotateX(0deg) translateY(-26px);
    transition: all 300ms ease 200ms;
}
.featured-imagebox-services.style1 .ser_num {
    position: relative;
}
.featured-imagebox-services.style1 .ser_num:after {
    counter-increment: container;
    content: counter(container,decimal-leading-zero);
    position: absolute;
    bottom: 26px;
    right: 0;
    color: #f3f3f3;
    z-index: -1;
    font-size: 64px;
    font-weight: 700;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #b8b8b8;
    -webkit-text-fill-color: transparent;
    opacity: .2;
}
.featured-imagebox-services.style1 .featured-content .ser_readmore {
    position: absolute;
    transform-style: preserve-3d;
    transform: perspective(1200px) rotateX(0deg) translateZ(0);
    transition: all 300ms ease 200ms;
    opacity: 0;
    font-weight: 600;
    z-index: 1;
}
.featured-imagebox-services.style1:hover .featured-content .ser_readmore {
    transform-style: preserve-3d;
    transform: perspective(1200px) rotateX(0deg) translateY(-39px);
    opacity: 1;
    transition: all 300ms ease 200ms;
}
 
    /*cmt-portfolio-format-video
    =================================== */

.cmt-portfolio-format-video {
    position: relative;
    overflow: hidden;
    padding-bottom: 100%;
    padding-top: 0;
    height: 0;
}
.cmt-portfolio-format-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

    /* portfolio
    ==================*/

.featured-imagebox-portfolio.style1 {
    text-align: center;
    background-color: var(--base-white);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 9%);
}
.featured-imagebox-portfolio.style1 .featured-thumbnail img{
    
}
.featured-imagebox-portfolio.style1 .featured-thumbnail{
    
}
.featured-imagebox-portfolio.style1 .featured-thumbnail-inner {
    position: relative;
}
.featured-imagebox-portfolio.style1 .featured-thumbnail-inner:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background-color: rgba(1, 22, 44, 0.15);
    transition: all .5s ease;
    z-index: 1;
}
.featured-imagebox-portfolio.style1:hover .featured-thumbnail-inner:before{
    width: 100%;
    height: 100%;
}
.featured-imagebox-portfolio.style1:hover .featured-thumbnail img {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.featured-imagebox-portfolio.style1 .featured-content {
    padding: 15px 15px 20px;
    transform-style: preserve-3d;
    background-color: var(--base-white);
}
/*.featured-imagebox-portfolio.style1:hover .featured-content {
    transform-style: preserve-3d;
    transform: perspective(1200px) rotateX(0deg) translateY(-69px);
    transition: all 700ms ease 200ms;
}
*/
.featured-imagebox-portfolio.style1 .featured-content .ser_category{
    transform-style: preserve-3d;
    transform: perspective(1200px) rotateX(0deg) translateY(0px);
    opacity: 1;
    transition: all 700ms ease 200ms;
    font-weight: 500;
    color: var(--base-skin);
}
.featured-imagebox-portfolio.style1 .featured-content .featured-title{
    transform-style: preserve-3d;
    transform: perspective(1200px) rotateX(0deg) translateZ(0px);
    transition: all 300ms ease 200ms;
}
.featured-imagebox-portfolio.style1 .featured-content .featured-title h3{
    margin-bottom: 4px;
    line-height: 26px;
    position: relative;
    font-size: 17px;
}

    /* process-box 
    ==========================*/

.featured-imagebox-procedure {
    padding: 30px 30px 0;
    text-align: center;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 7px 0px rgb(43 52 59 / 8%);
    -moz-box-shadow: 0px 0px 7px 0px rgba(43, 52, 59, 0.08);
    box-shadow: 0px 0px 7px 0px rgb(43 52 59 / 8%);
}
.featured-imagebox-procedure .featured-content {
    padding: 22px 5px 15px 5px;
}
.featured-imagebox-procedure .featured-content .featured-title h3 { margin-bottom: 2px; }
.featured-imagebox-procedure .number {
    font-size: 20px;
    font-weight: 600;
    background-color: var(--base-skin);
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    display: block;
    text-align: center;
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 1;
    -webkit-transition: .3s cubic-bezier(.3,.58,.55,1);
    transition: .3s cubic-bezier(.3,.58,.55,1);
}

    /* team
    ======================== */
.featured-imagebox-team.style1 {
    position: relative;
}
.featured-imagebox-team.style1 .featured-content{
    padding: 0 15px;
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    color: var(--base-white);
    transform: translateY(100%);
    opacity: 0;
    -webkit-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease;
    z-index: 1;
    text-align: center;
}
.featured-imagebox-team.style1 .featured-content h3 {
    margin-bottom: 6px;
    cursor: pointer;
}
.featured-imagebox-team.style1 .featured-content h3 a { color: var(--base-white); }
.featured-imagebox-team.style1:hover .featured-content {
    transform: translateY(0);
    opacity: 1;
    -webkit-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease;
}
.featured-imagebox-team.style1 .featured-thumbnail-inner { position: relative; }
.featured-imagebox-team.style1 .featured-thumbnail-inner:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(1, 22, 44, 0.3);
    opacity: 1;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: perspective(400px) rotateX(-90deg) scale(.2);
    -ms-transform: perspective(400px) rotateX(-90deg) scale(.2);
    transform: perspective(400px) rotateX(-90deg) scale(.2);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    z-index: 1;
}
.featured-imagebox-team.style1:hover .featured-thumbnail-inner:before {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg) scale(1);
    -ms-transform: perspective(400px) rotateX(0deg) scale(1);
    transform: perspective(400px) rotateX(0deg) scale(1);
}

    /* contact
    ======================== */
.featured-imagebox-contact {
    margin: 15px 0;
    background-color: var(--base-white);
}
.featured-imagebox-contact .featured-content {
    padding: 50px 80px 46px 36px;
}

/*cmt-processbox
-------------------------*/

.cmt-processbox-wrapper { 
    display: flex;
    position: relative;   
    margin-top: 17px;
}
.cmt-processbox {
    margin: 40px 0;
    position: relative;
    text-align: center;
    padding: 0 15px;
    transition: all .5s ease;
}
.cmt-processbox-wrapper .cmt-processbox:after{
    display: block;
    content: '';
    position: absolute;
    right: -8%;
    top: 27%;
    width: 54px;
    height: 45px;
    background: url(../images/arrow.png) center center no-repeat;
}
.cmt-processbox-wrapper div > div:last-child > div:after { content: unset; }
.cmt-processbox .featured-content { 
    margin-top: 25px;
}
.cmt-processbox .featured-title h3 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
}
.cmt-processbox .featured-content p { 
    margin-bottom: 0; 
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cmt-processbox .cmt-box-icon { 
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}
.cmt-processbox .cmt-process-icon {
    position: relative;
    height: 156px;
    width: 150px;
    text-align: center;
    margin: 0 auto;
    transition: .5s all ease;
}
.cmt-processbox .cmt-process-icon:before,
.cmt-processbox .cmt-process-icon:after{
    position: absolute;
    content: '';
    transition: .5s all ease;
    opacity: 1;
}
.cmt-processbox .cmt-process-icon:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    top: 0;
    left: 0;
    z-index: 0;
    background-color: var(--base-skin);
}
.cmt-processbox .cmt-process-icon:after{
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    bottom: 0;
    right: 0;
    z-index: 0;
    background-color: var(--base-skin);
}
.cmt-processbox .cmt-icon { 
    line-height: 1;
    margin-bottom: 0;
    margin-top: 80px;
}
.cmt-processbox .cmt-box-icon i { 
    position: relative;
    z-index: 3;
    font-size: 60px; 
    line-height: 1; 
    padding-top: 10px; 
    color: var(--base-skin); 
}
.cmt-processbox .number {
    margin: 0 auto -30px;
    font-size: 20px;
    font-family: var(--base-headingfont);
    font-weight: 600;
    transition: all .6s;
    width: 54px;
    height: 54px;
    line-height: 54px;
    color: var(--base-dark);
    border-radius: 50%;
    text-align: center;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    background-color: var(--base-white);
    border: 1px dashed #e7e7e7;
    display: inline-block;
    vertical-align: top;
}
.cmt-processbox:hover { transform: translateY(-10px); }
.cmt-processbox.active .cmt-process-icon:before,
.cmt-processbox.active .cmt-process-icon:after,
.cmt-processbox:hover .cmt-process-icon:before,
.cmt-processbox:hover .cmt-process-icon:after { width: 100%; height: 100%; }
.cmt-processbox.active .cmt-box-icon i ,
.cmt-processbox:hover .cmt-box-icon i { color: var(--base-white); }

/* ===============================================
    13.Progress-Bar
------------------------*/
.cmt-progress-bar{ position: relative; }
.cmt-progress-bar:not(:last-child){ margin-bottom: 20px; }
.cmt-progress-bar .progressbar-title {
    display: block;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--base-dark);
}
.cmt-progress-bar .progress-bar-percent {
    background: none;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 18px;
    font-weight: 600;
    color: var(--base-dark);
    z-index: 3;
    text-shadow: none;
    text-align: center;
    overflow: visible;   
}
.cmt-progress-bar .progress-bar {
    display: block;
    height: 3px;
    line-height: 3px;
    position: relative;
    background-color: var(--base-skin);
    overflow: visible;
}
.cmt-progress-bar .progress-bar:before {
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    bottom: -6px;
    right: -1px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: var(--base-skin);
}
.cmt-progress-bar .progress-bar-inner{ 
    box-shadow: none;
    height: 3px;
    width: 100%;
    z-index: 1;
    background-color: var(--base-grey);
}
.bg-base-skin .cmt-progress-bar .progress-bar-inner{
    background-color: rgba(0, 0, 0, 0.1);
}
.bg-base-dark .cmt-progress-bar .progress-bar-inner { background-color: rgba(255,255,255,.1); }
.bg-base-grey .cmt-progress-bar .progress-bar-inner { background-color: #fff;}

/* style1 */
.cmt-progress-bar.style1:not(:last-child){ margin-bottom: 24px; }
.cmt-progress-bar.style1 .progressbar-title {
    display: block;
    margin-bottom: 18px;
    font-size: 18px;
    text-transform: capitalize;
    color: var(--base-dark);
    line-height: 26px;
    font-weight: 500;
}
.cmt-progress-bar.style1 .progress-bar-percent {
    background: none;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 18px;
    font-weight: 800;
    color: var(--base-dark);
    z-index: 3;
    text-shadow: none;
    text-align: center;
    overflow: visible;
}
.cmt-progress-bar.style1 .progress-bar {
    display: block;
    height: 5px;
    line-height: 5px;
    position: relative;
    background-color: var(--base-skin);
    overflow: visible;
    bottom: 9px;
}
.cmt-progress-bar.style1 .progress-bar-inner{ 
    box-shadow: none;
    height: 1px;
    width: 100%;
    z-index: 1;
    background-color: #e3e3e3;
}
.cmt-progress-bar.style1 .progress-bar:before{content: unset;}

/* ===============================================
    14.Testimonial
------------------------*/

.testimonials {
    position: relative;
}
.testimonials .testimonial-caption h3 {
    font-size: 22px;
    line-height: 34px;
    display: block;
    margin-bottom: 0;
}
.testimonial-caption label {
    display: block;
    margin: 0; 
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 4px;
    color: var(--base-skin);
}
.testimonials .testimonial-content blockquote{
    padding: 10px 25px;
    font-size: 20px;
    position: relative;
    line-height: 32px;
    font-style: italic;
    margin: 0;
}
.testimonials .testimonial-img img {
    width: 60px;
    height: 60px;
}
.star-ratings ul{ padding: 0; margin: 0;}
.star-ratings li{
    font-size: 14px;
    min-width: 14px;
    display: inline-block;
    color: #ffba00;
}
.star-ratings ul li.active , .star-ratings ul li.active i{ color: #ffba00;}

/* testimonial-onlyimg */

.testimonial-onlyimg.testimonial-onlyimg img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-top: -60px;
    margin-left: -105px;
}
.testimonial-onlyimg.testimonial-onlyimg:hover img {
    width: 160px;
    height: 160px;
    margin-top: -65px;
    margin-left: -110px;
}

/*testimonials.style1*/
.testimonials.style1 { margin-bottom: 40px; }
.testimonials.style1 .testimonial-content blockquote { 
    position: relative;
    background-color: #182b3f;
    color: rgb(255 255 255/72%);
    padding: 35px 30px;
    border-radius: 5px;
    margin-bottom: 40px;
    text-align: left;
    font-size: 18px;
    line-height: 28px;
    font-style: italic;
    border-left: none;
}
.testimonials.style1 .testimonial-content blockquote:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 12px 0;
    border-color: rgb(255 255 255/9%) transparent transparent transparent;
    position: absolute;
    bottom: -18px;
    left: 47px;
}
.testimonials.style1 .testimonial-content blockquote:after {
    top: 63px;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    content: "\f102";
    position: absolute;
    color: rgb(255 255 255/9%);
    font-family: 'flaticon';
    font-weight: 400;
    font-size: 150px;
    font-style: normal;
    text-align: center;
    opacity: .4;
}
.testimonials.style1 .testimonial-img { 
    width: 60px;
    height: 60px;
    border-radius: 50%; 
    overflow: hidden;
}
.testimonials.style1 .testimonial-bottom { padding-left: 32px; }
.testimonials.style1 .testimonial-avatar, 
.testimonials.style1 .testimonial-caption {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
.testimonials.style1 .testimonial-caption { padding-left: 14px; }
.testimonials.style1 .testimonial-caption h3 {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 0;
}
.testimonials.style1 .testimonial-caption label{
    position: relative;
    color: rgb(255 255 255/47%);
    margin-top: -3px;
    display: block;
}

/*testimonials.style2*/
.testimonials.style2 { 
    padding: 0 15px;
    margin-bottom: 30px; 
}
.testimonials.style2 .testimonial-content blockquote { 
    position: relative;
    background-color: rgba(0, 0, 0, 0.11);
    color: rgba(255, 255, 255, 0.72);
    padding: 35px 30px;
    border-radius: 5px;
    margin-bottom: 40px;
    text-align: left;
    font-size: 18px;
    line-height: 28px;
    font-style: italic;
    border-left: none;
}
.testimonials.style2 .testimonial-content blockquote:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 12px 0;
    border-color: rgb(0 0 0/11%) transparent transparent transparent;
    position: absolute;
    bottom: -18px;
    left: 47px;
}
.testimonials.style2 .testimonial-content blockquote:after {
    top: 63px;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    content: "\f102";
    position: absolute;
    color: rgb(255 255 255/9%);
    font-family: 'flaticon';
    font-weight: 400;
    font-size: 150px;
    font-style: normal;
    text-align: center;
    opacity: .4;
}
.testimonials.style2 .testimonial-img { 
    width: 60px;
    height: 60px;
    border-radius: 50%; 
    overflow: hidden;
}
.testimonials.style2 .testimonial-avatar { padding-left: 32px; }
.testimonials.style2 .testimonial-caption { padding-left: 14px; }
.testimonials.style2 .testimonial-caption h3 {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 0;
    color: var(--base-white);
}
.testimonials.style2 .testimonial-caption label{
    position: relative;
    color: rgb(255 255 255/47%);
    margin-top: -3px;
    display: block;
}

/*testimonial-nav*/

.testimonials-nav .testimonial-avatar .testimonial-img { width: 100px; height: 100px; }
.testimonials-nav .testimonial-avatar .testimonial-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 100%;
    height: auto;
    opacity: .3;
    transition: opacity .4s;
    -webkit-transition: opacity .4s;
    transform: translateZ(0)!important;
    -webkit-transform: translateZ(0)!important;
    border: 0 solid transparent;
}
.testimonials-nav .testimonial-avatar .testimonial-img-inner { position: relative; }
.testimonials-nav .testimonial-avatar .testimonial-img-inner:before {
    content: '';
    background: rgba(0,0,0,.5);
    height: 100%;
    width: 100%;
    border-radius: 50%;
    display: block;
    position: absolute;
}
.testimonial-avatar.slick-slide.slick-current.slick-active.slick-center .testimonial-img img {
    opacity: 1;
}
.testimonial-avatar.slick-slide { padding: 0 8px !important; }
.testimonials-info .testimonial-content blockquote { 
    font-size: 22px;
    font-style: italic;
    line-height: 38px;
    margin: 0;
    padding: 0;
    font-weight: 600;
    text-align: center;
    color: var(--base-dark);
    margin-bottom: 26px;
}
.testimonials-info .testimonial-content .testimonial-caption h3 {   
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 0;
    display: inline-block;
    padding-right: 6px;
    vertical-align: top;
}
.testimonials-info .testimonial-content .testimonial-caption span {
    font-size: 14px;
    line-height: 24px;
    display: inline-block;
    vertical-align: top;
    margin-top: 4px;
}
.testimonials-info .testimonial-content .testimonial-caption {
    display: inline-block;
    text-align: center;
    padding: 7px 30px 8px;
    background-color: #f2f2f2;
    border: 1px solid #e7e7e7;
}
.testimonials-info .testimonials:before {    
    display: inline-block;
    vertical-align: top;
    content: "\f13b";
    font-family: 'flaticon';
    font-size: 55px;
    line-height: 55px;
    color: var(--base-skin);
    margin-bottom: 13px;
}

/* ===============================================
    15.Client-row  
------------------------*/
.client-box{ 
    position: relative;
    text-align: center;
}
.client-box .cmt-client-logo-tooltip{ 
    margin-top: 40px; 
    margin-bottom: 5px;
    overflow: hidden;
}
.client-box .cmt-client-logo-tooltip,
.client-box .cmt-client-logo-tooltip-inner{
    position: relative; 
}
.client-box .cmt-client-logo-tooltip img{
    display: block;
    margin: 0 auto;
}
.client-box .cmt-client-logo-tooltip .client-thumbnail:hover img{    
    -webkit-animation: flipInX .5s ease-in-out;
    animation: flipInX .5s ease-in-out;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}
.client-box.style1 .cmt-client-logo-tooltip{ 
    margin-top: 0; 
    margin-bottom: 0;
    overflow: hidden;
}

/* ===============================================
    16.Accordion
------------------------*/
.wrap-acadion .accordion { margin-top: 15px; }
.accordion .toggle:not(:last-child) {
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.accordion .toggle-title a{ 
    display: block;
    font-weight: 600;
    font-size: 18px;
    position: relative;
}
.accordion .toggle-title a i{ margin-right: 15px; }
.accordion .toggle-content {  }
.accordion .toggle-content.show {
    display: block !important;
}
.accordion .toggle-content p:last-child {
    margin-bottom: 0;
}
.accordion .toggle .toggle-title a:after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    right: 20px;
    display: inline-block;
    content: "\f055";
    border-radius: 50%;
    font-size: 20px;
}
.accordion .toggle .toggle-title a.active:after {
    content: "\f056";
}
.accordion .alignleft{ margin: .15em 1.5em 1.1em 0; }
.accordion .toggle.cmt-control-left-true .toggle-title a{ 
    padding-left: 40px;
}
.accordion .toggle.cmt-control-left-true .toggle-title a:after{ 
    left: 20px;
}
.accordion .toggle.cmt-control-left-true .toggle-title a { padding-left: 30px; }
.accordion .toggle.cmt-control-left-true .toggle-title a:after{
    left: 0;
    border: 0;
    font-size: 10px;
    height: 18px;
    width: 18px;
    line-height: 18px;
    text-align: center;
}
    /* cmt-style-classic 
    ================================ */

.accordion .toggle.cmt-toggle_style_classic { 
    margin: 0;
    padding: 0;
    border: 0;
}
.accordion .toggle.cmt-toggle_style_classic .toggle-content { 
    padding: 15px 20px 10px;
}
.accordion .toggle.cmt-toggle_style_classic .toggle-title a {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    padding: 17px 50px 15px 20px;
    text-transform: uppercase;
    background-color: var(--base-grey);
    font-family: var(--base-headingfont);
}
.accordion .toggle.cmt-toggle_style_classic .toggle-title a:after{
    content: "\f0d7";
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
    font-family: "FontAwesome";
    position: absolute;
    top: 20px;
    right: 20px;
}
.accordion .toggle.cmt-toggle_style_classic .toggle-title a.active:after {
    content: "\f0d8";
    color: var(--base-skin);
}

    /* cmt-style-default 
     ================================ */

.accordion .toggle.cmt-toggle_style_default { 
    position: relative;
    padding: 0;
    border: 0;
    border: 1px solid #e7e7e7 !important;
}
.accordion .toggle.cmt-toggle_style_default .toggle-content { 
    padding: 7px 20px 11px;
}
.accordion .toggle.cmt-toggle_style_default .toggle-content:after {
    content: "";
    transition: all .3s ease;
    z-index: 1;
    position: absolute;
    height: 100%;
    top: 0;
    bottom: auto;
    width: 2px;
    left: -1px;
    right: auto;
    background: var(--base-skin);
}
.accordion .toggle.cmt-toggle_style_default .toggle-title a {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    padding: 17px 50px 15px 20px;
    font-family: var(--base-headingfont);
    text-transform: uppercase;
}
.accordion .toggle.cmt-toggle_style_default .toggle-title a:after{ content: unset; }
.accordion .toggle.cmt-toggle_style_default .toggle-title a:after{
    content: "\f067";
    font-weight: bold;
    font-size: 15px;
    line-height: 15px;
    font-family: "FontAwesome";
    position: absolute;
    top: 23px;
    right: 20px;
}
.accordion .toggle.cmt-toggle_style_default .toggle-title a.active:after {
    content: "\f068";
    color: var(--base-skin);
}

/* ===============================================
    17.Wrap-Form
------------------------*/
.wrap-form label{
    width: 100%;
    margin: 0;
}
.wrap-form span.text-input {
    margin-bottom: 20px;
    display: block;
    position: relative;
}
.wrap-form span.text-input > i {
    position: absolute;
    left: 10px;
    top: 21px;
    opacity: .9;
    font-size: 14px;
    z-index: 1;
}

/* contactform */
.wrap-form.contact_form span.text-input i {
    position: absolute;
    left: 20px;
    top: 15px;
    font-size: 15px;
    z-index: 1;
    color: var(--base-skin);
}
.wrap-form.contact_form span.text-input input, 
.wrap-form.contact_form span.text-input textarea,
.wrap-form.contact_form span.text-input select {
    border-radius: 0;
    color: rgba(0,0,0,.60);
    border-color: transparent;
    border-radius: 5px;
    padding: 12px 15px;
    padding-left: 44px;
}
.wrap-form.contact_form span.text-input textarea { padding: 10px 15px; padding-left: 44px;}
.wrap-form.contact_form button[type="submit"] { 
    letter-spacing: .3px;
}
.cmt-bgcolor-grey .wrap-form.contact_form span.text-input input, 
.cmt-bgcolor-grey .wrap-form.contact_form span.text-input textarea,
.cmt-bgcolor-grey .wrap-form.contact_form span.text-input select{
    background-color: #fff;
}
.cmt-bgcolor-skincolor .wrap-form.contact_form span.text-input input, 
.cmt-bgcolor-skincolor .wrap-form.contact_form span.text-input textarea,
.cmt-bgcolor-skincolor .wrap-form.contact_form span.text-input select{
    background-color: transparent;
    border: 0;
    color: #fff;
    padding-left: 0;
    border-bottom: 2px solid rgba(255,255,255,.12);
}
.cmt-bgcolor-skincolor .wrap-form.contact_form span.text-input input::-webkit-input-placeholder, 
.cmt-bgcolor-skincolor .wrap-form.contact_form span.text-input textarea::-webkit-input-placeholder,
.cmt-bgcolor-skincolor .wrap-form.contact_form span.text-input select::-webkit-input-placeholder {
    color: #fff;
}
.wrap-form.query_form span.text-input { margin: 4px 0 20px; }
.wrap-form.query_form span.text-input input,
.wrap-form.query_form span.text-input textarea,
.wrap-form.query_form span.text-input select {
    border: 0;
    background-color: var(--base-grey);
    padding: 15px 15px 15px 20px;
    border: 1px solid transparent;
}
.wrap-form.query_form span.text-input select:focus ,
.wrap-form.query_form span.text-input textarea:focus ,
.wrap-form.query_form span.text-input input:focus { border: 1px solid var(--base-skin); }
.wrap-form.query_form button i:before{
    font-weight: 600;
}
.wrap-form span.text-input select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #888;
    background-repeat: no-repeat;
}
.wrap-form span.text-input.select-option:before {
    right: 30px;
    position: absolute;
    content: "\f0d7";
    padding: 16px 0 12px;
    top: 0;
    bottom: 0;
    font-size: 15px;
    pointer-events: none;
    font-family: 'FontAwesome';
}
.wrap-form span.text-input.select-option:focus:before {
    content: "\f0de";
}
.wrap-form span.text-input input::-webkit-input-placeholder, 
.wrap-form span.text-input textarea::-webkit-input-placeholder,
.wrap-form span.text-input select::-webkit-input-placeholder {
    color: var(--body-font-color);
}
.wrap-form.query_form_1{margin-top: 10px;}
.wrap-form.query_form_1 span.text-input input,
.wrap-form.query_form_1 span.text-input textarea,
.wrap-form.query_form_1 span.text-input select {
    border-radius: 0px;
    border: 0;
    background-color: var(--base-grey);
    padding: 9px 20px 7px;
}

/* ===============================================
    18.Tab
------------------------*/
.cmt-tabs ul.tabs{
    padding: 0;
    margin: 0;
}
.cmt-tabs ul.tabs li{ 
    position: relative;
    display: inline-block;
}
.cmt-tabs ul.tabs li:last-child{
    margin-bottom: 0;
}
.cmt-tabs .content-tab .content-inner {
    display: none;
}
.cmt-tabs .content-tab .content-inner.active {
    display: block;
}

/* cmt-tab-style-01 */
.cmt-tabs.cmt-tab-style-01 { margin-bottom: -15px; }
.cmt-tabs.cmt-tab-style-01 ul.tabs {
    background-color: var(--base-skin);
    margin: -40px 0 15px;
    padding: 0;
    display: -webkit-flex;
    display: flex;
}
.cmt-tabs.cmt-tab-style-01 ul.tabs li{
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-right: 0;
    text-align: center;
}
.cmt-tabs.cmt-tab-style-01 ul.tabs li a { 
    display: block;
    cursor: pointer;
    padding: 28px 30px 30px;
    line-height: 22px;
    width: auto;
    position: relative;
    z-index: 3;
    -webkit-transition: all .3s;
    transition: all .3s;
    background-color: transparent;
    font-size: 15px;
    border-radius: 0;
    font-family: var(--base-headingfont);
    font-weight: 600;
    color: var(--base-white);
    text-transform: uppercase;
}
.cmt-tabs.cmt-tab-style-01 ul.tabs li a:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: auto;
    top: 0;
    margin: auto;
    background-color: var(--base-white);
    height: 5px;
    width: 0;
    webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}
.cmt-tabs.cmt-tab-style-01 ul.tabs li.active a { background-color: var(--base-dark); }
.cmt-tabs.cmt-tab-style-01 ul.tabs li a:hover { background-color: var(--base-dark); }
.cmt-tabs.cmt-tab-style-01 ul.tabs li.active a:before ,
.cmt-tabs.cmt-tab-style-01 ul.tabs li a:hover:before {
    width: 40px;
    webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

/* cmt-tab-style-02 */
.cmt-tabs.cmt-tab-style-02 { display: flex; flex-direction: row; }
.cmt-tabs.cmt-tab-style-02 ul.tabs {
    width: 19%;
    display: block;
}
.cmt-tabs.cmt-tab-style-02 ul.tabs li {
    position: relative;
    display: inline-block;
    width: 172px;
    padding: 37px 25px 16px;
    margin-bottom: 15px;
    background-color: var(--base-grey);
    border: 1px solid #f2f2f2;
    text-align: center;
}
.cmt-tabs.cmt-tab-style-02 ul.tabs li.active:after {
    content: '';
    position: absolute;
    top: 62px;
    z-index: 1;
    transition: .4s ease-in-out;
    width: 0;
    height: 0;
    border-bottom: 18px solid transparent;
    border-left: 18px solid #f2f2f2;
    border-right: 18px solid transparent;
    border-top: 18px solid transparent;
    right: -36px;
    bottom: auto;
}
.cmt-tabs.cmt-tab-style-02 ul.tabs li:last-child {
    margin-bottom: 0;
}
.cmt-tabs.cmt-tab-style-02 ul.tabs li a {
}
.cmt-tabs.cmt-tab-style-02 ul.tabs li a i {
    font-size: 37px;
    display: block;
    color: var(--base-skin);
}
.cmt-tabs.cmt-tab-style-02 ul.tabs li a span {  
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    color: var(--base-dark);
    font-family: var(--base-headingfont);
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding-top: 12px;
    margin-bottom: 15px;
}

/* ===============================================
    19.Boxes-Spacing
------------------------*/
.row.cmt-boxes-spacing-30px, .cmt-boxes-spacing-30px { margin: 0 -20px; }
.row.cmt-boxes-spacing-30px .cmt-box-col-wrapper {
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 30px;
}
.row.cmt-boxes-spacing-20px, .cmt-boxes-spacing-20px { margin: 0 -15px; }
.cmt-boxes-spacing-20px .cmt-box-col-wrapper {
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 20px;
}
.row.cmt-boxes-spacing-15px, .cmt-boxes-spacing-15px { margin: 0 -10px; }
.row.cmt-boxes-spacing-15px .cmt-box-col-wrapper {
    padding-right: 7.5px;
    padding-left: 7.5px;
    padding-bottom: 15px;
}
.row.cmt-boxes-spacing-10px, .cmt-boxes-spacing-10px{ margin: 0 -5px; }
.row.cmt-boxes-spacing-10px .cmt-box-col-wrapper {
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 10px;
}
.row.cmt-boxes-spacing-5px, .cmt-boxes-spacing-5px{ margin: 0; }
.row.cmt-boxes-spacing-5px .cmt-box-col-wrapper {
    padding-right: 2.5px;
    padding-left: 2.5px;
    padding-bottom: 5px;
}
.row.cmt-boxes-spacing-0px, .cmt-boxes-spacing-0px{ margin: 0; }
.row.cmt-boxes-spacing-0px .cmt-box-col-wrapper {
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-bottom: 0px;
    outline: 0;
}

/* ===============================================
    20.Pricing-Plan
------------------------*/
.cmt-pricing-plan {
    text-align: center;
    display: block;
    position: relative;
    padding-bottom: 15px;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin-top: 15px;
}
.cmt-pricing-plan:hover{
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.cmt-pricing-plan .cmt-p_table-image img{
    width: 100%;
    height: auto;
}
.cmt-pricing-plan .cmt-p_table-amount, .cmt-pricing-plan .cmt-p_table-price {
    position: relative;
    z-index: 2;
    width: 132px;
    height: 132px;
    border: 4px solid var(--base-skin);
    border-radius: 50%;
    background: #fff;
    left: 50%;
    transform: translate(-50%,0%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: -61px;
}
.cmt-pricing-plan .cmt-p_table-amount .cur_symbol {
    display: inline-block;
    font-size: 44px;
    line-height: 54px;
    font-weight: 700;
    font-family: var(--base-headingfont);
    margin-left: -4px;
    color: var(--base-dark);
}
.cmt-pricing-plan .cmt-p_table-amount .pac_frequency {
    font-size: 44px;
    line-height: 54px;
    font-weight: 700;
    display: inline-block;
    font-family: var(--base-headingfont);
    color: var(--base-dark);
}
.cmt-pricing-plan .cmt-p_table-amount .pricing_duration { 
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    display: inline-block;
    margin-top: -8px;
}
.cmt-pricing-plan .cmt-p_table-title h3{
    padding-top: 30px;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 0;
}
.cmt-pricing-plan .cmt-p_table-body {
    position: relative;
    padding: 56px 0 10px;
    background-color: var(--base-grey);
    margin-top: -61px;
    border: 1px solid #d6d6d6;
}
.cmt-pricing-plan .cmt-p_table-body .cmt-p_table-title h3 { 
    padding-left: 15px; 
    padding-right: 15px; 
}
.cmt-pricing-plan .cmt-p_table-body ul {
    list-style-type: none;
    margin: 0;
    padding: 13px 20px 10px;
}
.cmt-pricing-plan .cmt-p_table-body ul li {
    padding: 10px 0 12px 0;
    margin: 0;
    border-bottom: 1px solid rgba(0,0,0,.08);
}
.cmt-pricing-plan .cmt-p_table-body ul li:last-child {
    border: none;
}
.cmt-pricing-plan .cmt-p_table-body ul li i{
    margin-right: 10px;
}
.cmt-pricing-plan .cmt-p_table-footer{
    display: block;
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
}
.cmt-pricing-plan .cmt-p_table-footer a { padding: 11px 20px 12px; }
.cmt-pricing-plan .cmt-p_table-footer a:hover { color: var(--base-white); background-color: var(--base-skin); border-color: var(--base-skin); }

/* ===============================================
    21.Sidebar
------------------------*/
.sidebar .sidebar-left {
    background-color: var(--base-grey);
    float: right;
}
.sidebar .sidebar-right {
    background-color: var(--base-grey);
    float: left;
}
.sidebar .widget-area .widget {    
    position: relative;
    background-color: var(--base-white);
    padding: 22px 22px 26px;
    margin: 22px 0 30px;
}
.sidebar .widget-area .widget.with-title{
    position: relative;
    background-color: var(--base-white);
    padding: 22px 22px 13px;
}
.sidebar .widget ul{
    margin: 0;
    padding: 0;
}
.sidebar .widget ul >li {
    list-style: none;
}
.sidebar .widget ul>li:first-child{
    padding-top: 0;
    margin-top: 0;
}
.sidebar .widget-title{ 
    font-size: 20px; 
    line-height: 32px;
    margin-bottom: 10px;
    position: relative;
}

    /* widget-search
    ========================*/

.sidebar .widget.widget-search ,
.sidebar .widget-area.cmt-col-bgcolor-yes .widget.widget-search { 
    padding: 0!important;
}
.sidebar .widget.widget-search .search-form { 
    border: 0;
    position: relative;
}
.sidebar .widget.widget-search .search-form label {
    display: block;
    margin: 0;
}
.sidebar .widget-search .screen-reader-text {
    clip: rect(1px,1px,1px,1px);
    position: absolute!important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.sidebar .widget.widget-search .search-form .btn[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    width: 50px;
    height: 50px;
    z-index: 1;
    border-radius: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-color: var(--base-skin);
    background-size: 18px;
    color: var(--base-white);
}
.sidebar .widget.widget-search .search-form .btn[type="submit"]:hover { background-color: var(--base-dark); }
.sidebar .widget.widget-search .search-form .btn[type="submit"] i {
    position: relative;
    color: var(--base-white);
}
.sidebar .widget.widget-search .input-text {
    border: 0px solid #e7e7e7;
    border-radius: 0;
    background-color: var(--base-white);
    padding: 12px 60px 12px 15px;
}

    /* widget-banner
    ========================*/

.widget-banner { 
    padding: 0 !important;
    border: 0 !important;
}
.widget-banner .icon-img {
    width: 75px;
    height: 75px;
    background-color: #fff;
    border-radius: 50%;
    line-height: 75px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 25px;
}
.widget-banner .icon-img:before {
    position: absolute;
    content: '';
    height: 90px;
    width: 90px;
    background-color: rgb(255 255 255 / 30%);
    border-radius: 50%;
    top: -7px;
    left: -7px;
    z-index: -1;
    margin: 0 auto;
    text-align: center;
    right: 0;
}
.widget-banner .icon-img img {max-width: 50px;}
.widget-banner > div { 
    padding: 47px 22px 55px 19px;
    border-bottom: 7px solid var(--base-skin);
    border-radius: 0;
    overflow: hidden;
}
.widget-banner .cmt-bg.cmt-col-bgimage-yes > .cmt-bg-layer > .cmt-col-wrapper-bg-layer-inner {
    opacity: .8;
}
.widget-banner h3 {
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 15px;
}
.widget-banner ul li {
    padding: 0 0 15px !important;
    line-height: 1.2;
    font-weight: 600;
    border: 0 !important;
    color: #fff;
}
.widget-banner ul li:last-child {
    font-size: 14px;
    margin-bottom: 25px;
    font-weight: normal;
}
.widget-banner .cmt-icon.cmt-icon_element-border.cmt-icon_element-size-sm {
    height: 38px;
    width: 38px;
    line-height: 38px;
}
.widget-banner .cmt-icon.cmt-icon_element-border.cmt-icon_element-size-sm i { font-size: 22px; }
.download_block {
    background-color: #fff;
    padding: 25px 11px 20px 11px;
    border-radius: 5px;
    margin-top: 10px;
    width: 100%;
    text-align: center;
}
.download_block span {
    font-weight: 400;
    padding-top: 11px;
    font-size: 14px;
    line-height: 20px;
    display: block;
    text-align: center;
}

    /* widget-categories
    ========================*/

.widget-categories ul li{ 
    position: relative;
    margin: 0;
    padding-bottom: 0 !important;
    border-bottom: 1px solid #e7e7e7;
}
.widget-categories ul li:last-child {
    border: none;
}
.widget-categories ul li a{
    display: block;
    padding: 11px 20px 13px 20px;
    position: relative;
    z-index: 1;
    font-weight: 600;
    font-size: 16px;
    font-family: var(--base-bodyfont);
    background-color: var(--base-white);
    padding-left: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    color: var(--base-bodyfont-color) !important;
    text-transform: capitalize;
}
.widget-categories ul li a:before {
    display: block;
    content: "";
    position: absolute;
    height: 0;
    width: 2px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background-color: var(--base-skin);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.widget-categories ul li:hover a {
    padding-left: 15px;
    color: var(--base-skin) !important;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.widget-categories ul li:hover a:before {
    height: 30px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.widget-categories ul li span {
    position: absolute;
    right: 0;
    color: #8b8b8b;
    overflow: hidden;
    z-index: 1;
    font-size: 15px;
    letter-spacing: 0;
    font-weight: 400;
    text-align: center;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
}

    /* widget-nav-menu 
    ========================*/

.widget.widget-nav-menu:after {
    content: unset !important;
}
.widget.widget-nav-menu ul li{ 
    position: relative;
    margin: 0;
    padding-bottom: 0 !important;
    border-bottom: 1px solid #e7e7e7;
}
.widget.widget-nav-menu ul li:last-child { border: none; }
.widget.widget-nav-menu ul li a{
    display: block;
    padding: 11px 20px 13px 20px;
    position: relative;
    z-index: 1;
    font-weight: 600;
    font-size: 16px;
    font-family: var(--base-bodyfont);
    background-color: var(--base-white);
    padding-left: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    color: var(--base-bodyfont-color) !important;
    text-transform: capitalize;
}
.widget.widget-nav-menu ul li a:before {
    display: block;
    content: "";
    position: absolute;
    height: 0;
    width: 2px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background-color: var(--base-skin);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.widget.widget-nav-menu ul li:hover a,
.widget.widget-nav-menu ul li.active a {
    padding-left: 15px;
    color: var(--base-skin) !important;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.widget.widget-nav-menu ul li:hover a:before ,
.widget.widget-nav-menu ul li.active a:before {
    height: 30px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.widget.widget-nav-menu ul li:hover a:after, .widget.widget-nav-menu ul li.active a:after {
    color: var(--base-white);
}

    /* cmt-recent-post-list
    ============================== */

.widget ul.cmt-recent-post-list>li {
    padding: 0 0 18px 0;
    border-top: 0;
    margin-bottom: 17px;
}
.widget ul.cmt-recent-post-list>li:last-child{
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 0;
}
.widget ul.cmt-recent-post-list>li> .post-detail a {
    font-weight: 600;
    font-size: 16px;
    position: relative;
}
.widget ul.cmt-recent-post-list>li .post-date {
    display: block;
    font-size: 15px;
    font-weight: 400;
}
.widget ul.cmt-recent-post-list>li .post-date i {
    margin-right: 4px;
    color: var(--base-skin);
}

    /* tagcloud 
    ========================*/
.widget .tagcloud { padding-top: 18px; padding-bottom: 12px;}
.widget .tagcloud a {
    display: inline-block;
    padding: 5px 20px;
    margin: 0 6px 8px 0;
    border: 0;
    font-size: var(--base-bodyfont-Size) !important;
    background-color: var(--base-grey);
    font-weight: 400;
    font-family: var(--base-bodyfont);
    text-transform: capitalize;
}
.widget .tagcloud a:hover {
    background-color: var(--base-skin);
    color: var(--base-white);
    border-color: var(--base-skin);
}

/* ===============================================
    pagination 
------------------------*/

.pagination-block {
    display: block;
    padding-top: 10px;
    text-align: center;
}
.pagination-block .page-numbers {
    width: 43px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    border: 1px solid #e7e7e7;
    margin: 0 3px;
    padding: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.pagination-block .page-numbers i{ font-size: 12px; }
.pagination-block .page-numbers.current , .pagination-block .page-numbers:hover {
    background-color: var(--base-skin);
    color: var(--base-white);
}

/* tm_coverimgbox_wrapper
/*-------------------------------------------------------------------------------*/

.tm_coverimgbox_wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    background-color: #000;
}
.tm_coverimgbox_wrapper .tm_coverbox_img {
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    width: 100%;
    z-index: 0;
    overflow: hidden;
}
.tm_coverimgbox_wrapper .tm_coverbox_img {
    visibility: hidden;
    opacity: 0;
    transition-duration: 1500ms;
    transition: all 1s;
}
.tm_coverimgbox_wrapper .tm_coverbox_contents:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgb(0 0 0 / 40%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}
.tm_coverimgbox_wrapper .tm_coverbox_img, .tm_coverimgbox_wrapper .tm_box_overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    overflow: hidden;
}
.tm_coverimgbox_wrapper .tm_box_overlay {
    z-index: 1;
    background: rgba(0, 0, 0, .3);
}
.tm_coverimgbox_wrapper .tm_coverbox_img img {
    width: 100%!important;
    height: 100%!important;
    object-fit: cover;
}
.tm_coverimgbox_wrapper .tm_coverbox_img.active {
    opacity: 1;
    visibility: visible;
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.tm_coverbox_contents { 
    min-height:525px
}
.tm_coverimgbox_wrapper .tm_coverbox_contents {
    position: relative;
    z-index: 2;
    padding: 35px;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: flex-end;
    border-right: 1px solid rgba(256, 256, 256, .5);
}
.tm_coverimgbox_wrapper .tm_coverbox_contents .featured-content {
    opacity: 0;
    transition: transform .9s ease;
    -moz-transform: translateY(250px);
    -ms-transform: translateY(250px);
    -webkit-transform: translateY(250px);
    transform: translateY(250px);
}
.tm_coverimgbox_wrapper .tm_coverbox_contents:hover .featured-content {
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.tm_coverimgbox_wrapper .tm_coverbox_contents:first-child .featured-content {
    opacity: 1;
    transform: translateY(0);
}
.tm_coverimgbox_wrapper .featured-content .featured-title h3{
    position: relative;
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 10px;
    color: var(--base-white);
}
.tm_coverimgbox_wrapper .featured-content .featured-title h3:after{
    content: '';
    position: absolute;
    width: 100px;
    height: 1px;
    bottom: -13px;
    left: 0;
}
.tm_coverimgbox_wrapper .featured-content .featured-desc p {
    padding-bottom: 12px;
    color: var(--base-white);
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tm_coverimgbox_wrapper .featured-content .cmt-footer a {
    padding: 10px 30px;
}
.tm_coverimgbox_wrapper .featured-content .cmt-footer a:hover{
    background-color: transparent;
}
.tm_coverimgbox_wrapper .tm_coverbox_contents .coverbox-img-reposive {
    display: none;
    background-size: cover;
    background-repeat: no-repeat;
}

/* ===============================================
    23.Calendar
------------------------*/
.calendar { 
    text-align: center;
    width: 100%;
}
.calendar header { 
    padding: 36px 20px;
    font-size: 2.2rem;
    font-weight: 500;
    position: relative;
    background-color: var(--base-skin);
}
.calendar header span {
    display: inline-block;
    line-height: 1;
    font-size: 16px;
}
.calendar header span i{
    font-size: 20px;
}
.calendar header .button {
    text-align: center;
    position: absolute;
    cursor: pointer;
    top: 41px;
    color: var(--base-white);
}
.calendar header .right.button { right: 20px; }
.calendar header .left.button { left: 20px; }
.calendar header .header-label {
    font-size: 25px;
    line-height: 26px;
    font-weight: 600;
    letter-spacing: .03rem;
    text-transform: uppercase;
    color: var(--base-white);
    font-family: var(--base-headingfont);
}
.calendar table {
    margin: 0;
    border-collapse: collapse;
}
.calendar thead th { 
    width: 111px;
    border: 0px solid #e5e5e5;
    font-size: 15px!important;
    padding: 18px 0!important;
    letter-spacing: .03rem;
    font-weight: 500;
    text-transform: uppercase; 
    position: relative;
    color: var(--base-white);
    background-color: var(--base-dark);
    font-family: var(--base-headingfont);
}
.calendar thead th:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255,0.2);
}
.calendar table td {
    overflow: hidden;
    position: relative;
    font-size: 20px;
    line-height: 111px;
    color: var(--base-dark);
    padding: 0 !important;
    margin: 0 !important;
    border: 1px solid #e5e5e5;
    width: 111px;
}
.calendar .calendar-frame tbody td.today {
    background-color: var(--base-skin);
    color: var(--base-white);
}
.calendar .calendar-frame tbody td:not(.disabled).selected { 
    background:#eee; 
    color:#555;  
}
.calendar .calendar-frame tbody td:hover { 
    cursor: pointer;
}
.calendar .calendar-frame tbody td:last-child {
    cursor: not-allowed;
    color: #ccc !important;
}
.calendar .calendar-frame tbody td:last-child::after {
    border: #f5f5f5 !important;
}

/* <<< END css/shortcodes.css <<< */

/* >>> BEGIN css/main.css >>> */
/**
  * Name: Medipluse
  * Version: Bootstrap 5.3.3
  * Author: CymolThemes
  * Author URI: https://www.cymolthemes.com
*/
/* removed @import (bundled) */0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800&family=Oswald:wght@200;300;400;500;600;700&display=swap');

/**

  1. General
     - Variables
     - Extra-outer
     
  2. Color
     - Skin-color, Skin-bg-color, Skin-border-color
     - darkGrey-color, darkGrey-bg-color
     - white-color, white-bg-color, white-border-color
     - Grey-color, Grey-bg-color, grey-border-color

  3. Spacing

  4. Pre-loader

  5. SocialIcon / TooltipTop

  6. Slick_dots/arrows

  7. TopBar

  8. Header
     - SiteBrand(logo)
     - SiteNavigation(Menu)
     - side-menu

  9. Footer
     - FirstFooter
     - SecondFooter
 
  10. GoTop BUtton
  
  11. Page-Title-Row

  12. Inner-Pages
      - single-pages-content
      - Classic_Blog
      - Single_Blog
      - Contact_page
      - Error_page
      - Map

**/
 
 
/* ===============================================
    General
------------------------*/

/** Variables **/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}
a, a:hover, a:focus, a:active {
    text-decoration: none;
    outline: none;
}
a, button, input { 
    outline: none; 
}
ol, ul{ 
    padding: 0; 
    margin: 0;
}
b, strong{ 
  font-weight: 700;
}
iframe{
  width: 100%;
  border: none;
  display: block;
}
p { 
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin: 0 0 15px; 
}
*::-moz-selection { 
    background: var(--base-skin); 
    color: var(--base-white); 
    text-shadow: none; 
}
::-moz-selection { 
    background: var(--base-skin);  
    color: var(--base-white);
    text-shadow: none; 
}
::selection { 
    background: var(--base-skin); 
    color: var(--base-white); 
    text-shadow: none; 
}
textarea, input[type="text"], 
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"], 
.uneditable-input, 
select{
    font-family: inherit;
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    vertical-align: middle;
    width: 100%;
    color: var(--base-bodyfont-color);
    padding: 12px 15px 12px;
    border-radius: 0;
    font-weight: 400;
    background-color: var(--base-white);
    text-transform: inherit;
    border: 1px solid rgba(0, 43, 92, 0.08);
    font-size: 15px;
    outline: none;
    line-height: inherit;
    letter-spacing: 0px;
}
button, input[type="submit"], 
input[type="button"], 
input[type="reset"] {
    display: inline-block;
    text-decoration: none;
    font-size: 15px;
    line-height: 21px;
    font-weight: 500;
    padding: 11px 40px 11px;
    border: 2px solid transparent;
    border-radius: 0;
    color: var(--base-white);
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    cursor: pointer;
    outline: none;
    -webkit-font-smoothing: antialiased;
}
.rs-layer input[type="email"]{
    border-color: transparent !important;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-left: 0px !important;
    padding-right: 50px !important;
}
button:focus{
    box-shadow: none;
}
textarea:focus, 
input[type="text"]:focus, 
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus {
    border: 1px solid transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-appearance: searchfield;
}

/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal {  display: none; width : 0; height: 0; }

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }
textarea::placeholder,
textarea::-moz-placeholder,
textarea::-webkit-input-placeholder,
select::placeholder,
select::-moz-placeholder,
input::placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder,
input::-webkit-input-placeholder {   
  color: var(--body-font-color) !important;
}
menu, ol, ul {
    margin: 16px 0;
    padding: 0 0 0 25px;
}

/** Typography Variable **/

:root {
    --base-bodyfont: 'Nunito Sans', sans-serif;
    --base-bodyfont-Size: 16px;
    --base-bodyfont-color: #585858;    
    --base-skin: #f15b5a;
    --base-dark: #01162c;
    --base-grey: #f2f2f2;
    --base-white: #ffffff;    
    --base-headingfont: 'Oswald', sans-serif;
    --base-headingfont-color: #f15b5a;
}

/** Typo Colors **/
.border-color: { color: #e5e5e5;}
.bodyfont-color { color: var(--base-bodyfont-color);}
.headingfont-color { color: var(--base-headingfont-color); }

/** Background Colors **/
.bg-base-skin { background-color: var(--base-skin);}
.bg-base-dark { background-color: var(--base-dark);}
.bg-base-grey { background-color: var(--base-grey);}
.bg-base-white { background-color: var(--base-white);}
  
/** Text Colors **/
.text-base-skin { color: var(--base-skin);}
.text-base-dark { color: var(--base-dark);}
.text-base-grey { color: var(--base-grey);}
.text-base-white { color: var(--base-white);}

/** Bg-layer Colors **/
.bg-base-skin > .cmt-bg-layer{background-color: var(--base-skin);}
.bg-base-dark > .cmt-bg-layer{background-color: var(--base-dark);}
.bg-base-grey > .cmt-bg-layer{background-color: var(--base-grey);}
.bg-base-white > .cmt-bg-layer{background-color: var(--base-white);}
.bg-base-skin >.cmt-bg-layer >.cmt-col-wrapper-bg-layer-inner{background-color: var(--base-skin);}
.bg-base-dark >.cmt-bg-layer >.cmt-col-wrapper-bg-layer-inner{background-color: var(--base-dark);}
.bg-base-grey >.cmt-bg-layer >.cmt-col-wrapper-bg-layer-inner{background-color: var(--base-grey);}
.bg-base-white >.cmt-bg-layer >.cmt-col-wrapper-bg-layer-inner{background-color: var(--base-white);}
.text-base-white h1:not(.text-base-skin, .text-base-dark),
.text-base-white h2:not(.text-base-skin, .text-base-dark),
.text-base-white h3:not(.text-base-skin, .text-base-dark),
.text-base-white h4:not(.text-base-skin, .text-base-dark),
.text-base-white h5:not(.text-base-skin, .text-base-dark),
.text-base-white h6:not(.text-base-skin, .text-base-dark),
.text-base-white a:not(.text-base-skin, .text-base-dark),
.bg-base-dark h1, .bg-base-dark h2, .bg-base-dark h3,
.bg-base-dark h4, .bg-base-dark h5, .bg-base-dark h6 {
    color: var(--base-white);
}
.bg-base-dark .text-base-white a:not(.text-base-skin, .text-base-dark){color: var(--base-skin);}
.bg-base-dark .section-title h3 { color: var(--base-skin); }
.bg-base-dark, .bg-base-skin {
    color: rgba(255,255,255,.67);
}
.bg-base-dark.text-base-white, .bg-base-skin.text-base-white {
    color: rgba(255,255,255,.950);
}
.overlay-01 {
    background-color: #fff;
    margin: -222px 55px 82px -10px;
    padding: 0px 0px 0px 0px;
    z-index: 2;
    position: relative;
}
.overlay-box {
    border-style: solid;
    border-width: 0px 0px 0px 15px;
    border-color: #21A12E;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0px 0px 0px -5px;
    padding: 32px 0px 33px 20px;
}
.overlay-inner-box {
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    text-orientation: sideways;
    width: 100%;
    margin: 0px 0px 0px 18px;
}
.overlay-inner-box h3 {
    font-family: "Saira Semi Condensed", Sans-serif;
    font-size: 22px;
    font-weight: 600;
    margin: 0;
}
.about-overlay-01 {
    justify-content: center;
    writing-mode: vertical-lr;
    text-orientation: mixed;
    position: relative;
    content: '';
    top: 0;
    right: 1px;
    padding: 11px 16px 6px;
    transform: rotate(180deg);
}
.about-overlay-01 h3 {
    font-size: 20px;
    line-height: 26px;
    margin: 0;
}
body {    
    font-family: var(--base-bodyfont);
    font-weight: 400;
    text-transform: inherit;
    font-size: var(--base-bodyfont-Size);
    line-height: 26px;
    color: var(--base-bodyfont-color);
}
h1, h2, h3, h4, h5, h6 { 
    font-family: var(--base-headingfont), sans-serif; margin-bottom: 15px; font-weight: 600; color : var(--base-headingfont-color); text-transform: uppercase;
}
h1 { font-size: 60px; line-height: 72px; }
h2 { font-size: 50px; line-height: 60px; }
h3 { font-size: 18px; line-height: 28px; }
h4 { font-size: 30px; line-height: 40px; }
h5 { font-size: 20px; line-height: 26px; }
h6 { font-size: 18px; line-height: 20px; }
.container-fluid { padding: 0 15px; }
.container {
    max-width: 1200px;
    padding: 0 15px;
}
.row:not(.g-0) {
    margin-left: -15px;
    margin-right: -15px;
}
.row:not(.g-0) > [class*='col-'] {
    padding-left: 15px;
    padding-right: 15px;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0
}
.no-gutters>.col,.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}
.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto {
    position: relative;
}
.text-right {
    text-align: right !important;
}
.text-left {
    text-align: left !important;
}
.mr-auto, .mx-auto {
    margin-right: auto !important;
}
.ml-auto {
    margin-left: auto !important;
}

/** Extra-outer **/
body .page {
    overflow: hidden;
    position: relative;
}
body .site-main {
    background-color: #fff;
    position: relative;
    z-index: 1;
}
body .page.sidebar-true .site-main{ 
    padding: 0;
    background-color: #fff;
}
a {
    color: var(--base-dark) ;
    text-decoration: none;
}
a:hover { color: var(--base-skin); }
a, img{
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
label { font-size: 14px; }
.fs-15 { font-size: 15px !important; line-height: 25px; }
.fs-16 { font-size: 16px !important; line-height: 26px; }
.fs-17 { font-size: 17px !important; line-height: 27px; }
.fs-18 { font-size: 18px !important; line-height: 28px; }
.fs-20 { font-size: 20px !important; line-height: 30px; }
.fs-22 { font-size: 22px !important; line-height: 32px; }
.fs-24 { font-size: 24px !important; line-height: 34px; }
.fs-26 { font-size: 26px !important; line-height: 36px; }
.fs-28 { font-size: 28px !important; line-height: 38px; }
.fs-30 { font-size: 30px !important; line-height: 40px; }
.fs-34 { font-size: 34px !important; line-height: 44px; }
.lh-base {line-height: 20px!important;}
.fw-500 { font-weight: 500 !important; }
.fw-600 { font-weight: 600 !important; }
.fw-700 { font-weight: 700 !important; }
.box-shadow{ box-shadow: 0 0 9px 0 rgba(29, 33, 67, 0.10) }
.box-shadow_1{box-shadow: 0 0 10px 0 rgba(2, 20, 47, 0.08); }
.border-rad_3 { border-radius: 3px;}
.border-rad_4 { border-radius: 4px;}
.border-rad_5 { border-radius: 5px;}
.border-rad_6 { border-radius: 6px;}
.border-rad_7 { border-radius: 7px;}
.border-rad_8 { border-radius: 8px;}
.border-rad_9 { border-radius: 9px;}
.border-rad_10 { border-radius: 10px;}
.border-tl-rad_5{border-top-left-radius: 5px;}
.border-tr-rad_5{border-top-right-radius: 5px;}
.border-br-rad_5{border-bottom-right-radius: 5px;}
.border-bl-rad_5{border-bottom-left-radius: 5px;}
.alignleft {
    float: left;
    margin: .425em 1.75em 1.25em 0;
}
.alignright {
    float: right;
    margin: .425em 0 1.25em 1.75em;
}
.z-index_1{ z-index: -1; }
.z-index-0{ z-index: 0; }
.z-index-1{ z-index: 1; }
.z-index-2{ z-index: 2; }
.z-index-3{ z-index: 3; }
.z-index-5{ z-index: 5; }
.underline { position: relative; }
.underline:before {
    position: absolute;
    content: '';
    height: 2px;
    width: 100%;
    background-color: var(--base-skin);
    bottom: 1px;
    left: 0;
}
.border_1 {
    border: 2px dashed #e7e7e7;
}
.border-rounded {
    border-radius: 50%;
}
.overlay-opacity-box {
    background: rgba(255, 255, 255, 0.80);
    padding: 70px 0;
    opacity: 1;
}
.cmt-box-shadow{
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 9%);
}

/* ===============================================
    Spacing
------------------------*/

/** Padding **/
.spacing-1 { padding: 120px 0 200px; }
.spacing-2 { padding: 198px 15px 42px 30px; }
.spacing-3 { margin-top: -740px; }
.spacing-4 { margin-top: -313px; }
.spacing-5 { padding: 100px 0 60px 45px; }
.spacing-6 { margin-top: -140px; }
.spacing-7 { padding: 38px 0; }
.spacing-8 { padding: 38px 45px; }
.spacing-9 { padding: 100px 250px 162px 0; margin-right: -260px; margin-bottom: -100px;}
.spacing-10 { padding: 0 688px 0 0; margin-right: -260px; margin-left: 100px; }
.spacing-11 { padding: 45px 40px; }
.spacing-12 { margin: 325px 0 0; }
.spacing-13 { padding: 31px 0 295px 0; }
.spacing-14 { margin-top: 50px; margin-bottom: 50px; }
.spacing-15 { padding: 50px 400px 100px 0; margin-right: -350px; }
.spacing-16 { padding: 100px 50px 83px 50px; margin: 0 630px 0 0; }
.spacing-17 { margin-top: -273px; }
.spacing-18 { padding: 37px 90px 33px 265px; margin-left: 338px;}
.spacing-19 { padding: 300px 0 275px; }
.spacing-20 { padding: 75px 30px 45px; margin: -404px 0 0; }
.spacing-21 { padding: 50px 40px 50px 90px; }
.spacing-22 { margin-top: -525px ; }
.spacing-23 { margin-top: -530px !important ; padding: 0 15px; }
.spacing-24 { margin-top: 35px; }
.spacing-25 { padding: 100px 0 560px; }
.spacing-26 { padding: 45px 40px; }
.spacing-27 { padding: 0px 40px !important ; }
.p-10 { padding: 10px ! important ; }
.p-15 { padding: 15px ! important ; }
.p-20 { padding: 20px ! important ; }
.p-25 { padding: 25px ! important ; }
.p-30 { padding: 30px ! important ; }
.p-40 { padding: 40px ! important ; }
.p-45 { padding: 45px ! important ; }
.p-50 { padding: 50px ! important ; }
.p-60 { padding: 60px ! important ; }
.p-80 { padding: 80px ! important ; }
.p-100{ padding: 100px ! important ; }
.pr-0{ padding-right: 0 !important ; }
.pr-5{ padding-right: 5px ! important ;}
.pr-10{ padding-right: 10px ! important ; }
.pr-15{ padding-right: 15px ! important ; }
.pr-20{ padding-right: 20px ! important ; }
.pr-25{ padding-right: 25px ! important ; }
.pr-30{ padding-right: 30px ! important ; }
.pr-35{ padding-right: 35px ! important ; }
.pr-40{ padding-right: 40px ! important ; }
.pr-45{ padding-right: 45px ! important ; }
.pr-50{ padding-right: 50px ! important ; }
.pr-55{ padding-right: 55px ! important ; }
.pr-60{ padding-right: 60px ! important ; }
.pr-65{ padding-right: 65px ! important ; }
.pr-70{ padding-right: 70px ! important ; }
.pr-75{ padding-right: 75px ! important ; }
.pr-80{ padding-right: 80px ! important ; }
.pr-85{ padding-right: 85px ! important ; }
.pr-90{ padding-right: 90px ! important ; }
.pr-95{ padding-right: 95px ! important ; }
.pr-100{ padding-right: 100px ! important ; }
.pr-115{ padding-right: 115px ! important ; }
.pr-250{ padding-right: 250px ! important ; }
.pl-0{ padding-left: 0px !important ; }
.pl-2{ padding-left: 2px ! important ; }
.pl-3{ padding-left: 3px ! important ; }
.pl-5{ padding-left: 5px ! important ; }
.pl-10{ padding-left: 10px ! important ; }
.pl-15{ padding-left: 15px ! important ; }
.pl-20{ padding-left: 20px ! important ; }
.pl-25{ padding-left: 25px ! important ; }
.pl-30{ padding-left: 30px ! important ; }
.pl-35{ padding-left: 35px ! important ; }
.pl-40{ padding-left: 40px ! important ; }
.pl-45{ padding-left: 45px ! important ; }
.pl-50{ padding-left: 50px ! important ; }
.pl-55{ padding-left: 55px ! important ; }
.pl-60{ padding-left: 60px ! important ; }
.pl-65{ padding-left: 65px ! important ; }
.pl-70{ padding-left: 70px ! important ; }
.pl-75{ padding-left: 75px ! important ; }
.pl-80{ padding-left: 80px ! important ; }
.pl-85{ padding-left: 85px ! important ; }
.pl-90{ padding-left: 90px ! important ; }
.pl-95{ padding-left: 95px ! important ; }
.pl-100{ padding-left: 100px ! important ; }
.pt-0{ padding-top: 0px !important ;}
.pt-5{ padding-top: 5px ! important ;}
.pt-10{ padding-top: 10px ! important ; }
.pt-15{ padding-top: 15px ! important ; }
.pt-20{ padding-top: 20px ! important ; }
.pt-23{ padding-top: 23px ! important ; }
.pt-25{ padding-top: 25px ! important ; }
.pt-30{ padding-top: 30px ! important ; }
.pt-35{ padding-top: 35px ! important ; }
.pt-40{ padding-top: 40px ! important ; }
.pt-45{ padding-top: 45px ! important ; }
.pt-50{ padding-top: 50px ! important ; }
.pt-55{ padding-top: 55px ! important ; }
.pt-60{ padding-top: 60px ! important ; }
.pt-65{ padding-top: 65px ! important ; }
.pt-70{ padding-top: 70px ! important ; }
.pt-75{ padding-top: 75px ! important ; }
.pt-77{ padding-top: 77px ! important ; }
.pt-80{ padding-top: 80px ! important ; }
.pt-90{ padding-top: 90px ! important ; }
.pt-100{ padding-top: 100px ! important ;}
.pt-115{ padding-top: 115px ! important ;}
.pt-120{ padding-top: 120px ! important ;}
.pt-127{ padding-top: 127px ! important ;}
.pt-130{ padding-top: 130px ! important ;}
.pt-140{ padding-top: 140px ! important ;}
.pt-150{ padding-top: 150px ! important ;}
.pt-160{ padding-top: 160px ! important ;}
.pt-170{ padding-top: 170px ! important ;}
.pt-180{ padding-top: 180px ! important ;}
.pt-190{ padding-top: 190px ! important ;}
.pt-200{ padding-top: 200px ! important ;}
.pt-245{ padding-top: 245px ! important ;}
.pt-350{ padding-top: 350px ! important ;}
.pb-0{ padding-bottom: 0px !important ; }
.pb-5{ padding-bottom: 5px ! important ; }
.pb-10{ padding-bottom: 10px ! important ; }
.pb-15{ padding-bottom: 15px ! important ; }
.pb-20{ padding-bottom: 20px ! important ; }
.pb-25{ padding-bottom: 25px ! important ; }
.pb-30{ padding-bottom: 30px ! important ; }
.pb-35{ padding-bottom: 35px ! important ; }
.pb-40{ padding-bottom: 40px ! important ; }
.pb-45{ padding-bottom: 45px ! important ; }
.pb-50{ padding-bottom: 50px ! important ; }
.pb-55{ padding-bottom: 55px ! important ; }
.pb-60{ padding-bottom: 60px ! important ; }
.pb-65{ padding-bottom: 65px ! important ; }
.pb-70{ padding-bottom: 70px ! important ; }
.pb-75{ padding-bottom: 75px ! important ; }
.pb-80{ padding-bottom: 80px ! important ; }
.pb-85{ padding-bottom: 85px ! important ; }
.pb-90{ padding-bottom: 90px ! important ; }
.pb-95{ padding-bottom: 95px ! important ; }
.pb-100{ padding-bottom: 100px ! important ; }
.pb-120{ padding-bottom: 120px ! important ; }
.pb-130{ padding-bottom: 130px ! important ; }
.pb-140{ padding-bottom: 140px ! important ; }
.pb-150{ padding-bottom: 150px ! important ; }
.pb-160{ padding-bottom: 160px ! important ; }
.pb-170{ padding-bottom: 170px ! important ; }
.pb-180{ padding-bottom: 180px ! important ; }
.pb-185{ padding-bottom: 185px ! important ; }
.pb-190{ padding-bottom: 190px ! important ; }
.pb-200{ padding-bottom: 200px ! important ; }
.pb-280{ padding-bottom: 280px ! important ; }

/** Margin **/
.mt-0{ margin-top: 0px !important ; }
.mt-5{ margin-top: 5px ! important ; }
.mt-10 { margin-top: 10px ! important ; }
.mt-12 { margin-top: 12px ! important ; }
.mt-15{ margin-top: 15px ! important ; }
.mt-20{ margin-top: 20px ! important ; }
.mt-25{ margin-top: 25px ! important ; }
.mt-30{ margin-top: 30px ! important ; }
.mt-35{ margin-top: 35px ! important ; }
.mt-40{ margin-top: 40px ! important ; }
.mt-45{ margin-top: 45px ! important ; }
.mt-50{ margin-top: 50px ! important ; }
.mt-60{ margin-top: 60px ! important ; }
.mt-65{ margin-top: 65px ! important ; }
.mt-70{ margin-top: 70px ! important ; }
.mt-80{ margin-top: 80px ! important ; }
.mt-90{ margin-top: 90px ! important ; }
.mt-100{ margin-top: 100px ! important ; }
.mt-120{ margin-top: 120px ! important ; }
.mt-130{ margin-top: 130px ! important ; }
.mt-140{ margin-top: 140px ! important ; }
.mt-150{ margin-top: 150px ! important ; }
.mt-160{ margin-top: 160px ! important ; }
.mt-400{ margin-top: 400px ! important ; }
.mt_5{ margin-top: -5px ! important ; }
.mt_10{ margin-top: -10px ! important ; }
.mt_15{ margin-top: -15px ! important ; }
.mt_20{ margin-top: -20px ! important ; }
.mt_25{ margin-top: -25px ! important ; }
.mt_27{ margin-top: -27px ! important ; }
.mt_30{ margin-top: -30px ! important ; }
.mt_35{ margin-top: -35px ! important ; }
.mt_40{ margin-top: -40px ! important ; }
.mt_50{ margin-top: -50px ! important ; }
.mt_55{ margin-top: -55px ! important ; }
.mt_60{ margin-top: -60px ! important ; }
.mt_65{ margin-top: -65px !important ; }
.mt_70{ margin-top: -70px ! important ; }
.mt_75{ margin-top: -75px ! important ; }
.mt_80{ margin-top: -80px ! important ; }
.mt_90{ margin-top: -90px ! important ; }
.mt_100{ margin-top: -100px ! important ; }
.mt_105{ margin-top: -105px ! important ; }
.mt_110{ margin-top: -110px ! important ; }
.mt_120{ margin-top: -120px ! important ; }
.mt_130{ margin-top: -130px ! important ; }
.mt_140{ margin-top: -140px ! important ; }
.mt_150{ margin-top: -150px ! important ; }
.mt_160{ margin-top: -160px ! important ; }
.mt_170{ margin-top: -170px ! important ; }
.mt_180{ margin-top: -180px ! important ; }
.mt_190{ margin-top: -190px ! important ; }
.mt_200{ margin-top: -200px ! important ; }
.mt_210{ margin-top: -210px ! important ; }
.mt_220{ margin-top: -220px ! important ; }
.mt_230{ margin-top: -230px ! important ; }
.mt_240{ margin-top: -240px ! important ; }
.mt_250{ margin-top: -250px ! important ; }
.mt_260{ margin-top: -260px ! important ; }
.mt_270{ margin-top: -270px ! important ; }
.mt_280{ margin-top: -280px ! important ; }
.mt_300{ margin-top: -300px ! important ; }
.mt_310{ margin-top: -310px ! important ; }
.mt_320{ margin-top: -320px ! important ; }
.mt_325{ margin-top: -325px ! important ; }
.mt_332{ margin-top: -332px ! important ; }
.mt_340{ margin-top: -340px ! important ; }
.mt_360{ margin-top: -360px ! important ; }
.mt_380{ margin-top: -380px ! important ; }
.mt_525{ margin-top: -525px ! important ; }
.mb-0{ margin-bottom: 0px !important ; }
.mb-5{ margin-bottom: 5px ! important ; }
.mb-10{ margin-bottom: 10px ! important ; }
.mb-12{ margin-bottom: 12px ! important ; }
.mb-15{ margin-bottom: 15px ! important ; }
.mb-25{ margin-bottom: 25px ! important ;}
.mb-20{ margin-bottom: 20px ! important ; }
.mb-30{ margin-bottom: 30px ! important ; }
.mb-35{ margin-bottom: 35px ! important ; }
.mb-40{ margin-bottom: 40px ! important ; }
.mb-45{ margin-bottom: 45px ! important ; }
.mb-50{ margin-bottom: 50px ! important ; }
.mb-60{ margin-bottom: 60px ! important ; }
.mb-65{ margin-bottom: 65px ! important ; }
.mb-70{ margin-bottom: 70px ! important ; }
.mb-80{ margin-bottom: 80px ! important ; }
.mb-90{ margin-bottom: 90px ! important ; }
.mb-100{ margin-bottom: 100px ! important ; }
.mb-110{ margin-bottom: 110px ! important ; }
.mb-120{ margin-bottom: 120px ! important ; }
.mb-130{ margin-bottom: 130px ! important ; }
.mb-140{ margin-bottom: 140px ! important ; }
.mb-150{ margin-bottom: 150px ! important ; }
.mb-160{ margin-bottom: 160px ! important ; }
.mb-170{ margin-bottom: 170px ! important ; }
.mb-180{ margin-bottom: 180px ! important ; }
.mb-190{ margin-bottom: 190px ! important ; }
.mb-200{ margin-bottom: 200px ! important ; }
.mb_5{ margin-bottom: -5px ! important ; }
.mb_10{ margin-bottom: -10px ! important ; }
.mb_12{ margin-bottom: -12px ! important ; }
.mb_15{ margin-bottom: -15px ! important ; }
.mb_20{ margin-bottom: -20px ! important ; }
.mb_25{ margin-bottom: -25px ! important ; }
.mb_30{ margin-bottom: -30px ! important ; }
.mb_35{ margin-bottom: -35px ! important ; }
.mb_40{ margin-bottom: -40px ! important ; }
.mb_45{ margin-bottom: -45px ! important ; }
.mb_50{ margin-bottom: -50px ! important ; }
.mb_55{ margin-bottom: -55px ! important ; }
.mb_60{ margin-bottom: -60px ! important ; }
.mb_70{ margin-bottom: -70px ! important ; }
.mb_80{ margin-bottom: -80px ! important ; }
.mb_90{ margin-bottom: -90px ! important ; }
.mb_100{ margin-bottom: -100px ! important ; }
.mb_120{ margin-bottom: -120px ! important ; }
.mb_140{ margin-bottom: -140px ! important ; }
.ml-0{ margin-left: 0px !important ; }
.ml-10{ margin-left: 10px ! important ; }
.ml-15{ margin-left: 15px ! important ; }
.ml-20{ margin-left: 20px ! important ; }
.ml-30{ margin-left: 30px ! important ; }
.ml-40{ margin-left: 40px ! important ; }
.ml-50{ margin-left: 50px ! important ; }
.ml-60{ margin-left: 60px ! important ; }
.ml-70{ margin-left: 70px ! important ; }
.ml-80{ margin-left: 80px ! important ; }
.ml-90{ margin-left: 90px ! important ; }
.ml-100{ margin-left: 100px ! important ; }
.ml-110{ margin-left: 110px ! important ; }
.ml-120{ margin-left: 120px ! important ; }
.ml-120{ margin-left: 120px ! important ; }
.ml-130{ margin-left: 130px ! important ; }
.ml-140{ margin-left: 140px ! important ; }
.ml-150{ margin-left: 150px ! important ; }
.ml-160{ margin-left: 160px ! important ; }
.ml-170{ margin-left: 170px ! important ; }
.ml-180{ margin-left: 180px ! important ; }
.ml-190{ margin-left: 190px ! important ; }
.ml-200{ margin-left: 200px ! important ; }
.ml_10{ margin-left: -10px ! important ; }
.ml_15{ margin-left: -15px ! important ; }
.ml_20{ margin-left: -20px ! important ; }
.ml_25{ margin-left: -25px ! important ; }
.ml_30{ margin-left: -30px ! important ; }
.ml_35{ margin-left: -35px ! important ; }
.ml_40{ margin-left: -40px ! important ; }
.ml_50{ margin-left: -50px ! important ; }
.ml_60{ margin-left: -60px ! important ; }
.ml_70{ margin-left: -70px ! important ; }
.ml_80{ margin-left: -80px ! important ; }
.ml_90{ margin-left: -90px ! important ; }
.ml_100{ margin-left: -100px ! important ; }
.ml_110{ margin-left: -110px ! important ; }
.ml_120{ margin-left: -120px ! important ; }
.ml_130{ margin-left: -130px ! important ; }
.ml_140{ margin-left: -140px ! important ; }
.ml_150{ margin-left: -150px ! important ; }
.ml_160{ margin-left: -160px ! important ; }
.ml_180{ margin-left: -180px ! important ; }
.ml_200{ margin-left: -200px ! important ; }
.ml_210{ margin-left: -210px ! important ; }
.ml_220{ margin-left: -220px ! important ; }
.ml_240{ margin-left: -240px ! important ; }
.ml_260{ margin-left: -260px ! important ; }
.ml_280{ margin-left: -280px ! important ; }
.ml_300{ margin-left: -300px ! important ; }
.mr-0{ margin-right: 0px !important ; }
.mr-10{ margin-right: 10px ! important ; }
.mr-15{ margin-right: 15px ! important ; }
.mr-20{ margin-right: 20px ! important ; }
.mr-25{ margin-right: 25px ! important ; }
.mr-30{ margin-right: 30px ! important ; }
.mr-35{ margin-right: 35px ! important ; }
.mr-40{ margin-right: 40px ! important ; }
.mr-50{ margin-right: 50px ! important ; }
.mr-60{ margin-right: 60px ! important ; }
.mr-70{ margin-right: 70px ! important ; }
.mr-80{ margin-right: 80px ! important ; }
.mr-90{ margin-right: 90px ! important ; }
.mr-100{ margin-right: 100px ! important ; }
.mr-110{ margin-right: 110px ! important ; }
.mr-120{ margin-right: 120px ! important ; }
.mr-130{ margin-right: 130px ! important ; }
.mr-140{ margin-right: 140px ! important ; }
.mr-150{ margin-right: 150px ! important ; }
.mr-160{ margin-right: 160px ! important ; }
.mr-170{ margin-right: 170px ! important ; }
.mr-180{ margin-right: 180px ! important ; }
.mr-190{ margin-right: 190px ! important ; }
.mr-200{ margin-right: 200px ! important ; }
.mr_10{ margin-right: -10px ! important ; }
.mr_15{ margin-right: -15px ! important ; }
.mr_20{ margin-right: -20px ! important ; }
.mr_25{ margin-right: -25px ! important ; }
.mr_30{ margin-right: -30px ! important ; }
.mr_35{ margin-right: -35px ! important ; }
.mr_40{ margin-right: -40px ! important ; }
.mr_50{ margin-right: -50px ! important ; }
.mr_60{ margin-right: -60px ! important ; }
.mr_70{ margin-right: -70px ! important ; }
.mr_80{ margin-right: -80px ! important ; }
.mr_90{ margin-right: -90px ! important ; }
.mr_100{ margin-right: -100px ! important ; }
.mr_130{ margin-right: -130px ! important ; }
.mr_140{ margin-right: -140px ! important ; }
.mr_150{ margin-right: -150px ! important ; }
.mr_160{ margin-right: -160px ! important ; }
.mr_180{ margin-right: -180px ! important ; }
.mr_200{ margin-right: -200px ! important ; }
.mr_210{ margin-right: -210px ! important ; }
.mr_220{ margin-right: -220px ! important ; }
.mr_240{ margin-right: -240px ! important ; }
.mr_260{ margin-right: -260px ! important ; }
.mr_280{ margin-right: -280px ! important ; }
.mr_300{ margin-right: -300px ! important ; }
.mr_350{ margin-right: -350px ! important ; }

/* ===============================================
    Pre-loader
------------------------*/
.blobs-wrapper {
    position: fixed;
    z-index: 999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    display: flex;
    text-align: center;
    margin: 0 auto;
    flex-direction: column;
    justify-content: center;
    background: #fff;
}
.loader-blob {
    width: 49px;
    height: 49px;
    border-radius: 50%;
    margin: 3em;
    text-align: center;
    display: block;
    margin: 0 auto;
    position: relative;
    vertical-align: middle;
}
.loader-blob,
.loader-blob:before,
.loader-blob:after {
    animation: 1.15s infinite ease-in-out;
    -o-animation: 1.15s infinite ease-in-out;
    -ms-animation: 1.15s infinite ease-in-out;
    -webkit-animation: 1.15s infinite ease-in-out;
    -moz-animation: 1.15s infinite ease-in-out;
}
.loader-blob:before,
.loader-blob:after {
    width: 100%; 
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}
.loader-blob { animation-name: loader-blob;
    -o-animation-name: loader-blob;
    -ms-animation-name: loader-blob;
    -webkit-animation-name: loader-blob;
    -moz-animation-name: loader-blob; }
@keyframes loader-blob {
    from { transform: scale(0); opacity: 1; }
to   { transform: scale(1); opacity: 0; }
}
@-o-keyframes loader-blob {
    from { -o-transform: scale(0); opacity: 1; }
to   { -o-transform: scale(1); opacity: 0; }
}
@-ms-keyframes loader-blob {
    from { -ms-transform: scale(0); opacity: 1; }
to   { -ms-transform: scale(1); opacity: 0; }
}
@-webkit-keyframes loader-blob {
    from { -webkit-transform: scale(0); opacity: 1; }
to   { -webkit-transform: scale(1); opacity: 0; }
}
@-moz-keyframes loader-blob {
    from { -moz-transform: scale(0); opacity: 1; }
to   { -moz-transform: scale(1); opacity: 0; }
}

/*  ===============================================
    SocialIcon / TooltipTop
------------------------*/
ul.social-icons{ 
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.social-icons li {
    display: inline-block;
    border: none;
    z-index: 1;
    position: relative;
}
.social-icons li{
    margin: 0 2px;
}
.cmt-header-style-02 .social-icons li:last-child,
.social-icons li:last-child{
    margin-right: 0px;
}
.social-icons li a{
    display: block;
    min-width: 26px;
    text-align: center;
}
.social-icons.circle li>a {
    border-width: 1px ;
    border-style: solid;
    height: 33px;
    width: 33px;
    line-height: 33px;
    text-align: center;
    display: block;
    background-color: transparent;
    font-size: 13px;
    border-radius: 50%;
}
/*.social-icons.square.style2*/

.social-icons.square.style2 { display: none; }
.social-icons.square.style2 { display: block; }
.social-icons.square.style2 li a i { color: var(--base-bodyfont-color); }
.social-icons.square.style2 li a { 
    background-color: var(--base-grey); 
    border: 0 px solid transparent; 
    border-radius: 0;
    height: 44px;
    width: 44px;
    line-height: 44px;
}
.social-icons.square.style2 li a:hover { background-color: var(--base-dark); }
.social-icons.square.style2 li a:hover i { color: var(--base-white); }

/*.social-icons.square.style3*/

.social-icons.square.style3 { display: none; }
.social-icons.square.style3 { display: block; }
.social-icons.square.style3 li a i { color: var(--base-bodyfont-color); }
.social-icons.square.style3 li a { 
    background-color: transparent; 
    border: 0 px solid transparent; 
    border-radius: 0;
}
.social-icons.square.style3 li a:hover i { color: var(--base-skin); }

/*.social-icons.square.style4*/

.social-icons.square.style4 { display: none; }
.social-icons.square.style4 { display: block; }
.social-icons.square.style4 li a i { color: var(--base-bodyfont-color); }
.social-icons.square.style4 li a { 
    background-color: var(--base-white); 
    border: 0 px solid transparent; 
    border-radius: 5px;
    height: 40px;
    width: 40px;
    line-height: 40px;
}
.social-icons.square.style4 li a:hover { background-color: var(--base-skin); }
.social-icons.square.style4 li a:hover i { color: var(--base-white); }

/* TooltipTop */
.tooltip-top{ position: relative; }
.tooltip:after, .tooltip:before, [data-tooltip]:after, [data-tooltip]:before {
    position: absolute;
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out,visibility .2s ease-in-out,-webkit-transform .2s cubic-bezier(.71,1.7,.77,1.24);
    -moz-transition: opacity .2s ease-in-out,visibility .2s ease-in-out,-moz-transform .2s cubic-bezier(.71,1.7,.77,1.24);
    transition: opacity .2s ease-in-out,visibility .2s ease-in-out,transform .2s cubic-bezier(.71,1.7,.77,1.24);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    pointer-events: none;
}
.tooltip:before, [data-tooltip]:before {
    z-index: 1001;
    border: 6px solid transparent;
    background: 0 0;
    content: "";
}
.tooltip-top:before, .tooltip:before, [data-tooltip]:before {
    margin-left: -6px;
    margin-bottom: -12px;
    border-top-color: inherit;
}
.tooltip-top:after, .tooltip-top:before, .tooltip:after, .tooltip:before, 
[data-tooltip]:after, [data-tooltip]:before {
    bottom: 100%;
    left: 50%;
}
.tooltip-bottom:after{
    bottom: -100%;
}
.tooltip-bottom:before{
    margin-left: -6px;
    margin-bottom: -12px;
    border-top-color: transparent;
}
.tooltip-bottom:before{
    bottom: -7px;
}
.tooltip-top:focus:after, .tooltip-top:focus:before, .tooltip-top:hover:after, .tooltip-top:hover:before, 
.tooltip:focus:after, .tooltip:focus:before, .tooltip:hover:after, .tooltip:hover:before, [data-tooltip]:focus:after, 
[data-tooltip]:focus:before, [data-tooltip]:hover:after, [data-tooltip]:hover:before {
    -webkit-transform: translateY(-12px);
    -moz-transform: translateY(-12px);
    transform: translateY(-12px);
}
.tooltip-top:after, .tooltip:after, [data-tooltip]:after {
    margin-left: -60px;
}
.tooltip:after, [data-tooltip]:after {
    z-index: 1000;
    padding: 8px;
    width: 120px;
    color: #fff;
    content: attr(data-tooltip);
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    border-radius: 5px;
}
.tooltip:focus:after, .tooltip:focus:before, .tooltip:hover:after, .tooltip:hover:before, 
[data-tooltip]:focus:after, [data-tooltip]:focus:before, [data-tooltip]:hover:after, [data-tooltip]:hover:before {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(Opacity=100);
    opacity: 1;
}

/*  ===============================================
    Slick_dots/arrows
------------------------*/
.slick-slide{ border: 0; outline: 0; padding: 0 15px;}
.slick_slider.no-gutters .slick-slide { padding: 0; }
.slick-slide_ver-sep .slick-slide.slick-active:not(.slick-current) > div:after{
    position: absolute;
    content: "";
    top: 0;
    left: -15px;
    height: 100%;
    width: 1px;
    background-color: #e4e4e4;
}
.cmt-bgcolor-darkgrey .slick-slide_ver-sep .slick-slide.slick-active:not(.slick-current) > div:after,
.cmt-bgcolor-skincolor .slick-slide_ver-sep .slick-slide.slick-active:not(.slick-current) > div:after{
    background-color: rgba(255,255,255,.3);
}
.slick_slider.slick_slider-opacity_block .slick-list {
    overflow: visible;
}
.slick_slider.slick-dots-style1 .slick-dots,
.slick_slider.slick-dots-style2 .slick-dots,
.slick_slider.slick-dots-style3 .slick-dots{
    padding: 0;
    margin: 0;
    padding-top: 30px;
    top: 100%;
    line-height: 0;
}
.slick_slider.slick-dots-style1 .slick-dots li,
.slick_slider.slick-dots-style2 .slick-dots li,
.slick_slider.slick-dots-style3 .slick-dots li{
    display: inline-block;
    list-style: none;
    line-height: 0;
}
.slick_slider.slick-dots-style1 .slick-dots li {
    width: calc( 19.3% - 0px );
}
.slick_slider.slick-dots-style1 .slick-dots li button{
    height: 4px;
    width: 100%;
    border: 0;
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 0;
    background-color: transparent;
    background-color: #e2e9f1;
}
.slick_slider.slick-dots-style1 .slick-dots li.slick-active button{
    margin: 0;
}
.slick_slider.slick-dots-style2 .slick-dots li button,
.slick_slider.slick-dots-style3 .slick-dots li button{
    height: 5px;
    width: 9px;
    border: 0;
    font-size: 0;
    padding: 0;
    position: relative;
    margin: 0 5px 0 0;
    background-color: #e2e9f1;
}
.slick_slider.slick-dots-style2 .slick-dots li.slick-active button,
.slick_slider.slick-dots-style3 .slick-dots li.slick-active button {
    width: 25px;
}
.slick_slider.slick-dots-style3 .slick-dots { position: absolute; }
.slick_slider.slick-dots-style3 .slick-dots li button {
    height: 10px;
    width: 10px;
    border-radius: 50px;
}
.slick_slider .slick-arrow {
    height: 37px;
    width: 37px;
    border-radius: 5px;
    z-index: 1;
    border: 0;
    color: inherit;
    background-color: rgba(255,255,255,.07);
    box-shadow: 0 0 10px 0 rgba(0, 43, 92, 0.08);
    border: 0;
}
.slick_slider .slick-next{ right: 0; }
.slick_slider .slick-prev:before, .slick_slider .slick-next:before {
    font-family: 'themify';
    font-size: 14px;
    line-height: 1;
    opacity: 1;
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick_slider .slick-prev:before {
    content: "\e64a";
}
.slick_slider .slick-next:before {
    content: "\e649";
}
.slick-prev,.slick-next{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

/* style1 */
.slick_slider.slick-arrows-style1 .slick-arrow {
    border: 1px solid #dbdbdb;
    opacity: 0;
    z-index: 11;
    overflow: hidden;
    box-shadow: unset;
}
.slick_slider.slick-arrows-style1 .slick-next{ 
    right: 0px; 
    left: auto;
}
.slick_slider.slick-arrows-style1 .slick-prev {
    left: 0px;
}
.slick_slider.slick-arrows-style1:hover .slick-arrow {
    margin: 0 -60px;
    opacity: 1;
    overflow: visible;
}

/* style2 */
.slick_slider.slick-arrows-style2 .slick-arrow {
    top: -100px;    
    box-shadow: unset;
}
.slick_slider.slick-arrows-style2 .slick-next { 
    right: 27%;
    margin-right: -55px;
    left: auto;
}
.slick_slider.slick-arrows-style2 .slick-prev {
    left: 73%;
    margin-left: -25px;
}

/* style3 */
.slick_slider.slick-arrows-style3 .slick-next,
.slick_slider.slick-arrows-style3 .slick-prev  {
    font-size: 0;
    line-height: 0;
    position: absolute;
    bottom: 10px;
    top: auto;
    display: inline-block;
    width: 45px;
    height: 45px;
    text-align: center;
    background-color: transparent;
    border: 1px solid rgba(255,255,255,.13);
    cursor: pointer;
    color: #fff;
}
.slick_slider.slick-arrows-style3 .slick-prev {
    left: -39%;
}
.slick_slider.slick-arrows-style3 .slick-next {
    left: -35%;
}

/*  ===============================================
    TopBar
------------------------*/
.top_bar {
    width: 100%;
    z-index: 3;
    height: 37px;
    line-height: 37px;
    position: relative;
}
.top_bar .social-icons li {
    min-width: auto;
    margin-left: 0;
    margin-right: 10px;
}
.top_bar .social-icons li:last-child {
    margin-right: 0px;
}
.top_bar .social-icons li a{
    border: 1px solid rgba(255, 255, 255 , 0.20);
    height: 35px;
    width: 35px;
    line-height: 36px;
    border-radius: 5px;
}
.cmt-header-style-01 .top_bar .social-icons li a:hover {
    background-color: #21a12e;
    color: #fff;
    border-color: #21a12e;
}
.top_bar_inner {
    margin-top: 15px;
    padding: 0px 29px 0 26px;
    margin-bottom: -23px;
    z-index: 2;
    display: flex;
    position: relative;
    border-radius: 5px;
}
.top_bar_contact_item .top_bar_icon i { 
    font-size: 15px;
}
.top_bar_contact_item .top_bar_icon i,
.top_bar_contact_item span {
    color: var(--base-skin);
    font-weight: 700;
}
.text-base-white .top_bar_contact_item a:hover{color: var(--base-skin);}
.top_bar_contact_item .social-icons ul {
    margin: 0;
}
.top_bar_icon {
    display: inline-block;
    margin-right: 8px;
}
.top_bar_icon .icon-location-2:before {
    margin: 0;
}
.top_bar_contact_item {
    font-size: 15px;
    height: 60px;
    line-height: 60px;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    display: inline-block;
}

/*  ===============================================
    Header
------------------------*/

/** SiteBrand(logo) **/
.site-branding {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.site-header-menu-inner {
    padding: 0 35px;
}
.site-branding img { max-height: 56px; }

/* header_extra */
.header_extra {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.header_search .search_btn {
    position: relative;
    font-size: 18px;
    line-height: 29px;
    padding-right: 18px;
    border: 1px solid transparent;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}
.header_search_content button.close-search {
    border: 0;
    border-radius: 0;
    padding: 0;
    height: 45px;
    position: absolute;
    left: 0;
    box-shadow: none;
}
.header_search_content button.close-search i { font-size: 16px; line-height: 45px; }
.header_search_content button.close-search:after {
    position: absolute;
    content: '';
    height: 26px;
    width: 1px;
    border-right: 1px solid;
    right: -23px;
    top: 10px;
    opacity: .5;
}
.header_search .header_search_content{
    position: absolute;
    top: 75px;
    right: 0px;
    width: 615px;
    padding: 22px 30px 23px;
    background: #ffffff!important;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all ease .3s;
    -ms-transition: all ease .3s;
    transition: all ease .3s;
    -webkit-box-shadow: 0 3px 5px rgba(0,0,0,.1);
    -ms-box-shadow: 0 3px 5px rgba(0,0,0,.1);
    box-shadow: 0 3px 5px rgba(0,0,0,.1);
    z-index: 2;
}
.cmt-header-style-03 .header_search .header_search_content { top: 61px; }
.header_search .header_search_content.on {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.header_search .search_btn.open i {
    color: var(--base-skin);
}
.header_search .header_search_content #searchbox { position: relative; }
.header_search .header_search_content #search_query_top {
    font-weight: 400;
    position: relative;
    clear: both;
    min-width: 240px;
    font-size: 14px;
    text-align: left;
    height: 45px;
    border: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none!important;
    width: 100%;
    line-height: 50px;
    float: left;
    padding: 15px 40px 12px 71px;
}
.header_search .header_search_content input::placeholder {
    color: #585858;
}
.header_search .header_search_content a.close_btn:hover > i { color: var(--base-skin) !important ;}
.header_search .header_search_content_inner .close_btn {
    position: absolute;
    right: 25px;
    top: 0;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    bottom: 0;
    z-index: 3;
}
.header_search .header_search_content .close_btn i {
    font-size: 16px;
    line-height: 15px;
}
.header_cart .button-cart {
    display: block;
    position: relative;
    text-align: center;
    font-size: 16px;
    z-index: 1;
}
.header_cart .cart_count {
    position: absolute;
    bottom: 19px;
    left: 14px;
    width: 17px;
    height: 17px;
    text-align: center;
    line-height: 17px;
    font-size: 9px;
    display: block;
    color: var(--base-white);
    border-radius: 3px;
}
.header_extra .widget_info{
    position: relative;
    padding: 15px 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.header_extra .widget_info .widget_icon{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 36px;
}
.header_extra .widget_info:last-child{
    padding-right: 0px;
}
.header_extra .widget_info .widget_icon i {
    font-size: 35px;
    line-height: 35px;
    color: var(--base-skin);
}
.header_extra .widget_info .widget_content span {
     font-size: 14px;
     line-height: 28px;
     font-weight: 700 !important;
     margin: 0;
     padding-left: 12px;
     color: var(--base-dark);
}
.header_extra .widget_info .widget_content p {
    font-size: 14px;
    line-height: 22px;
    display: block;
    margin: 0;
    font-weight: 400;
}
.header_extra .widget_info .widget_content p a {
    font-size: 14px;
    line-height: 22px;
    display: block;
    margin: 0;
    padding-left: 12px;
    font-weight: 400;
}
.widget_info .social-icons ul li a {
    width: 26px;
    height: 48px;
    line-height: 48px;
    border-radius: 0;
    border: none;
    text-align: center;
    display: block;
    background-color: transparent;
    font-size: 16px;
    margin-right: 3px;
    font-weight: 500;
}

/** SiteNavigation(Menu) **/
.site-navigation {
    position: relative;
}
nav.main-menu ul {
    position: relative;
    margin: 0;
}
.site-navigation ul.menu > li > a {
    text-decoration: none;
    z-index: 1;
    font-family: var(--base-headingfont);
    color: var(--base-dark);
    text-transform: uppercase;
    font-size: 15px;
    line-height: 25px;
    font-weight: 500;
}
#site-header-menu .cmt-stickable-header .site-navigation ul.menu > li.active >a {
    color: var(--base-skin);
}
.header_cart { position: relative; }
.header_cart span.number-cart {
    position: absolute;
    top: 5px;
    right: 0;
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 16px;
    font-size: 9px;
    display: block;
    background-color: var(--base-skin);
    color: var(--base-white);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

/*cmt-header-style-01*/

.cmt-header-style-01 .site-header-menu { background-color: rgba(255, 255, 255, 1) !important; z-index: 3; }
.cmt-header-style-01 .site-navigation .site-menubar { display: flex; justify-content: flex-end; }
.cmt-header-style-01 .site-navigation nav.main-menu { padding-right: 11px; }
.cmt-header-style-01 .site-navigation nav.main-menu ul.menu > li > a:before ,
.cmt-header-style-01 .site-navigation nav.main-menu ul.menu > li.active > a:before { 
    content: '';
    background-color: var(--base-skin); 
    position: absolute;
    width: 0%;
    height: 8px;
    bottom: 40px;
    left: 15%;
    margin: auto;
    opacity: 0.20; 
    transform: ;
    transition: all 0.3s ease-out;
}
.cmt-header-style-01 .site-navigation nav.main-menu ul.menu > li > a:hover:before ,
.cmt-header-style-01 .site-navigation nav.main-menu ul.menu > li.active > a:before {   
    width: 70%;
    transform: width;
    transition: all 0.3s ease-out;
}
.cmt-header-style-01 .site-navigation .header_extra { padding-right: 0px;}
.cmt-header-style-01 .site-navigation .site-branding:before { display: none; }
.cmt-header-style-01 .site-navigation .header_extra .widget_info { padding: 0 30px; }
.cmt-header-style-01 .site-navigation .header_extra > div { position: relative; }
.cmt-header-style-01 .site-navigation .header_extra > div:not(:last-child) { padding: 0 30px; }
.cmt-header-style-01 .site-navigation .header_extra > div:last-child { padding-left: 30px; padding-right: 0; }
.cmt-header-style-01 .site-navigation .header_extra > div:before {
    content: '';
    position: absolute;
    background-color: #e2e2e2;
    width: 1px;
    height: 100%;
    top: 0;
    left: 0;
}
.cmt-header-style-01 .site-navigation .header_extra .header_search .search_btn:before { display: none; }
.cmt-header-style-01 .header_extra .widget_info .widget_content p a { padding-left: 0;}
.cmt-header-style-01 .site-navigation .header_extra .header_search,
.cmt-header-style-01 .site-navigation .header_extra .header_cart { line-height: 50px; font-size: 14px;}
.cmt-header-style-01 .header_search .search_btn , 
.cmt-header-style-01 .header_cart .button-cart { font-size: 20px; }
.cmt-header-style-01 .header_extra .widget_info .widget_desc { margin-bottom: 0; padding-left: 12px;}
.cmt-header-style-01 .site-navigation .header_extra .header_btn a { margin-top: 3px; }

/*cmt-header-style-02*/

.cmt-header-style-02 .site-header-menu { background-color: rgba(0, 0, 0, 0.15) !important; z-index: 3; }
.cmt-header-style-02 .site-navigation .site-menubar { display: flex; justify-content: flex-end; }
.cmt-header-style-02 .site-navigation nav.main-menu { padding-left: 44px; }
.cmt-header-style-02 .site-navigation .site-branding:after {
    content: '';
    position: absolute;
    background: rgba(255,255,255,.07);
    width: 1px;
    height: 100%;
    top: 0;
    right: 0;
}
.cmt-header-style-02 .site-navigation ul.menu > li > a { color: var(--base-white); }
.cmt-header-style-02 .site-navigation nav.main-menu ul.menu > li.active > a ,
.cmt-header-style-02 .site-navigation nav.main-menu ul.menu > li:hover > a { color: var(--base-skin); }
.cmt-header-style-02 .site-navigation .header_extra { padding-right: 0px;}
.cmt-header-style-02 .site-branding { padding: 0 60px 0 0; }
.cmt-header-style-02 .site-navigation .header_extra .widget_info { padding: 0 30px; }
.cmt-header-style-02 .site-navigation .header_extra > div { position: relative; }
.cmt-header-style-02 .site-navigation .header_extra > div:not(:last-child) { padding: 0 50px; }
.cmt-header-style-02 .site-navigation .header_extra > div:last-child { padding-left: 50px; padding-right: 0; }
.cmt-header-style-02 .site-navigation .header_extra > div:before {
    content: '';
    position: absolute;
    background: rgba(255,255,255,.07);
    width: 1px;
    height: 100%;
    top: 0;
    left: 0;
}
.cmt-header-style-02 .site-navigation .header_extra > div:first-child:before { display: none; }
.cmt-header-style-02 .site-navigation .header_extra .header_search .search_btn:before { display: none; }
.cmt-header-style-02 .header_extra .widget_info .widget_content p a { 
    padding-left: 0; 
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    font-family: var(--base-bodyfont);
}
.cmt-header-style-02 .site-navigation .header_extra .header_search { line-height: 54px; font-size: 14px;}
.cmt-header-style-02 .site-navigation .header_extra .header_search i { color: var(--base-white); }
.cmt-header-style-02 .header_search .search_btn  { font-size: 20px; padding-top: 1px; padding-right: 0; }
.cmt-header-style-02 .header_extra .widget_info .widget_title { padding-left: 15px; color: var(--base-white);}
.cmt-header-style-02 .header_extra .widget_info .widget_desc { margin-bottom: 0; padding-left: 15px; }
.cmt-header-style-02 .header_extra .widget_info .widget_desc a { color: var(--base-white); }
.cmt-header-style-02 .header_extra .widget_info .widget_desc a:hover { color: var(--base-skin); }
.cmt-header-style-02 .header_extra .widget_info .widget_icon { 
    background-color: var(--base-skin); 
    height: 54px; 
    width: 54px; 
    line-height: 54px;
 }
.cmt-header-style-02 .header_extra .widget_info .widget_icon i { font-size: 32px; line-height: 1; color: var(--base-white);}
.cmt-header-style-02 .header_search .header_search_content a i ,
.cmt-header-style-02 .header_search .header_search_content button i { color: var(--base-dark) !important; }

/*cmt-header-style-03*/

.cmt-header-style-03 .site-header-menu { background-color: rgba(255, 255, 255, 1) !important; z-index: 3; }
.cmt-header-style-03 .site-header-menu .site-header-menu-inner { padding: 0 ; }
.cmt-header-style-03 .site-navigation .site-menubar { display: flex; justify-content: flex-end; }
.cmt-header-style-03 .site-navigation nav.main-menu { padding-right: 0; }
.cmt-header-style-03 .site-navigation nav.main-menu ul.menu > li > a:before ,
.cmt-header-style-03 .site-navigation nav.main-menu ul.menu > li.active > a:before { 
    content: '';
    background-color: var(--base-skin); 
    position: absolute;
    width: 0%;
    height: 8px;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0.20; 
    transition: all 0.3s ease-out;
}
.cmt-header-style-03 .site-navigation nav.main-menu ul.menu > li > a:hover:before , 
.cmt-header-style-03 .site-navigation nav.main-menu ul.menu > li.active > a:before {   
    width: 75%;
    transform: width;
    transition: all 0.3s ease-out;
}
.cmt-header-style-03 .site-navigation .header_extra { padding-right: 0px;}
.cmt-header-style-03 .site-navigation .site-branding:before { display: none; }
.cmt-header-style-03 .site-navigation .header_extra .widget_info { padding: 0 30px; }
.cmt-header-style-03 .site-navigation .header_extra > div { height: 60px; }
.cmt-header-style-03 .site-navigation .header_extra > div { position: relative; }
.cmt-header-style-03 .site-navigation .header_extra > div:not(:last-child) { padding: 0 30px; }
.cmt-header-style-03 .site-navigation .header_extra > div:last-child { padding-left: 5px; padding-right: 0; }
.cmt-header-style-03 .site-navigation .header_extra > div:before {
    content: '';
    position: absolute;
    background-color: #e2e2e2;
    width: 1px;
    height: 100%;
    top: 0;
    left: 0;
}
.cmt-header-style-03 .site-navigation .header_extra > div:first-child:before { content: unset; }
.cmt-header-style-03 .site-navigation .header_extra .header_search,
.cmt-header-style-03 .site-navigation .header_extra .header_cart { line-height: 60px; font-size: 14px; padding: 0 !important; }
.cmt-header-style-03 .header_search .search_btn , 
.cmt-header-style-03 .header_cart .button-cart { font-size: 18px; padding: 0px 12px; line-height: 60px;}
.cmt-header-style-03 .header_extra .widget_info .widget_content h3 { font-size: 16px !important; line-height: 36px !important; margin-bottom: 0;}
.cmt-header-style-03 .header_extra .widget_info .widget_content h3 i {
    position: relative;
    top: 0;
    margin-right: 5px;
    height: 24px;
    width: 24px;
    line-height: 24px;
    background: var(--base-skin);
    color: var(--base-white);
    font-size: 14px;
    text-align: center;
    border-radius: 50%;
}
.cmt-header-style-03 .header_extra .widget_info .widget_content h3 a {}
.cmt-header-style-03 .site-menubar .header_extra > div { height: 120px; }
.cmt-header-style-03 .site-menubar .header_extra > div:before {
    content: '';
    position: absolute;
    background-color: #e2e2e2;
    width: 1px;
    height: 60px;
    top: 30px;
    left: 0;
}
.cmt-header-style-03 .site-menubar .header_extra .widget_info .widget_content > a { 
    font-weight: 600; 
    font-size: 16px; 
    line-height: 36px;
    font-family: var(--base-headingfont);
}
.cmt-header-style-03 .header_extra .widget_info .widget_content p { font-size: 16px; line-height: 26px; }
.cmt-header-style-03 .site-menubar .header_extra .header_btn:before { content: unset; }
.cmt-header-style-03 .site-menubar .header_extra .header_btn { display: flex; align-items: center;}
.cmt-header-style-03 .header_cart { position: relative; }
.cmt-header-style-03 .header_extra .header_cart:after {     
    content: '';
    position: absolute;
    background-color: #e2e2e2;
    width: 1px;
    height: 100%;
    top: 0;
    right: 0; 
}
.cmt-header-style-03 .header_cart span.number-cart { top: 10px; right: 10px; }
/* ===============================================
    Footer
------------------------*/

.footer{
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
}
.first-footer.bg-base-skin ,
.first-footer.bg-base-skin a ,
.first-footer.bg-base-skin i { color: var(--base-white); }
.second-footer.bg-base-dark ,
.second-footer.bg-base-dark i { color: rgba(255, 255, 255, 0.70); }
.first-footer.bg-base-skin a:hover { color: var(--base-white) !important; }
.second-footer.bg-base-dark a:hover { color: var(--base-skin) !important; }
.footer .footer-logo {
    position: relative;
    margin-bottom: 24px;
}

/* first-footer */
.first-footer .footer-box {
    margin: 10px -15px 50px;
}
.first-footer .cmt-section {
    padding: 20px 37px 35px 40px;
    background-color: #162030;
    border-radius: 5px;
    position: relative;
}
.first-footer .cmt-section label {
    font-size: 16px;
}

/* second-footer */
.second-footer{padding: 52px 0 29px;}
.widget-area{position:relative;}
.second-footer .row .col-lg-2.widget-area:nth-child(2):after,
.second-footer .row .col-lg-4.widget-area:nth-child(4):after{
    width: 1px;
    height: 100%;
    content: '';
    position: absolute;
    left: 4px;
    background-color: rgba(255,255,255,.1);
    top: 0;
}
.second-footer .row .col-lg-4.widget-area:nth-child(4):after{
    left: 83px;
}

/* footer-nav-menu */
.footer-nav-menu {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.footer-nav-menu li:last-child {
    padding-right: 0;
}
.footer-nav-menu li {
    display: inline-block;
    padding-left: 2px;
    padding-right: 14px;
    font-size: 16px;
    padding-bottom: 0px;
    position: relative;
}
ul.footer-nav-menu li:after {
    position: absolute;
    content: "|";
    padding-left: 7px;
    top: 0;
}
ul.footer-nav-menu li:last-child:after {
  content: unset;
} 

/*cmt-recent-post-list*/
.footer .widget ul.cmt-recent-post-list>li {
    padding: 0 0 18px 0;
    border-top: 0;
    margin-bottom: 17px;
    overflow: hidden;
}
.footer .widget ul.cmt-recent-post-list>li .post-img ,
.footer .widget ul.cmt-recent-post-list>li> .post-detail {
    display: table-cell;
    vertical-align: top;
}
.footer .widget ul.cmt-recent-post-list>li .post-img img {
    display: block;
    width: 80px;
    float: left;
    margin-right: 18px;
    border: none;
}
.footer .widget ul.cmt-recent-post-list>li:last-child{
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 0;
}
.footer .widget ul.cmt-recent-post-list>li> .post-detail a {
    font-weight: 600;
    font-size: 16px;
    position: relative;
    color: rgba(255, 255, 255, 0.70);
    font-family: var(--base-headingfont);
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.footer .widget ul.cmt-recent-post-list>li .post-date {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: var(--base-skin);
}
.footer .widget ul.cmt-recent-post-list>li .post-date i {
    margin-right: 4px;
    color: var(--base-skin);
}

/** widget_contact **/
ul.widget_contact_wrapper li {
    position: relative;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 25px;
    color: rgba(255,255,255,.70);
}
ul.widget_contact_wrapper li > p { 
    display: inline-block; 
    margin-bottom: 9px;
}
ul.widget_contact_wrapper li:last-child{
    border-bottom: 0;
    margin-bottom: 0;
}
ul.widget_contact_wrapper li > p a {
    display: inline-block;
    color: var(--base-white) !important;
    text-transform: lowercase;
}
ul.widget_contact_wrapper li i{
    position: absolute;
    left: 0;
    top: 2px;
    line-height: 1;
    font-size: 27px;
    font-weight: 400;
    color: var(--base-skin);
}
footer .g-map iframe {
    width: 100%;
    margin-top: 15px;
    filter: brightness( 91% ) contrast( 126% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg );
    border-radius: 5px;
}

/* newsletter-form */
.footer .widget .footer-subscribebox {
    display: table;
    width: 100%;
    padding: 29px 40px 37px;
    background-color: rgb(255 255 255/9%);
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    margin-top: 39px;
}
.footer .widget .footer-subscribebox:before {
    content: "\f104";
    font-family: 'flaticon';
    position: absolute;
    right: 1px;
    bottom: 0;
    left: auto;
    font-size: 142px;
    line-height: 120px;
    color: rgb(255 255 255/5%);
}
.widget .cmt-section p { color: rgba(255, 255, 255, 0.7); }
.newsletter_widget .widget-title { 
    margin-bottom: 10px !important;
}
.newsletter-form { 
    position: relative;
    margin-bottom: 0px;
    clear: both;
    display: inline-block;
    width: 100%;
}
.newsletter-form p{margin-bottom: 0px;}
.newsletter-form p.cookies{padding-top: 9px;}
.newsletter-form input[type="email"] {
    background-color: var(--base-dark);
    border-color: transparent;
    color: var(--base-white);
    padding: 11px 100px 11px 18px;
    font-size: 15px;
    line-height: 26px;
    border-radius: 0;
}
.newsletter-form button[type="submit"] {
    font-size: 14px;
    border: none;
    font-weight: 600;
    font-family: var(--base-headingfont);
    border-radius: 0;
    text-transform: uppercase;
    padding: 0;
    width: 90px;
    color: var(--base-white);
    background-color: var(--base-skin);
    position: absolute;
    top: 0;
    right: 0px;
    font-size: 14px;
    height: 50px;
    line-height: 1;
    display: block;
    padding: 12px 32px 12px 32px;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.newsletter-form button[type="submit"] i { font-size: 17px; }
.newsletter-form .cmt-btn.cmt-btn-style-fill.cmt-btn-color-skincolor:hover {
    background-color: var(--base-white);
    border-color: var(--base-white);
    color: var(--base-skin);
}
.newsletter-form .cmt-btn.cmt-icon-shap.cmt-btn-style-fill:hover i{
    background-color: var(--base-skin);
    color: var(--base-white);
}

/* checkbox  */
.footer input[type=checkbox]{
  visibility: hidden;
  position: absolute;
}
.footer input[type=checkbox] + label{
  height: 15px;
  width: 15px;
  border: 1px solid rgba(255, 255, 255, 0.20);
  border-radius: 4px;
  vertical-align: middle;
  margin-bottom: 0px;
  margin-right: 6px;
}
.footer input[type=checkbox] + label:before{
  height: 15px;
  width: 15px;
  border: 1px solid transparent;
  border-radius: 4px;
  content: " ";
  display:inline-block;
  vertical-align: top;
}
.footer input[type=checkbox]:checked + label:before{
  content: "";
  border: solid;
  border-color: var(--base-skin);
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  left: 3px;
  top: 0;
  width: 6px;
  height: 10px;
  background-color: transparent!important;
  border-radius: 0;
  position: relative;
  vertical-align: middle;
}

/*widget social*/
.second-footer.bg-base-dark .cmt-horizontal_sep{
    margin-top: 25px;
    margin-bottom: 35px;
}
.footer .widget.cmt-social-links-wrapper { 
    
}
.footer .social-icons li {
    margin: 0;
    min-width: 23px;
}
.footer .social-icons li a {
    width: 33px;
    height: 33px;
    line-height: 33px;
    margin: 0 7px 0 0px;
    text-align: center;
    display: block;
    background-color: transparent;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.70) !important;
    border: 1px solid rgba(255, 255, 255 , 0.20);
}
.footer .social-icons li a:hover {
    background-color: var(--base-skin);
    color: var(--base-white);
    border-color: var(--base-skin);
}
.footer .social-icons li a:hover i{
    color: var(--base-white);
}
.footer .widget .widget-title { 
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 25px;
}
.footer .widget ul{
    list-style: none;
    margin: 0 0;
    padding: 0 0;
}

/* bottom-footer-text */
.bottom-footer-text.bg-base-dark {  
    text-align: center;
    border-top: 1px solid rgba(255,255,255,.08); 
}

/** widget_nav_menu **/
.widget.widget_nav_menu {
    padding-left: 40px;
}
.footer .widget.widget_nav_menu ul > li:first-child,
.footer .widget.link-widget ul > li:first-child {
    padding-top: 0px;
}
.footer .widget.widget_nav_menu ul > li,
.footer .widget.link-widget ul > li {
    padding: 8px 0px 7px 0;
}
.footer .widget.widget_nav_menu ul > li a,
.footer .widget.link-widget ul > li a{color: var(--base-white);}

/* multi_widget */
.widget.link-widget {
    padding-left: 30px;
}

/** copyright **/
.copyright{
    color: rgba(255,255,255,0.7);
    display: block;
    padding-top: 20px;
    padding-bottom: 22px;
    text-align: center;
}
.copyright span ,
.copyright span a { font-size: 14px; line-height: 26px; color: rgba(255,255,255,.75);}
.copyright span a:hover { color: var(--base-skin); }

/* ===============================================
    GoTop BUtton
------------------------*/
#totop{
    font-weight: 900;
    color: #fff;
    display: none;
    position: fixed;
    right: 34px;
    bottom: 50px;
    z-index: 999;
    height: 0;
    width: 0;
    font-size: 0;
    text-align: center;
    padding-top: 3px;
    line-height: 34px;
    border-radius: 3px;
    transition: .3s ease-in-out;
}
#totop.top-visible {
    height: 40px;
    width: 40px;
    font-size: 22px;
    display: inline;
    background-color: var(--base-skin);
}
@keyframes jump {
  0% { bottom: 20px; } 50% { bottom: 40px; } 100% { bottom: 20px; }
}
#totop.top-visible  {
  animation: jump 4s infinite;
}

/* ===============================================
    Page-Title-Row
------------------------*/
.cmt-page-title-row { 
    background-image: url(https://placehold.co/1920x328/616161/818181?text=1920x328+pagetitle-bg.jpg);
    width: 100%;
    position: relative;
    z-index: 2;
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
}
.cmt-page-title-row.cmt-bg.cmt-bgimage-yes > .cmt-titlebar-wrapper-bg-layer{
    opacity: .01;
}
.cmt-page-title-row-inner {
    position: relative;
    width: 100%;
    height: 328px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,0.41);
    margin-bottom: 27px;
}
.cmt-page-title-row-heading{
    display: table;
    width: 100%;
}
.page-title-heading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.page-title-heading h2 {
    font-family: var(--base-headingfont);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 52px;
    line-height: 68px;
    margin-bottom: 9px;
    color: var(--base-white);
}
.page-title-heading .page-title-desc { color: rgba(255,255,255,.60); text-align: center; line-height: 24px;}
.breadcrumb-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -22px;
    text-align: center;
}
.breadcrumb-wrapper-inner {
    display: inline-block;
    padding: 10px 25px;
    background-color: var(--base-skin);
    position: relative;
    margin: auto;
}
.breadcrumb-wrapper-inner:before {
    content: '';
    background: var(--base-dark);
    height: 3px;
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    bottom: -5px;
}
.breadcrumb-wrapper span{
    font-weight: 400;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 24px;
    position: relative;
    color: var(--base-white);
}
.breadcrumb-wrapper span:not(:last-child) {
    padding-right: 16px;
}
.breadcrumb-wrapper span:not(:last-child) a{
    color: var(--base-white);
    text-transform: capitalize;
}
.breadcrumb-wrapper span:not(:last-child):after {
    position: absolute;
    content: "  -  ";
    width: 9px;
    height: 9px;
    right: 5px;
    display: inline-block;
    color: rgba(255, 255, 255, 1);
}

/*  ===============================================
    Homepage 
------------------------*/
.about-section .disc-inst { 
    width: 100%;
    padding: 60px 25px 55px;     
    display: flex; 
    flex-direction: column; 
    justify-content: space-between; 
    align-items: start; 
}
.about-section .disc-inst > p {
    font-weight: 800;
    font-size: 60px;
    line-height: 60px;
    color: var(--base-skin);
    margin-bottom: 0;
}
.disc-inst .offervtext {
    font-size: 28px;
    font-weight: 600;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    margin: 0 0 0 -12px;
}
.about-section .disc-inst h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 22px;
    margin-bottom: 36px;
}
.about-section .disc-inst a { 
    font-size: 15px;
    line-height: 1px;
    font-weight: 600;
    color: var(--base-white);
    text-transform: uppercase;
}
.about-section .layer-content h3 { 
    position: relative;
    font-size: 24px; 
    line-height: 34px;
    font-weight: 600;
    color: var(--base-white);
    margin-bottom: 12px;
    text-transform: uppercase;
    z-index: 2;
}
.about-section .layer-content h3 a { color: var(--base-white);  }
.about-section .layer-content:before {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(0deg,rgba(0,0,0,.5) 10%,transparent 60%);
    background: linear-gradient(0deg,rgba(0,0,0,.5) 10%,transparent 60%);
    content: '';
    z-index: 1;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}
.about-section .stethoscope-img img { 
    transform: scale(1.2) translateX(25px);
}
.progressbar-section .layer-content { padding: 76px 40px 0 0; }
.performance-section .layer-content { padding: 15px; }
.performance-section .layer-content .widget-wrap { position: relative; padding: 70px 15px 20px 17px; }
.performance-section .layer-content .heading-seperator { position: relative; margin-bottom: 25px;}
.performance-section .layer-content .heading-seperator h3 { font-size: 24px; line-height: 34px; margin-bottom: 2px; }
.performance-section .layer-content .heading-seperator span { font-size: 18px; }
.performance-section .layer-content .heading-seperator:before {
    content: '';
    height: 6px;
    width: 60px;
    position: absolute;
    top: -25px;
    left: 0;
    background: var(--base-skin);
    display: block;
    margin-bottom: 9px;
}
.performance-section .layer-content .list-title { 
    font-size: 16; 
    line-height: 1; 
    font-family: var(--base-bodyfont); 
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.cmt-list.style1 li { padding-left: 6px; }
.cmt-list.style1 li i {}
.performance-section .layer-content .performance-sec-btn { margin-top: 20px; }
.performance-section .layer-content .performance-sec-btn a { text-transform: uppercase;  }
.performance-section .layer-content .widget-wrap:before {
    content: "";
    bottom: 0px;
    left: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
    opacity: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    background: rgba(0,0,0,.05);
    -webkit-transform: scale(1,0);
    -ms-transform: scale(1,0);
    transform: scale(1,0);
    height: auto;
    width: auto;
}
.performance-section .layer-content:hover .widget-wrap:before { 
    opacity: 1;
    transition: all .5s ease;
    -webkit-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);
}
.heading-section .section-title.bg-base-skin {
    margin-left: -133px;
    padding: 54px 15px 40px 133px;
}

/*  ===============================================
    Homepage - 02
------------------------*/
.custom-text { text-align: center }; 
.bg-base-dark .custom-text .cmt-textblock-button {
    color: var(--base-skin);
}
.bg-base-dark .custom-text .cmt-textblock-button:hover { color: var(--base-white); }
.custom-text .cmt-textblock-button { 
    padding: 9px 20px;
    background: var(--base-grey);
    display: inline-block;
    border: none;
    font-size: 15px;
    color: var(--base-dark);
    text-transform: uppercase;
    font-family: var(--base-headingfont);
    font-weight: 600;
}
.custom-text .cmt-textblock-button:hover {
    color: var(--base-white);
    background-color: var(--base-skin);
}
.custom-text .cmt-textblock {
    padding: 0 30px 3px;
    background: var(--base-grey);
    display: inline-block;
    border: 1px solid #e7e7e7;
}
.custom-text .cmt-review {
    margin: 0 0 0 8px;
    font-weight: 600;
    border-bottom: 1px solid #e7e7e7;
    text-transform: capitalize;
}
.cmt-star .cmt-star-info {
    display: block; 
}
.cmt-star .cmt-star-info img {
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
}
.cmt-star .cmt-star-info .star-desc {
    display: inline-block;
    margin-bottom: 0;
}
.cmt-star .cmt-star-info .star-desc strong { position: relative; }
.cmt-star .cmt-star-info .star-desc strong:before {
    position: absolute;
    content: '';
    height: 2px;
    width: 100%;
    background-color: var(--cmt-skincolor);
    bottom: 3px;
    left: 0;
    opacity: .5;
}
.cmt-leftborder-skin {
    border-left: 5px solid var(--base-skin);
    padding-left: 20px;
}
.cmt-text p { line-height: 36px; }

/*  ===============================================
    Homepage - 03
------------------------*/
.top-instruction { 
    position: relative;
    display: flex;
    align-items: center;
}
.top-instruction p { 
    font-size: 14px; 
    line-height: 26px; 
    margin-bottom: 0; 
    width: 80%; 
    margin: auto; 
}
.top-instruction p a { position: relative; font-size: 13px; line-height: 26px; font-family: var(--base-bodyfont); font-weight: 500; text-transform: capitalize; }
.top-instruction p a:after { content: ''; position: absolute; width: 100%; height: 1px; bottom: -1px; left: 0; background-color: var(--base-white); }
.top-instruction .text-close-btn { position: absolute; top: 50%; right: 15px; transform: translateY(-50%);}
.top-instruction .text-close-btn .text-close-btn-box { 
    position: relative; 
    right: 15px;
}
.top-instruction .text-close-btn span.close-icon { 
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.top-instruction .text-close-btn span i { 
    color: var(--base-white);
    font-size: 8px;
    line-height: 20px;
}
.top-instruction .text-close-btn span.close-icon:hover {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.service-section-3 .section-title h2.title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; 
}
.service-section-3 .disc-inst { 
    width: 100%;
    padding: 48px 25px 40px; 
    border: 1px solid #e7e7e7;
    margin: -1px 0 0 -1px;
    display: flex; 
    flex-direction: column; 
    justify-content: space-between; 
    align-items: start;
}
.service-section-3 .disc-inst > p {
    font-weight: 800;
    font-size: 60px;
    line-height: 60px;
    color: var(--base-skin);
    margin-bottom: 0;
}
.disc-inst .offervtext {
    font-size: 28px;
    font-weight: 600;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    margin: 0 0 0 -12px;
}
.service-section-3 .disc-inst h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 22px;
    margin-bottom: 36px;
}
.service-section-3 .disc-inst a { 
    font-size: 15px;
    line-height: 1px;
    font-weight: 600;
    color: var(--base-white);
    text-transform: uppercase;
}
.service-section-3 .disc-inst a:hover {color: var(--base-skin); }
.cmt-servicebox {
    position: relative;
}
.cmt-servicebox:after {
    content: '';
    background-color: var(--base-grey) !important;
    display: block;
    width: 99.2%;
    height: 74%;
    position: absolute;
    top: 14.5%;
    left: -9.8%;
    z-index: -1;
}
.cmt-verline { position: relative; }
.cmt-verline:before {
    content: '';
    height: 275px;
    width: 2px;
    background-color: var(--base-skin);
    display: block;
    position: absolute;
    bottom: -160%;
    left: 1px;
}
.cmt-news-blog { overflow: hidden; }
.cmt-news-blog .number {
    color: var(--base-dark);
    font-family: var(--base-bodyfont);
    height: 45px;
    width: 45px;
    font-size: 24px;
    line-height: 26px;
    font-weight: 700;
}
/* ===============================================
    Inner-Pages
------------------------*/

/*------------------------------------------------------------------------------*/
/*  About_us_one
/*------------------------------------------------------------------------------*/ 

.progressbar-section-3 .layer-content { padding: 76px 40px 0 0; }

/*------------------------------------------------------------------------------*/
/*  About_us_two
/*------------------------------------------------------------------------------*/ 

.cmt-leftborder-skin-2 {
    border-left: 10px solid var(--base-skin);
    padding-left: 30px;
}

/*------------------------------------------------------------------------------*/
/*  single_services
/*------------------------------------------------------------------------------*/ 
.cmt-service-single-content-area div:not(.featured-title) > h3 { font-size: 30px; line-height: 40px; }
.cmt-service-single-content-area p:not(:last-child) { margin-bottom: 25px; }
.cmt-service-single-content-area .cmt_fatured_image-wrapper { position: relative; border-radius: 5px; overflow: hidden;}
.cmt-service-single-content-area img { width: 100%; }

/*------------------------------------------------------------------------------*/
/*  Reaserch_Details
/*------------------------------------------------------------------------------*/ 
.icon-share-social { 
    position: relative;
    display: flex;
    justify-content: flex-end;
}
#hover-icon-share { 
    display: none ;
    margin-right: 20px;
}
.icon-share-social:hover #hover-icon-share { display: inline-block; }
#hover-icon-share ul.social-icons li a:last-child { margin-right: 0; }
button#icon-share-btn { background-color: var(--base-grey); border: 1px solid #e7e7e7; }
button#icon-share-btn i { color: var(--base-dark); font-weight: 800; }
button#icon-share-btn:hover{ background-color: var(--base-dark); border: 1px solid #e7e7e7; }
button#icon-share-btn:hover i { color: var(--base-white); }

/*------------------------------------------------------------------------------*/
/*  single_team
/*------------------------------------------------------------------------------*/ 
.cmt-team-member-single-content h3, .cmt-team-member-content h3 { 
    font-size: 30px; 
    line-height: 1; 
    margin-bottom: 20px;
}
.cmt-team-member-single-content .cmt-featured-wrapper img{
    margin-top: 40px;
    margin-bottom: 40px;
}
.cmt-team-member-detail {
    padding: 37px 30px 0;
    border-radius: 5px;
    background-color: var(--base-grey);
}
.cmt-team-member-detail .cmt-team-member-single-title {
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 8px;
}
.cmt-team-member-detail .cmt-team-member-single-position {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
    color: var(--base-skin);
}
.cmt-team-member-detail .cmt-short-desc { margin: 12px 0 11px; }
.cmt-team-member-detail ul {
    margin: 0;
    padding: 0;
}
.cmt-team-details-list li {
    position: relative;
    font-size: 15px;
    line-height: 24px;
    display: block;
    padding: 7px 0 5px 0;
    width: 100%;
}
.cmt-team-details-list .cmt-team-list-title, 
.cmt-team-details-list .cmt-team-list-value,
.cmt-team-details-list .cmt-team-list-value a{
    display: inline-block;
    color: var(--body-font-color) !important;
}
.cmt-team-details-list .cmt-team-list-value a:hover {
    color: var(--base-skin) !important;
}
.cmt-team-details-list .cmt-team-list-title  {
    position: relative;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    color: var(--base-dark) !important;
}
.cmt-team-member-detail .cmt-social-links-wrapper ul li a {
    display: block;
    font-size: 16px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    margin-right: 0;
    background-color: #fff;
}
.cmt-team-member-detail .cmt-social-links-wrapper ul li a:hover {
    background-color: var(--base-skin);
    color: var(--base-white);
}
.cmt-team-member-detail .cmt-social-links-wrapper {
    padding: 14px 0 10px;
}
.cmt-team-member-content { padding-top: 35px; }

/*------------------------------------------------------------------------------*/
/*  Project_Blog
/*------------------------------------------------------------------------------*/ 
.cmt-pf-detail-box { position: relative; }
.cmt-pf-detail-box .cmt_pf_image-wrapper { 
    border-radius: 10px;
    overflow: hidden;
}
.cmt-pf-single-detail-box {
    padding: 52px 0 0;
}
.cmt-pf-single-detail-box .cmt-pf-single-detail-box-title h4 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 15px;
}
.cmt-pf-single-detail-box ul{
    list-style: none;
    padding-left: 0;
    overflow: hidden;
    margin-top: 0;
    padding-bottom: 32px;
    border-bottom: 1px solid #e6e9ef;
}
.cmt-pf-single-detail-box ul li {
    position: relative;
    display: block;
    padding: 15px 0 15px 0;
    position: relative;
    display: inline-block;
    padding: 15px 55px 0px 0;
}
.cmt-pf-single-detail-box ul li > span { 
    display: inline;
    font-size: 18px;
}
.cmt-pf-single-detail-box ul li > span:first-child {
    font-weight: 600;
    font-size: 18px;
    color: var(--base-skin);
}
.cmt-pf-single-detail-box ul li:last-child { padding-right: 0; }
.cmt-pf-single-content-area {
    padding-top: 15px;
}
.cmt-pf-single-content-area h2 {
    text-align: left;
    font-size: 32px;
    line-height: 1;
    margin-bottom: 25px;
}
.cmt-pf-single-content-area .social-media-block {
    display: block;
    clear: both;
    padding: 3px 0 25px;
    border-bottom: 1px solid #e6e9ef;
}
.cmt-pf-single-content-area .social-icons li>a {
    border: 1px solid #e7e7e7;
    background-color: transparent;
    height: 36px;
    width: 36px;
    line-height: 36px;
    text-align: center;
    display: block;
    font-size: 14px;
    border-radius: 5px;
    color: #676b72;
}
.cmt-pf-single-content-area .social-icons li>a:hover {
    border-color: var(--base-white);
    color: var(--base-white);
    background-color: var(--base-skin);
}
.cmt-pf-single-content-area .cmt-pf-single-category span {
    color: var(--base-skin);
    font-size: 15px;
    font-weight: 600;
}
.cmt-pf-single-content-area .cmt-pf-single-category a:not(:hover ) {
    color: inherit;
}
.cmt-nextprev-bottom-nav {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/*------------------------------------------------------------------------------*/
/*  Classic_Blog
/*------------------------------------------------------------------------------*/
article.cmt-blog-classic {
    margin-bottom: 30px;
    padding-bottom: 0;
    border-radius: 5px;
    overflow: hidden;
}
article.cmt-blog-classic:last-child{ 
    margin-bottom: 15px;
}
article.cmt-blog-classic .cmt-post-featured-wrapper  { 
    position: relative; 
    overflow: hidden;
}
article.cmt-blog-classic .cmt-blog-classic-content{
    background: var(--base-grey);
    padding: 22px 30px 32px;
    z-index: 11;
    position: relative;
    display: block;
    border: 0;
    overflow: hidden;
    border-radius: 5px;
}
.cmt-blog-classic .cmt-box-post-cat{
    z-index: 1;
    top: 10px;
    left: 9px;
    font-size: 13px;
    font-weight: 500;
    width: auto;
    padding: 0 14px 2px;
    position: absolute;
    background-color: var(--base-skin);
    color: var(--base-white);
}
.cmt-blog-classic .cmt-box-post-cat a{
    color: var(--base-white);
}
.cmt-blog-classic .post-meta, .cmt-blog-single .post-meta {
    display: block;
    padding: 8px 0 11px;
}
.cmt-blog-classic .post-meta .cmt-meta-line, .cmt-blog-single .post-meta .cmt-meta-line {
    padding-right: 15px;
    position: relative;
    color: inherit;
}
.cmt-blog-classic .post-meta .cmt-meta-line a, 
.cmt-blog-single .post-meta .cmt-meta-line a { color: var(--body-font-color); }
.cmt-blog-classic .post-meta .cmt-meta-line:last-child{
    padding-right: 0;
}
.cmt-blog-classic .post-meta .cmt-meta-line i, .cmt-blog-single .post-meta .cmt-meta-line i {
    padding-right: 4px;
    color: var(--base-skin);
}
.cmt-blog-classic .entry-header .entry-title {
    font-size: 26px;
    line-height: 30px;
    position: relative;
    margin-bottom: 12px;
}

/*------------------------------------------------------------------------------*/
/*  Single_Blog
/*------------------------------------------------------------------------------*/
.cmt-blog-single .cmt-post-featured-wrapper {    
    overflow: hidden;
    margin-bottom: 20px;
}
.cmt-blog-single .post-meta{
    display: block;
    padding: 5px 0 5px 0;
}
.cmt-blog-single h3 {
    font-size: 24px;
    line-height: 36px;
    margin-top: 20px;
}
.cmt-blog-single p { margin-bottom: 20px; }
.cmt-blog-single blockquote {
    display: block;
    position: relative;
    padding: 32px 150px 18px 35px;
    border: none;
    border-radius: 0;
    color: var(--base-dark);
    overflow: hidden;
    margin: 25px auto 20px auto;
    background-color: var(--base-grey);
}
.cmt-blog-single .qoute-text > p { 
    font-weight: 600;
    font-size: 19px;
    line-height: 33px; 
    font-style: italic;
}
.cmt-blog-single blockquote:before {
    content: "\f117";
    font-family: flaticon;
    position: absolute;
    top: 18px;
    left: auto;
    right: 10px;
    z-index: 1;
    display: block;
    font-size: 50px;
    font-weight: 400;
    font-style: normal;
    color: var(--base-skin);
}
.cmt-blog-single blockquote:after {
    content: " ";
    width: 125px;
    height: 125px;
    border-radius: 50%;
    background-color: #e2e2e2;
    position: absolute;
    top: -45px;
    right: -30px;
}
.cmt-blog-single .qoute-text > h3 {
    text-align: left;
    font-weight: 600;
    font-style: normal;
    font-size: 19px !important;
    font-family: var(--base-headingfont);
    text-transform: uppercase;
    margin-top: 14px;
    color: var(--base-dark);
}
.social-media-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 35px;
}
.cmt-blog-single .cmt_tag_lists {
    font-size: 15px;
    font-weight: 600;
    padding-top: 5px;
    padding-bottom: 5px;
}
.cmt-blog-single .cmt_tag_lists > .cmt-tags-links-title {
    font-weight: 600 !important;
    color: var(--base-dark);
}
.cmt-blog-single .social-media-block .cmt-tags-links a {
    background-color: var(--base-white);
    font-weight: 400;
    display: inline-block;
    padding: 5px 20px;
    border: 1px solid #e7e7e7;
    margin:5px 8px 5px 0;
    text-transform: capitalize;
}
.cmt-blog-single .cmt-social-share-wrapper ul { 
    display: inline-flex;
    padding-top: 15px;
}
.cmt-blog-single .cmt-social-share-wrapper ul li {
    display: inline-block;
    padding: 4px 10px 5px 0;
}
.cmt-blog-single .cmt-social-share-wrapper ul li:last-child { padding-right: 0; }
.cmt-blog-single .cmt-social-share-wrapper ul li a {
    border: 1px solid transparent;
    padding: 0;
    width: 33px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: var(--base-white);
    border-radius: 0;
}
.cmt-blog-single .cmt-social-share-wrapper ul li.facebook a {
    background-color: #385da9;
}
.cmt-blog-single .cmt-social-share-wrapper ul li.twitter a {
    background-color: #3cf;
}
.cmt-blog-single .cmt-social-share-wrapper ul li.pinterest a {
    background-color: #bd081c;
}
.cmt-blog-single .cmt-social-share-wrapper ul li.linkedin a {
    background-color: #0073b1;
}
.cmt-blog-single .cmt-social-share-wrapper ul li a:hover {
    background-color: var(--base-skin);
}
.cmt-blog-single .cmt-blog-single-content .post-meta .cmt-meta-line.author { position: relative; }
.cmt-blog-single .cmt-blog-single-content .post-meta .cmt-meta-line.author:before {
    content: ' ';
    position: absolute;
    background-color: #e7e7e7;
    width: 1px;
    height: 100%;
    top: 0;
    right: 0;
}
.cmt-blog-single .cmt-blog-single-content .post-meta .cmt-meta-line.comment { padding-left: 12px; }

/*next-prev*/

.cmt-blog-single .cmt-post-prev-next-buttons {
    padding-bottom: 10px;
    padding-top: 46px;
    margin-left: -15px;
    margin-right: -15px;
}
.pagination-item.prev {
    position: relative;
    text-align: left;
}
.pagination-item.next {
    float: right;
}
.cmt-post-prev-next-buttons .pagination-img {
    display: table-cell;
    vertical-align: middle;
    width: 70px;
    border-radius: 0;
    overflow: hidden;
}
.cmt-post-prev-next-buttons .pagination-img img {
    height: auto;
    max-width: 100%;
}
.cmt-post-prev-next-buttons .pagination-content {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    text-transform: capitalize;
}
.pagination-item.prev .pagination-content {
    padding-left: 15px;
}
.pagination-item.next .pagination-content {
    padding-right: 15px;
    text-align: right;
}
.cmt-post-prev-next-buttons .pagination-content a span {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cmt-post-prev-next-buttons span.cmt-nav-title {
    display: block;
    font-size: 20px;
    font-weight: 600;
    font-family: var(--base-headingfont);
    text-transform: uppercase;
}

/*blog-comment*/
.comments-area {
    padding-top: 30px;
    margin-bottom: 0;
}
.comments-area h3.comment-reply-title{
    font-size: 29px;
    line-height: 36px;
    margin-bottom: 12px;
}
.comment-form textarea, .comment-form input[type="text"], 
.comment-form input[type="email"], .comment-form input[type="url"] {
    vertical-align: middle;
    width: 100%;
    color: var(--base-bodyfont-color);
    padding: 13px 20px;
    font-weight: 400;
    background-color: var(--base-grey);
    text-transform: inherit;
    border: 1px solid #e7e7e7;
    font-size: 16px;
    line-height: inherit;
}
.comments-area .comment-form .comment-form-author, 
.comments-area .comment-form .comment-form-email, 
.comments-area .comment-form .comment-form-url {
    position: relative;
    float: left;
    width: 32%;
    margin-right: 2%;
}
.comments-area .comment-form .comment-form-url {
    margin-right: 0;
}
.comments-area p { margin-bottom: 10px; }
.comment-form .comment-form-comment  ,
.comment-form .comment-form-author  ,
.comment-form .comment-form-email  ,
.comment-form  .comment-form-url { margin-bottom: 20px; }

/*------------------------------------------------------------------------------*/
/*  Contact_page
/*------------------------------------------------------------------------------*/ 
.cmt_contact_widget_wrapper {
    position: relative;
    z-index: 1;
    overflow: visible;
    clear: both;
    padding: 40px 30px;
    padding-left: 35px;
}
@media (min-width: 992px) {
    .cmt_contact_widget_wrapper:before {
        position: absolute;
        content: '';
        right: -20px;
        top: 46%;
        margin: 0 auto;
        border-bottom: 20px solid transparent;
        border-top: 20px solid transparent;
        border-left-width: 20px;
        border-left-style: solid;
        z-index: 9;
    }
}
.cmt_contact_widget_wrapper ul {
    padding: 0;
    margin: 0;
    z-index: 2;
    list-style: disc;
    clear: both;
    padding-left: 23px;
}
.cmt_contact_widget_wrapper li {
    margin-bottom: 25px;
    text-align: left;
    font-size: 22px;
    font-weight: 600;
}
.cmt_contact_widget_wrapper li h6 {
    text-align: left;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
}
.cmt_contact_widget_wrapper li span {
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
}

/*------------------------------------------------------------------------------*/
/*  Error_page
/*------------------------------------------------------------------------------*/
section.error-404 {
    padding: 80px 0 100px;
    text-align: center;
}
section.error-404 .page-header h3 {   
    font-size: 44px;
    line-height: 54px;
    font-weight: 600;
    margin-bottom: 15px;
}
section.error-404 .cmt-404-img { margin-bottom: 90px; }
section.error-404 .page-content p { margin-bottom: 28px; }
.error404 .site-header-menu-inner.fixed-header {
    animation-name: menu_sticky;
    animation-duration: 0.30s;
    animation-timing-function: ease-in-out;
}
@keyframes menu_sticky {
    0%   {margin-top:-120px;opacity: 0;}
    50%  {margin-top: -64px;opacity: 0;}
    100% {margin-top: 0;opacity: 1;}
}

/*------------------------------------------------------------------------------*/
/*  Map
/*------------------------------------------------------------------------------*/   
#map { display: block; height: 220px; width: 100%; }
#map iframe {
    width: 100%;
    height: 100%;
    margin-top: 10px;
    filter: brightness( 91% ) contrast( 126% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg );
    border-radius: 5px;
}

/*------------------------------------------------------------------------------*/
/*  Team_Details
/*------------------------------------------------------------------------------*/

.cmt-post-item-popup .text-close-btn-2 { position: relative; }
.cmt-post-item-popup .text-close-btn-2 .text-close-btn-box-2 { 
    position: relative; 
    right: 15px;
}
.cmt-post-item-popup .text-close-btn-2 span.close-icon-2 { 
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.cmt-post-item-popup .text-close-btn-2 span i { 
    color: var(--base-dark);
    font-size: 24px;
    line-height: 40px;
}
.cmt-post-item-popup {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    overflow: auto;
    transform: scale(0);
    transition: all .5s ease;
    background: rgba(0,0,0,.8);
}
.cmt_item_popup_details {
    width: 63%;
    margin: 0 auto;
    background-color: var(--base-white);
    z-index: 9999;
    position: relative;
    padding: 15px 55px;
    top: 14%;
    overflow: hidden;
}
.cmt-post-item-popup.model-open {
    transform: scale(1);
    transition: all .5s ease;
}
@media (max-width: 1200px) {
.cmt-post-item-popup {
    background: rgba(0,0,0,.8);
}
}
@media (max-width: 1199px) {
.cmt_item_popup_details {
    width: 83%;
}
}

/* <<< END css/main.css <<< */

/* >>> BEGIN css/megamenu.css >>> */

/* MEGAMENU STYLE
=================================*/
nav.main-menu .mega-menu-item.megamenu-fw {
    position: static;
}
nav.main-menu .megamenu-fw .mega-submenu, nav.main-menu .megamenu-content {
    width: auto !important;
}
nav.main-menu .megamenu-fw .mega-submenu .row{
    margin: 0;
}
nav.main-menu .megamenu-content {
    width: 100%;
}
nav.main-menu .megamenu-content .title{
    margin: 0;
    display: block;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
    padding: 6px 20px;
    color: inherit;
    border-right: 1px solid transparent;
}
nav.main-menu .mega-menu-item.megamenu-fw .mega-submenu {
    left: 0;
    right: 0;
}
nav.main-menu ul { 
  padding: 0px; 
  margin: 0px; 
  list-style: none;
}
nav.main-menu ul li {
    position: relative;
}
nav.main-menu{
    margin-bottom: 0;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    border: none;
    z-index: 2;
}
nav.main-menu li ul.mega-submenu {
    text-align: left;
    position: absolute;
    visibility: hidden;
    display: block;
    opacity: 0;
    width: 250px;
    line-height: 14px;
    margin: 0;
    list-style: none;
    padding: 0;
    background-color: #fff;
    background-clip: padding-box;
    z-index: 99;
    transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -webkit-box-shadow: 0px 4px 4px 1px rgb(0 0 0 / 20%);
    box-shadow: 0px 4px 4px 1px rgb(0 0 0 / 20%);
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;    
    -webkit-box-shadow: 0 3px 25px 0px rgb(43 52 59 / 10%), 0 0 0 rgb(43 52 59 / 10%) inset;
    box-shadow: 0 3px 25px 0px rgb(43 52 59 / 10%), 0 0 0 rgb(43 52 59 / 10%) inset;
    background-clip: padding-box;
}
nav.main-menu ul.menu > li{
    position: relative;
    display: inline-block;
}
nav.main-menu ul.menu li ul.mega-submenu li a {
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    display: block;
    padding: 15px 16px;
    text-align: left;
    border-radius: 0;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    border-bottom: 1px solid rgb(0, 0, 0, 0.09);
    text-transform: capitalize;
    font-family: var(--base-bodyfont);
    color: var(--base-bodyfont-color);
}
nav.main-menu ul.menu li ul.mega-submenu > li:last-child > a {
    border-bottom: 0;
}
ul.menu-col li a{
    color: #6f6f6f;
}
ul.menu-col li a:hover,
ul.menu-col li a:focus{
    text-decoration: none;
}

/* Responsive
=================================*/

@media (min-width: 1200px) {
    
    nav.main-menu li.mega-menu-item ul.mega-submenu li ul {
        left: 100%;
        top: 0;
        border-top: 0;
    }
nav.main-menu li.mega-menu-item:last-child > ul {
        right: 0;
        left: auto;
    }
nav.main-menu ul.menu > li > a{
        display: block;
        position: relative;
    }
nav.main-menu ul.menu > li > a:after {
        content: "\f107";
        font-family: 'FontAwesome';
        font-size: 13px;
        margin-left: 4px;
        margin-top: 2px;
    }
nav.main-menu ul.menu > li > a:after { content: unset; }
nav.main-menu li.mega-menu-item ul.mega-submenu li.mega-menu-item > a.mega-menu-link:after {
        font-family: 'FontAwesome';
        float: right;
        content: "\f105";
        margin-top: 0;
    }
nav.main-menu ul.mega-submenu.megamenu-content .col-menu{
        padding: 0;
        width: 240px;
        border-right: solid 1px #f0f0f0;
    }
nav.main-menu ul.mega-submenu.megamenu-content .col-menu:first-child{
        border-left: none;
    }
nav.main-menu ul.mega-submenu.megamenu-content .col-menu:last-child{
        border-right: none;
    }
nav.main-menu ul.mega-submenu.megamenu-content .content ul.menu-col li:last-child a{ 
        border-bottom: unset;
    }
nav.main-menu li.mega-menu-item.on ul.mega-submenu.megamenu-content .content{
        display: block !important;
        height: auto !important;
    }
nav.main-menu li.mega-menu-item:hover > ul.mega-submenu {
        visibility: visible;
        opacity: 1;
        display: block;
        height: auto;
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
    }
.cmt-header-style-03 nav.main-menu li.mega-menu-item:hover > ul.mega-submenu { top: 60px; }
nav.main-menu .megamenu-content .megamenu-content-inner { display: flex; }

}
@media (max-width: 1199px) {

    .menubar{
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 9;
        cursor: pointer;
    }
.menubar-box {
        display: block;
        width: 30px;
        height: 24px;
    }
.menubar-inner, .menubar-inner:after, .menubar-inner:before {
        position: absolute;
        width: 30px;
        height: 3px;
        transition-timing-function: ease;
        transition-duration: .15s;
        transition-property: transform;
        border-radius: 4px;
        background-color: var(--base-dark);
    }
.menubar--squeeze .menubar-inner {
        top: 50%;
        display: block;
        margin-top: -2px;
        transition-timing-function: cubic-bezier(.55,.055,.675,.19);
        transition-duration: .1s;
    }
.menubar-inner:after, .menubar-inner:before {
        display: block;
        content: '';
    }
.menubar-inner:after {
        bottom: -8px;
    }
.menubar-inner:before {
        top: -8px;
    }
.menubar--squeeze.is-active .menubar-inner {
        transition-delay: .14s;
        transition-timing-function: cubic-bezier(.215,.61,.355,1);
        transform: rotate(45deg);
    }
.menubar--squeeze.is-active .menubar-inner:before {
        top: 0;
        transition: top .1s ease,opacity .1s ease .14s;
        opacity: 0;
    }
.menubar--squeeze.is-active .menubar-inner:after {
        bottom: 0;
        transition: bottom .1s ease,transform .1s cubic-bezier(.215,.61,.355,1) .14s;
        transform: rotate(-90deg);
    }
nav.main-menu {
        display: none ;
        max-height: 10000px;
        position: absolute;
        box-shadow: 0 0 10px 0 rgba(0, 43, 92, 0.08);
        z-index: 100;
        top: 100%;
        left: 0;
        right: 0;
        background-color: #fff;
        border-top-width: 3px;
        border-top-style: solid;
        border-top-color: var(--base-skin);
    }
nav.main-menu.show {
        display: block;
        max-height: 10000px;
    }
nav.main-menu ul.menu, nav.main-menu ul.menu > li{ 
        display: block;
        position: relative;
    }
nav.main-menu ul.menu > li > a{
        display: block;
        padding: 12px 15px;
        line-height: 20px;
        border-top: 1px solid rgba( 0, 0, 0, 0.09);
        text-align: left;
        transition: all .3s;
    }
nav.main-menu ul.menu > li:first-child > a{
        border-top: none;
    }
nav.main-menu ul.menu li ul.mega-submenu li a{
        border-bottom: 0;
        padding: 12px 15px 12px 0;
    }
nav.main-menu ul.menu li > ul.mega-submenu li a:hover{
        background-color: transparent;
    }
nav.main-menu li.mega-menu-item a.mega-menu-link:after{
        font-family: 'FontAwesome';
        content: "\f107";
        float: right;
        font-size: 16px;
        margin-left: 10px;
    }
nav.main-menu li.mega-menu-item > a.mega-menu-link.active:after{
        content: "\f106";
    }
nav.main-menu ul.menu-left > li:last-child > ul.mega-submenu{
        border-bottom: solid 1px #e0e0e0;
    }
nav.main-menu ul.menu li.mega-menu-item ul.mega-submenu{
        width: 100%;
        background-color: transparent;
        float: none;
        border: none;
        transform: unset;
        transition: unset;
        padding: 0 0 10px 15px;
        -moz-box-shadow: 0px 0px 0px;
        -webkit-box-shadow: 0px 0px 0px;
        -o-box-shadow: 0px 0px 0px;
        box-shadow: 0px 0px 0px;
        -moz-border-radius: 0px 0px 0px;
        -webkit-border-radius: 0px 0px 0px;
        -o-border-radius: 0px 0px 0px;
        border-radius: 0px 0px 0px;
    }
nav.main-menu ul.menu li ul.mega-submenu li.active > a { background-color: transparent; }
nav.main-menu ul.menu li.mega-menu-item ul.mega-submenu.active {
        position: relative;
        visibility: visible;
        top: 0;
        left: 0;
        transform: unset;
        width: 100%;
        opacity: 1;
        z-index: 1;
        display: block;
        background-color: transparent;
        box-shadow: unset;
    }
nav.main-menu ul.menu ul.mega-submenu li.mega-menu-item.on > ul.mega-submenu{
        display: inline-block;
        margin-top: -10px;
    }
nav.main-menu .mega-menu-item .megamenu-content .col-menu .title{
        padding: 10px 15px 10px 0;
        margin-bottom: 0;
        line-height: 24px;
        font-size: 14px;
        text-transform: none;
        font-weight: 500;
        letter-spacing: 0px;
        cursor: pointer;
        background-color: transparent;
        border-right: 0;
        border-bottom: solid 1px rgba( 93,93,93,0.1);
    }
nav.main-menu .mega-menu-item .megamenu-content .col-menu .title:before{
        font-family: 'Font Awesome 5 Free';
        content: "\f105";
        float: right;
        font-size: 16px;
        margin-left: 10px;
        position: relative;
        right: 0;
    }
nav.main-menu .mega-menu-item .megamenu-content .col-menu:last-child .title{
        border-bottom: none;
    }
nav.main-menu .mega-menu-item .megamenu-content .col-menu.on:last-child .title{
        border-bottom: solid 1px #e0e0e0;
    }
nav.main-menu .mega-menu-item .megamenu-content .col-menu:last-child ul.menu-col li:last-child a{
        border-bottom: none;
    }
nav.main-menu .mega-menu-item .megamenu-content .col-menu.on .title:before{
        content: "\f107";
    }
nav.main-menu .megamenu-content{
        padding: 0;
    }
nav.main-menu .megamenu-content .megamenu-content{
        padding-bottom: 0;
        max-width: 100%;
        flex: 100%;
        display: block;
    }
nav.main-menu .megamenu-content .title{
        cursor: pointer;
        display: block;
        padding: 10px 15px;
        margin-bottom: 0;
        font-weight: normal;
    }
nav.main-menu .megamenu-content .menu-col{
        display: none;
    }
nav.main-menu .megamenu-content .menu-col.active{
        display: block;
    }
nav.main-menu .megamenu-content .megamenu-content-inner { padding: 0 15px; }
}
/* <<< END css/megamenu.css <<< */

/* >>> BEGIN css/owl.carousel.css >>> */
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

#owl-demo .item{
          margin: 0 15px 0 0;
		  padding: 0 15px 0 0;
    }
#owl-demo4 .item{ margin: 0 15px 0 0; padding: 0 15px 0 0;}
#owl-demo .item img{
        display: block;
        width: 100%;
        height: auto;
    }
#owl-demo4 .owl-pagination{ display:none;}
#owl-demo .owl-item div{
      padding:5px;
	  height: auto;
    }
#owl-demo .owl-item img{
      display: block;
      width: 100%;
      height: auto;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
    }
/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
	
}
.latest-news .owl-pagination{ display:none;}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 98%;
}
#owl-demo .owl-carousel .owl-wrapper-outer{
	width: 98%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}
#services-slide .owl-prev{ display:none;}
#services-slide .owl-next{ display:none;}
#services-slide .owl-controls.clickable {  margin: -32px 0 0 0;  position: relative;}
#services-slide .owl-controls .owl-page span{ background:#ECECEC ;}
.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: url(../images/arrow-cro.png) no-repeat;
	height:25px;
	width:15px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	position: absolute;
}
.owl-theme .owl-controls .owl-buttons .owl-next{   right: -2%;  background-position: -15px 0; top: 46%;  color: rgba(142, 18, 18, 0);}
.owl-theme .owl-controls .owl-buttons .owl-prev{   left: -5%;  background-position: 0px 0;    top: 46%;  color: rgba(142, 18, 18, 0);}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 0 4px;
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 0;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 1;
	  background: #b7b7b7;
  width: 45px;
  border-radius: 0;
  height: 5px;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}
#services-slide .item img{
        display: block;
        width: 100%;
        height: auto;
}
.member-detail .owl-pagination {  display: none; }
.news-sec .owl-theme .owl-controls .owl-buttons div	{background: url(../images/white-arrows.jpg) no-repeat;  width: 57px;  height: 58px;  border-radius: 0px; opacity:1;}
.news-sec .owl-theme .owl-controls .owl-buttons .owl-next{  right: -5px;  top: 42%; background-position:-57px 0;}
.news-sec .owl-theme .owl-controls .owl-buttons .owl-prev {  left: -5px; top:42%; }
.news-sec .owl-carousel .owl-wrapper-outer{ width:100%;}
.news-sec .owl-pagination {  display: none;}
	
	
	
	
	
	
	
	
	
	
/* <<< END css/owl.carousel.css <<< */

/* >>> BEGIN css/responsive.css >>> */
@media only screen and (min-width: 1801px){

	/* Bg-Layer */
	.cmt-left-span > .cmt-col-wrapper-bg-layer {
	    margin-left: -500px;
	}
.cmt-right-span > .cmt-col-wrapper-bg-layer {
	    margin-right: -500px;
	}

}
@media only screen and (max-width: 1800px){
	.cmt-header-style-01 .site-navigation .header_extra .widget_info { display: none; }
}
@media only screen and (max-width: 1800px) and (min-width: 1601px){

	/* Bg-Layer */
	.cmt-left-span > .cmt-col-wrapper-bg-layer {
	    margin-left: -400px;
	}
.cmt-right-span > .cmt-col-wrapper-bg-layer {
	    margin-right: -400px;
	}
}
@media only screen and (max-width: 1600px) and (min-width: 1401px){

	/* Bg-Layer */
	.cmt-left-span > .cmt-col-wrapper-bg-layer {
	    margin-left: -300px;
	}
.cmt-right-span > .cmt-col-wrapper-bg-layer {
	    margin-right: -300px;
	}
.tm_coverbox_contents { min-height:500px }

}
@media only screen and (max-width: 1400px){

	.testimonial-onlyimg.style4 {
	    right: 0;
	    bottom: -50px;
	}
.cmt-header-style-01 .site-navigation nav.main-menu {
    	padding-right: 0px;
	}
.cmt-header-style-01 .site-navigation .header_extra > div:not(:last-child) {
		padding: 0 20px;
	}
.cmt-header-style-01 .site-navigation .header_extra > div:last-child { 
		padding-left: 20px;
	}
.cmt-header-style-02 .site-navigation .header_extra .widget_info { display: none; }
.cmt-header-style-02 .site-navigation .header_extra > div:before { content: unset; }
.cmt-header-style-01 .site-header-menu-inner { padding: 0 15px; }
.tm_coverbox_contents { min-height:420px }

}
@media only screen and (max-width: 1400px) and (min-width: 1171px){

	/* Bg-Layer */
	.cmt-left-span > .cmt-col-wrapper-bg-layer {
	    margin-left: -200px;
	}
.cmt-right-span > .cmt-col-wrapper-bg-layer {
	    margin-right: -200px;
	}

}
@media only screen and (min-width: 1200px){
	
	/* header */
	.site-header-menu-inner.cmt-stickable-header {
		z-index: 999;
		transition: all 0.3s ease;
	}
.cmt-stickable-header.fixed-header {
		background-color: var(--base-white);
	    position: fixed !important;
	    top: 0;
	    left: 0;
	    width: 100%;
	    -webkit-box-shadow: 0px 13px 25px -12px rgb(0 0 0 / 25%);
	    -moz-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
	    box-shadow: 0px 13px 25px -12px rgb(0 0 0 / 25%);
	    animation-name: menu_sticky;
	    animation-duration: 0.30s;
	    animation-timing-function: ease-in-out;
	}
@keyframes menu_sticky {
	    0%   {margin-top:-120px;opacity: 0;}
	    50%  {margin-top: -64px;opacity: 0;}
	    100% {margin-top: 0;opacity: 1;}
	}
#site-header-menu .site-navigation ul.menu li ul.mega-submenu {
		-webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    	box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
	}
#site-header-menu .site-navigation ul.menu li ul.mega-submenu li { 
		position: relative;
	    list-style: none;
	    margin: 0;
	    opacity: 0;
	    visibility: hidden;
	    -webkit-transform: translateY(5px);
	    -ms-transform: translateY(5px);
	    transform: translateY(5px);
	    -webkit-transition: all 0.2s cubic-bezier(0.4,0.28,0.31,1.28) 0s;
	    transition: all 0.2s cubic-bezier(0.4,0.28,0.31,1.28) 0s;
	}
#site-header-menu .site-navigation ul.menu li ul.mega-submenu li a {
		margin: 0;
		position: relative;
		color: var(--base-bodyfont-color);
	}
#site-header-menu .site-navigation ul.menu li:hover > ul.mega-submenu li:hover a,
	#site-header-menu .site-navigation ul.menu li ul.mega-submenu li a:hover:before,
	#site-header-menu .site-navigation ul.menu li.active ul.mega-submenu li.active a:before {
	    opacity: 1;
	    -webkit-transition: all .2s ease-in-out;
    	transition: all .2s ease-in-out;
	}
#site-header-menu .site-navigation ul.menu li ul.mega-submenu li:hover,
	#site-header-menu .site-navigation ul.menu li ul.mega-submenu li.active {
		background-color: var(--base-skin);
	}
#site-header-menu .site-navigation ul.menu li ul.mega-submenu li:hover > a { 
		color: var(--base-white);
	}
#site-header-menu .site-navigation ul.menu li ul.mega-submenu li:hover > a {
	    margin-left: 8px;
	}
#site-header-menu .site-navigation ul.menu li ul.mega-submenu li.active a {
		color: var(--base-white);
	}
#site-header-menu .site-navigation ul.menu li.active ul.mega-submenu li.active ul.mega-submenu li:hover.active a { 
		margin-left: 8px; 
	}
#site-header-menu .site-navigation ul.menu li ul.mega-submenu li.active {
	    border-top: 1px solid var(--base-white);
	    border-bottom: 1px solid var(--base-white);
	}
#site-header-menu .site-navigation ul.menu li ul.mega-submenu li:first-child {
		border-top: 0px !important
	}
#site-header-menu .site-navigation ul.menu li ul.mega-submenu li:last-child {
		border-bottom: 0px !important
	}
#site-header-menu .site-navigation ul.menu li ul.mega-submenu li:hover:not(:last-child) ,
	#site-header-menu .site-navigation ul.menu li.active ul.mega-submenu li.active:not(:last-child) {
		border-bottom-color: var(--base-white);
	}
#site-header-menu .site-navigation ul.menu li:hover > ul.mega-submenu li {
		opacity: 1;
	    visibility: visible;
	    -webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	    transform: translateY(0);
	}

	/* cmt-header-style 01*/
	.cmt-header-style-01 .cmt-stickable-header.fixed-header{
		background-color: var(--base-white);
	}
.cmt-header-style-01 {
	    position: relative;
	    left: 0;
	    right: 0;
	    z-index: 99;
	}
.cmt-header-style-01 nav.main-menu ul.menu > li > a {
        height: 100px;
        line-height: 100px;
        padding: 0px 23px 0px 23px;
    }

    /* cmt-header-style 02*/
    .cmt-header-style-02 .cmt-stickable-header.fixed-header{
		background-color: var(--base-dark);
	}
.cmt-header-style-02 {
	    position: absolute;
	    left: 0;
	    right: 0;
	    top: 0;
	    z-index: 3;
	}
.cmt-header-style-02 nav.main-menu ul.menu > li > a {
        height: 100px;
        line-height: 100px;
        padding: 0px 16px 0px 16px;
    }

    /* cmt-header-style 03*/
	.cmt-header-style-03 .cmt-stickable-header.fixed-header{
		background-color: var(--base-white);
	}
.cmt-header-style-03 .cmt-stickable-header.fixed-header .site-branding {
	    padding: 0px 0px 0px;
	}
.cmt-header-style-03 {
	    position: relative;
	    left: 0;
	    right: 0;
	    z-index: 3;
	}
.cmt-header-style-03 nav.main-menu ul.menu > li > a {
        height: 100px;
        line-height: 100px;
        padding: 0 23px;
    
  font-weight: 700;
} 
	
}
@media all and (max-width: 1199px) {

	.cmt-row.about-section { padding-top: 0; }
.heading-section .section-title.bg-base-skin { margin-left: 0; }
.cmt-row.blank-section { padding: 100px 0 0; }
.cmt-row.service-section-3 { margin-bottom: 30px; }
.spacing-3 { margin-top: 0; }
.spacing-12 { margin: 380px 0 0; }
.spacing-15 { padding: 50px 400px 100px 15px; }
.spacing-18 { padding: 37px 60px 33px 190px; margin-left: 378px; }
.spacing-22 { margin-top: -570px; }
.spacing-27 { padding: 0px 25px !important ; }
.res-1199-ml-0 { margin-left: 0 !important; }
.res-1199-mr-0 { margin-right: 0 !important; }
.res-1199-mt-0 { margin-top: 0 !important; }
.res-1199-mb-0 { margin-bottom: 0 !important; }
.res-1199-ml-10 { margin-left: 10px !important; }
.res-1199-ml-15 { margin-left: 15px !important; }
.res-1199-ml-20 { margin-left: 20px !important; }
.res-1199-mr-10 { margin-right: 10px !important; }
.res-1199-mr-15 { margin-right: 15px !important; }
.res-1199-mr-20 { margin-right: 20px !important; }
.res-1199-pr-0{ padding-right: 0!important; }
.res-1199-pl-0{ padding-left: 0!important; }
.res-1199-pb-0{ padding-bottom: 0!important; }
.res-1199-pt-0{ padding-top: 0!important; }
.res-1199-pt-15{ padding-top: 15px!important; }
.res-1199-pt-30{ padding-top: 30px!important; }
.res-1199-pt-40{ padding-top: 40px!important; }
.res-1199-pt-50{ padding-top: 50px!important; }
.res-1199-pl-15 { padding-left: 15px; }
.res-1199-pr-15{ padding-right: 15px!important; }
.res-1199-mt-15 { margin-top: 15px !important; }
.res-1199-mt-30 { margin-top: 30px !important; }
.res-1199-mt-50 { margin-top: 50px !important; }
.res-1199-mb-30 { margin-bottom: 30px !important; }
.res-1199-plr-15 { padding-right: 15px; padding-left: 15px; }
.res-1199-mlr-15 { margin-right: 15px; margin-left: 15px; }
.top_bar, .header_extra, .header_btn, .header_cta, .widget_info { display: none !important; }
rs-module#rev_slider_3_1 .rs-layer:not(.rs-wtbindex){margin-left:0px !important;}
rs-module#rev_slider_2_1 .rs-layer:not(.rs-wtbindex){margin-left:105px !important;margin-right:105px !important;}
	
	/* Header */
	header .container{ max-width: 100%; }
nav.main-menu ul.menu li ul.mega-submenu li.active > a { color: var(--base-skin); }
.site-navigation ul.menu > li > a:hover { color: var(--base-skin); }
nav.main-menu ul.menu li ul.mega-submenu li a:hover { color: var(--base-skin); }
.site-branding { margin: 25px 0; }
.site-header-menu-inner { padding: 0 !important; }
.cmt-header-style-01 #site-header-menu{ background-color: transparent; }
.cmt-header-style-01 .site-header-menu-inner.cmt-stickable-header { background-color: var(--base-white); }
.cmt-header-style-01 .site-navigation nav.main-menu ul.menu > li.active > a:before { display: none; }
.cmt-header-style-01 .site-navigation nav.main-menu ul.menu > li > a:before { display: none; }
.cmt-header-style-01 .site-navigation nav.main-menu { padding-right: 15px; padding-left: 15px; }
.cmt-header-style-02 #site-header-menu{ background-color: transparent; }
.cmt-header-style-02 .site-header-menu-inner.cmt-stickable-header { background-color: #1a2227 !important; }
.cmt-header-style-02 .site-navigation .site-branding:after { content: unset; }
.cmt-header-style-02 .menubar-inner, .cmt-header-style-02 .menubar-inner:after, .cmt-header-style-02 .menubar-inner:before { background-color: var(--base-white); }
.cmt-header-style-02 .site-navigation ul.menu > li > a { color: var(--base-dark); }
.cmt-header-style-02 .site-navigation nav.main-menu { padding-left: 0; }
.cmt-header-style-03 .site-branding { height: 50px;}
.cmt-header-style-03  nav.main-menu { top: 100px; }
.cmt-header-style-03 .site-navigation nav.main-menu ul.menu > li.active > a:before { display: none; }
.cmt-header-style-03 .site-navigation nav.main-menu ul.menu > li > a:before { display: none; }
.cmt-header-style-03 .site-navigation nav.main-menu ul.menu > li.active > a:before { display: none; }

	/*footer*/
	.second-footer { padding: 42px 0 50px; }

	/* cmt-bg-layer */
	.bg-layer > .container > .row > [class*='col-lg'] { padding: 0; }
	[class*='col-xl'] .cmt_single_image-wrapper{ text-align: center; }
.cmt-row .container, .cmt-row .container-fluid, .cmt-page-title-row .container, footer .container { max-width: 100%; }
.cmt-row .container, footer .container, .sidebar .container{ padding: 0; }
.cmt-row .container > .row, .cmt-page-title-row .container > .row, footer .container .row { margin-left: 0 !important; margin-right: 0 !important;}
.section-title.title-style-center_text .title-desc p { width: 65%; }
.cmt-vertical_sep > [class*='col-xl']:not(:last-child):before { content: unset; }
.testimonials.style1 { padding-right: 45px; }
.heading-section .section-title.bg-base-skin { padding: 54px 15px 40px 15px; }
.about-section .stethoscope-img img { transform: scale(1) translateX(0); }
.progressbar-section .layer-content { padding: 50px 15px 50px 15px; }
.progressbar-section-3 .layer-content { padding: 50px 15px 50px 15px; }
.featured-imagebox-blog.style1 .featured-content { width: 100%; padding: 50px;}
.featured-imagebox-blog.style2 { margin: 15px !important; }
.featured-imagebox-blog.style2 .featured-content { padding: 50px; }
.featured-imagebox-blog.style3 { margin: 0 15px !important; }
.cmt-verline:before { bottom: -180%; }
.cmt-tabs.cmt-tab-style-02 { justify-content: space-between; }
.cmt-tabs.cmt-tab-style-02 .content-tab { width: 80%; }
.featured-imagebox-blog.style4 .featured-content { padding: 20px; }
.team-details { margin: 15px; }
.team-details-section-back { margin: 0; padding: 15px; padding-left: 0;}
.team-details-section-back .cmt-team-img { margin: 0; padding: 0; }
.team-details-section-back .cmt_single_image-wrapper img { margin: 0; }
.testimonials-nav { max-width: 575px; margin: auto;}

}
@media all and (max-width: 1100px) {

	.spacing-18 {
    	padding: 37px 60px 33px 120px;
	}
.tm_coverbox_contents { min-height:380px }
}
@media all and (max-width: 1036px) {

	.spacing-18 {
    	padding: 37px 60px 33px 60px;
	}
}
@media (min-width: 992px){

	.sidebar .sidebar-left {
		flex: 100%;
    	max-width: 100%;
    	padding: 0 22px;
    }
.sidebar .sidebar-right {
		flex: 100%;
    	max-width: 100%;
    	padding: 0 22px;
    }
.sidebar.cmt-sidebar-left .content-area {
	    flex: 100%;
	    max-width: 100%;
	}
.sidebar.cmt-sidebar-right .content-area {
	    flex: 100%;
	    max-width: 100%;
	}
.cmt-tabs.cmt-tab-style-classic ul.tabs{ display: -webkit-flex; display: flex;width: 100%; }
}
@media (max-width: 1024px){

	.tm_coverimgbox_wrapper {
	    display: block;
	    background-color: transparent;
	}
.tm_coverbox_contents { min-height:auto; }
.tm_coverimgbox_wrapper .tm_coverbox_contents {
		padding: 0;
	    border-right: none;
	    height: auto;
	    margin: 0 15px 15px 15px;
	}
.tm_coverimgbox_wrapper .tm_coverbox_contents:nth-child(7) { margin: 0 15px; }
.tm_coverimgbox_wrapper .tm_coverbox_img {
		display: none;
	}
.tm_coverimgbox_wrapper .tm_coverbox_contents .coverbox-img-reposive {
		display: block;
	}
.tm_coverimgbox_wrapper .tm_coverbox_contents .featured-content { position: absolute; margin: 0 35px 8px;}
.spacing-22 { margin-top: -598px; }

}
@media (max-width: 991px){

	.row-equal-height > [class*='col-lg'],
	.cmt-equal-height-image, .featured-imagebox img, 
	[class*='col-lg'] .cmt-equal-height-image { display: block; text-align: center; margin: 0 auto; }
	[class*='col-lg'] .cmt-equal-height-image  { display: block; width: 100%;}
.section-title.title-style-center_text .title-desc p { width: 75%; }
.page-title-heading h2 { font-size: 32px; line-height: 42px; }
.cmt-page-title-row-inner { padding: 90px 0;}
	[class*='col-lg'] .cmt-col-bgimage-yes, .bg-layer-equal-height [class*='col-lg'] .cmt-col-bgcolor-yes{ height: auto; }
.bg-layer > .container > .row > [class*='col-lg'] { padding: 0; }
.cmt-row{ padding: 50px 0;}
.cmt-row.padding_bottom_zero-section { padding: 50px 0 0; }
.cmt-row.padding_top_zero-section { padding: 0 0 50px; }
.cmt-row.padding_zero-section { padding: 0 0; }
.cmt-row.broken-section { padding: 0 0; }
.cmt-row.grid-section { padding: 35px 0; }
.cmt-row.partner-section { padding: 0px 0 50px; }
.cmt-row.sidebar { padding: 50px 0; }
h1 { font-size: 50px; line-height: 60px; }
h2 { font-size: 36px; line-height: 46px; }
h3 { font-size: 18px; line-height: 28px; }
h4 { font-size: 24px; line-height: 34px; }
h5 { font-size: 19px; line-height: 22px; }
h6 { font-size: 17px; line-height: 20px; }
.heading-section .section-title.bg-base-skin { padding: 54px 15px 40px 15px; }
.section-title h2.title { font-size: 36px; line-height: 46px; }
.section-title.align-desc .title-header ,
	.section-title.align-desc .title-desc { display: block; width: 100%; }
.section-title.align-desc .title-desc { padding-left: 0; }
.section-title.row-title h2 { font-size: 58px; line-height: 72px; }
.cmt-row.service-section { padding: 50px 0; }
.cmt-row.about-section { padding: 0 0 50px; }
.cmt-row.performance-section { padding: 50px 0; }
.cmt-row.testimonial-section { padding: 0; }
.cmt-row.blank-section { padding: 50px 0 0 ; }
.cmt-row.client-section { padding: 25px 0 50px; }
.cmt-row.heading-section-2 { padding: 50px 0 ; }
.cmt-row.padding_zero-section.video-section { margin: 0 15px; }
.cmt-row.service-section-3 { padding: 50px 0; margin-bottom: 80px;}
.cmt-row.row-title-section { padding: 50px 0; margin-top: 0; }
.cmt-row.heading-section-3 { padding: 50px 0 32px; }
.cmt-row.about-section-3 { padding: 50px 0; }
.cmt-row.procedure-section { padding: 50px 0 5px; margin-top: 0; }
.cmt-row.our-team-section-3 { padding: 50px 0; }
.cmt-row.client-section-3 { padding: 25px 0; }
.cmt-row.pricing-plan-section { padding: 50px 0 35px; }
.cmt-row.service-section-4 { padding: 77px 0 20px; }
.cmt-row.procedure-section-2 { padding: 50px 0 5px; margin-top: 0; }
.cmt-row.our-team-section-4 { padding: 35px 0; }
.cmt-row.procedure-section-3 { padding: 20px 0 5px; }
.cmt-row.portfolio-section-2 {  padding: 0 0 50px; margin-top: 117px; }
.cmt-row.subscribe-form-section { padding: 50px 0 50px; }
.cmt-row.our-branches-section { padding: 50px 0 35px; }
.cmt-row.about-section-4 { padding: 50px 0 ; }
section.error-404 { padding: 50px 0 50px; }
.spacing-1 { padding: 0; }
.spacing-4 { margin-top: 0; }
.spacing-5 { padding: 60px 15px 15px; }
.spacing-6 { margin-top: 0; }
.spacing-8 { padding: 30px 15px; }
.spacing-9 { padding: 50px 15px 50px 0; margin-right: -15px; margin-bottom: 0;}
.spacing-10 { padding: 0; margin: 0; }
.spacing-11 { padding: 30px 15px 30px 30px; }
.spacing-13 { padding: 50px 0 34px; }
.spacing-15 { padding: 50px 15px 50px 15px; margin-right: 0;}
.spacing-16 { padding: 50px; margin: 0; }
.spacing-17 { margin-top: 15px; }
.spacing-18 { padding: 20px 50px 16px; margin-left: 0; }
.spacing-19 { padding: 0; }
.spacing-20 { padding: 50px; margin: 0;}
.spacing-21 { padding: 50px 35px 50px 35px; }
.spacing-22 { margin-top: -580px; }
.spacing-23 { margin-top: 0px !important; }
.spacing-25 { padding: 50px 0 32px; }

	/* spacing */
	.res-991-p-0 { padding: 0px !important; }
.res-991-p-15{ padding: 15px !important; }
.res-991-p-30{ padding: 30px !important; }
.res-991-p-40{ padding: 40px !important; }
.res-991-pt-0{ padding-top: 0 !important; }
.res-991-pt-10{ padding-top: 10px !important; }
.res-991-pt-15{ padding-top: 15px !important; }
.res-991-pt-20{ padding-top: 20px !important; }
.res-991-pt-30{ padding-top: 30px !important; }
.res-991-pt-40{ padding-top: 40px !important; }
.res-991-pt-50{ padding-top: 50px !important; }
.res-991-pt-60{ padding-top: 60px !important; }
.res-991-pb-0{ padding-bottom: 0 !important; }
.res-991-pb-5 { padding-bottom: 5px !important; }
.res-991-pb-15{ padding-bottom: 15px !important; }
.res-991-pb-30{ padding-bottom: 30px !important; }
.res-991-pb-40{ padding-bottom: 40px !important; }
.res-991-pb-50{ padding-bottom: 50px !important; }
.res-991-pb-60{ padding-bottom: 60px !important; }
.res-991-pb-70{ padding-bottom: 70px !important; }
.res-991-pb-80{ padding-bottom: 80px !important; }
.res-991-pr-0{ padding-right: 0 !important; }
.res-991-pr-15{ padding-right: 15px !important; }
.res-991-pr-30{ padding-right: 30px !important; }
.res-991-pr-50{ padding-right: 50px !important; }
.res-991-pr-60{ padding-right: 60px !important; }
.res-991-pl-0{ padding-left: 0 !important; }
.res-991-pl-15{ padding-left: 15px !important; }
.res-991-pl-30{ padding-left: 30px !important; }
.res-991-pl-50{ padding-left: 50px !important; }
.res-991-pl-60{ padding-left: 60px !important; }
.res-991-m-0  { margin: 0px !important; }
.res-991-mt-0 { margin-top: 0 !important; }
.res-991-mt-10{ margin-top: 10px !important; }
.res-991-mt-15{ margin-top: 15px !important; }
.res-991-mt-20{ margin-top: 20px !important; }
.res-991-mt-30{ margin-top: 30px !important; }
.res-991-mt-40{ margin-top: 40px !important; }
.res-991-mt-50{ margin-top: 50px !important; }
.res-991-mt-60{ margin-top: 60px !important; }
.res-991-mt_15 { margin-top: -15px !important; }
.res-991-mt_20 { margin-top: -20px !important; }
.res-991-mt_30 { margin-top: -30px !important; }
.res-991-mt_40 { margin-top: -40px !important; }
.res-991-mt_50 { margin-top: -50px !important; }
.res-991-mb-0  { margin-bottom: 0 !important; }
.res-991-mb-15 { margin-bottom: 15px !important; }
.res-991-mb-10 { margin-bottom: 10px !important; }
.res-991-mb-20 { margin-bottom: 20px !important; }
.res-991-mb-25 { margin-bottom: 25px !important; }
.res-991-mb-30 { margin-bottom: 30px !important; }
.res-991-mb-35 { margin-bottom: 35px !important; }
.res-991-mb-40 { margin-bottom: 40px !important; }
.res-991-mb-50 { margin-bottom: 50px !important; }
.res-991-mb-60 { margin-bottom: 60px !important; }
.res-991-mb-70 { margin-bottom: 70px !important; }
.res-991-mb_15{ margin-bottom: -15px !important; }
.res-991-mb_20{ margin-bottom: -20px !important; }
.res-991-mb_25{ margin-bottom: -25px !important; }
.res-991-mb_30{ margin-bottom: -30px !important; }
.res-991-mb_40{ margin-bottom: -40px !important; }
.res-991-mb_50{ margin-bottom: -50px !important; }
.res-991-mb_60{ margin-bottom: -60px !important; }
.res-991-mb_70{ margin-bottom: -70px !important; }
.res-991-mb_80{ margin-bottom: -80px !important; }
.res-991-ml-0 { margin-left: 0 !important; }
.res-991-ml-15{ margin-left: 15px !important; }
.res-991-ml-20{ margin-left: 20px !important; }
.res-991-ml-30{ margin-left: 30px !important; }
.res-991-ml-40{ margin-left: 40px !important; }
.res-991-ml-50{ margin-left: 50px !important; }
.res-991-ml_15{ margin-left: -15px !important; }
.res-991-ml_30{ margin-left: -30px !important; }
.res-991-ml_50{ margin-left: -50px !important; }
.res-991-mr-0 { margin-right: 0 !important; }
.res-991-mr-15{ margin-right: 15px !important; }
.res-991-mr-20{ margin-right: 20px !important; }
.res-991-mr-30{ margin-right: 30px !important; }
.res-991-mr-40{ margin-right: 40px !important; }
.res-991-mr-50{ margin-right: 50px !important; }
.res-991-mr_15{ margin-right: -15px !important; }
.res-991-mr_30{ margin-right: -30px !important; }
.res-991-mr_50{ margin-right: -50px !important; }
.res-991-plr-15 { padding-right: 15px; padding-left: 15px; }
.res-991-mlr-15 { margin-right: 15px; margin-left: 15px; }
.res-991-border-none { border: none !important; }
.cmt-vertical_sep > [class*='col-lg']:not(:last-child):before { content: unset; }
.d-lg-flex .border-end, .d-md-flex .border-start { border: 0 !important; }
.overlay-01 { margin: 0px;padding: 0px 0px 20px 0px;}
.overlay-box {border-width: 0px;margin: 0;padding: 30px 0px 0px 0px;}
.overlay-inner-box {writing-mode: horizontal-tb;transform: initial;margin: 0;}
.second-footer .row .col-lg-2.widget-area:nth-child(2):after,
	.second-footer .row .col-lg-4.widget-area:nth-child(4):after{content: unset;}

	/* footer */
	.second-footer>div>.row .widget-area .widget:not(:first-child) { margin-top: 0; margin-bottom: 10px;}
.second-footer { padding: 40px 0 0;}
.second-footer .widget-area .widget { padding: 0 0 40px; margin-top: 0;}
.first-footer .footer-box {margin: 0px 0px 50px;}
.footer .widget .footer-subscribebox { margin-bottom: 0; margin-top: 24px; }
.second-footer.bg-base-dark .cmt-horizontal_sep { margin-top: 0; margin-bottom: 40px; }
#map { height: 264px; }
.cmt-row.video-section .border-right { border-right: none !important; }

	/* sidebar */
	.sidebar .sidebar-right{ order: 1; width: 100%; }
.sidebar .sidebar-left{ order: 1; width: 100%; }
.sidebar .widget-area .widget { margin: 22px 22px 30px; }
.featured-icon-box.style3 { padding: 72px 25px 70px; }
.featured-icon-box.style5 ,
	.featured-icon-box.style6 ,
	.featured-icon-box.style5.reverse { justify-content: center; }
.featured-icon-box.style6 { border-top: 1px solid rgba(255, 255, 255, 0.2); border-bottom: 1px solid rgba(255, 255, 255, 0.2); padding: 15px 0; }
.cmt-fid.inside.style1 { padding-bottom: 0; }
.cmt-tabs.cmt-tab-style-01 ul.tabs li a { padding: 23px 15px 25px; }
.service-section-3 .disc-inst > span { font-size: 40px; line-height: 40px; }
.cmt-row.our-team-section-2 { background-color: var(--base-skin); }
.custom-text .cmt-textblock-button { margin-top: 15px; }
.cmt-processbox-wrapper .cmt-processbox:after { content: unset; }
.testimonials.style1 { padding-right: 0; }
.testimonials.style2 { margin:0; }
.testimonials.style1 .testimonial-content blockquote { padding: 45px 50px 45px 30px; }
.calendar table td { line-height: 101px;}
.cmt-tabs.cmt-tab-style-01 ul.tabs { margin: 50px 0 35px; }
.cmt-tabs.cmt-tab-style-02 { flex-direction: column; }
.cmt-tabs.cmt-tab-style-02 ul.tabs ,
	.cmt-tabs.cmt-tab-style-02 .content-tab { width: 100%;}
.cmt-tabs.cmt-tab-style-02 .content-tab { margin-top: 20px;}
.cmt-tabs.cmt-tab-style-02 ul.tabs li { display: block; width: 100%; margin: 0 0 20px;}
.cmt-tabs.cmt-tab-style-02 ul.tabs li.active:after { display: none; }
.featured-icon-box.style15 { margin: 350px 0 50px 35px; }
.featured-imagebox-blog.style4 .featured-content { padding: 30px 50px; }
.team-details-section-back { padding-right: 0; }

}
@media (max-width: 898px) {

	.spacing-22 { margin-top: -615px; }

}
@media (max-width: 778px) {

	.res-778-mt-30{margin-top: 30px !important;}

}
@media (max-width: 767px) {

	.cmt-row.service-section-4 { padding: 77px 0 50px; }
.cmt-row.portfolio-section-2 { padding: 27px 0 50px; margin-top: -27px; }
.cmt-row.service-section-3 { margin-bottom: 0; }
.spacing-12 { margin: 25px 0 0; }
.spacing-22 { margin-top: 50px; }
.res-767-mr-0 { margin-right: 0px !important; }
.res-767-mr-15 { margin-right: 15px !important; }
.res-767-mr_15 { margin-right: -15px !important; }
.res-767-ml-0 { margin-left: 0px !important; }
.res-767-mb-0 { margin-bottom: 0px !important; }
.res-767-mb-15 { margin-bottom: 15px !important; }
.res-767-mb-30 { margin-bottom: 30px !important; }
.res-767-mt-0{ margin-top: 0px !important; }
.res-767-mt-10{ margin-top: 10px !important; }
.res-767-mt-15{ margin-top: 15px !important; }
.res-767-mt-20{ margin-top: 20px !important; }
.res-767-mt-25{ margin-top: 25px !important; }
.res-767-mt-30{ margin-top: 30px !important; }
.res-767-mt-40{ margin-top: 40px !important; }
.res-767-pt-0 { padding-top: 0 !important; }
.res-767-pb-0 { padding-bottom: 0 !important; }
.res-767-pl-0 { padding-left: 0 !important; }
.res-767-pl-15 { padding-left: 15px !important; }
.res-767-pl-30 { padding-left: 30px !important; }
.res-767-pr-0 { padding-right: 0 !important; }
.res-767-pr-15 { padding-right: 15px !important; }
.res-767-pt-15 { padding-top: 15px !important; }
.res-767-pt-20 { padding-top: 20px !important; }
.res-767-pt-30 { padding-top: 30px !important; }
.res-767-pt-40 { padding-top: 40px !important; }
.res-767-pt-50 { padding-top: 50px !important; }
.res-767-pb-15 { padding-bottom: 15px !important; }
.res-767-pb-20 { padding-bottom: 20px !important; }
.res-767-pb-30 { padding-bottom: 30px !important; }
.res-767-pb-40 { padding-bottom: 40px !important; }
.res-767-pb-50 { padding-bottom: 50px !important; }

	[class*='col-md'] .cmt-equal-height-image { text-align: center; margin: 0 auto}
	[class*='col-md'] .cmt-equal-height-image  { display: block; }
.d-md-flex .border-end, .d-md-flex .border-start { border: 0 !important; }

	/* cmt-bg-layer */
	[class*='col-md'] .cmt-col-bgimage-yes, 
	.bg-layer-equal-height [class*='col-md'] .cmt-col-bgcolor-yes{ height: auto !important; }
.section-title.title-style-center_text .title-desc p { width: 100%; }
.section-title.row-title h2 { font-size: 46px; line-height: 54px; }
.slick_slider .slick-arrow, .slick_slider .slick-dot { display: none; visibility: hidden; }
.copyright {text-align: center;}
.featured-imagebox-blog.style3 .featured-content { padding: 25px 15px 0 0; }
.featured-imagebox-blog.style4 .featured-desc { display: none; }
.featured-imagebox-blog.style1 .featured-title h3 ,
	.featured-imagebox-blog.style2 .featured-title h3 ,
	.featured-imagebox-blog.style3 .featured-title h3 ,
	.featured-imagebox-blog.style4 .featured-title h3 { font-size: 28px; line-height: 38px; }
.featured-imagebox-blog.style1 .featured-content .ser_category ,
	.featured-imagebox-blog.style2 .featured-content .ser_category ,
	.featured-imagebox-blog.style3 .featured-content .ser_category ,
	.featured-imagebox-blog.style4 .featured-content .ser_category { margin-bottom: 8px; }
.featured-icon-box.style5 .featured-title h3 { font-size: 22px; line-height: 30px; }
.featured-icon-box.style7 .featured-title h3 { font-size: 20px; line-height: 30px; }
.cmt-tabs.cmt-tab-style-01 ul.tabs { display: block; }
.cmt-tabs.cmt-tab-style-01 ul.tabs li { display: block; }
.cmt-servicebox:after { display: none; }
.featured-icon-box.style11.icon-box-1:before, 
	.featured-icon-box.style11.icon-box-2:before { content: unset; }
.featured-icon-box.style11.icon-box-2 ,
	.featured-icon-box.style11.icon-box-4 { padding-left: 0; border: none; }
.featured-icon-box.style11.icon-box-1 ,
	.featured-icon-box.style11.icon-box-2 { margin: 0; }
.featured-icon-box.style11 { padding: 25px 0 !important; border-bottom: 1px solid #d1d1d1 !important; }
.featured-icon-box.style11.icon-box-4 { border: none !important; }
.featured-imagebox-post .featured-title h3 ,
	.featured-imagebox-post-hover .featured-title h3 { font-size: 20px; line-height: 30px; }
.cmt-fid.inside.cmt-fid-without-icon.style3 .cmt-fid-inner > span { font-size: 48px; line-height: 48px; }
.cmt-fid.inside.cmt-fid-without-icon.style3 .cmt-fid-title { font-size: 16px; padding: 0;}
section.error-404 .page-header h3 { font-size: 36px; line-height: 46px; }
.calendar table td { font-size: 18px; line-height: 85px;}
.featured-imagebox-blog.style4 .featured-bottom a { margin-top: 15px; }
.testimonials.style1 .testimonial-content blockquote:after { top: 52px; font-size: 120px; }
.testimonials-nav { max-width: 360px;}
.team-info-fid { margin: 15px 0; }
.cmt-verline:before { content: unset; }
.testimonials.style1 .testimonial-content blockquote { padding: 35px 30px 35px 30px; }
.spacing-5 { padding: 50px 15px 10px; }

}
@media (max-width: 575px) {

	.cmt-row.about-section-4 { padding-bottom: 0; }
.cmt-row.subscribe-form-section { padding: 50px 0 32px; }
.cmt-row.row-title-section { margin-top: 50px; }
.d-sm-flex .border-end, .d-md-flex .border-start { border: 0 !important; }
.second-footer .widget-area:nth-child(2) { margin-top: 0; }
.spacing-16 { padding: 30px 15px; margin: 0; }
.spacing-18 { padding: 20px 15px 16px; margin-left: 0; }
.spacing-20 { padding: 30px 15px; }
.spacing-21 { padding: 30px 15px; }
.res-575-mt-0{ margin-top: 0px !important; }
.res-575-mt-10{ margin-top: 10px !important; }
.res-575-mt-15{ margin-top: 15px !important; }
.res-575-mt-20{ margin-top: 20px !important; }
.res-575-mt-30{ margin-top: 30px !important; }
.res-575-mb-0{ margin-bottom: 0px !important; }
.res-575-mb-10{ margin-bottom: 10px !important; }
.res-575-mb-15{ margin-bottom: 15px !important; }
.res-575-mb-20{ margin-bottom: 20px !important; }
.res-575-mb-30{ margin-bottom: 30px !important; }
.res-575-mb-50{ margin-bottom: 50px !important; }
.res-575-ml-0{ margin-left: 0 !important; }
.res-575-mr-0{ margin-right: 0 !important; }
.res-575-p-0 { padding: 0 !important; }
.res-575-pl-0{ padding-left: 0 !important; }
.res-575-pl-15{ padding-left: 15px !important; }
.res-575-pr-0 { padding-right: 0 !important; }
.res-575-pb-0 { padding-bottom: 0 !important; }
.res-575-pb-10 { padding-bottom: 10px !important; }
.res-575-pb-30 { padding-bottom: 30px !important; }
.res-575-pb-40 { padding-bottom: 40px !important; }
.res-575-pt-0 { padding-top: 0 !important; }
.res-575-pt-30 { padding-top: 30px !important; }
.res-575-pl-5 { padding-left: 5px !important; }
.res-575-pr-5 { padding-right: 5px !important; }
.res-575-pt-10 { padding-top: 10px !important; }
.second-footer .widget-area .widget { padding: 0 0 30px; }
.second-footer.bg-base-dark .cmt-horizontal_sep { margin-bottom: 30px; }
.cmt-vertical_sep > [class*='col-sm-6']:not(:last-child):before { content: unset; }
.section-title h2.title { font-size: 30px; line-height: 40px; }
.section-title.row-title h2 { font-size: 30px; line-height: 40px; }
.cmt-blog-single blockquote { padding: 40px 30px 15px 42px; font-size: 18px; line-height: 30px;}
.cmt-blog-single blockquote:after ,
	.cmt-blog-single blockquote:before { content: unset; }
.cmt-blog-single .cmt-blogbox-desc-footer { display: block;	}
.cmt-blog-single .cmt-blogbox-desc-footer .cmt-social-share-wrapper { padding-bottom: 30px; }
.comments-area { padding-top: 0; }
.comments-area .comment-form .comment-form-author,
	.comments-area .comment-form .comment-form-email, 
	.comments-area .comment-form .comment-form-url { width: 100%; margin-right: 0; }
.slick_slider.slick-dots-style1 .slick-dots { display: none !important;	 }
.featured-icon-box.style2 .featured-title h3 { font-size: 18px; line-height: 26px; }
.featured-imagebox-blog.style1 .featured-content { padding: 15px; }
.featured-imagebox-blog.style2 .featured-content { padding: 30px 15px; }
.featured-imagebox-blog.style4 .featured-content { padding: 15px; }
.featured-imagebox-blog.style1 .featured-title h3 ,
	.featured-imagebox-blog.style2 .featured-title h3 ,
	.featured-imagebox-blog.style3 .featured-title h3 ,
	.featured-imagebox-blog.style4 .featured-title h3 { font-size: 18px; line-height: 26px; margin-bottom: 0;}
.featured-icon-box.style5 .featured-title h3 { font-size: 18px; line-height: 26px; }
.featured-imagebox-post .ser_category, .featured-imagebox-post-hover .ser_category { margin-bottom: 0;}
.featured-imagebox-post .ser_category:before, .featured-imagebox-post-hover .ser_category:before { display: none; }
section.error-404 .page-header h3 { font-size: 30px; line-height: 40px; }
.calendar header .header-label { font-size: 20px; line-height: 20px; }
.calendar table td { font-size: 18px; line-height: 68px;}
.icon-share-social { display: block; }
#hover-icon-share { position: absolute; right: 0; bottom: 60px; margin-right: 2px; }
#hover-icon-share ul.social-icons li { display: block; margin: 5px 2px;}
.social-media-block { display: block; }
.cmt-blog-single .cmt-social-share-wrapper ul { margin-top: 5px; }
.cmt-blog-classic-box-comment { margin-top: 30px; }
.cmt-post-prev-next-buttons span.cmt-nav-title { font-size: 18px; }
.featured-icon-box.style15 { margin: 200px 15px 30px 15px; }
.cmt-fid.inside.cmt-fid-without-icon.style4 ,
	.featured-icon-box.style16 { border: none; }
.featured-imagebox-contact .featured-content { padding: 26px 50px 30px 15px; }
.tm_coverimgbox_wrapper .tm_coverbox_contents .featured-content { margin: 0 15px 0;}
.tm_coverimgbox_wrapper .featured-content .featured-title h3 { margin-bottom: 0; }
.tm_coverimgbox_wrapper .featured-content .featured-desc p { padding-bottom: 0; -webkit-line-clamp: 2; }
.cmt-list.style5 li span ,
	.cmt-list.style5 li p { display: inline-block; }
.cmt-list.style5 li p { padding-left: 0; }
.featured-imagebox-blog.style1 .featured-bottom a ,
	.featured-imagebox-blog.style2 .featured-bottom a ,
	.featured-imagebox-blog.style3 .featured-bottom a { margin-top: 12px; }
.cmt-fid.inside.cmt-fid-without-icon.style4 { padding: 14px 15px 27px; }
.featured-imagebox-blog.style1 .featured-desc p ,
	.featured-imagebox-blog.style3 .featured-desc p	{ margin-bottom: 0; }
.spacing-26 { padding: 30px 15px; }
.spacing-5 { padding: 50px 15px 10px; }

}
@media only screen and (max-width: 425px) and (min-width: 320px) {

	.spacing-5 { padding: 21px 15px 37px; }

}
@media only screen and (max-width: 380px) and (min-width: 320px) {

	.testimonials-nav { max-width: 120px; }

}

/* <<< END css/responsive.css <<< */

/* >>> BEGIN revolution/css/rs6.css >>> */
/* FIX FOR WORDPRESS's CRAZY <p> TAG ANOMALY */
.rs-p-wp-fix { display: none !important; margin: 0 !important; height: 0px !important; }

/* NEW Z-INDEX FIX*/
.wp-block-themepunch-revslider { position: relative }

/* FIX FOR QUICK LOADING OF SLIDER SCRIPTS AND WP-ROCKET READDING IMG TAG INTO DOM*/
/*rs-sbg-px rs-sbg-wrap img { display:none !important}
*/

/* MODAL BASICS */
rs-modal { position: fixed !important; z-index: 9999999 !important; pointer-events: none !important;}
rs-modal.rs-modal-auto { top: auto;bottom: auto;left: auto; right:auto; }
rs-modal.rs-modal-fullwidth,
rs-modal.rs-modal-fullscreen { top: 0px; left: 0px; width: 100%; height: 100%; }
rs-modal rs-fullwidth-wrap { position: absolute; top: 0px; left: 0px; height: 100%;}
rs-module-wrap.rs-modal { display:none; max-height: 100% !important; overflow: auto !important;  pointer-events: auto !important;}
rs-module-wrap.hideallscrollbars.rs-modal { overflow: hidden !important; max-width: 100% !important}
rs-modal-cover { width: 100%; height: 100%; z-index: 0; background: transparent; position: absolute;top: 0px;left: 0px; cursor: pointer; pointer-events: auto}
body>rs-modal-cover { position: fixed; z-index: 9999995 !important; }
rs-sbg-px { pointer-events: none }
.rs-forceuntouchable,
.rs-forceuntouchable * { pointer-events: none !important; }
.rs-forcehidden * { visibility: hidden !important; }

/*rs-modal rs-fullwidth-wrap rs-module-wrap { transform: translateY(-50%) !important; top: 50% !important; }
*/

.rs_splitted_lines { display: block; white-space: nowrap !important}
.rs-go-fullscreen {
	position:fixed !important;
	width:100% !important;
	height:100% !important;
	top:0px !important;
	left:0px !important;
	z-index:9999999 !important;
	background:#ffffff;
}
.rtl {	direction: rtl;}
@font-face {
  font-family: 'revicons';
  src: url('../fonts/revicons/revicons.eot?5510888');
  src: url('../fonts/revicons/revicons.eot?5510888#iefix') format('embedded-opentype'),
	   url('../fonts/revicons/revicons.woff?5510888') format('woff'),
	   url('../fonts/revicons/revicons.ttf?5510888') format('truetype'),
	   url('../fonts/revicons/revicons.svg?5510888#revicons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

 [class^="revicon-"]:before, [class*=" revicon-"]:before {
  font-family: "revicons";
  font-style: normal;
  font-weight: normal;
  speak-as: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
rs-module i[class^="fa-"],
rs-module i[class*=" fa-"],
.rb-modal-wrapper i[class^="fa-"],
.rb-modal-wrapper i[class*=" fa-"],
#waitaminute i[class^="fa-"],
#waitaminute i[class*=" fa-"],
#objectlibrary i[class^="fa-"],
#objectlibrary i[class*=" fa-"],
#rs_overview i[class^="fa-"],
#rs_overview i[class*=" fa-"],
#rs_overview_menu i[class^="fa-"],
#rs_overview_menu i[class*=" fa-"],
#builderView i[class^="fa-"],
#builderView i[class*=" fa-"]
{
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
rs-module [class^="fa-"]:before,
rs-module [class*=" fa-"]:before,
.rb-modal-wrapper [class^="fa-"]:before,
.rb-modal-wrapper [class*=" fa-"]:before,
#rs_overview [class^="fa-"]:before,
#rs_overview [class*=" fa-"]:before,
#objectlibrary [class^="fa-"]:before,
#objectlibrary [class*=" fa-"]:before,
#waitaminute [class^="fa-"]:before,
#waitaminute [class*=" fa-"]:before,
#rs_overview_menu [class^="fa-"]:before,
#rs_overview_menu [class*=" fa-"]:before,
#builderView [class^="fa-"]:before,
#builderView [class*=" fa-"]:before
{
	font-family: FontAwesome;
	font-style: normal;
	font-weight: 400;

	speak-as: none;
	display: inline-block;
	text-decoration: inherit;
	width: auto;
	margin-right: 0;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: inherit;
	margin-left: 0;
}
rs-module .sr-only,
#objectlibrary .sr-only,
#waitaminute .sr-only,
#rs_overview .sr-only,
#rs_overview_menu .sr-only,
.rb-modal-wrapper .sr-only,
#builderView .sr-only
{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
rs-module .sr-only-focusable:active,
rs-module .sr-only-focusable:focus,
#waitaminute .sr-only-focusable:active,
#waitaminute .sr-only-focusable:focus,
#objectlibrary .sr-only-focusable:active,
#objectlibrary .sr-only-focusable:focus,
#rs_overview .sr-only-focusable:active,
#rs_overview .sr-only-focusable:focus,
#rs_overview_menu .sr-only-focusable:active,
#rs_overview_menu .sr-only-focusable:focus,
.rb-modal-wrapper .sr-only-focusable:active,
.rb-modal-wrapper .sr-only-focusable:focus,
#builderView .sr-only-focusable:active,
#builderView .sr-only-focusable:focus

{
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.revicon-search-1:before { content: '\e802'; } /* 'î ‚' */
.revicon-pencil-1:before { content: '\e831'; } /* 'î ±' */
.revicon-picture-1:before { content: '\e803'; } /* 'î ƒ' */
.revicon-cancel:before { content: '\e80a'; } /* 'î Š' */
.revicon-info-circled:before { content: '\e80f'; } /* 'î ' */
.revicon-trash:before { content: '\e801'; } /* 'î ' */
.revicon-left-dir:before { content: '\e817'; } /* 'î —' */
.revicon-right-dir:before { content: '\e818'; } /* 'î ˜' */
.revicon-down-open:before { content: '\e83b'; } /* 'î »' */
.revicon-left-open:before { content: '\e819'; } /* 'î ™' */
.revicon-right-open:before { content: '\e81a'; } /* 'î š' */
.revicon-angle-left:before { content: '\e820'; } /* 'î  ' */
.revicon-angle-right:before { content: '\e81d'; } /* 'î ' */
.revicon-left-big:before { content: '\e81f'; } /* 'î Ÿ' */
.revicon-right-big:before { content: '\e81e'; } /* 'î ž' */
.revicon-magic:before { content: '\e807'; } /* 'î ‡' */
.revicon-picture:before { content: '\e800'; } /* 'î €' */
.revicon-export:before { content: '\e80b'; } /* 'î ‹' */
.revicon-cog:before { content: '\e832'; } /* 'î ²' */
.revicon-login:before { content: '\e833'; } /* 'î ³' */
.revicon-logout:before { content: '\e834'; } /* 'î ´' */
.revicon-video:before { content: '\e805'; } /* 'î …' */
.revicon-arrow-combo:before { content: '\e827'; } /* 'î §' */
.revicon-left-open-1:before { content: '\e82a'; } /* 'î ª' */
.revicon-right-open-1:before { content: '\e82b'; } /* 'î «' */
.revicon-left-open-mini:before { content: '\e822'; } /* 'î ¢' */
.revicon-right-open-mini:before { content: '\e823'; } /* 'î £' */
.revicon-left-open-big:before { content: '\e824'; } /* 'î ¤' */
.revicon-right-open-big:before { content: '\e825'; } /* 'î ¥' */
.revicon-left:before { content: '\e836'; } /* 'î ¶' */
.revicon-right:before { content: '\e826'; } /* 'î ¦' */
.revicon-ccw:before { content: '\e808'; } /* 'î ˆ' */
.revicon-arrows-ccw:before { content: '\e806'; } /* 'î †' */
.revicon-palette:before { content: '\e829'; } /* 'î ©' */
.revicon-list-add:before { content: '\e80c'; } /* 'î Œ' */
.revicon-doc:before { content: '\e809'; } /* 'î ‰' */
.revicon-left-open-outline:before { content: '\e82e'; } /* 'î ®' */
.revicon-left-open-2:before { content: '\e82c'; } /* 'î ¬' */
.revicon-right-open-outline:before { content: '\e82f'; } /* 'î ¯' */
.revicon-right-open-2:before { content: '\e82d'; } /* 'î ­' */
.revicon-equalizer:before { content: '\e83a'; } /* 'î º' */
.revicon-layers-alt:before { content: '\e804'; } /* 'î „' */
.revicon-popup:before { content: '\e828'; } /* 'î ¨' */

/******************************
	-	BASIC STYLES		-
******************************/

.tp-fullwidth-forcer { z-index: 0; pointer-events: none}
rs-module-wrap { visibility: hidden }
rs-module-wrap,
rs-module-wrap * { box-sizing: border-box; -webkit-tap-highlight-color: rgba(0,0,0,0);}
rs-module-wrap {position:relative;z-index: 1;width:100%; display: block;}
.rs-fixedscrollon rs-module-wrap { position: fixed !important; top: 0px !important; z-index: 1000; left: 0 !important;}
.rs-stickyscrollon rs-module-wrap {  position: sticky !important; top:0px; z-index: 1000; }
.rs-stickyscrollon { overflow: visible !important; }
rs-fw-forcer { display:block;width:100%;pointer-events: none;}
rs-module { position:relative;overflow:hidden;display: block; }
rs-module.disableVerticalScroll { -ms-touch-action: pan-x; touch-action: pan-x; }
rs-pzimg-wrap,
rs-sbg-effectwrap,
rs-sbg { display: block; pointer-events: none  }
rs-sbg-effectwrap {
	position:absolute;top:0px;left:0px;width:100%;height:100%
}
rs-carousel-wrap rs-column rs-layer img { width: 0px; height: 0px; }
rs-sbg-px,
rs-sbg-wrap {position:absolute; top:0px; left:0px; z-index:0;width:100%;height:100%;display: block;}
a.rs-layer,
a.rs-layer:-webkit-any-link { text-decoration: none }
a[x-apple-data-detectors] { color: inherit !important;   text-decoration: none !important;   font-size: inherit !important;   font-family: inherit !important;   font-weight: inherit !important;   line-height: inherit !important; }
.entry-content rs-module a, rs-module a { box-shadow: none; }
.rs-ov-hidden 		{ 	overflow:hidden !important;}
.rs-forceoverflow,
.rs-forceoverflow rs-module-wrap,
.rs-forceoverflow rs-module,
.rs-forceoverflow rs-slides,
.rs-forceoverflow rs-slide { overflow:visible !important}
.tp-simpleresponsive img,
rs-module img{
	max-width:none !important;
	transition: none;
	margin:0px;
	padding:0px;
	border:none;
}
rs-module .no-slides-text{font-weight:bold;text-align:center;padding-top:80px;}
rs-slides, rs-slide, rs-slide:before {	 position:absolute;text-indent: 0em;top:0px;left:0px;}
rs-slide,rs-slide:before {  display:block; visibility:hidden; }
.rs-layer .rs-untoggled-content { display:block;}
.rs-layer .rs-toggled-content { display:none;}
.rs-tc-active.rs-layer > .rs-toggled-content { display:block;}
.rs-tc-active.rs-layer > .rs-untoggled-content { display:none;}
.rs-layer-video { overflow: hidden }
.rs_html5vidbasicstyles { position:relative;top:0px;left:0px;width:100%;height:100%; overflow:hidden; }
rs-module rs-layer,
rs-module .rs-layer {
	opacity: 0;
	position:relative;
	visibility: hidden;
	/*white-space: nowrap; Fix for Mobile Padding issues on long texts */
	display: block;
	-webkit-font-smoothing: antialiased !important;
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
	-moz-osx-font-smoothing: grayscale;
	z-index:1;
	font-display: swap;
}
rs-layer-wrap,
rs-mask,
rs-module-wrap,
rs-module .rs-layer,
rs-module img {
	user-select: none;	
}
rs-module rs-mask-wrap .rs-layer,
rs-module rs-mask-wrap *:last-child,
.wpb_text_column rs-module rs-mask-wrap .rs-layer,
.wpb_text_column rs-module rs-mask-wrap *:last-child{
	margin-bottom:0;

}
.rs-svg svg {	width:100%; height:100%;position: relative;vertical-align: top}
rs-layer:not(.rs-wtbindex),
.rs-layer:not(.rs-wtbindex),
rs-alyer *:not(.rs-wtbindex),
.rs-layer *:not(.rs-wtbindex) { outline: none !important; }

/* CAROUSEL FUNCTIONS */
rs-carousel-wrap {
	cursor:url(openhand.cur), move;
}
rs-carousel-wrap.dragged {
	cursor:url(closedhand.cur), move;
}
rs-carousel-wrap.noswipe {
	cursor: default;
}
rs-carousel-wrap { position: absolute; overflow: hidden;  width:100%;height:100%;top:0px;left:0px;}
rs-carousel-space { clear:both;display:block;width:100%;height:0px;position:relative;}

/* ADDED FOR SLIDELINK MANAGEMENT */
.tp_inner_padding {
	box-sizing:border-box;
	max-height:none !important;
}
.rs-layer.rs-selectable {
	user-select: text;	
}
rs-px-mask {
	overflow: hidden;
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
rs-module embed,
rs-module iframe,
rs-module object,
rs-module audio,
rs-module video {
	max-width: none !important;
	border: none;
}
rs-bg-elem 	{	position:absolute; top:0px;left:0px; width:100%;height:100%;z-index:0; display: block; pointer-events: none; }
.tp-blockmask,
.tp-blockmask_in,
.tp-blockmask_out { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background: #fff; z-index: 1000; transform: scaleX(0) scaleY(0);}

/***********************************************************
	- 	ZONES / GOUP / ROW / COLUMN LAYERS AND HELPERS 	-
***********************************************************/
rs-zone			{	position:absolute; width:100%;left:0px; box-sizing: border-box;min-height:50px; font-size:0px;pointer-events: none}
rs-row-wrap,
rs-column,
rs-cbg-mask-wrap {	display:block; visibility: hidden}
rs-layer-wrap,
rs-parallax-wrap,
rs-loop-wrap,
rs-mask-wrap { display: block; }
rs-column-wrap>rs-loop-wrap { z-index: 1 }
rs-layer-wrap,
rs-mask-wrap,
rs-cbg-mask-wrap
 { transform-style:flat;}

/* ANY SAFARI NEEDS IN CAROUSEL SOME HELP TO AVOID FLICKERING, LOVELY....*/
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) 
 	{ 
		 rs-carousel-wrap rs-layer-wrap, rs-carousel-wrap rs-loop-wrap {backface-visibility: hidden;transform-style: preserve-3d;}
	}
.safarifix rs-layer-wrap {
	perspective: 1000000;
}
@-moz-document url-prefix() {
 	rs-layer-wrap,
	rs-mask-wrap,
	rs-cbg-mask-wrap { perspective: none; }
}
rs-mask-wrap { overflow: hidden }
rs-fullwidth-wrap { position:relative;width:100%;height:auto;display: block; overflow:visible;max-width:none !important;}
.rev_row_zone_top 				{	top:0px;}
.rev_row_zone_bottom 			{	bottom:0px;}
.rev_row_zone_middle			{ top: 0px;}
rs-column-wrap .rs-parallax-wrap  { vertical-align: top }
.rs-layer img,
rs-layer img { vertical-align: top }
rs-row,
rs-row.rs-layer 	{
	display:table;
	position:relative;
	width:100% !important;
	table-layout: fixed;
	box-sizing: border-box;
	vertical-align: top;
	height:auto;
	font-size:0px;
}
rs-column-wrap {
	display: table-cell;
	position: relative;
	vertical-align: top;
	height: auto;
	box-sizing: border-box;
	font-size:0px;
}
rs-column {
	box-sizing: border-box;
	display: block;
	position: relative;
	width:100% !important;
	height:auto !important;
	white-space: normal !important;
}
rs-cbg-mask-wrap {
	position: absolute;
	z-index: 0;
	box-sizing: border-box;
}
rs-column-wrap rs-cbg-mask-wrap { top: 0px; left: 0px; bottom: 0px; right: 0px; }
rs-column-bg {
	position: absolute;
	z-index: 0;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
}
.rs-pelock * { pointer-events: none !important;}
rs-column .rs-parallax-wrap,
rs-column rs-loop-wrap,
rs-column rs-mask-wrap 			{	text-align: inherit; }
rs-column rs-mask-wrap 			{	display: inline-block;}
rs-column .rs-parallax-wrap rs-loop-wrap,
rs-column .rs-parallax-wrap rs-mask-wrap,
rs-column .rs-parallax-wrap { position: relative !important; left:auto !important; top:auto !important; line-height: 0px;}
rs-column .rs-parallax-wrap rs-loop-wrap,
rs-column .rs-parallax-wrap rs-mask-wrap,
rs-column .rs-parallax-wrap,
rs-column .rev_layer_in_column { vertical-align: top; }
.rev_break_columns { display: block !important }
.rev_break_columns rs-column-wrap.rs-parallax-wrap  { display:block !important; width:100% !important; }
.rev_break_columns rs-column-wrap.rs-parallax-wrap.rs-layer-hidden,
.tp-forcenotvisible,
.tp-hide-revslider,
rs-row-wrap.rs-layer-hidden,
rs-column-wrap.rs-layer-hidden,
.rs-layer.rs-layer-hidden,
.rs-layer-audio.rs-layer-hidden,
.rs-parallax-wrap.rs-layer-hidden {
	visibility:hidden !important;
	display:none !important
}

/*rs-column .rs-parallax-wrap,
rs-column rs-loop-wrap,
rs-column rs-mask-wrap,
rs-column rs-layer { vertical-align: inherit }
*/

/*********************************
	-	SPECIAL TP CAPTIONS -
**********************************/

a.rs-layer.rs-nointeraction >.div,
rs-layer.rs-nointeraction:not(a),
.rs-layer.rs-nointeraction:not(a) {
	pointer-events: none !important
}
rs-static-layers	{position:absolute; z-index:101; top:0px;left:0px; display: block; width: 100%;height: 100%; pointer-events: none; overflow: hidden}

/* new static layers position option */
rs-static-layers.rs-stl-back {
	z-index:0;
}
.rs-stl-visible{
	overflow: visible !important;
}
.rs-layer rs-fcr    {width: 0;height: 0;border-left: 40px solid transparent;border-right: 0px solid transparent;border-top: 40px solid #00A8FF;position: absolute;right:100%;top:0px;}
.rs-layer rs-fcrt   {width: 0;height: 0;border-left: 40px solid transparent;border-right: 0px solid transparent;border-bottom: 40px solid #00A8FF;position: absolute;right:100%;top:0px;}
.rs-layer rs-bcr    {width: 0;height: 0;border-left: 0px solid transparent;border-right: 40px solid transparent;border-bottom: 40px solid #00A8FF;position: absolute;left:100%;top:0px;}
.rs-layer rs-bcrt   {width: 0;height: 0;border-left: 0px solid transparent;border-right: 40px solid transparent;border-top: 40px solid #00A8FF;position: absolute;left:100%;top:0px;}
.tp-layer-inner-rotation {
	position: relative !important;
}

/***********************************************
	-	SPECIAL ALTERNATIVE IMAGE SETTINGS	-
***********************************************/

img.tp-slider-alternative-image	{
	width:100%; height:auto;
}

/******************************
	-	IE8 HACKS	-
*******************************/
.noFilterClass {
	filter:none !important;
}

/********************************
	-	FULLSCREEN VIDEO	-
*********************************/

rs-bgvideo 			{	position: absolute;top:0px;left:0px; width:100%;height:100%;z-index: 0; display: block}
.rs-layer.rs-fsv	{	top:0px;left:0px;  position:absolute;width:100%;height:100%}
.rs-layer.rs-fsv audio,
.rs-layer.rs-fsv video,
.rs-layer.rs-fsv iframe,
.rs-layer.rs-fsv iframe audio,
.rs-layer.rs-fsv iframe video	{ width:100%; height:100% ; /*display: none*/}
.rs-fsv video				{	background: #000}
.fullcoveredvideo rs-poster		{	background-position: center center;background-size: cover;width:100%;height:100%;top:0px;left:0px}
.videoisplaying .html5vid rs-poster	{	display: none}
.tp-video-play-button					{
	background:#000;
	background:rgba(0,0,0,0.3);
	border-radius:5px;
	position: absolute;
	top: 50%;
	left: 50%;
	color: #FFF;
	z-index: 3;
	margin-top: -25px;
	margin-left: -25px;
	line-height: 50px !important;
	text-align: center;
	cursor: pointer;
	width: 50px;
	height:50px;
	box-sizing: border-box;

	display: inline-block;
	vertical-align: top;
	z-index: 4;
	opacity: 0;
	transition:opacity 300ms ease-out !important;
}
.rs-ISM .tp-video-play-button{
	opacity: 1;
	transition: none !important;
	z-index: 6;
}
.rs-audio .tp-video-play-button { display:none !important;}
.rs-layer .html5vid					{	width:100% !important; height:100% !important;}
.tp-video-play-button i 				{	width:50px;height:50px; display:inline-block; text-align: center !important; vertical-align: top; line-height: 50px !important; font-size: 30px !important;}
.rs-layer:hover .tp-video-play-button	{	opacity: 1; display:block; z-index: 6;}
.rs-layer .tp-revstop					{	display:none;width: 15px; border-right: 5px solid #fff !important; border-left:5px solid #fff !important; transform: translateX(50%) translateY(50%);height: 20px;margin-left: 11px !important;margin-top: 5px !important;}
.videoisplaying .revicon-right-dir		{	display:none}
.videoisplaying .tp-revstop				{	display:block}
.videoisplaying  .tp-video-play-button			{	display:none}
.fullcoveredvideo .tp-video-play-button			{	display:none !important}
.rs-fsv .rs-fsv audio 		{	object-fit:contain !important;}
.rs-fsv .rs-fsv video 		{	object-fit:contain !important;}
.rs-layer-video .html5vid.hidefullscreen video::-webkit-media-controls-fullscreen-button  { display: none; }
@supports not (-ms-high-contrast:none) {
   /* Non-IE styles here */
	.rs-fsv .fullcoveredvideo audio 		{	object-fit:cover !important;}
.rs-fsv .fullcoveredvideo video 		{	object-fit:cover !important;}
}
.rs-fullvideo-cover					{	width:100%;height:100%;top:0px;left:0px;position: absolute; background:transparent;z-index:5;}
.rs-nolc .tp-video-play-button,
rs-bgvideo video::-webkit-media-controls-start-playback-button,
rs-bgvideo video::-webkit-media-controls,
rs-bgvideo audio::-webkit-media-controls { display:none !important;}
.rs-audio .tp-video-controls {	opacity: 1 !important; visibility: visible !important}
rs-module h1.rs-layer,
rs-module h2.rs-layer,
rs-module h3.rs-layer,
rs-module h4.rs-layer,
rs-module h5.rs-layer,
rs-module h6.rs-layer,
rs-module div.rs-layer,
rs-module span.rs-layer,
rs-module p.rs-layer 	{	margin:0; padding:0; margin-block-start: 0; margin-block-end: 0; margin-inline-start: 0; margin-inline-end: 0;}
rs-module h1.rs-layer:before,
rs-module h2.rs-layer:before,
rs-module h3.rs-layer:before,
rs-module h4.rs-layer:before,
rs-module h5.rs-layer:before,
rs-module h6.rs-layer:before { content: none; }

/********************************
	-	DOTTED OVERLAYS	-
*********************************/
rs-dotted						{	background-repeat:repeat;width:100%;height:100%;position:absolute;top:0px;left:0px;z-index:3;display:block;pointer-events: none}
rs-sbg-wrap rs-dotted 			{ z-index: 31 }
rs-dotted.twoxtwo				{	background:url(../assets/gridtile.png)}
rs-dotted.twoxtwowhite			{	background:url(../assets/gridtile_white.png)}
rs-dotted.threexthree			{	background:url(../assets/gridtile_3x3.png)}
rs-dotted.threexthreewhite		{	background:url(../assets/gridtile_3x3_white.png)}

/******************************
	-	SHADOWS		-
******************************/

.tp-shadowcover	{	width:100%;height:100%;top:0px;left:0px;background: #fff;position: absolute; z-index: -1;}
.tp-shadow1 	{	box-shadow: 0 10px 6px -6px rgba(0,0,0,0.8);}
.tp-shadow2:before, .tp-shadow2:after,
.tp-shadow3:before, .tp-shadow4:after
{
  z-index: -2;
  position: absolute;
  content: "";
  bottom: 10px;
  left: 10px;
  width: 50%;
  top: 85%;
  max-width:300px;
  background: transparent;
  box-shadow: 0 15px 10px rgba(0,0,0,0.8);

  transform: rotate(-3deg);
}
.tp-shadow2:after,
.tp-shadow4:after
{
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
.tp-shadow5
{
  	position:relative;
	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.tp-shadow5:before, .tp-shadow5:after
{
	content:"";
	position:absolute;
	z-index:-2;
	box-shadow:0 0 25px 0px  rgba(0,0,0,0.6);
	top:30%;
	bottom:0;
	left:20px;
	right:20px;
	border-radius:100px / 20px;
}

/* TP BUTTONS DESKTOP SIZE */

.rev-btn,
.rev-btn:visited						{ 	outline:none !important; box-shadow:none; text-decoration: none !important;  box-sizing:border-box;  cursor: pointer;}
.rev-btn.rev-uppercase,
.rev-btn.rev-uppercase:visited			{ 	text-transform: uppercase;  }
.rev-btn  i								{ 	font-size: inherit; font-weight: normal; position: relative; top: 0px; transition: opacity 0.2s ease-out, margin 0.2s ease-out;  margin-left:0px; line-height: inherit}
.rev-btn.rev-hiddenicon i				{ 	font-size: inherit; font-weight: normal; position: relative; top: 0px; transition: opacity 0.2s ease-out, margin 0.2s ease-out; opacity: 0; margin-left:0px !important; width:0px !important;  }
.rev-btn.rev-hiddenicon:hover i			{   opacity: 1 !important; margin-left:10px !important; width:auto !important;}

/* BURGER BUTTON */
.rev-burger {
  position: relative;
  box-sizing: border-box;
  padding: 22px 14px 22px 14px;
  border-radius: 50%;
  border: 1px solid rgba(51,51,51,0.25);
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}
.rev-burger span {
  display: block;
  width: 30px;
  height: 3px;
  background: #333;
  transition: .7s;
  pointer-events: none;
  transform-style: flat !important;
}
.rev-burger span:nth-child(2) {
  margin: 3px 0;
}
.quick_style_example_wrap .rev-burger:hover :first-child,
#dialog_addbutton .rev-burger:hover :first-child,
.open .rev-burger :first-child,
.open.rev-burger :first-child {
  transform: translateY(6px) rotate(-45deg);

}
.quick_style_example_wrap .rev-burger:hover :nth-child(2),
#dialog_addbutton .rev-burger:hover :nth-child(2),
.open .rev-burger :nth-child(2),
.open.rev-burger :nth-child(2) {
  transform: rotate(-45deg);

  opacity: 0;
}
.quick_style_example_wrap .rev-burger:hover :last-child,
#dialog_addbutton .rev-burger:hover :last-child,
.open .rev-burger :last-child,
.open.rev-burger :last-child {
  transform: translateY(-6px) rotate(-135deg);

}
.rev-burger.revb-white {
  border: 2px solid rgba(255,255,255,0.2);
}
.rev-b-span-light span,
.rev-burger.revb-white span {
  background: #fff;
}
.rev-burger.revb-whitenoborder {
  border: 0;
}
.rev-burger.revb-whitenoborder span {
  background: #fff;
}
.rev-burger.revb-darknoborder {
  border: 0;
}
.rev-b-span-dark span,
.rev-burger.revb-darknoborder span {
  background: #333;
}
.rev-burger.revb-whitefull {
  background: #fff;
  border:none;
}
.rev-burger.revb-whitefull span {
	background:#333;
}
.rev-burger.revb-darkfull {
  background: #333;
  border:none;
}
.rev-burger.revb-darkfull span {
	background:#fff;
}

/* SCROLL DOWN BUTTON */

@keyframes rev-ani-mouse {
	0% {opacity: 1;top: 29%;}
	15% {opacity: 1;top: 70%;}
	50% {opacity: 0;top: 70%;}
	100% {opacity: 0;top: 29%;}
}
.rev-scroll-btn {
	display: inline-block;
	position: relative;
	left: 0;
	right: 0;
	text-align: center;
	cursor: pointer;
	width:35px;
	height:55px;
	box-sizing: border-box;
	border: 3px solid white;
	border-radius: 23px;
}
.rev-scroll-btn > * {
	display: inline-block;
	line-height: 18px;
	font-size: 13px;
	font-weight: normal;
	color: #7f8c8d;
	color: #ffffff;
	font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 2px;
}
.rev-scroll-btn > *:hover,
.rev-scroll-btn > *:focus,
.rev-scroll-btn > *.active {
	color: #ffffff;
}
.rev-scroll-btn > *:hover,
.rev-scroll-btn > *:focus,
.rev-scroll-btn > *:active,
.rev-scroll-btn > *.active {
	opacity: 0.8;
}
.rev-scroll-btn.revs-fullwhite  {
	background:#fff;
}
.rev-scroll-btn.revs-fullwhite span {
	background: #333;
}
.rev-scroll-btn.revs-fulldark  {
	background:#333;
	border:none;
}
.rev-scroll-btn.revs-fulldark  span {
	background: #fff;
}
.rev-scroll-btn span {
	position: absolute;
	display: block;
	top: 29%;
	left: 50%;
	width: 8px;
	height: 8px;
	margin: -4px 0 0 -4px;
	border-radius: 50%;
	animation: rev-ani-mouse 2.5s linear infinite;
	background: #fff;
}
.rev-scroll-btn.rev-b-span-dark {
	border-color:#333;
}
.rev-scroll-btn.rev-b-span-dark span,
.rev-scroll-btn.revs-dark span {
	background: #333;
}
.rev-control-btn {
	position: relative;
	display: inline-block;
	z-index: 5;
	color: #FFF;
	font-size: 20px;
	line-height: 60px;
	font-weight: 400;
	font-style: normal;
	font-family: Raleway;
	text-decoration: none;
	text-align: center;
	background-color: #000;
	border-radius: 50px;
	text-shadow: none;
	background-color: rgba(0, 0, 0, 0.50);
	width:60px;
	height:60px;
	box-sizing: border-box;
	cursor: pointer;
}
.rev-cbutton-dark-sr	{
	border-radius: 3px;
}
.rev-cbutton-light	{
	color: #333;
	background-color: rgba(255,255,255, 0.75);
}
.rev-cbutton-light-sr	{
	color: #333;
	border-radius: 3px;
	background-color: rgba(255,255,255, 0.75);
}
.rev-sbutton {
	line-height: 37px;
	width:37px;
	height:37px;
}
.rev-sbutton-blue	{
	background-color: #3B5998
}
.rev-sbutton-lightblue	{
	background-color: #00A0D1;
}
.rev-sbutton-red	{
	background-color: #DD4B39;
}

/************************************
-	TP BANNER TIMER		-
*************************************/
rs-progress						{	visibility: hidden; position:absolute; z-index:200;width:100%;height:100%;}
rs-progress-bar,
.rs-progress-bar				{ 	display:block;z-index: 20;box-sizing: border-box;background-clip: content-box;position: absolute;line-height:0px;width:100%;height:100%;}
rs-progress-bgs 				{ 	display:block;z-index: 15;box-sizing: border-box; width: 100%; position: absolute; height: 100%; top: 0px; left: 0px; }
rs-progress-bg					{	display:block;background-clip: content-box; position: absolute;width:100%;height:100%;}
rs-progress-gap					{	display:block;background-clip: content-box; position: absolute;width:100%;height:100%;}
rs-progress-vis 				{ 	display:block;width: 100%;height: 100%; position: absolute;top: 0px;left: 0px }

/*********************************************
-	BASIC SETTINGS FOR THE BANNER	-
***********************************************/
.rs-layer img {
	background: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
	/*zoom:1;*/
}

/*rs-carousel-wrap rs-layer.rs-layer img {   transform: translateZ(-0.0001px)}
*/

.rs-layer.slidelink { cursor:pointer;width:100%;height:100%; }
.rs-layer.slidelink a {	width:100%;height:100%;display:block}
.rs-layer.slidelink a div {	width:3000px; height:1500px;  background:url(../assets/coloredbg.png) repeat}
.rs-layer.slidelink a span{	background:url(../assets/coloredbg.png) repeat; width:100%;height:100%;display:block}
/*.tp-shape {	width:100%;height:100%;}
*/

/*********************************************
-	WOOCOMMERCE STYLES	-
***********************************************/

.rs-layer .rs-starring				{	display: inline-block}
.rs-layer .rs-starring .star-rating {
	float: none;
	display: inline-block;
	vertical-align: top;
	color: #FFC321 !important;
}
.rs-layer .rs-starring .star-rating,
.rs-layer .rs-starring-page .star-rating {
	position: relative;
	height: 1em;
	width: 5.4em;
	font-family: star;
	font-size: 1em !important;
}
.rs-layer  .rs-starring .star-rating:before,
.rs-layer  .rs-starring-page .star-rating:before {
	content: "\73\73\73\73\73";
	color: #E0DADF;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}
.rs-layer .rs-starring .star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
	font-size: 1em !important;
}
.rs-layer .rs-starring .star-rating span:before,
.rs-layer .rs-starring .star-rating span:before {
	content: "\53\53\53\53\53";
	top: 0;
	position: absolute;
	left: 0;
}

/******************************
	-	LOADER FORMS	-
********************************/

rs-loader 	{
	top:50%; left:50%;
	z-index:10000;
	position:absolute;
}
rs-loader.off {
	display: none !important;
}
rs-loader.spinner0 {
	width: 40px;
	height: 40px;
	background-color: #fff;
	background-image:url(../assets/loader.gif);
	background-repeat:no-repeat;
	background-position: center center;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
	margin-top:-20px;
	margin-left:-20px;
	animation: tp-rotateplane 1.2s infinite ease-in-out;
	border-radius: 3px;
}
rs-loader.spinner1 {
	width: 40px;
	height: 40px;
	background-color: #fff;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
	margin-top:-20px;
	margin-left:-20px;
	animation: tp-rotateplane 1.2s infinite ease-in-out;
	border-radius: 3px;
}
rs-loader.spinner5 	{
	background-image:url(../assets/loader.gif);
	background-repeat:no-repeat;
	background-position:10px 10px;
	background-color:#fff;
	margin:-22px -22px;
	width:44px;height:44px;
	border-radius: 3px;
}
@keyframes tp-rotateplane {
  0% { transform: perspective(120px) rotateX(0deg) rotateY(0deg);}
  50% { transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);}
  100% { transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);}
}
rs-loader.spinner2 {
	width: 40px;
	height: 40px;
	margin-top:-20px;margin-left:-20px;
	background-color: #ff0000;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
	border-radius: 100%;
	animation: tp-scaleout 1.0s infinite ease-in-out;
}
@keyframes tp-scaleout {
  0% {transform: scale(0.0);}
  100% {transform: scale(1.0);opacity: 0;}
}
rs-loader.spinner3 {
  margin: -9px 0px 0px -35px;
  width: 70px;
  text-align: center;
}
rs-loader.spinner3 .bounce1,
rs-loader.spinner3 .bounce2,
rs-loader.spinner3 .bounce3 {
  width: 18px;
  height: 18px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  border-radius: 100%;
  display: inline-block;
  animation: tp-bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  animation-fill-mode: both;
}
rs-loader.spinner3 .bounce1 {
  animation-delay: -0.32s;
}
rs-loader.spinner3 .bounce2 {
  animation-delay: -0.16s;
}
@keyframes tp-bouncedelay {
  0%, 80%, 100% {transform: scale(0.0);}
  40% {transform: scale(1.0);}
}
rs-loader.spinner4 {
  margin: -20px 0px 0px -20px;
  width: 40px;
  height: 40px;
  text-align: center;
  animation: tp-rotate 2.0s infinite linear;
}
rs-loader.spinner4 .dot1,
rs-loader.spinner4 .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #fff;
  border-radius: 100%;
  animation: tp-bounce 2.0s infinite ease-in-out;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
}
rs-loader.spinner4 .dot2 {
  top: auto;
  bottom: 0px;
  animation-delay: -1.0s;
}
@keyframes tp-rotate { 100% { transform: rotate(360deg);}}
@keyframes tp-bounce {
  0%, 100% {transform: scale(0.0);}
  50% { transform: scale(1.0);}
}
rs-layer iframe { visibility:hidden;}
rs-layer.rs-ii-o iframe { visibility: visible; }
rs-layer input[type="text"],
rs-layer input[type="email"],
rs-layer input[type="url"],
rs-layer input[type="password"],
rs-layer input[type="search"],
rs-layer input[type="number"],
rs-layer input[type="tel"],
rs-layer input[type="range"],
rs-layer input[type="date"],
rs-layer input[type="month"],
rs-layer input[type="week"],
rs-layer input[type="time"],
rs-layer input[type="datetime"],
rs-layer input[type="datetime-local"] { display: inline-block }
rs-layer input::placeholder { vertical-align: middle; line-height: inherit !important}
a.rs-layer { transition: none }

/***********************************************
	-  STANDARD NAVIGATION SETTINGS
***********************************************/

rs-thumbs-wrap,
rs-tabs-wrap,
rs-thumbs,
rs-thumb,
rs-tab,
rs-bullet,
rs-bullets,
rs-navmask,
rs-tabs,
rs-arrow 					{	display:block; pointer-events: all;}

/*rs-layer {	font-size:20px; line-height: 25px; padding:0px; margin:0px; border-radius:0px; max-width: none;min-width:none; max-height: none; min-height: none}
*/

.tp-thumbs.navbar,
.tp-bullets.navbar,
.tp-tabs.navbar					{	border:none; min-height: 0; margin:0; border-radius: 0; }
.tp-tabs,
.tp-thumbs,
.tp-bullets						{	position:absolute; display:block; z-index:1000; top:0px; left:0px;}
.tp-tab,
.tp-thumb 						{	cursor: pointer; position:absolute;opacity:0.5;  box-sizing: border-box;}
.tp-arr-imgholder,
rs-poster,
.tp-thumb-image,
.tp-tab-image					{	background-position: center center; background-size:cover;width:100%;height:100%; display:block; position:absolute;top:0px;left:0px;}
rs-poster 						 { cursor:pointer; z-index:3; }
.tp-tab.rs-touchhover,
.tp-tab.selected,
.tp-thumb.rs-touchhover,
.tp-thumb.selected				{	opacity:1;}
.tp-tab-mask,
.tp-thumb-mask 					{	box-sizing:border-box !important; }
.tp-tabs,
.tp-thumbs						{	box-sizing:content-box !important; }
.tp-bullet 						{	width:15px;height:15px; position:absolute; background:#fff; background:rgba(255,255,255,0.3); cursor: pointer;}
.tp-bullet.selected,
.tp-bullet.rs-touchhover				{	background:#fff;}
.tparrows						{	cursor:pointer; background:#000; background:rgba(0,0,0,0.5); width:40px;height:40px;position:absolute; display:block; z-index:1000; }
.tparrows.rs-touchhover 				{	background:#000;}
.tparrows:before				{	font-family: "revicons"; font-size:15px; color:#fff; display:block; line-height: 40px; text-align: center;}
.tparrows.tp-leftarrow:before	{	content: '\e824'; }
.tparrows.tp-rightarrow:before	{	content: '\e825'; }

/*.tp-thumb-mask {max-width: 100% !important}
*/

/************************
 - FIXES FOR PE-7 ICONS -
**************************/

.rs-layer [class^="pe-7s-"]:before,
.rs-layer [class*=" pe-7s-"]:before,
.rs-layer [class^="pe-7s-"],
.rs-layer [class*=" pe-7s-"] {
	width: auto;
	margin: 0;
	line-height: inherit;
	box-sizing: inherit;
}

/***************************
	- KEN BURNS FIXES -
***************************/

rs-pzimg-wrap { display: block; }
body.rtl .rs-pzimg {left: 0 !important}

/*******************************
	- CUBE & CANVAS SETTINGS -
********************************/
.rs_fake_cube {transform-style:preserve-3d}
.rs_fake_cube,
.rs_fake_cube_wall { position:absolute; -webkit-backface-visibility:hidden; backface-visibility:hidden; left:0px; top:0px; z-index: 0 }
.rs-builder-mode rs-sbg-wrap canvas,
rs-sbg canvas { overflow: hidden; z-index: 5; -webkit-backface-visibility:hidden; backface-visibility:hidden;}

/***************************
	- 3D SHADOW MODE -
***************************/

.dddwrappershadow { box-shadow:0 45px 100px rgba(0, 0, 0, 0.4);}
.dddwrapper { transform-style: flat;perspective: 10000px; }

/*******************
	- DEBUG MODE -
*******************/

.rs_error_message_box { background: #111;width:800px;margin: 40px auto;padding: 40px 20px;text-align: center;font-family: "Open Sans",sans-serif}
.rs_error_message_oops {margin: 0px 0px 20px;line-height: 60px;font-size: 34px;color: #FFF;}
.rs_error_message_content {margin: 0px 0px 20px;line-height: 25px;font-size: 17px;color: #FFF;}
.rs_error_message_button {color: #fff !important;background: #333;display: inline-block;padding: 10px 15px;text-align: right;border-radius: 5px;cursor: pointer;text-decoration: none !important}
.rs_error_message_button:hover {  background:#5e35b1}
.hglayerinfo				   {position: fixed;bottom: 0px;left: 0px;color: #FFF;font-size: 12px;line-height: 20px;font-weight: 600;background: rgba(0, 0, 0, 0.75);padding: 5px 10px;z-index: 2000;white-space: normal;}
.hginfo 					   {position:absolute;top:-2px;left:-2px;color:#e74c3c;font-size:12px;font-weight:600; background:#000;padding:2px 5px;}
.indebugmode .rs-layer:hover {border:1px dashed #c0392b !important;}
.helpgrid 					   {border:2px dashed #c0392b;position:absolute;top:0px;left:0px;z-index:0 }
#revsliderlogloglog				{padding:15px;color:#fff;position:fixed; top:0px;left:0px;width:200px;height:150px;background:rgba(0,0,0,0.7); z-index:100000; font-size:10px; overflow:scroll;}

/**
INSTAGRAM FILTERS BY UNA
https://una.im/CSSgram/
**/
.aden{filter:hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2)}
.aden::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}
.perpetua::after,.reyes::after{mix-blend-mode:soft-light;opacity:.5}
.inkwell{filter:sepia(.3) contrast(1.1) brightness(1.1) grayscale(1)}
.perpetua::after{background:linear-gradient(to bottom,#005b9a,#e6c13d)}
.reyes{filter:sepia(.22) brightness(1.1) contrast(.85) saturate(.75)}
.reyes::after{background:#efcdad}
.gingham{filter:brightness(1.05) hue-rotate(-10deg)}
.gingham::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}
.toaster{filter:contrast(1.5) brightness(.9)}
.toaster::after{background:radial-gradient(circle,#804e0f,#3b003b);mix-blend-mode:screen}
.walden{filter:brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6)}
.walden::after{background:#04c;mix-blend-mode:screen;opacity:.3}
.hudson{filter:brightness(1.2) contrast(.9) saturate(1.1)}
.hudson::after{background:radial-gradient(circle,#a6b1ff 50%,#342134);mix-blend-mode:multiply;opacity:.5}
.earlybird{filter:contrast(.9) sepia(.2)}
.earlybird::after{background:radial-gradient(circle,#d0ba8e 20%,#360309 85%,#1d0210 100%);mix-blend-mode:overlay}
.mayfair{filter:contrast(1.1) saturate(1.1)}
.mayfair::after{background:radial-gradient(circle at 40% 40%,rgba(255,255,255,.8),rgba(255,200,200,.6),#111 60%);mix-blend-mode:overlay;opacity:.4}
.lofi{filter:saturate(1.1) contrast(1.5)}
.lofi::after{background:radial-gradient(circle,transparent 70%,#222 150%);mix-blend-mode:multiply}
._1977{filter:contrast(1.1) brightness(1.1) saturate(1.3)}
._1977:after{background:rgba(243,106,188,.3);mix-blend-mode:screen}
.brooklyn{filter:contrast(.9) brightness(1.1)}
.brooklyn::after{background:radial-gradient(circle,rgba(168,223,193,.4) 70%,#c4b7c8);mix-blend-mode:overlay}
.xpro2{filter:sepia(.3)}
.xpro2::after{background:radial-gradient(circle,#e6e7e0 40%,rgba(43,42,161,.6) 110%);mix-blend-mode:color-burn}
.nashville{filter:sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2)}
.nashville::after{background:rgba(0,70,150,.4);mix-blend-mode:lighten}
.nashville::before{background:rgba(247,176,153,.56);mix-blend-mode:darken}
.lark{filter:contrast(.9)}
.lark::after{background:rgba(242,242,242,.8);mix-blend-mode:darken}
.lark::before{background:#22253f;mix-blend-mode:color-dodge}
.moon{filter:grayscale(1) contrast(1.1) brightness(1.1)}
.moon::before{background:#a0a0a0;mix-blend-mode:soft-light}
.moon::after{background:#383838;mix-blend-mode:lighten}
.clarendon{filter:contrast(1.2) saturate(1.35)}
.clarendon:before{background:rgba(127,187,227,.2);mix-blend-mode:overlay}
.willow{filter:grayscale(.5) contrast(.95) brightness(.9)}
.willow::before{background-color:radial-gradient(40%,circle,#d4a9af 55%,#000 150%);mix-blend-mode:overlay}
.rise{filter:brightness(1.05) sepia(.2) contrast(.9) saturate(.9)}
.rise::after{background:radial-gradient(circle,rgba(232,197,152,.8),transparent 90%);mix-blend-mode:overlay;opacity:.6}
.rise::before{background:radial-gradient(circle,rgba(236,205,169,.15) 55%,rgba(50,30,7,.4));mix-blend-mode:multiply}
._1977:after,._1977:before,rs-pzimg-wrap.aden:after,.aden:before,.brooklyn:after,.brooklyn:before,.clarendon:after,.clarendon:before,.earlybird:after,.earlybird:before,.gingham:after,.gingham:before,.hudson:after,.hudson:before,.inkwell:after,.inkwell:before,.lark:after,.lark:before,.lofi:after,.lofi:before,.mayfair:after,.mayfair:before,.moon:after,.moon:before,.nashville:after,.nashville:before,.perpetua:after,.perpetua:before,.reyes:after,.reyes:before,.rise:after,.rise:before,.slumber:after,.slumber:before,.toaster:after,.toaster:before,.walden:after,.walden:before,.willow:after,.willow:before,.xpro2:after,.xpro2:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}
._1977,.aden,.brooklyn,.clarendon,.earlybird,.gingham,.hudson,.inkwell,.lark,.lofi,.mayfair,.moon,.nashville,.perpetua,.reyes,.rise,.slumber,.toaster,.walden,.willow,.xpro2{position:absolute;}
._1977:before,.aden:before,.brooklyn:before,.clarendon:before,.earlybird:before,.gingham:before,.hudson:before,.inkwell:before,.lark:before,.lofi:before,.mayfair:before,.moon:before,.nashville:before,.perpetua:before,.reyes:before,.rise:before,.slumber:before,.toaster:before,.walden:before,.willow:before,.xpro2:before{z-index:30}
._1977:after,.aden:after,.brooklyn:after,.clarendon:after,.earlybird:after,.gingham:after,.hudson:after,.inkwell:after,.lark:after,.lofi:after,.mayfair:after,.moon:after,.nashville:after,.perpetua:after,.reyes:after,.rise:after,.slumber:after,.toaster:after,.walden:after,.willow:after,.xpro2:after{z-index:40}
.slumber{filter:saturate(.66) brightness(1.05)}
.slumber::after{background:rgba(125,105,24,.5);mix-blend-mode:soft-light}
.slumber::before{background:rgba(69,41,12,.4);mix-blend-mode:lighten}
.willow::after{background-color:#d8cdcb;mix-blend-mode:color}
/* SAFARI BUG FIX ON COLOR BLEND MODE */
@media not all and (min-resolution:.001dpcm) {
	 @supports (-webkit-appearance:none) {
	 .willow{filter:grayscale(1) contrast(.95) brightness(.9)}
.willow::after{background-color:transparent;}
}}
rs-pzimg-wrap.perpetua:before,rs-pzimg-wrap.perpetua:after,rs-pzimg-wrap.nashville:before,rs-pzimg-wrap.nashville:after,rs-pzimg-wrap.xpro2:before,rs-pzimg-wrap.xpro2:after,rs-pzimg-wrap._1977:after,rs-pzimg-wrap._1977:before,rs-pzimg-wrap.aden:after,rs-pzimg-wrap.aden:before,rs-pzimg-wrap.brooklyn:after,rs-pzimg-wrap.brooklyn:before,rs-pzimg-wrap.clarendon:after,rs-pzimg-wrap.clarendon:before,rs-pzimg-wrap.earlybird:after,rs-pzimg-wrap.earlybird:before,rs-pzimg-wrap.gingham:after,rs-pzimg-wrap.gingham:before,rs-pzimg-wrap.hudson:after,rs-pzimg-wrap.hudson:before,rs-pzimg-wrap.inkwell:after,rs-pzimg-wrap.inkwell:before,rs-pzimg-wrap.lark:after,rs-pzimg-wrap.lark:before,rs-pzimg-wrap.lofi:after,rs-pzimg-wrap.lofi:before,rs-pzimg-wrap.mayfair:after,rs-pzimg-wrap.mayfair:before,rs-pzimg-wrap.moon:after,rs-pzimg-wrap.moon:before,rs-pzimg-wrap.reyes:after,rs-pzimg-wrap.reyes:before,rs-pzimg-wrap.rise:after,rs-pzimg-wrap.rise:before,rs-pzimg-wrap.slumber:after,rs-pzimg-wrap.slumber:before,rs-pzimg-wrap.toaster:after,rs-pzimg-wrap.toaster:before,rs-pzimg-wrap.walden:after,rs-pzimg-wrap.walden:before,rs-pzimg-wrap.willow:after,rs-pzimg-wrap.willow:before,rs-pzimg-wrap:before,rs-pzimg-wrap:after {height:500%;width:500%}

/**
new spinners
**/
rs-loader.spinner6{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}
rs-loader.spinner6 .rs-spinner-inner{width:100%;height:100%;display:inline-block;-webkit-animation:rs-revealer-6 1.4s linear infinite;animation:rs-revealer-6 1.4s linear infinite}
rs-loader.spinner6 .rs-spinner-inner span{position:absolute;vertical-align:top;border-radius:100%;display:inline-block;width:8px;height:8px;margin-left:16px;transform-origin:center 20px;-webkit-transform-origin:center 20px}
rs-loader.spinner6 .rs-spinner-inner span:nth-child(2){transform:rotate(36deg);-webkit-transform:rotate(36deg);opacity:.1}
rs-loader.spinner6 .rs-spinner-inner span:nth-child(3){transform:rotate(72deg);-webkit-transform:rotate(72deg);opacity:.2}
rs-loader.spinner6 .rs-spinner-inner span:nth-child(4){transform:rotate(108deg);-webkit-transform:rotate(108deg);opacity:.3}
rs-loader.spinner6 .rs-spinner-inner span:nth-child(5){transform:rotate(144deg);-webkit-transform:rotate(144deg);opacity:.4}
rs-loader.spinner6 .rs-spinner-inner span:nth-child(6){transform:rotate(180deg);-webkit-transform:rotate(180deg);opacity:.5}
rs-loader.spinner6 .rs-spinner-inner span:nth-child(7){transform:rotate(216deg);-webkit-transform:rotate(216deg);opacity:.6}
rs-loader.spinner6 .rs-spinner-inner span:nth-child(8){transform:rotate(252deg);-webkit-transform:rotate(252deg);opacity:.7}
rs-loader.spinner6 .rs-spinner-inner span:nth-child(9){transform:rotate(288deg);-webkit-transform:rotate(288deg);opacity:.8}
rs-loader.spinner6 .rs-spinner-inner span:nth-child(10){transform:rotate(324deg);-webkit-transform:rotate(324deg);opacity:.9}
@keyframes rs-revealer-6{from{transform:rotate(0)}
to{transform:rotate(360deg)}}
@-webkit-keyframes rs-revealer-6{from{-webkit-transform:rotate(0)}
to{-webkit-transform:rotate(360deg)}}
rs-loader.spinner7{width:35px;height:35px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}
rs-loader.spinner7 .rs-spinner-inner{width:100%;height:100%;display:inline-block;padding:0;border-radius:100%;border:2px solid;-webkit-animation:rs-revealer-7 .8s linear infinite;animation:rs-revealer-7 .8s linear infinite}
@keyframes rs-revealer-7{from{transform:rotate(0)}
to{transform:rotate(360deg)}}
@-webkit-keyframes rs-revealer-7{from{-webkit-transform:rotate(0)}
to{-webkit-transform:rotate(360deg)}}
rs-loader.spinner8{width:50px;height:50px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}
rs-loader.spinner8 .rs-spinner-inner{width:100%;height:100%;display:inline-block;padding:0;text-align:left}
rs-loader.spinner8 .rs-spinner-inner span{position:absolute;display:inline-block;width:100%;height:100%;border-radius:100%;-webkit-animation:rs-revealer-8 1.6s linear infinite;animation:rs-revealer-8 1.6s linear infinite}
rs-loader.spinner8 .rs-spinner-inner span:last-child{animation-delay:-.8s;-webkit-animation-delay:-.8s}
@keyframes rs-revealer-8{0%{transform:scale(0,0);opacity:.5}100%{transform:scale(1,1);opacity:0}}
@-webkit-keyframes rs-revealer-8{0%{-webkit-transform:scale(0,0);opacity:.5}100%{-webkit-transform:scale(1,1);opacity:0}}
rs-loader.spinner9{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}
rs-loader.spinner9 .rs-spinner-inner span{display:block;width:100%;height:100%;border-radius:50%;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:rs-revealer-9 2s infinite ease-in-out;animation:rs-revealer-9 2s infinite ease-in-out}
rs-loader.spinner9 .rs-spinner-inner span:last-child{-webkit-animation-delay:-1s;animation-delay:-1s}
@-webkit-keyframes rs-revealer-9{0%,100%{-webkit-transform:scale(0)}50%{-webkit-transform:scale(1)}}
@keyframes rs-revealer-9{0%,100%{transform:scale(0);-webkit-transform:scale(0)}50%{transform:scale(1);-webkit-transform:scale(1)}}
rs-loader.spinner10{width:54px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}
rs-loader.spinner10 .rs-spinner-inner{width:100%;height:100%;text-align:center;font-size:10px}
rs-loader.spinner10 .rs-spinner-inner span{display:block;height:100%;width:6px;display:inline-block;-webkit-animation:rs-revealer-10 1.2s infinite ease-in-out;animation:rs-revealer-10 1.2s infinite ease-in-out}
rs-loader.spinner10 .rs-spinner-inner span:nth-child(2){-webkit-animation-delay:-1.1s;animation-delay:-1.1s}
rs-loader.spinner10 .rs-spinner-inner span:nth-child(3){-webkit-animation-delay:-1s;animation-delay:-1s}
rs-loader.spinner10 .rs-spinner-inner span:nth-child(4){-webkit-animation-delay:-.9s;animation-delay:-.9s}
rs-loader.spinner10 .rs-spinner-inner span:nth-child(5){-webkit-animation-delay:-.8s;animation-delay:-.8s}
@-webkit-keyframes rs-revealer-10{0%,100%,40%{-webkit-transform:scaleY(.4)}20%{-webkit-transform:scaleY(1)}}
@keyframes rs-revealer-10{0%,100%,40%{transform:scaleY(.4);-webkit-transform:scaleY(.4)}20%{transform:scaleY(1);-webkit-transform:scaleY(1)}}
rs-loader.spinner11{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}
rs-loader.spinner11 .rs-spinner-inner{width:100%;height:100%}
rs-loader.spinner11 .rs-spinner-inner span{display:block;width:33%;height:33%;background-color:#333;float:left;-webkit-animation:rs-revealer-11 1.3s infinite ease-in-out;animation:rs-revealer-11 1.3s infinite ease-in-out}
rs-loader.spinner11 .rs-spinner-inner span:nth-child(1){-webkit-animation-delay:.2s;animation-delay:.2s}
rs-loader.spinner11 .rs-spinner-inner span:nth-child(2){-webkit-animation-delay:.3s;animation-delay:.3s}
rs-loader.spinner11 .rs-spinner-inner span:nth-child(3){-webkit-animation-delay:.4s;animation-delay:.4s}
rs-loader.spinner11 .rs-spinner-inner span:nth-child(4){-webkit-animation-delay:.1s;animation-delay:.1s}
rs-loader.spinner11 .rs-spinner-inner span:nth-child(5){-webkit-animation-delay:.2s;animation-delay:.2s}
rs-loader.spinner11 .rs-spinner-inner span:nth-child(6){-webkit-animation-delay:.3s;animation-delay:.3s}
rs-loader.spinner11 .rs-spinner-inner span:nth-child(7){-webkit-animation-delay:0s;animation-delay:0s}
rs-loader.spinner11 .rs-spinner-inner span:nth-child(8){-webkit-animation-delay:.1s;animation-delay:.1s}
rs-loader.spinner11 .rs-spinner-inner span:nth-child(9){-webkit-animation-delay:.2s;animation-delay:.2s}
@-webkit-keyframes rs-revealer-11{0%,100%,70%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}
@keyframes rs-revealer-11{0%,100%,70%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}
rs-loader.spinner12{width:35px;height:35px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}
rs-loader.spinner12 .rs-spinner-inner{width:100%;height:100%;-webkit-animation:rs-revealer-12 1s infinite linear;animation:rs-revealer-12 1s infinite linear}
@-webkit-keyframes rs-revealer-12{0%{-webkit-transform:rotate(0)}100%{-webkit-transform:rotate(360deg)}}
@keyframes rs-revealer-12{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}
rs-loader.spinner13{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}
rs-loader.spinner13 .rs-spinner-inner{width:100%;height:100%}
rs-loader.spinner13 .rs-spinner-inner span{display:block;width:40%;height:40%;position:absolute;border-radius:50%;-webkit-animation:rs-revealer-13 2s ease infinite;animation:rs-revealer-13 2s ease infinite}
rs-loader.spinner13 .rs-spinner-inner span:nth-child(1){animation-delay:-1.5s;-webkit-animation-delay:-1.5s}
rs-loader.spinner13 .rs-spinner-inner span:nth-child(2){animation-delay:-1s;-webkit-animation-delay:-1s}
rs-loader.spinner13 .rs-spinner-inner span:nth-child(3){animation-delay:-.5s;-webkit-animation-delay:-.5s}
@keyframes rs-revealer-13{0%,100%{transform:translate(0)}25%{transform:translate(160%)}50%{transform:translate(160%,160%)}75%{transform:translate(0,160%)}}
@-webkit-keyframes rs-revealer-13{0%,100%{-webkit-transform:translate(0)}25%{-webkit-transform:translate(160%)}50%{-webkit-transform:translate(160%,160%)}75%{-webkit-transform:translate(0,160%)}}
rs-loader.spinner14{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}
rs-loader.spinner14 .rs-spinner-inner{width:100%;height:100%;animation:rs-revealer-14 1s infinite linear}
rs-loader.spinner14 .rs-spinner-inner span{display:block;position:absolute;top:50%;left:50%;width:16px;height:16px;border-radius:50%;margin:-8px}
rs-loader.spinner14 .rs-spinner-inner span:nth-child(1){-webkit-animation:rs-revealer-14-1 2s infinite;animation:rs-revealer-14-1 2s infinite}
rs-loader.spinner14 .rs-spinner-inner span:nth-child(2){-webkit-animation:rs-revealer-14-2 2s infinite;animation:rs-revealer-14-2 2s infinite}
rs-loader.spinner14 .rs-spinner-inner span:nth-child(3){-webkit-animation:rs-revealer-14-3 2s infinite;animation:rs-revealer-14-3 2s infinite}
rs-loader.spinner14 .rs-spinner-inner span:nth-child(4){-webkit-animation:rs-revealer-14-4 2s infinite;animation:rs-revealer-14-4 2s infinite}
@-webkit-keyframes rs-revealer-14-1{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(80%,80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(80%,80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}
@-webkit-keyframes rs-revealer-14-2{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(80%,-80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(80%,-80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}
@-webkit-keyframes rs-revealer-14-3{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(-80%,-80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(-80%,-80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}
@-webkit-keyframes rs-revealer-14-4{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(-80%,80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(-80%,80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}
@keyframes rs-revealer-14-1{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(80%,80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(80%,80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}
@keyframes rs-revealer-14-2{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(80%,-80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(80%,-80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}
@keyframes rs-revealer-14-3{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(-80%,-80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(-80%,-80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}
@keyframes rs-revealer-14-4{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(-80%,80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(-80%,80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}
rs-loader.spinner15{width:40px;height:40px;margin-top:-4px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}
rs-loader.spinner15 .rs-spinner-inner{width:100%;height:100%}
rs-loader.spinner15 .rs-spinner-inner span{display:block;width:20px;height:20px;position:absolute;top:0;left:0;-webkit-animation:rs-revealer-15 1.8s infinite ease-in-out;animation:rs-revealer-15 1.8s infinite ease-in-out}
rs-loader.spinner15 .rs-spinner-inner:last-child{-webkit-animation-delay:-.9s;animation-delay:-.9s}
@-webkit-keyframes rs-revealer-15{25%{-webkit-transform:translateX(30px) rotate(-90deg) scale(.5)}50%{-webkit-transform:translateX(30px) translateY(30px) rotate(-180deg)}75%{-webkit-transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5)}100%{-webkit-transform:rotate(-360deg)}}
@keyframes rs-revealer-15{25%{transform:translateX(30px) rotate(-90deg) scale(.5);-webkit-transform:translateX(30px) rotate(-90deg) scale(.5)}50%{transform:translateX(30px) translateY(30px) rotate(-179deg);-webkit-transform:translateX(30px) translateY(30px) rotate(-179deg)}50.1%{transform:translateX(30px) translateY(30px) rotate(-180deg);-webkit-transform:translateX(30px) translateY(30px) rotate(-180deg)}75%{transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5);-webkit-transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5)}100%{transform:rotate(-360deg);-webkit-transform:rotate(-360deg)}}

/* NEW CANVAS ANIMATIONS ON SLIDE BG'S */
.bgcanvas { display: none; position: absolute; overflow: hidden; }

/* way the hell off screen */
.RSscrollbar-measure {
	width: 100px;
	height: 100px;
	overflow: scroll;
	position: absolute;
	top: -9999px;
}

/*  AVADA SCROLL FIX */
.avada-has-rev-slider-styles .rev_slider_wrapper {
	transform:none;
}

/*rev_slider_1_1_wrapper*/

#rev_slider_1_1_wrapper .custom.tparrows{cursor:pointer;background:#000;background:rgba(0,0,0,0.5);width:40px;height:40px;position:absolute;display:block;z-index:1000}
#rev_slider_1_1_wrapper .custom.tparrows.rs-touchhover{background:#000}
#rev_slider_1_1_wrapper .custom.tparrows:before{font-family:'revicons';font-size:15px;color:#fff;display:block;line-height:40px;text-align:center}
#rev_slider_1_1_wrapper .custom.tparrows.tp-leftarrow:before{content:'\e824'}
#rev_slider_1_1_wrapper .custom.tparrows.tp-rightarrow:before{content:'\e825'}

/*rev_slider_2_1_wrapper*/

#rev_slider_2_1_wrapper .uranus.tparrows{width:50px; height:50px; background:rgba(255,255,255,0)}
#rev_slider_2_1_wrapper .uranus.tparrows:before{width:50px; height:50px; line-height:50px; font-size:40px; transition:all 0.3s;-webkit-transition:all 0.3s}
#rev_slider_2_1_wrapper .uranus.tparrows.rs-touchhover:before{opacity:0.75}

/*rev_slider_3_1_wrapper*/

#rev_slider_3_1_wrapper .custom.tparrows{cursor:pointer;background:#000;background:rgba(0,0,0,0.5);width:40px;height:40px;position:absolute;display:block;z-index:1000}
#rev_slider_3_1_wrapper .custom.tparrows.rs-touchhover{background:#000}
#rev_slider_3_1_wrapper .custom.tparrows:before{font-family:'revicons';font-size:15px;color:#fff;display:block;line-height:40px;text-align:center}
#rev_slider_3_1_wrapper .custom.tparrows.tp-leftarrow:before{content:'\e824'}
#rev_slider_3_1_wrapper .custom.tparrows.tp-rightarrow:before{content:'\e825'}

/* <<< END revolution/css/rs6.css <<< */
