.title_stat {
    text-shadow: 1px 1px 2px #fff, 0 0 1em #333, 0 0 0.2em #ccc;
    text-shadow: 2px 2px 4px #000000;
    color: #fff;
}
.tp-caption {
    text-shadow: 1px 1px 2px #fff, 0 0 1em #333, 0 0 0.2em #ccc;
    text-shadow: 2px 2px 4px #000000;
    color: #fff;
}
/* ----------------------------------------------------------------
	Blog
-----------------------------------------------------------------*/


#posts {
    position: relative;
}
.entry {
    position: relative;
    margin-bottom: 50px;
}
.posts-md .entry, .posts-sm .entry {
    margin-bottom: 0;
}
.entry::after {
    content: '';
    position: relative;
    height: 2px;
    margin-top: 50px;
    background-color: #F5F5F5;
}
.entry-image {
    margin-bottom: 30px;
}
.posts-md .entry-image, .posts-sm .entry-image {
    margin-bottom: 0;
}
.entry-image, .entry-image > a, .entry-image .slide a:not(.carousel-control-next, .carousel-control-prev), .entry-image img {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
}
.posts-sm .entry-image {
    width: 64px;
}
.entry-image iframe {
    display: block;
}
.entry-image video {
    display: block;
    width: 100%;
}
.entry-image img {
    border-radius: 3px;
}
.posts-md .entry-image + .entry-title {
    margin-top: 0.875rem;
}
.entry-title h2, .entry-title h3, .entry-title h4 {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.entry-title.title-sm h2, .entry-title.title-sm h3 {
    font-size: 1.25rem;
    letter-spacing: 0;
}
.entry-title.title-sm h3 {
    font-size: 1.125rem;
}
.entry-title.title-xs h2, .entry-title.title-xs h3 {
    font-size: 1rem;
    letter-spacing: 0;
}
.entry-title h4 {
    font-size: 0.875rem;
    letter-spacing: 0;
}
.entry-title.nott h2, .entry-title.nott h3, .entry-title h4 {
    text-transform: none;
}
.entry-title h2 a, .entry-title h3 a, .entry-title h4 a {
    color: #333;
}
.entry-title h2 a:hover, .entry-title h3 a:hover, .entry-title h4 a:hover {
    color: #6278F0;
}
.entry-meta {
    position: relative;
    overflow: hidden;
    margin-top: 10px;
}
.posts-sm .entry-meta {
    margin-top: 6px;
}
.single-post .entry-meta {
    margin-bottom: 20px;
}
.posts-md .entry-meta, .posts-sm .entry-meta {
    margin-bottom: 0px;
}
.entry-meta ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 0 -10px -33px;
    list-style: none;
}
.entry-meta.no-separator ul, .entry-meta ul.flex-column {
    align-items: start;
    margin-left: 0;
}
.posts-sm .entry-meta ul {
    margin-bottom: -5px;
}
.entry-meta li {
    font-size: 90%;
    margin: 0 15px 10px 0;
    color: #999;
}
.entry-meta ul.flex-column li {
    margin-left: 0;
}
.posts-sm .entry-meta li {
    margin-bottom: 5px;
}
.entry-meta:not(.no-separator) li::before {
    content: '\205E';
    width: 5px;
    text-align: center;
    display: inline-block;
    margin-right: 15px;
    opacity: 0.5;
}
.entry-meta i {
    position: relative;
    top: 1px;
    padding-left: 1px;
    margin-right: 5px;
}
.entry-meta a:not(:hover) {
    color: #999;
}
.entry-meta ins {
    font-weight: 700;
    text-decoration: none;
}
.entry-content {
    margin-top: 30px;
}
.single-post .entry-content {
    margin-top: 0;
}
.posts-md .entry-content, .posts-sm .entry-content {
    margin-top: 20px;
}
.single-post .entry-content .entry-image {
    max-width: 350px;
}
.entry-content {
    position: relative;
}
.entry-link {
    display: block;
    width: 100%;
    background-color: #F5F5F5;
    padding: 30px 0;
    text-align: center;
    color: #444;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.5rem;
    font-weight: 700;
    border-radius: 3px;
}
body:not(.device-touch) .entry-link {
    -webkit-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
}
.entry-link:hover {
    color: #FFF;
    background-color: #6278F0;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
.entry-link span {
    display: block;
    margin-top: 5px;
    font-family: 'PT Serif', serif;
    font-style: italic;
    font-weight: normal;
    text-transform: none;
    letter-spacing: 0;
    font-size: 0.875rem;
    color: #AAA;
}
.entry-link:hover span {
    color: #EEE;
}
.entry blockquote p {
    font-weight: 400;
    font-family: 'PT Serif', serif;
    font-style: italic;
}
/* Blog - Grid
-----------------------------------------------------------------*/

.post-grid .entry {
    margin-bottom: 30px;
}
.post-grid .entry-title h2 {
    font-size: 1.125rem;
    letter-spacing: 0;
    font-weight: 600;
}
.post-grid .entry-link {
    font-size: 1.5rem;
}
.post-grid .entry-link span {
    font-size: 0.875rem;
}
.home_version_04 .navbar-brand {
    -webkit-filter: none !important;
    filter: none !important;
}
/* ----------------------------------------------------------------
	Flip Cards
-----------------------------------------------------------------*/

.flip-card {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
.flip-card-front, .flip-card-back {
    background-size: cover;
    background-position: center;
    -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1),  -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
    height: 280px;
    border-radius: 6px;
    color: #FFF;
    font-size: 1.5rem;
}
.flip-card-back {
    background-color: #666;
}
.flip-card:hover .flip-card-front, .flip-card:hover .flip-card-back {
    -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1),  -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
}
.flip-card-front.no-after::after, .flip-card-back.no-after::after {
    content: none
}
.flip-card-front::after, .flip-card-back::after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    opacity: 0.6;
    background-color: #000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 6px;
}
.flip-card-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.flip-card-inner {
    -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
    transform: translateY(-50%) translateZ(60px) scale(0.94);
    top: 50%;
    position: absolute;
    left: 0;
    width: 100%;
    padding: 2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 1px solid transparent;
    -webkit-perspective: inherit;
    perspective: inherit;
    z-index: 2;
}
.flip-card-back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.flip-card-front, .flip-card:hover .flip-card-back {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.flip-card:hover .flip-card-front {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.top-to-bottom .flip-card-back {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.top-to-bottom .flip-card-front, .top-to-bottom:hover .flip-card-back {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.top-to-bottom:hover .flip-card-front {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.flip-card-inner span {
    font-size: 18px;
    line-height: 20px;
    font-weight: 300;
}
.flip-card-inner p {
    position: relative;
    font-size: 1rem;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.7);
}
#page-title.page-title-parallax h1 {
    font-size: 23px;
    font-weight: 600;
    letter-spacing: 2px;
    text-shadow: 1px 1px 2px #fff, 0 0 1em #333, 0 0 0.2em #ccc;
    text-shadow: 2px 2px 4px #000000;
    color: #fff;
}
.banner-overlay, .banner-placeholder {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: transparent url(../images/grid.png) repeat;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
}
#page-title {
    position: relative;
    padding: 4rem 0;
    background-color: #F5F5F5;
    border-bottom: 1px solid #EEE;
}
#page-title .container {
    position: relative;
}
#page-title h1 {
    padding: 0;
    margin: 0;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 1px;
    color: #333;
    font-size: 2rem;
    text-transform: uppercase;
}
#page-title span {
    display: block;
    margin-top: 10px;
    font-weight: 300;
    color: #777;
    font-size: 1.125rem;
}
.breadcrumb {
    position: absolute !important;
    width: auto !important;
    top: 50% !important;
    left: auto !important;
    right: 15px !important;
    margin: 0 !important;
    background-color: transparent !important;
    padding: 0 !important;
    font-size: 90%;
    transform: translateY(-50%);
}
.transparent-header + .page-title-parallax .breadcrumb {
    margin-top: 35px !important;
}
.breadcrumb a {
    color: #555;
}
.breadcrumb a:hover {
    color: #6278F0;
}
.breadcrumb i {
    width: auto !important;
}
/* Page Title - Dark
-----------------------------------------------------------------*/

#page-title.page-title-dark {
    background-color: #333;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.1) !important;
    border-bottom: none;
}
#page-title.page-title-dark h1 {
    color: rgba(255,255,255,0.9) !important;
}
#page-title.page-title-dark span {
    color: rgba(255,255,255,0.7) !important;
}
#page-title.page-title-dark .breadcrumb > .active {
    color: rgba(255,255,255,0.6);
}
#page-title.page-title-dark .breadcrumb a {
    color: rgba(255,255,255,0.8);
}
#page-title.page-title-dark .breadcrumb a:hover {
    color: rgba(255,255,255,0.95);
}
#page-title.page-title-dark .breadcrumb-item + .breadcrumb-item::before {
    color: #CCC;
}
/* Page Title - Right Aligned
-----------------------------------------------------------------*/

.page-title-right {
    text-align: right;
}
.page-title-right .breadcrumb {
    left: 15px !important;
    right: auto !important;
}
/* Page Title - Center Aligned
-----------------------------------------------------------------*/

.page-title-center {
    text-align: center;
}
#page-title.page-title-center span {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
#page-title.page-title-center .breadcrumb {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin: 20px 0 0 !important;
    justify-content: center;
    transform: translateY(0);
}
/* Page Title - Background Pattern
-----------------------------------------------------------------*/

.page-title-pattern {
    background-image: url('images/pattern.png');
    background-repeat: repeat;
    background-attachment: fixed;
}
/* Page Title - Parallax Background
-----------------------------------------------------------------*/

.page-title-parallax {
    padding: 100px 0;
    text-shadow: none;
    border-bottom: none;
}
#page-title.page-title-parallax h1 {
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 2px;
}
#page-title.page-title-parallax span {
    font-size: 1.25rem;
}
#page-title.page-title-parallax .breadcrumb {
    font-size: 0.875rem;
}
.page-title-parallax {
    background-color: transparent;
    background-image: url('images/parallax/parallax-bg.jpg');
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat;
}
/* Page Title - Mini
-----------------------------------------------------------------*/

#page-title.page-title-mini {
    padding: 20px 0;
}
#page-title.page-title-mini h1 {
    font-weight: 600;
    font-size: 18px;
    color: #444;
}
#page-title.page-title-mini span {
    display: none;
}
/* Page Title - No Background
-----------------------------------------------------------------*/

#page-title.page-title-nobg {
    background: transparent !important;
    border-bottom: 1px solid #F5F5F5;
}
/* Page Title - Video
-----------------------------------------------------------------*/

.page-title-video {
    background: none;
    position: relative;
    overflow: hidden;
}
.page-title-video .container {
    z-index: 5;
}
.page-title-video .video-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.page-title-video .video-wrap video {
    width: 100%;
}

@media (max-width: 767.98px) {
#page-title {
    padding: 2rem 0;
    text-align: center;
}
#page-title h1 {
    line-height: 1.5;
    font-size: calc( 1rem + 2vw );
}
.page-title-parallax span {
    font-size: 1rem;
}
#page-title .breadcrumb {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin: 20px 0 0 !important;
    justify-content: center;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
#page-title #portfolio-navigation,  #portfolio-ajax-title #portfolio-navigation {
    position: relative;
    top: 0;
    left: 0;
    margin: 15px auto 0;
}
}


/* ----------------------------------------------------------------
	Divider
-----------------------------------------------------------------*/


.divider {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
	margin: 1rem auto;
	color: #E5E5E5;
	width: 100%;
}

.divider.divider-margin-lg { margin: 5rem auto; }

.divider::after,
.divider::before {
	content: '';
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
	height: 1px;
	background-color: #EEE;
}

.divider::before {
	display: none;
	margin-right: 0.5rem;
}

.divider::after {
	margin-left: 0.5rem;
}

.divider.divider-thick::after,
.divider.divider-thick::before { height: 3px; }

.divider.divider-sm { width: 55%; }

.divider.divider-xs { width: 35%; }

.divider i,
.divider a,
.divider-text {
	position: relative;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 24px;
	max-width: 100%;
	line-height: 1;
	font-size: 18px !important;
	text-align: center;
}

.divider a,
.divider-text {
	width: auto;
	color: inherit;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.divider a:hover { color: #888; }


/* Divider - Icon Align Right
-----------------------------------------------------------------*/

.divider.divider-right::before {
	display: block;
}

.divider.divider-right::after {
	display: none;
}


/* Divider - Icon Align Center
-----------------------------------------------------------------*/

.divider.divider-center::before {
	display: block;
}


/* Divider - Rounded Icon
-----------------------------------------------------------------*/

.divider.divider-rounded i,
.divider.divider-border i {
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #BBB;
	background-color: #F5F5F5;
	border-radius: 50%;
}

.divider.divider-rounded::before,
.divider.divider-border::before,
.divider.divider-rounded::after,
.divider.divider-border::after {
	margin-left: 0;
	margin-right: 0;
}


/* Divider - Rounded & Border
-----------------------------------------------------------------*/

.divider.divider-border { color: #E5E5E5; }

.divider.divider-border i {
	line-height: 38px;
	background-color: transparent;
	border: 1px solid #EEE;
}


/* Divider - Line Only
-----------------------------------------------------------------*/

.divider.divider-line::before,
.divider.divider-line::after {
	margin-left: 0;
	margin-right: 0;
}


/* ----------------------------------------------------------------
	Magazine Specific Classes
-----------------------------------------------------------------*/

.top-advert {
	padding: 5px;
	border-left: 1px solid #EEE;
	border-right: 1px solid #EEE;
}

.top-advert a,
.top-advert img { display: block; }

.bnews-title {
	display: block;
	float: left;
	margin-top: 2px;
	padding-top: .3em;
	text-transform: uppercase;
}

.bnews-slider {
	float: left;
	width: 970px;
	margin-left: 20px;
	min-height: 0;
}


/* ----------------------------------------------------------------
	Owl Carousel CSS
-----------------------------------------------------------------*/

.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in { z-index: 0; }

.owl-carousel .owl-animated-out { z-index: 1; }

.owl-carousel .fadeOut  {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
	0% { opacity: 1; }
	100% { opacity: 0; }
}

@keyframes fadeOut {
	0% { opacity: 1; }
	100% { opacity: 0; }
}

.owl-height {
	-webkit-transition:height 500ms ease-in-out;
	-o-transition:height 500ms ease-in-out;
	transition:height 500ms ease-in-out
}

.owl-carousel {
	display:none;
	-webkit-tap-highlight-color:transparent;
	position:relative;
	z-index:1;
	width: 100%;
	touch-action: manipulation;
}

.owl-carousel .owl-stage {
	position:relative;
	-ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage::after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0
}

.owl-carousel .owl-stage-outer {
	position:relative;
	overflow:hidden;
	-webkit-transform:translate3d(0,0,0);
}

.owl-carousel.owl-loaded { display:block }

.owl-carousel.owl-loading {
	display:block;
	min-height: 100px;
	background: no-repeat center center;
}

.owl-carousel .owl-refresh .owl-item { display:none }

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
	display:block;
	width:100%;
	-webkit-transform-style:preserve-3d;
}

.slider-element .owl-carousel .owl-item img { -webkit-transform-style: preserve-3d; }

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled { display: none; }

.owl-nav .owl-prev,
.owl-nav .owl-next,
.owl-dot,
.owl-dots button {
	cursor: pointer;
	cursor: hand;
	padding: 0;
	border: 0;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-loaded { display: block; }

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden { opacity: 0; }

.mega-menu-content .owl-carousel.owl-hidden { opacity: 1; }

.owl-carousel.owl-refresh .owl-item { display: none; }

.owl-carousel.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}

.owl-carousel.owl-rtl { direction: rtl; }

.owl-carousel.owl-rtl .owl-item { float: right; }

.no-js .owl-carousel { display: block; }

.owl-carousel .owl-item .owl-lazy {
	opacity:0;
	-webkit-transition:opacity 400ms ease;
	-o-transition:opacity 400ms ease;
	transition:opacity 400ms ease
}

.owl-carousel .owl-item img { transform-style:preserve-3d }

.owl-carousel .owl-video-wrapper {
	position:relative;
	height:100%;
	background:#111
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 64px;
	width: 64px;
	left: 50%;
	top: 50%;
	margin-left: -32px;
	margin-top: -32px;
	background: url("images/icons/play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: scale 100ms ease;
	-o-transition: scale 100ms ease;
	transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
	-webkit-transition:scale(1.3,1.3);
	-o-transition:scale(1.3,1.3);
	transition:scale(1.3,1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn { display:none }

.owl-carousel .owl-video-tn {
	opacity:0;
	height:100%;
	background-position:center center;
	background-repeat:no-repeat;
	-webkit-background-size:contain;
	-moz-background-size:contain;
	-o-background-size:contain;
	background-size:contain;
	-webkit-transition:opacity 400ms ease;
	-o-transition:opacity 400ms ease;
	transition:opacity 400ms ease
}

.owl-carousel .owl-video-frame {
	position:relative;
	z-index:1;
	height: 100%;
	width: 100%;
}


/* Owl Carousel - Controls
-----------------------------------------------------------------*/

.owl-carousel .owl-dots,
.owl-carousel .owl-nav {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
	line-height: 1;
}

/* Owl Carousel - Controls - Arrows
-----------------------------------------------------------------*/

.owl-carousel .owl-nav [class*=owl-] {
	position: absolute;
	top: 50%;
	margin-top: -18px;
	left: -36px;
	zoom: 1;
	width: 36px;
	height: 36px;
	line-height: 32px;
	border: 1px solid rgba(0,0,0,0.2);
	color: #666;
	background-color: #FFF;
	font-size: 18px;
	border-radius: 50%;
	opacity: 0;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.owl-carousel.with-carousel-dots .owl-nav [class*=owl-] { margin-top: -38px; }

.slider-element .owl-nav [class*=owl-],
.owl-carousel-full .owl-nav [class*=owl-] {
	margin-top: -30px;
	left: 0 !important;
	height: 60px;
	line-height: 60px;
	border: none;
	color: #EEE;
	background-color: rgba(0,0,0,0.4);
	font-size: 28px;
	border-radius: 0 3px 3px 0;
}

.owl-carousel-full .with-carousel-dots .owl-nav [class*=owl-] { margin-top: -50px; }

.owl-carousel .owl-nav .owl-next {
	left: auto;
	right: -36px;
}

.slider-element .owl-nav .owl-next,
.owl-carousel-full  .owl-nav .owl-next {
	left: auto !important;
	right: 0 !important;
	border-radius: 3px 0 0 3px;
}

.owl-carousel:hover .owl-nav [class*=owl-] {
	opacity: 1;
	left: -18px;
}

.owl-carousel:hover .owl-nav .owl-next {
	left: auto;
	right: -18px;
}

.owl-carousel .owl-nav [class*=owl-]:hover {
	background-color: #1ABC9C !important;
	color: #FFF !important;
	text-decoration: none;
}

.owl-carousel .owl-nav .disabled { display: none !important; }


/* Owl Carousel - Controls - Dots
-----------------------------------------------------------------*/

.owl-carousel .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	width: 8px;
	height: 8px;
	margin: 30px 4px 0 4px;
	opacity: 0.5;
	border-radius: 50%;
	background-color: #1ABC9C;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.owl-carousel .owl-dots .owl-dot.active,
.owl-carousel .owl-dots .owl-dot:hover { opacity: 1; }


/* Owl Carousel - Controls - Dots - Positions
-----------------------------------------------------------------*/
.owl-carousel[class*=owl-nav-pos-],
.owl-carousel[class*=owl-dots-pos-]
.owl-carousel[class*=owl-img-pos-] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

.owl-carousel.owl-nav-pos-1 .owl-nav,
.owl-carousel.owl-dots-pos-1 .owl-dots,
.owl-carousel.owl-content-pos-1 .owl-stage-outer {
	order: 1;
}

.owl-carousel.owl-nav-pos-2 .owl-nav,
.owl-carousel.owl-dots-pos-2 .owl-dots,
.owl-carousel.owl-content-pos-2 .owl-stage-outer {
	order: 2;
	margin: 20px 0;
}

.owl-carousel.owl-nav-pos-3 .owl-nav,
.owl-carousel.owl-dots-pos-3 .owl-dots,
.owl-carousel.owl-content-pos-3 .owl-stage-outer {
	order: 3;
}

.owl-carousel.owl-dots-pos-2 .owl-dots .owl-dot,
.owl-carousel.owl-dots-pos-3 .owl-dots .owl-dot {
	margin-top: 0;
}

.owl-carousel.owl-nav-pos-left .owl-nav,
.owl-carousel.owl-nav-pos-right .owl-nav,
.owl-carousel.owl-dots-pos-left .owl-dots,
.owl-carousel.owl-dots-pos-right .owl-dots {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
}

.owl-carousel.owl-dots-pos-left .owl-dots,
.owl-carousel.owl-nav-pos-left .owl-nav {
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.owl-carousel.owl-dots-pos-right .owl-dots,
.owl-carousel.owl-nav-pos-right .owl-nav {
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.owl-carousel.with-carousel-dots.owl-dots-pos-top .owl-nav [class*=owl-] { margin-top: 0; }

/* Owl Carousel - Controls - Dots - Sizes
-----------------------------------------------------------------*/
.owl-carousel {
	--owl-nav-sizes: 36px;
	--owl-dots-gutters: 4px;
	--owl-dots-sizes: 8px;
	--owl-nav-bg: var(--themecolor, #1ABC9C);
	--owl-nav-margin: calc(var(--owl-nav-sizes) / -2);
	--owl-nav-with-dots: calc( var(--owl-nav-margin) - calc( calc( 30px + var(--owl-dots-sizes) ) / 2 ) );
}

.owl-carousel.owl-dots-size-sm {
	--owl-dots-sizes: 4px;
	--owl-dots-gutters: 2px;
}

.owl-carousel.owl-dots-size-lg {
	--owl-dots-sizes: 12px;
	--owl-dots-gutters: 5px;
}

.owl-carousel.owl-dots-size-xl {
	--owl-dots-sizes: 16px;
	--owl-dots-gutters: 6px;
}

.owl-carousel .owl-dots .owl-dot {
	width: var(--owl-dots-sizes);
	height: var(--owl-dots-sizes);
	background-color: var(--owl-nav-bg);
	margin-left: var(--owl-dots-gutters);
	margin-right: var(--owl-dots-gutters);
	transition: all .3s;
}

.owl-carousel.owl-nav-hover-fixed[class*=owl-nav-pos-] .owl-nav .disabled {
	display: inline-block !important;
	pointer-events: none;
	opacity: .4 !important;
}

/* Owl Carousel - Controls - Dots - Border
-----------------------------------------------------------------*/
.owl-carousel.owl-dots-border .owl-dots .owl-dot:not(.active) {
	opacity: 1;
	background-color: transparent;
	border: 1px solid var(--owl-nav-bg);
}

.owl-carousel.owl-dots-border .owl-dots .owl-dot.active {
	border-color: transparent;
}

/* Owl Carousel - Controls - Dots - square
-----------------------------------------------------------------*/
.owl-carousel.owl-dots-square .owl-dots .owl-dot {
	border-radius: 0;
	--owl-dots-sizes: 10px;
}

/* Owl Carousel - Controls - Dots - square
-----------------------------------------------------------------*/
.owl-carousel.owl-dots-rounded .owl-dots .owl-dot {
	--owl-dots-sizes: 10px;
	border-radius: 2px;
}

/* Owl Carousel - Controls - Dots - Dashed
-----------------------------------------------------------------*/
.owl-carousel.owl-dots-dashed .owl-dots .owl-dot {
	--owl-dots-sizes: 16px;
	opacity: .4;
	height: 4px;
	border-radius: 4px;
}

.owl-carousel.owl-dots-dashed .owl-dots .owl-dot.active {
	--owl-dots-sizes: 32px;
	opacity: 1;
}

/* Owl Carousel - Controls - Dots - Numbers
-----------------------------------------------------------------*/
.owl-carousel.owl-dots-number .owl-dots {
	--owl-dots-sizes: 28px;
	counter-reset: dots;
	--owl-nav-bg: #FFF;
}

.owl-carousel.owl-dots-number .owl-dots .owl-dot {
	position: relative;
	width: auto;
	opacity: .3;
}

.owl-carousel.owl-dots-number .owl-dots .owl-dot.active {
	opacity: 1;
}

.owl-carousel.owl-dots-number .owl-dots .owl-dot:before {
	display: inline-block;
	counter-increment: dots;
	content: counter(dots, decimal-leading-zero);
}

.owl-carousel.owl-dots-number .owl-dots .owl-dot span {
	position: relative;
	display: inline-block;
	width: 0px;
	height: 2px;
	background-color: #666;
	top: -5px;
	margin-left: 5px;
	transition: width .4s ease-in-out;
}

.owl-carousel.owl-dots-number .owl-dots .owl-dot.active span {
	 width: 30px;
}

/* Owl Carousel - Controls - Arrows - Sizes
-----------------------------------------------------------------*/

.owl-carousel .owl-nav [class*=owl-] {
	left: calc(-1 * var(--owl-nav-sizes));
	width: var(--owl-nav-sizes);
	height: var(--owl-nav-sizes);
	line-height: calc(calc(-1 * var(--owl-nav-sizes)) - 4px);
	font-size: calc(var(--owl-nav-sizes) / 2);
	margin-top: var(--owl-nav-margin);
}

.owl-carousel.with-carousel-dots .owl-nav [class*=owl-] {
	margin-top: var(--owl-nav-with-dots);
}

.owl-carousel .owl-nav .owl-next {
	left: auto;
	right: calc(-1 * var(--owl-nav-sizes));
}

.slider-element .owl-nav .owl-next,
.owl-carousel-full  .owl-nav .owl-next {
	left: auto !important;
	right: 0 !important;
}

.owl-carousel.owl-nav-hover-fixed .owl-nav [class*=owl-],
.owl-carousel:hover .owl-nav [class*=owl-] {
	opacity: 1;
	left: calc(calc(-1 * var(--owl-nav-sizes)) / 2);
}

.owl-carousel.owl-nav-hover-fixed .owl-nav .owl-next,
.owl-carousel:hover .owl-nav .owl-next {
	left: auto;
	right: calc(calc(-1 * var(--owl-nav-sizes)) / 2);
}

.owl-carousel .owl-nav [class*=owl-]:hover {
	background-color: var(--owl-nav-bg) !important;
}

.slider-element .owl-nav [class*=owl-],
.owl-carousel-full .owl-nav [class*=owl-] {
	margin-top: -30px;
	height: calc(var(--owl-nav-sizes) * 1.6666666667);
	line-height: calc(var(--owl-nav-sizes) * 1.6666666667);
	font-size: calc(calc(var(--owl-nav-sizes) * 1.6666666667) / 2);
}

.owl-carousel-full .with-carousel-dots .owl-nav [class*=owl-] {
	margin-top: calc( calc(calc(var(--owl-nav-sizes) * 1.6666666667) / -2)) - calc( calc( 30px + var(--owl-dots-sizes) ) / 2 );
}

.owl-carousel.owl-nav-hover-fixed[class*=owl-nav-pos-] .owl-nav [class*=owl-] {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	margin: 0;
}

.owl-carousel.owl-nav-hover-fixed[class*=owl-nav-pos-] .owl-nav .owl-prev {
	margin-right: 5px;
}

.owl-carousel.owl-nav-hover-fixed[class*=owl-nav-pos-] .owl-nav .owl-next {
	margin-left: 5px;
}

.owl-carousel.owl-nav-text .owl-nav [class*=owl-] {
	width: auto;
	height: auto;
	line-height: 1.5;
	font-size: 0.925rem;
	border-radius: 3px;
	padding: 4px 8px;
}

.owl-carousel.owl-nav-text .owl-nav [class*=owl-] i {
	position: relative;
	top: 1px;
}


/* ----------------------------------------------------------------
	Dark Scheme
-----------------------------------------------------------------*/


.dark, .dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6 {
    color: #EEE;
}
.dark a:not([class*="btn-"]):hover {
    color: #EEE;
}
body.dark, .dark #wrapper, .dark #content, .dark .shop-quick-view-ajax, .dark .portfolio-ajax-modal, .dark .ajax-modal-title, .dark .modal-content, .dark .page-transition-wrap, body.dark #side-panel, body #side-panel.dark {
    background-color: #383838;
}
.dark .css3-spinner > div {
    background-color: rgba(255,255,255,0.3);
}
.dark .css3-spinner-clip-rotate > div, .dark .css3-spinner-scale-ripple > div {
    border-color: rgba(255,255,255,0.3);
}
.dark .line, .dark .double-line {
    border-top-color: rgba(255,255,255,0.15);
}
.dark .section, .section.dark {
    background-color: #282828;
    border-color: rgba(255,255,255,0.1);
}
.dark #top-bar, #top-bar.dark {
    border-bottom-color: rgba(255,255,255,0.1);
    background-color: #282828;
}
.dark .top-links {
    border-bottom-color: rgba(255,255,255,0.1);
}
.dark .top-links-item {
    border-left-color: rgba(255,255,255,0.1);
}
.dark .top-links-item > a {
    color: #AAA;
}
.dark .top-links-item:hover {
    background-color: #333;
}
.dark .top-links-sub-menu, .dark .top-links-section {
    background: #333;
    border-color: #444;
    border-top-color: #0075BB;
}
.dark .top-links-sub-menu .top-links-item:not(:first-child) {
    border-top-color: #444;
}
.dark .top-links-sub-menu .top-links-item:hover {
    background-color: #383838;
}
.dark #top-social li {
    border-left-color: rgba(255,255,255,0.1);
}
.dark #top-social a {
    color: #BBB;
}
.dark #header, #header.dark {
    background-color: #333;
    border-bottom-color: rgba(255,255,255,0.05);
}
.dark #header-wrap {
    background-color: #333;
}

@media (min-width: 992px) {
.dark #header.transparent-header,  #header.transparent-header.dark,  .dark #header.transparent-header:not(.sticky-header) #header-wrap,  #header.transparent-header.dark:not(.sticky-header) #header-wrap {
    background: transparent;
    border-bottom-color: transparent;
}
.dark #header.transparent-header.semi-transparent #header-wrap,  #header.transparent-header.semi-transparent.dark #header-wrap {
    background-color: rgba(0,0,0,0.6);
}
.dark .transparent-header.floating-header .container,  .transparent-header.floating-header.dark .container {
    background-color: #333;
}
.dark #header.full-header,  #header.full-header.dark {
    border-bottom-color: rgba(255,255,255,0.15);
}
.dark #header.transparent-header.full-header #header-wrap,  #header.transparent-header.full-header.dark #header-wrap {
    border-bottom-color: rgba(255,255,255,0.15);
}
#slider + .dark #header.transparent-header.full-header #header-wrap,  #slider + #header.transparent-header.full-header.dark #header-wrap {
    border-top-color: rgba(255,255,255,0.15);
}
.dark .sticky-header #header-wrap  .sticky-header.dark #header-wrap {
    background-color: #333;
}
.dark .sticky-header.full-header #header-wrap,  .sticky-header.full-header.dark #header-wrap {
    border-bottom-color: rgba(255,255,255,0.15);
}
.dark .semi-transparent.sticky-header #header-wrap,  .semi-transparent.sticky-header.dark #header-wrap {
    background-color: rgba(0,0,0,0.6);
}
}

@media (max-width: 991.98px) {
.dark .sticky-header #header-wrap,  .sticky-header.dark #header-wrap {
    background-color: #333;
    border-bottom-color: rgba(255,255,255,0.15);
}
body.dark:not(.primary-menu-open) .transparent-header-responsive,  body:not(.primary-menu-open) .transparent-header-responsive.dark,  body.dark:not(.primary-menu-open) .transparent-header-responsive #header-wrap,  body:not(.primary-menu-open) .transparent-header-responsive.dark #header-wrap {
    background-color: transparent;
    border-bottom-color: transparent;
}
body.dark:not(.primary-menu-open) .semi-transparent.transparent-header-responsive,  body:not(.primary-menu-open) .semi-transparent.transparent-header-responsive.dark {
    background-color: rgba(0,0,0,0.6);
}
}
.dark #logo a {
    color: #FFF;
}

@media (min-width: 992px) {
.dark .full-header #logo,  .full-header.dark #logo {
    border-color: rgba(255,255,255,0.15);
}
.dark #header.transparent-header.full-header #logo,  #header.transparent-header.full-header.dark #logo {
    border-color: rgba(255,255,255,0.15);
}
}
.dark .primary-menu + .primary-menu, .dark .menu-item:not(:first-child), .dark .sub-menu-container, .dark .mega-menu-content, .dark .sub-menu-container .menu-item:not(:first-child) {
    border-top-color: rgba(255,255,255,0.15);
}
.dark .svg-trigger path {
    stroke: #FFF;
}
.dark .menu-item .sub-menu-trigger {
    color: #F7F7F7;
}
.dark .menu-link {
    color: #F7F7F7;
}
.dark .primary-menu:not(.not-dark) .sub-menu-container .menu-item > .menu-link {
    color: #E5E5E5;
}
.dark .menu-item:hover > .menu-link, .dark .menu-item.current > .menu-link {
    color: #0075BB;
}

@media (max-width: 991.98px) {
.dark .mega-menu-content .sub-menu-container {
    border-top-color: rgba(255,255,255,0.2);
}
/* Off Canvas Menu
	-----------------------------------------------------------------*/

.dark #header:not(.sticky-header) .mobile-menu-off-canvas .menu-container,  #header.dark:not(.sticky-header) .mobile-menu-off-canvas .menu-container {
    background-color: #333;
    border-right-color: rgba(255,255,255,0.2) !important;
}
.dark #header:not(.sticky-header) .mobile-menu-off-canvas.from-right .menu-container,  #header.dark:not(.sticky-header) .mobile-menu-off-canvas.from-right .menu-container {
    border-left-color: rgba(255,255,255,0.2) !important;
}
}

@media (min-width: 992px) {
.dark .full-header .primary-menu .menu-container,  .full-header.dark .primary-menu .menu-container {
    border-color: rgba(255,255,255,0.15);
}
.dark .transparent-header.full-header .primary-menu .menu-container,  .transparent-header.full-header.dark .primary-menu .menu-container {
    border-color: rgba(255,255,255,0.2);
}
.dark .primary-menu:not(.not-dark) .sub-menu-container,  .dark .primary-menu:not(.not-dark) .mega-menu-content {
    background-color: #333;
    border-color: rgba(255,255,255,0.05);
    border-top-color: #0075BB;
}
.dark .primary-menu:not(.not-dark) .sub-menu-container .menu-item > .menu-link {
    color: #999;
}
.dark .primary-menu:not(.not-dark) .sub-menu-container .menu-item:hover > .menu-link {
    background-color: rgba(0,0,0,0.1);
    color: #0075BB;
}
.dark .primary-menu:not(.not-dark) .mega-menu-content .sub-menu-container:not(.mega-menu-dropdown) {
    background-color: transparent;
}
.dark .primary-menu:not(.not-dark) .sub-menu-container.mega-menu-column:not(:first-child) {
    border-left-color: rgba(255,255,255,0.05);
}
.dark .primary-menu:not(.not-dark) .mega-menu-style-2 .mega-menu-title > .menu-link {
    color: #BBB;
}
.dark .primary-menu:not(.not-dark) .mega-menu-style-2 .mega-menu-title:hover > .menu-link {
    background-color: transparent;
    color: #0075BB;
}
.dark .style-3 .menu-container > .menu-item:hover > .menu-link {
    color: #F7F7F7;
    background-color: rgba(255,255,255,0.05);
}
.dark .style-3 .menu-container > .menu-item.current > .menu-link {
    color: #FFF;
    background-color: #0075BB;
}
.dark .style-4 .menu-container > .menu-item:hover > .menu-link,  .dark .style-4 .menu-container > .menu-item.current > .menu-link {
    color: #F7F7F7;
    border-color: #F7F7F7;
}
.dark .style-5 .menu-container {
    border-right-color: rgba(255,255,255,0.15);
}
.dark .sub-title .menu-container > .menu-item:not(:first-child) > .menu-link::before {
    background-color: rgba(255,255,255,0.15);
}
.dark .sub-title .menu-container > .menu-item > .menu-link span {
    color: #999;
}
.dark .sub-title .menu-container > .menu-item:hover > .menu-link,  .dark .sub-title .menu-container > .menu-item.current > .menu-link {
    color: #FFF;
}
.dark .sub-title .menu-container > .menu-item:hover > .menu-link span,  .dark .sub-title .menu-container > .menu-item.current > .menu-link span {
    color: #EEE;
}
.side-header.dark #header,  .side-header #header.dark {
    background-color: #333;
    border-right-color: rgba(255,255,255,0.15);
}
.side-header.open-header.dark #header-trigger {
    background-color: rgba(0,0,0,0.3);
}
.side-header.side-header-right.dark #header,  .side-header.side-header-right #header.dark {
    border-left-color: rgba(255,255,255,0.15);
}
.overlay-menu.dark .primary-menu > #overlay-menu-close,  .overlay-menu .dark .primary-menu > #overlay-menu-close {
    color: #F7F7F7;
}
.overlay-menu.dark .primary-menu,  .overlay-menu .dark .primary-menu,  .overlay-menu .primary-menu.dark {
    background-color: rgba(0,0,0,0.85);
}
.overlay-menu.dark .sub-menu-container,  .overlay-menu.dark .mega-menu-content,  .overlay-menu .dark .sub-menu-container,  .overlay-menu .dark .mega-menu-content {
    background-color: transparent;
}
}

@media (max-width: 991.98px) {
.side-push-panel.dark #side-panel-trigger-close a,  .side-push-panel .dark #side-panel-trigger-close a {
    color: #F7F7F7;
    background-color: rgba(0,0,0,0.3);
}
}
.dark .header-misc-icon > a {
    color: #F7F7F7;
}
.dark .top-search-form input {
    color: #F7F7F7 !important;
}

@media (min-width: 992px) {
.dark .transparent-header:not(.sticky-header):not(.full-header):not(.floating-header) .top-search-form input,  .transparent-header.dark:not(.sticky-header):not(.full-header):not(.floating-header) .top-search-form input {
    border-bottom-color: rgba(255,255,255,0.15);
}
}
.search-overlay.dark .top-search-form, .search-overlay .dark .top-search-form {
    background-color: rgba(0,0,0,0.85);
}
 .dark .top-search-form input::-moz-placeholder {
 color: rgba(255,255,255,0.6) !important;
}
 .dark .top-search-form input:-ms-input-placeholder {
 color: rgba(255,255,255,0.6) !important;
}
 .dark .top-search-form input::-webkit-input-placeholder {
 color: rgba(255,255,255,0.6) !important;
}
.dark .top-cart-content {
    background-color: #333;
    border-left-color: rgba(255,255,255,0.1);
}
.dark .top-cart-title {
    border-bottom-color: rgba(255,255,255,0.1);
}
.dark .top-cart-item:not(:first-child), .dark .top-cart-action {
    border-top-color: rgba(255,255,255,0.1);
}
.dark .top-cart-item-image:not(:hover) {
    border-color: rgba(255,255,255,0.1);
}
.dark .top-cart-item-desc a {
    color: #F7F7F7;
}
.dark .top-cart-item-desc a:hover {
    color: #0075BB;
}
.dark .top-cart-item-price, .dark .top-cart-item-quantity {
    color: #AAA;
}

@media (min-width: 992px) {
.dark .top-cart-content {
    border-color: rgba(255,255,255,0.1);
    border-top-color: #0075BB;
}
.dark .dots-menu .page-menu-item:not(.current) > a {
    background-color: rgba(255,255,255,0.3);
}
.dark .dots-menu .page-menu-item:not(.current) > a:hover {
    background-color: rgba(255,255,255,0.6);
}
.dark .dots-menu.dots-menu-border .page-menu-item:not(.current) > a {
    background-color: transparent !important;
    border-color: rgba(255,255,255,0.3);
}
.dark .dots-menu.dots-menu-border .page-menu-item:not(.current) > a:hover {
    border-color: rgba(255,255,255,0.6);
}
}
.dark .one-page-arrow, .one-page-arrow.dark {
    color: #FFF;
}
.dark #side-panel, #side-panel.dark {
    background-color: #333;
}
.dark #side-panel .widget:not(:first-child), #side-panel.dark .widget:not(:first-child) {
    border-top-color: rgba(255,255,255,0.15);
}
.dark .slider-caption:not(.not-dark), .dark .slider-caption:not(.not-dark) h2 {
    color: #F7F7F7;
}
.dark #page-title, #page-title.dark {
    background-color: #282828;
    border-bottom-color: rgba(255,255,255,0.15);
}
.dark #page-title h1, #page-title.dark h1 {
    color: #F7F7F7;
}
.dark #page-title span, #page-title.dark span {
    color: #AAA;
}
.dark .breadcrumb a {
    color: #EEE;
}
.dark .breadcrumb a:hover {
    color: #0075BB;
}
.dark .page-title-nobg, .page-title-nobg.dark {
    border-bottom-color: rgba(255,255,255,0.15);
}
.dark .grid-filter li a {
    color: #DDD;
}

@media (min-width: 768px) {
.dark .grid-filter {
    border-color: rgba(255,255,255,0.15);
}
.dark .grid-filter:not(.style-3) li a {
    border-left-color: rgba(255,255,255,0.15);
}
}
.dark .grid-filter.style-4 li.activeFilter a {
    color: #EEE !important;
}
.dark .grid-shuffle {
    border-color: rgba(255,255,255,0.15);
    color: #EEE;
}
.dark .portfolio-desc h3 a {
    color: #F7F7F7;
}
.dark .portfolio-desc h3 a:hover {
    color: rgba(255,255,255,0.75);
}
.dark .portfolio-desc span, .dark .portfolio-desc span a {
    color: #BBB;
}
.dark .portfolio-desc span a:hover {
    color: #EEE;
}
.dark .portfolio-reveal .portfolio-desc {
    background-color: #383838;
}
.dark .ajax-modal-title {
    border-bottom-color: rgba(255,255,255,0.15);
}
.dark .portfolio-meta li {
    color: #BBB;
}
.dark .portfolio-meta li span {
    color: #EEE;
}
.dark #portfolio-navigation a {
    color: #EEE;
}
.dark #portfolio-navigation a:hover {
    color: #0075BB;
}
.dark .entry::after {
    background-color: rgba(255,255,255,0.2);
}
.dark .entry-title h2 a, .dark .entry-title h3 a, .dark .entry-title h4 a {
    color: #F7F7F7;
}
.dark .entry-title h2 a:hover, .dark .entry-title h3 a:hover, .dark .entry-title h4 a:hover {
    color: #0075BB;
}
.dark .entry-meta li, .dark .entry-meta a:not(:hover) {
    color: #f1f1f1;
}
.dark .entry-link {
    background-color: rgba(0,0,0,0.2);
    color: #F7F7F7;
}
.dark .entry-link:hover {
    color: #FFF;
    background-color: #0075BB;
}
.dark .entry-link span {
    color: #AAA;
}
.dark .entry-link:hover span {
    color: #EEE;
}
.dark .more-link:hover {
    border-bottom-color: #CCC;
}
.dark #comments {
    border-top-color: rgba(255,255,255,0.1);
}
.dark .commentlist {
    border-bottom-color: rgba(255,255,255,0.1);
}
.dark .comment-wrap {
    border-color: rgba(255,255,255,0.1);
}
.dark .comment-avatar {
    background: rgba(255,255,255,0.1);
    border-color: rgba(255,255,255,0.1);
}
.dark .comment-content .comment-author {
    color: #CCC;
}
.dark .comment-content .comment-author a {
    color: #BBB;
}
.dark .comment-content .comment-author a:hover {
    color: #EEE;
}
.dark .review-comment-ratings {
    color: #CCC;
}
.dark .comment-reply-link:hover {
    color: #888;
}
.dark p.wp-caption-text {
    background-color: rgba(0,0,0,0.2);
}
.dark .product-title h3 a, .dark .single-product .product-title h2 a {
    color: #F7F7F7;
}
.dark .product-title h3 a:hover, .dark .single-product .product-title h2 a:hover {
    color: #0075BB;
}
.dark .product-price {
    color: #DDD;
}
.dark .product-price del {
    color: #BBB;
}
.dark .product-price ins {
    color: #0075BB;
}
.dark .quantity .qty {
    border-left-color: rgba(255,255,255,0.15);
    border-right-color: rgba(255,255,255,0.15);
    background-color: rgba(0,0,0,0.3);
    color: #DDD;
}
.dark .quantity .plus, .dark .quantity .minus {
    background-color: rgba(0,0,0,0.3);
    color: #DDD;
}
.dark .quantity .plus:hover, .dark .quantity .minus:hover {
    background-color: rgba(0,0,0,0.5);
}
.dark .product-meta {
    color: #BBB;
}
.dark .cart .remove:hover {
    color: #EEE;
}
.dark .cart th {
    color: #DDD;
}
.dark .cart td {
    border-color: rgba(255,255,255,0.15) !important;
}
.dark .cart-product-thumbnail img {
    border-color: rgba(0,0,0,0.2);
}
.dark .cart-product-thumbnail img:hover {
    border-color: #0075BB;
}
.dark .cart-product-name a, .dark .product-name a {
    color: #EEE;
}
.dark .cart-product-name a:hover, .dark .product-name a:hover {
    color: #BBB;
}

@media (max-width: 767.98px) {
.dark .cart-product-quantity .quantity .qty {
    border-top-color: rgba(255,255,255,0.15);
    border-bottom-color: rgba(255,255,255,0.15);
}
}
.dark td.actions {
    background-color: rgba(0,0,0,0.2);
}
.dark .event .grid-inner {
    background-color: rgba(0,0,0,0.2);
    border-bottom-color: rgba(255,255,255,0.15);
}
.dark .countdown-section {
    border-left-color: rgba(255,255,255,0.15);
    color: #CCC;
}
.dark .countdown-amount {
    color: #F7F7F7;
}
.dark .button-dark:not(.button-border):not(:hover), .dark .button:hover {
    background-color: rgba(0,0,0,0.3);
}
.dark .button-light:not(.button-border):hover {
    background-color: #282828;
}
.dark .button.button-border:not(.button-light):not(.button-fill) {
    border-color: #BBB;
    color: #BBB;
}
.dark .button.button-border:not(.button-light):not(.button-fill):hover {
    color: #EEE;
}
.not-dark .button.button-border:not(.button-light) {
    border-color: #444;
    color: #333;
}
.not-dark .button.button-border:not(.button-light):hover {
    background-color: #444;
    color: #FFF;
}
.dark .promo h3 + span, .promo.dark h3 + span {
    color: rgba(255,255,255,0.8);
}
.dark .promo.promo-border {
    border-color: rgba(255,255,255,0.15);
}
.dark .promo.promo-light {
    background-color: rgba(255,255,255,0.15);
}
.dark .promo.promo-dark:not(.bg-color) {
    background-color: rgba(0,0,0,0.3);
}
.dark .fbox-content h3 {
    color: #F7F7F7;
}
.dark .fbox-content p {
    color: #BBB;
}
.dark .fbox-light.fbox-outline .fbox-icon a {
    border-color: rgba(255,255,255,0.15);
}
.dark .fbox-light .fbox-icon i, .dark .fbox-light .fbox-icon img {
    border-color: rgba(255,255,255,0.15);
    background-color: rgba(255,255,255,0.2);
    color: #EEE;
}
.dark .fbox-dark.fbox-outline .fbox-icon a {
    border-color: rgba(255,255,255,0.15);
}
.dark .fbox-dark .fbox-icon i, .dark .fbox-dark .fbox-icon img {
    background-color: rgba(255,255,255,0.2);
}
.dark .fbox-border.fbox-light .fbox-icon a {
    border-color: rgba(255,255,255,0.15);
}
.dark .fbox-border.fbox-light .fbox-icon i, .dark .fbox-border.fbox-light .fbox-icon img {
    color: #BBB;
}
.dark .fbox-border.fbox-dark .fbox-icon a {
    border-color: rgba(255,255,255,0.1);
}
.dark .fbox-border.fbox-dark .fbox-icon i, .dark .fbox-border.fbox-dark .fbox-icon img {
    color: #EEE;
}
.fbox-plain.fbox-light .fbox-icon i, .fbox-plain.fbox-light .fbox-icon img {
    color: #BBB;
}
.dark .fbox-plain.fbox-dark .fbox-icon i, .dark .fbox-plain.fbox-dark .fbox-icon img {
    color: #EEE;
}
.dark .fbox-content h3 span.subtitle {
    color: #BBB;
}
.dark .fbox-center.fbox-sep:not(.fbox-bg) h3::after {
    background-color: #E5E5E5;
}
.dark .fbox-bg.fbox-center {
    border-color: rgba(255,255,255,0.15);
}
.dark .fbox-bg.fbox-center .fbox-icon {
    background-color: #383838;
}
.dark .media-box.fbox-bg .fbox-content {
    background-color: rgba(0,0,0,0.2);
    border-color: rgba(255,255,255,0.15);
}
.dark .fbox-effect .fbox-icon i:after {
    box-shadow: 0 0 0 2px #494949;
}
.dark .fbox-effect .fbox-icon i:hover, .dark .fbox-effect:hover .fbox-icon i {
    background-color: #494949;
}
.dark .fbox-effect.fbox-dark .fbox-icon i:after {
    box-shadow: 0 0 0 2px #0075BB;
}
.dark .fbox-effect.fbox-dark .fbox-icon i:hover, .dark .fbox-effect.fbox-dark:hover .fbox-icon i {
    background-color: #0075BB;
}
.dark .fbox-border.fbox-effect .fbox-icon i:hover, .dark .fbox-border.fbox-effect:hover .fbox-icon i {
    box-shadow: 0 0 0 1px #494949;
}
.dark .fbox-border.fbox-effect .fbox-icon i:after {
    background-color: #494949;
}
.dark .fbox-border.fbox-effect.fbox-dark .fbox-icon i:hover, .dark .fbox-border.fbox-effect.fbox-dark:hover .fbox-icon i {
    box-shadow: 0 0 0 1px #0075BB;
}
.dark .fbox-border.fbox-effect.fbox-dark .fbox-icon i:after {
    background-color: #0075BB;
}
.dark .process-steps li .i-bordered {
    background-color: rgba(255,255,255,0.2);
}

@media (min-width: 992px) {
.dark .process-steps li::before,  .dark .process-steps li::after {
    border-top-color: rgba(255,255,255,0.15);
}
}
.dark .style-msg2 {
    border-left-color: rgba(0,0,0,0.3);
}
.dark .style-msg .sb-msg, .dark .style-msg2 .msgtitle, .dark .style-msg2 .sb-msg {
    border-left-color: rgba(255,255,255,0.1);
}
.dark .i-rounded, .dark .i-circled {
    background-color: rgba(0,0,0,0.3);
}
.dark .i-bordered {
    border-color: rgba(255,255,255,0.1);
    color: #EEE;
}
.dark .i-plain {
    color: #EEE;
    text-shadow: none;
}
.dark .i-plain:hover {
    color: #CCC;
}
.dark .i-light {
    background-color: rgba(255,255,255,0.15);
    color: #EEE;
    text-shadow: 1px 1px 1px none;
    box-shadow: inset 0 0 15px rgba(0,0,0,0.2);
}
.dark .i-rounded:hover, .dark .i-circled:hover {
    background-color: #0075BB;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    box-shadow: 0 0 0 rgba(0,0,0,0.2);
}
.dark .i-bordered:hover {
    background-color: rgba(255,255,255,0.15) !important;
    color: #FFF;
    border-color: rgba(255,255,255,0.15);
}
.dark .social-icon {
    color: #EEE;
    border-color: #AAA;
}
.dark .si-dark {
    background-color: rgba(0,0,0,0.2);
    color: #FFF !important;
    border-color: transparent;
}
.dark .si-light {
    background-color: rgba(255,255,255,0.15);
    color: #CCC !important;
    border-color: transparent;
}
.dark .si-share {
    border-top-color: rgba(255,255,255,0.15);
    border-bottom-color: rgba(255,255,255,0.15);
}
.dark .toggle-header, .dark .accordion-header {
    color: #EEE;
}
.dark .toggle-bg .toggle-header, .dark .accordion-bg .accordion-header {
    background-color: rgba(0,0,0,0.2);
}
.dark .toggle-border, .dark .accordion-border, .dark .accordion-border .accordion-header {
    border-color: rgba(255,255,255,0.15);
}
.dark .faqs .toggle {
    border-bottom-color: rgba(255,255,255,0.15);
}
.dark .accordion-header {
    border-top-color: rgba(255,255,255,0.15);
}
.dark .tab-nav {
    border-bottom-color: rgba(255,255,255,0.1);
}
.dark .tab-nav li {
    border-color: rgba(255,255,255,0.1);
}
.dark .tab-nav li:first-child {
    border-left-color: rgba(255,255,255,0.1);
}
.dark .tab-nav li a {
    color: #EEE;
    background-color: rgba(0,0,0,0.2);
}
.dark .tab-nav li.ui-tabs-active a {
    background-color: #383838;
}
.dark .tabs-alt .tab-nav li a {
    background-color: #383838;
}
.dark .tabs-alt .tab-nav li {
    border-color: transparent;
}
.dark .tabs-alt .tab-nav li.ui-tabs-active a {
    border-color: rgba(255,255,255,0.1);
}
.dark .tabs-tb .tab-nav li.ui-tabs-active a {
    border-top: 2px solid #0075BB;
}
.dark .tabs-bb .tab-nav li a {
    background-color: transparent;
}
.dark .tab-nav.tab-nav2 li a {
    background-color: rgba(0,0,0,0.2);
}
.dark .tab-nav.tab-nav2 li.ui-state-active a {
    background-color: #0075BB;
}
.dark .tab-nav-lg li a {
    color: #EEE;
}
.dark .tab-nav-lg li.ui-tabs-active a {
    color: #0075BB;
}
.dark .tab-nav-lg.tab-nav-section li.ui-tabs-active::before, .dark .tab-nav-lg.tab-nav-section li.ui-tabs-active::after {
    border-color: transparent;
}
.dark .tab-nav-lg.tab-nav-section li.ui-tabs-active::after {
    border-top-color: rgba(255,255,255,0.15);
}
.dark .tab-nav-lg.tab-nav-section li.ui-tabs-active::before {
    border-top-color: rgba(255,255,255,0.15);
}
.dark .tabs-bordered .tab-container {
    border-color: rgba(255,255,255,0.1);
}

@media (min-width: 768px) {
.dark .side-tabs .tab-nav {
    border-right-color: rgba(255,255,255,0.1);
}
.dark .side-tabs .tab-nav li {
    border-color: rgba(255,255,255,0.1);
}
.dark .side-tabs .tab-nav li:first-child {
    border-top-color: rgba(255,255,255,0.1);
    border-left-color: rgba(255,255,255,0.1);
}
.dark .tabs-bordered.side-tabs .tab-nav li.ui-tabs-active a {
    border-right-color: #383838;
}
.dark .tabs-bordered.side-tabs .tab-container {
    border-left: 0;
    border-top-color: rgba(255,255,255,0.1);
}
}
.dark .sidenav {
    background-color: rgba(0,0,0,0.2);
}
.dark .sidenav li a {
    border-color: rgba(255,255,255,0.15);
    color: #BBB;
}
.dark .sidenav > li > a:hover {
    background-color: rgba(255,255,255,0.2);
    color: #EEE;
}
.dark .faqlist li a {
    color: #CCC;
}
.dark .clients-grid .grid-item::before, .dark .testimonials-grid .grid-item::before {
    border-left-color: rgba(255,255,255,0.15);
}
.dark .clients-grid .grid-item::after, .dark .testimonials-grid .grid-item::after {
    border-bottom-color: rgba(255,255,255,0.15);
}
.dark .testimonial {
    background-color: rgba(0,0,0,0.2);
    border-color: rgba(255,255,255,0.15);
}
.dark .testi-image i {
    background-color: rgba(0,0,0,0.2);
    color: #BBB;
    text-shadow: none;
}
.dark .testi-meta span {
    color: #AAA;
}
.dark .testimonial.twitter-scroll .testi-meta span a {
    color: #BBB;
}
.dark .testimonial.twitter-scroll .testi-meta span a:hover {
    color: #EEE;
}
.dark .team-desc.team-desc-bg {
    background-color: rgba(0,0,0,0.2);
}
.dark .team-content {
    color: #AAA;
}
.dark .pricing-box {
    border-color: rgba(255,255,255,0.15);
    background-color: rgba(0,0,0,0.2);
}
.dark .pricing-title {
    background-color: rgba(0,0,0,0.1);
    border-bottom-color: rgba(255,255,255,0.15);
}
.dark .pricing-title h3 {
    color: rgba(255,255,255,0.95);
}
.dark .pricing-title span {
    color: rgba(255,255,255,0.75);
}
.dark .pricing-price {
    color: rgba(255,255,255,0.9);
}
.dark .pricing-price .price-tenure {
    color: rgba(255,255,255,0.7);
}
.dark .pricing-features {
    border-top-color: rgba(255,255,255,0.15);
    border-bottom-color: rgba(255,255,255,0.15);
    background-color: rgba(0,0,0,0.1);
}
.dark .pricing-highlight .pricing-title, .dark .pricing-highlight .pricing-features {
    background-color: rgba(0,0,0,0.2);
}
.dark .pricing-simple, .dark .pricing-simple .pricing-title, .dark .pricing-simple .pricing-features, .pricing-simple.dark, .pricing-simple.dark .pricing-title, .pricing-simple.dark .pricing-features {
    border: 0;
}
.dark .pricing-simple .pricing-title, .dark .pricing-simple .pricing-features, .pricing-simple.dark .pricing-title, .pricing-simple.dark .pricing-features {
    background-color: transparent;
}
.dark .pricing-minimal .pricing-price {
    background-color: rgba(0,0,0,0.2);
    border-bottom: rgba(255,255,255,0.15);
}
.dark .pricing-extended {
    background-color: rgba(0,0,0,0.2);
}
.dark .pricing-extended .pricing-action-area {
    border-left-color: rgba(255,255,255,0.15);
    background-color: rgba(0,0,0,0.1);
}
.dark .pricing-extended .pricing-meta {
    color: rgba(255,255,255,0.7);
}
.dark .counter.counter-lined + h5::before {
    border-top-color: rgba(255,255,255,0.15);
}
.dark .rounded-skill {
    color: rgba(255,255,255,0.9);
}
.dark .skills li {
    background-color: rgba(255,255,255,0.15);
}
.dark .skills li .progress-percent {
    background-color: #666;
    color: rgba(255,255,255,0.95);
}
.dark .progress-percent::after {
    border-top-color: #666;
}
.dark .progress-percent::before {
    border-top-color: #666;
}
.dark .skills li > span {
    color: rgba(255,255,255,0.9);
}
.dark blockquote {
    border-left-color: rgba(255,255,255,0.15);
}
.dark .blockquote-reverse {
    border-right-color: rgba(255,255,255,0.15);
}
.dark .quote::before {
    color: rgba(255,255,255,0.2);
}
.dark .highlight {
    background-color: rgba(255,255,255,0.15);
    color: rgba(255,255,255,0.95);
}
.dark .owl-carousel .owl-nav [class*=owl-] {
    border-color: rgba(255,255,255,0.15);
    color: #CCC;
    background-color: rgba(0,0,0,0.5);
}
.dark .flip-card-front, .dark .flip-card-back {
    color: #FFF;
}
.dark .flip-card-back {
    background-color: rgba(255,255,255,0.2);
}
.dark .flip-card-inner p {
    color: rgba(255,255,255,0.95);
}
.dark .sm-form-control {
    color: #EEE;
    background-color: rgba(0,0,0,0.3);
}
.dark .sm-form-control:not(.error) {
    border-color: rgba(255,255,255,0.15);
}
.dark .sm-form-control:not(.error):focus {
    border-color: rgba(255,255,255,0.25);
}
 .dark .sm-form-control::-moz-placeholder {
 color: #AAA;
}
.dark .sm-form-control:-ms-input-placeholder {
 color: #AAA;
}
.dark .sm-form-control::-webkit-input-placeholder {
 color: #AAA;
}
.dark .sm-form-control[disabled], .dark .sm-form-control[readonly], .dark fieldset[disabled] .sm-form-control {
    background-color: #eeeeee;
}
.dark .form-control:active, .dark .form-control:focus {
    border-color: rgba(255,255,255,0.25);
}
.dark label {
    color: #E5E5E5;
}
.dark label.label-muted {
    color: #AAA;
}
.dark .contact-form-overlay {
    background-color: #333;
}
.dark .title-block > span {
    color: rgba(255,255,255,0.7);
}
.dark .heading-block > span:not(.before-heading) {
    color: rgba(255,255,255,0.65);
}
.dark .heading-block::after {
    border-top-color: rgba(255,255,255,0.7);
}
.dark .fancy-title::before, .dark .fancy-title::after {
    border-top-color: rgba(255,255,255,0.15);
}
.dark .before-heading {
    color: rgba(255,255,255,0.7);
}
.dark .divider {
    color: rgba(255,255,255,0.15);
}
.dark .divider::after, .dark .divider::before {
    background-color: rgba(255,255,255,0.15);
}
.dark .divider a:hover {
    color: #CCC;
}
.dark .divider.divider-rounded i, .dark .divider.divider-border i {
    color: rgba(255,255,255,0.7);
    background-color: rgba(255,255,255,0.15);
}
.dark .divider.divider-border {
    color: rgba(255,255,255,0.15);
}
.dark .divider.divider-border i {
    background-color: transparent;
    border-color: rgba(255,255,255,0.15);
}
.dark .top-advert {
    border-left-color: rgba(255,255,255,0.15);
    border-right-color: rgba(255,255,255,0.15);
}
.dark #gotoTop {
    background-color: rgba(255,255,255,0.3);
}
.dark #gotoTop:hover {
    background-color: #0075BB;
}
.dark .read-more-wrap .read-more-mask {
    background-image: linear-gradient( rgba(0,0,0,0), rgba(0,0,0,1) );
}
.dark .gdpr-settings {
    background-color: #111;
}
.dark .error404 {
    color: rgba(255,255,255,0.2);
}
.dark .preloader, .dark .preloader2, .dark .form-process::before {
    background-color: #383838;
}
.dark #footer, #footer.dark {
    color: rgba(255,255,255,0.75);
    background-color: #282828;
    border-top-color: rgba(255,255,255,0.15);
}
.dark .footer-widgets-wrap a {
    color: rgba(255,255,255,0.75);
}
.dark .footer-widgets-wrap a:hover {
    color: rgba(255,255,255,0.85);
}
.dark #footer .social-icon.si-borderless, #footer.dark .social-icon.si-borderless {
    color: rgba(255,255,255,0.5) !important;
}
.dark #copyrights, #copyrights.dark {
    color: rgba(255,255,255,0.4);
    background-color: rgba(0,0,0,0.2);
}
.dark .copyright-links a {
    color: rgba(255,255,255,0.4);
    border-bottom-color: rgba(255,255,255,0.65);
}
.dark .copyright-links a:hover {
    color: rgba(255,255,255,0.6);
    border-bottom-color: rgba(255,255,255,0.7);
}
.dark .sidebar-widgets-wrap .widget {
    border-top-color: rgba(255,255,255,0.15);
}
.dark .tagcloud a {
    border-color: rgba(255,255,255,0.15);
    color: rgba(255,255,255,0.6);
}
.dark .widget_nav_menu li a, .dark .widget_links li a, .dark .widget_meta li a, .dark .widget_archive li a, .dark .widget_recent_entries li a, .dark .widget_categories li a, .dark .widget_pages li a, .dark .widget_rss li a, .dark .widget_recent_comments li a {
    color: rgba(255,255,255,0.8);
}
.dark .widget_nav_menu li a:hover, .dark .widget_links li a:hover, .dark .widget_meta li a:hover, .dark .widget_archive li a:hover, .dark .widget_recent_entries li a:hover, .dark .widget_categories li a:hover, .dark .widget_pages li a:hover, .dark .widget_rss li a:hover, .dark .widget_recent_comments li a:hover {
    color: rgba(255,255,255,0.9);
}
.dark .widget .testimonial.twitter-scroll .testi-image i {
    background-color: rgba(0,0,0,0.2);
    color: rgba(255,255,255,0.7);
}
.dark .widget-twitter-feed small a:not(:hover) {
    color: rgba(255,255,255,0.6);
}
.dark .widget-filter-links li a {
    color: rgba(255,255,255,0.9);
}
.dark .widget-filter-links li span {
    color: rgba(255,255,255,0.7);
    background-color: rgba(0,0,0,0.3);
}
.dark .widget-filter-links li:hover a {
    color: rgba(255,255,255,0.7);
}
.dark .nav-tree li a {
    color: rgba(255,255,255,0.9);
}
.dark .pagination.pagination-3d .page-item .page-link {
    border-bottom-color: rgba(255,255,255,0.15) !important;
}
.dark .pagination.pagination-inside-transparent .page-item .page-link:not(:hover) {
    color: rgba(255,255,255,0.95);
}
.dark .pagination.pagination-primary .page-item.active .page-link, .dark .pagination.pagination-primary .page-link:hover, .dark .pagination.pagination-primary .page-link:focus, .dark .pagination.pagination-secondary .page-item.active .page-link, .dark .pagination.pagination-secondary .page-link:hover, .dark .pagination.pagination-secondary .page-link:focus, .dark .pagination.pagination-success .page-item.active .page-link, .dark .pagination.pagination-success .page-link:hover, .dark .pagination.pagination-success .page-link:focus, .dark .pagination.pagination-danger .page-item.active .page-link, .dark .pagination.pagination-danger .page-link:hover, .dark .pagination.pagination-danger .page-link:focus, .dark .pagination.pagination-info .page-item.active .page-link, .dark .pagination.pagination-info .page-link:hover, .dark .pagination.pagination-info .page-link:focus, .dark .pagination.pagination-light .page-item.active .page-link, .dark .pagination.pagination-light .page-link:hover, .dark .pagination.pagination-light .page-link:focus {
    background-color: rgba(0,0,0,0.1) !important;
    border-color: rgba(0,0,0,0.1) !important;
    color: rgba(255,255,255,0.95);
}
.dark input.switch-toggle-round + label {
    background-color: rgba(255,255,255,0.2);
}
.dark input.switch-toggle-round + label::before {
    background-color: rgba(255,255,255,0.1);
}
.dark input.switch-toggle-round + label::after {
    background-color: rgba(255,255,255,0.5);
}
.dark input.switch-toggle-round:checked + label::before {
    background-color: #0075BB;
}
.dark input.switch-toggle-round:checked + label::after {
    background-color: rgba(255,255,255,0.85);
}
.dark input.switch-toggle-flat + label {
    background-color: rgba(255,255,255,0.2);
}
.dark input.switch-toggle-flat + label::before {
    background-color: #383838;
}
.dark input.switch-toggle-flat + label::after {
    background-color: rgba(255,255,255,0.5);
}
.dark input.switch-toggle-flat:checked + label {
    background-color: #0075BB;
}
.dark input.switch-toggle-flat:checked + label::after {
    background-color: #0075BB;
}
.dark .shape-divider-fill {
    fill: #383838;
}
/* Dark Scheme - Bootstrap
-----------------------------------------------------------------*/

.dark .show-grid [class^=col-] {
    background-color: rgba(255,255,255,0.05);
    border-color: rgba(255,255,255,0.1);
}
.dark mark {
    background: rgba(0,0,0,0.5);
    color: #FFF;
}
.dark fieldset {
    border-color: rgba(255,255,255,0.1);
}
.dark .img-thumbnail {
    background-color: rgba(0,0,0,0.2);
    border-color: rgba(255,255,255,0.1);
}
.dark hr {
    border-top-color: rgba(255,255,255,0.1);
}
.dark .page-header {
    border-bottom-color: rgba(255,255,255,0.1);
}
.dark blockquote {
    border-left-color: rgba(255,255,255,0.2);
}
.dark .blockquote-reverse, .dark blockquote.pull-right {
    border-right-color: rgba(255,255,255,0.2);
}
.dark code {
    color: #DF6F72;
    background-color: rgba(0,0,0,0.3);
}
.dark kbd {
    background-color: rgba(255,255,255,0.1);
}
.dark pre {
    color: #FFF;
    background-color: rgba(0,0,0,0.3);
    border-color: rgba(255,255,255,0.15);
}
.dark .table {
    color: #EEE;
}
.dark .table > thead > tr > th, .dark .table > tbody > tr > th, .dark .table > tfoot > tr > th, .dark .table > thead > tr > td, .dark .table > tbody > tr > td, .dark .table > tfoot > tr > td {
    border-top-color: rgba(255,255,255,0.1);
}
.dark .table > thead > tr > th {
    border-bottom-color: rgba(255,255,255,0.1);
}
.dark .table > tbody + tbody {
    border-top-color: rgba(255,255,255,0.1);
}
.dark .table .table {
    background-color: rgba(0,0,0,0.2);
}
.dark .table-bordered {
    border-color: rgba(255,255,255,0.1);
}
.dark .table-bordered > thead > tr > th, .dark .table-bordered > tbody > tr > th, .dark .table-bordered > tfoot > tr > th, .dark .table-bordered > thead > tr > td, .dark .table-bordered > tbody > tr > td, .dark .table-bordered > tfoot > tr > td {
    border-color: rgba(255,255,255,0.1);
}
.dark .table-striped > tbody > tr:nth-child(odd) > td, .dark .table-striped > tbody > tr:nth-child(odd) > th, .table-striped > tbody > tr:nth-child(odd) {
    background-color: rgba(0,0,0,0.05);
}
.dark .table-hover > tbody > tr:hover > td, .dark .table-hover > tbody > tr:hover > th {
    background-color: rgba(0,0,0,0.1);
}
.dark .table > thead > tr > td.active, .dark .table > tbody > tr > td.active, .dark .table > tfoot > tr > td.active, .dark .table > thead > tr > th.active, .dark .table > tbody > tr > th.active, .dark .table > tfoot > tr > th.active, .dark .table > thead > tr.active > td, .dark .table > tbody > tr.active > td, .dark .table > tfoot > tr.active > td, .dark .table > thead > tr.active > th, .dark .table > tbody > tr.active > th, .dark .table > tfoot > tr.active > th {
    background-color: rgba(0,0,0,0.1);
}
.dark .table-hover > tbody > tr > td.active:hover, .dark .table-hover > tbody > tr > th.active:hover, .dark .table-hover > tbody > tr.active:hover > td, .dark .table-hover > tbody > tr.active:hover > th {
    background-color: rgba(255,255,255,0.1);
}

@media (max-width: 767px) {
.table-responsive {
    border-color: rgba(255,255,255,0.1);
}
}
.dark legend {
    color: #DDD;
    border-bottom-color: rgba(255,255,255,0.1);
}
.dark output {
    color: #999;
}
.dark .form-control:not(.not-dark), .dark .sm-form-control:not(.not-dark), .dark .form-select:not(.not-dark) {
    color: #999;
    background-color: rgba(0,0,0,0.2);
    border-color: rgba(255,255,255,0.15);
}
.dark .form-select:not(.not-dark) {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23AAAAAA' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}
.dark .form-select:not(.not-dark) option, .dark .sm-form-select:not(.not-dark) option {
    background-color: #282828;
}
.dark .form-control:not(.not-dark):active, .dark .form-control:not(.not-dark):focus, .dark .sm-form-control:not(.not-dark):active, .dark .sm-form-control:not(.not-dark):focus, .dark .form-select:not(.not-dark):active, .dark .form-select:not(.not-dark):focus {
    background-color: rgba(0,0,0,0.3);
    border-color: rgba(255,255,255,0.25) !important;
}
 .dark .form-control:not(.not-dark)::-moz-placeholder {
color: #666;
}
.dark .form-control:not(.not-dark):-ms-input-placeholder {
color: #666;
}
.dark .form-control:not(.not-dark)::-webkit-input-placeholder {
color: #666;
}
.dark .sm-form-control:not(.not-dark)::-moz-placeholder {
color: #666;
}
.dark .sm-form-control:not(.not-dark):-ms-input-placeholder {
color: #666;
}
.dark .sm-form-control:not(.not-dark)::-webkit-input-placeholder {
color: #666;
}
.dark .form-control:not(.not-dark)[disabled], .dark .form-control:not(.not-dark)[readonly], .dark fieldset[disabled] .form-control:not(.not-dark), .dark .form-select:not(.not-dark)[disabled], .dark .form-select:not(.not-dark)[readonly], .dark fieldset[disabled] .form-select:not(.not-dark), .dark .sm-form-control:not(.not-dark)[disabled], .dark .sm-form-control:not(.not-dark)[readonly], .dark fieldset[disabled] .sm-form-control:not(.not-dark) {
    background-color: rgba(255,255,255,0.1);
}
.dark .input-group .form-control.error:not(.not-dark) {
    color: #E42C3E;
}
.dark .sm-form-control.error:not(.not-dark) {
    border-color: #E42C3E !important;
}
 .dark .form-control.error:not(.not-dark)::-moz-placeholder {
color: rgba(228,44,62,0.6);
}
.dark .form-control.error:not(.not-dark):-ms-input-placeholder {
color: rgba(228,44,62,0.6);
}
.dark .form-control.error:not(.not-dark)::-webkit-input-placeholder {
color: rgba(228,44,62,0.6);
}
.dark .form-select.error:not(.not-dark)::-moz-placeholder {
color: rgba(228,44,62,0.6);
}
.dark .form-select.error:not(.not-dark):-ms-input-placeholder {
color: rgba(228,44,62,0.6);
}
.dark .form-select.error:not(.not-dark)::-webkit-input-placeholder {
color: rgba(228,44,62,0.6);
}
.dark .dropdown-menu {
    background-color: #333;
    border-color: #3F3F3F;
}
.dark .dropdown-menu .dropdown-divider {
    border-top-color: rgba(255,255,255,0.1);
}
.dark .dropdown-item {
    color: #DDD;
}
.dark .dropdown-item:hover, .dark .dropdown-item:focus {
    color: #EEE;
    background-color: rgba(255,255,255,0.1);
}
.dark .input-group-text {
    color: #999;
    background-color: rgba(0,0,0,0.25);
    border-color: rgba(255,255,255,0.15);
}
.dark .nav > li > a:hover, .dark .nav > li > a:focus, .dark .nav .open > a, .dark .nav .open > a:hover, .dark .nav .open > a:focus {
    background-color: rgba(0,0,0,0.2);
}
.dark .nav .nav-divider {
    background-color: rgba(255,255,255,0.1);
}
.dark .nav-tabs {
    border-bottom-color: rgba(255,255,255,0.15);
}
.dark .nav-tabs > li > a:hover {
    border-color: rgba(255,255,255,0.2);
    border-bottom: none;
}
.dark .nav-tabs.nav-justified > li > a:hover, .dark .nav-tabs-justified > li > a:hover {
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
.dark .nav-tabs > li.active > a, .dark .nav-tabs > li.active > a:hover, .dark .nav-tabs > li.active > a:focus {
    color: #DDD;
    background-color: #383838;
    border: 1px solid rgba(255,255,255,0.2);
    border-bottom-color: #383838;
}
.dark .nav-tabs.nav-justified > .active > a, .dark .nav-tabs.nav-justified > .active > a:hover, .dark .nav-tabs.nav-justified > .active > a:focus {
    border-color: rgba(255,255,255,0.15);
}

@media (min-width: 768px) {
.dark .nav-tabs.nav-justified > li > a {
    border-bottom-color: rgba(255,255,255,0.15);
}
.dark .nav-tabs.nav-justified > .active > a,  .dark .nav-tabs.nav-justified > .active > a:hover,  .dark .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #383838;
}
}
.dark .nav-tabs-justified > .active > a, .dark .nav-tabs-justified > .active > a:hover, .dark .nav-tabs-justified > .active > a:focus {
    border-color: rgba(255,255,255,0.15);
}

@media (min-width: 768px) {
.dark .nav-tabs-justified > li > a {
    border-bottom-color: rgba(255,255,255,0.15);
}
.dark .nav-tabs-justified > .active > a,  .dark .nav-tabs-justified > .active > a:hover,  .dark .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #383838;
}
}
.dark .navbar-default {
    background-color: rgba(255,255,255,0.1);
    border-color: rgba(255,255,255,0.1);
}
.dark .navbar-default .navbar-brand {
    color: #EEE;
}
.dark .navbar-default .navbar-brand:hover, .dark .navbar-default .navbar-brand:focus {
    color: #BBB;
}
.dark .navbar-default .navbar-text {
    color: #999;
}
.dark .navbar-default .navbar-nav > li > a {
    color: #BBB;
}
.dark .navbar-default .navbar-nav > li > a:hover, .dark .navbar-default .navbar-nav > li > a:focus {
    color: #EEE;
    background-color: transparent;
}
.dark .navbar-default .navbar-nav > .active > a, .dark .navbar-default .navbar-nav > .active > a:hover, .dark .navbar-default .navbar-nav > .active > a:focus {
    color: #EEE;
    background-color: rgba(0,0,0,0.25);
}
.dark .navbar-default .navbar-nav > .disabled > a, .dark .navbar-default .navbar-nav > .disabled > a:hover, .dark .navbar-default .navbar-nav > .disabled > a:focus {
    color: #999;
}
.dark .navbar-default .navbar-toggle {
    border-color: rgba(255,255,255,0.15);
}
.dark .navbar-default .navbar-toggle:hover, .dark .navbar-default .navbar-toggle:focus {
    background-color: rgba(255,255,255,0.15);
}
.dark .navbar-default .navbar-toggle .icon-bar {
    background-color: #BBB;
}
.dark .navbar-default .navbar-collapse, .dark .navbar-default .navbar-form {
    border-color: rgba(255,255,255,0.15);
}
.dark .navbar-default .navbar-nav > .open > a, .dark .navbar-default .navbar-nav > .open > a:hover, .dark .navbar-default .navbar-nav > .open > a:focus {
    background-color: rgba(0,0,0,0.25);
    color: #EEE;
}

@media (max-width: 767px) {
.dark .navbar-default .navbar-nav .open .dropdown-item {
    color: #BBB;
}
.dark .navbar-default .navbar-nav .open .dropdown-item:hover,  .dark .navbar-default .navbar-nav .open .dropdown-item:focus {
    color: #EEE;
}
.dark .navbar-default .navbar-nav .open .dropdown-item.active,  .dark .navbar-default .navbar-nav .open .dropdown-item.active:hover,  .dark .navbar-default .navbar-nav .open .dropdown-item.active:focus {
    background-color: rgba(0,0,0,0.25);
    color: #EEE;
}
.dark .navbar-default .navbar-nav .open .dropdown-item.disabled,  .dark .navbar-default .navbar-nav .open .dropdown-item.disabled:hover,  .dark .navbar-default .navbar-nav .open .dropdown-item.disabled:focus {
    color: #999;
}
}
.dark .navbar-default .navbar-link {
    color: #BBB;
}
.dark .navbar-default .navbar-link:hover {
    color: #EEE;
}
.dark .page-link {
    color: #BBB;
    background-color: rgba(255,255,255,0.1);
    border-color: #666;
}
.dark .page-link:hover, .dark .page-link:focus {
    color: #EEE;
    background-color: rgba(0,0,0,0.1);
}
.dark .disabled .page-link, .dark .disabled .page-link:hover, .dark .disabled .page-link:focus {
    color: #999;
    background-color: rgba(255,255,255,0.2);
    border-color: #777;
}
.dark .label-default {
    background-color: rgba(255,255,255,0.2);
}
.dark .label-default[href]:hover, .dark .label-default[href]:focus {
    background-color: rgba(0,0,0,0.2);
}
.dark .badge:not([class*="badge.bg-"]) {
    background-color: rgba(255,255,255,0.2);
}
.dark .jumbotron {
    background-color: rgba(255,255,255,0.15);
}
.dark .thumbnail {
    background-color: rgba(255,255,255,0.15);
    border-color: rgba(255,255,255,0.1);
}
.dark .thumbnail .caption {
    color: #EEE;
}
.dark .progress {
    background-color: rgba(255,255,255,0.15);
}
.dark .list-group-item {
    background-color: rgba(0,0,0,0.2);
    border-color: #444;
}
.dark a.list-group-item {
    color: #BBB;
}
.dark a.list-group-item .list-group-item-heading {
    color: #DDD;
}
.dark a.list-group-item:hover, .dark a.list-group-item:focus {
    background-color: rgba(255,255,255,0.05);
}
.dark a.list-group-item.active, .dark a.list-group-item.active:hover, .dark a.list-group-item.active:focus {
    color: #ffffff;
    background-color: #428bca;
    border-color: #428bca;
}
.dark .list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}
.dark a.list-group-item-success {
    color: #3c763d;
}
.dark a.list-group-item-success:hover, .dark a.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6;
}
.dark a.list-group-item-success.active, .dark a.list-group-item-success.active:hover, .dark a.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d;
}
.dark .list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}
.dark a.list-group-item-info {
    color: #31708f;
}
.dark a.list-group-item-info:hover, .dark a.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3;
}
.dark a.list-group-item-info.active, .dark a.list-group-item-info.active:hover, .dark a.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f;
}
.dark .list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}
.dark a.list-group-item-warning {
    color: #8a6d3b;
}
.dark a.list-group-item-warning:hover, .dark a.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc;
}
.dark a.list-group-item-warning.active, .dark a.list-group-item-warning.active:hover, .dark a.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b;
}
.dark .list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}
.dark a.list-group-item-danger {
    color: #a94442;
}
.dark a.list-group-item-danger:hover, .dark a.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc;
}
.dark a.list-group-item-danger.active, .dark a.list-group-item-danger.active:hover, .dark a.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442;
}
.dark .card {
    background-color: rgba(0,0,0,0.2);
}
.dark .card-footer {
    background-color: rgba(255,255,255,0.1);
    border-top-color: rgba(255,255,255,0.1);
}
.dark .card > .card-body + .table, .dark .card > .card-body + .table-responsive {
    border-top-color: rgba(255,255,255,0.1);
}
.dark .card-group .card-heading + .collapse .card-body {
    border-top-color: rgba(255,255,255,0.1);
}
.dark .card-group .card-footer + .collapse .card-body {
    border-bottom-color: rgba(255,255,255,0.1);
}
.dark .card-default {
    border-color: rgba(255,255,255,0.15);
}
.dark .card-default > .card-heading {
    color: #DDD;
    background-color: rgba(255,255,255,0.1);
    border-color: rgba(255,255,255,0.1);
}
.dark .card-default > .card-heading + .collapse .card-body {
    border-top-color: rgba(255,255,255,0.15);
}
.dark .card-default > .card-footer + .collapse .card-body {
    border-bottom-color: rgba(255,255,255,0.15);
}
.dark .close {
    opacity: 1;
    color: rgba(0,0,0,0.15);
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}
.dark .close:hover, .dark .close:focus {
    color: rgba(0,0,0,0.4);
}
.dark .modal-content {
    border-color: #555;
}
.dark .modal-header {
    border-bottom-color: rgba(255,255,255,0.15);
}
.dark .modal-footer {
    border-top-color: rgba(255,255,255,0.15);
}
.dark .popover {
    background-color: #282828;
    border-color: #494949;
}
.dark .popover-title {
    background-color: rgba(255,255,255,0.1);
    border-bottom-color: rgba(255,255,255,0.075);
}
.dark .popover.top > .arrow {
    border-top-color: #494949;
}
.dark .popover.top > .arrow:after {
    border-top-color: #282828;
}
.dark .popover.right > .arrow {
    border-right-color: #494949;
}
.dark .popover.right > .arrow:after {
    border-right-color: #282828;
}
.dark .popover.bottom > .arrow {
    border-bottom-color: #494949;
}
.dark .popover.bottom > .arrow:after {
    border-bottom-color: #282828;
}
.dark .popover.left > .arrow {
    border-left-color: #494949;
}
.dark .popover.left > .arrow:after {
    border-left-color: #282828;
}
/*
        .logoreact {
            -webkit-filter: drop-shadow(1px 1px 0 black) drop-shadow(-1px -1px 0 black) !important;
            filter: drop-shadow(0px 1px 0 black) drop-shadow(-1px -1px 0 #ffffff) !important;
        }
		*/
      


.courses-1 {
    padding-top: 25px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.event .grid-inner {
    background-color: #F9F9F9;
    border-bottom: 3px solid #318BFF;
}
/* ----------------------------------------------------------------
	Styled Icons
-----------------------------------------------------------------*/


.i-rounded, .i-plain, .i-circled, .i-bordered, .social-icon {
    display: block;
    float: left;
    margin: 4px 11px 7px 0;
    text-align: center !important;
    font-size: 28px;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    cursor: pointer;
    font-style: normal;
}
body:not(.device-touch) .i-rounded, body:not(.device-touch) .i-plain, body:not(.device-touch) .i-circled, body:not(.device-touch) .i-bordered, body:not(.device-touch) .social-icon {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.i-rounded, .i-circled, .i-bordered {
    width: 52px !important;
    height: 52px !important;
    line-height: 52px !important;
    background-color: #444;
    border-radius: 3px;
}
.i-bordered {
    border: 1px solid #555;
    line-height: 50px !important;
    background-color: transparent !important;
    color: #444;
    text-shadow: none;
}
.i-plain {
    width: 36px !important;
    height: 36px !important;
    font-size: 28px;
    line-height: 36px !important;
    color: #444;
    text-shadow: 1px 1px 1px #FFF;
}
.i-plain:hover {
    color: #777;
}
.i-circled {
    border-radius: 50%;
}
.i-light {
    background-color: #F5F5F5;
    color: #444;
    text-shadow: 1px 1px 1px #FFF;
    box-shadow: inset 0 0 15px rgba(0,0,0,0.2);
}
.i-alt {
    background-image: url('images/icons/iconalt.svg');
    background-position: center center;
    background-size: 100% 100%;
}
.i-rounded:hover, .i-circled:hover {
    background-color: #0075BB;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    box-shadow: 0 0 0 rgba(0,0,0,0.2);
}
.i-bordered:hover {
    background-color: #444 !important;
    color: #FFF;
    border-color: #444;
}
/* Icon Size - Small
-----------------------------------------------------------------*/

.i-small.i-rounded, .i-small.i-plain, .i-small.i-circled, .i-small.i-bordered {
    margin: 4px 11px 7px 0;
    font-size: 0.875rem;
}
.i-small.i-rounded, .i-small.i-circled, .i-small.i-bordered {
    width: 28px !important;
    height: 28px !important;
    line-height: 28px !important;
}
.i-small.i-bordered {
    line-height: 26px !important;
}
.i-small.i-plain {
    width: 18px !important;
    height: 18px !important;
    font-size: 0.875rem;
    line-height: 18px !important;
}
/* Icon Size - Small
-----------------------------------------------------------------*/

.i-medium.i-rounded, .i-medium.i-plain, .i-medium.i-circled, .i-medium.i-bordered {
    margin: 6px 13px 9px 0;
    font-size: 21px;
}
.i-medium.i-rounded, .i-medium.i-circled, .i-medium.i-bordered {
    width: 36px !important;
    height: 36px !important;
    line-height: 36px !important;
}
.i-medium.i-bordered {
    line-height: 34px !important;
}
.i-medium.i-plain {
    width: 28px !important;
    height: 28px !important;
    font-size: 1.25rem;
    line-height: 28px !important;
}
/* Icon Size - Large
-----------------------------------------------------------------*/

.i-large.i-rounded, .i-large.i-plain, .i-large.i-circled, .i-large.i-bordered {
    margin: 4px 11px 7px 0;
    font-size: 42px;
}
.i-large.i-rounded, .i-large.i-circled, .i-large.i-bordered {
    width: 64px !important;
    height: 64px !important;
    line-height: 64px !important;
}
.i-large.i-bordered {
    line-height: 62px !important;
}
.i-large.i-plain {
    width: 48px !important;
    height: 48px !important;
    font-size: 42px;
    line-height: 48px !important;
}
/* Icon Size - Extra Large
-----------------------------------------------------------------*/

.i-xlarge.i-rounded, .i-xlarge.i-plain, .i-xlarge.i-circled, .i-xlarge.i-bordered {
    margin: 4px 11px 7px 0;
    font-size: 56px;
}
.i-xlarge.i-rounded, .i-xlarge.i-circled, .i-xlarge.i-bordered {
    width: 84px !important;
    height: 84px !important;
    line-height: 84px !important;
}
.i-xlarge.i-bordered {
    line-height: 82px !important;
}
.i-xlarge.i-plain {
    width: 64px !important;
    height: 64px !important;
    font-size: 56px;
    line-height: 64px !important;
}
/* Icon Size - Extra Extra Large
-----------------------------------------------------------------*/

.i-xxlarge.i-rounded, .i-xxlarge.i-plain, .i-xxlarge.i-circled, .i-xxlarge.i-bordered {
    margin: 6px 15px 10px 0;
    font-size: 64px;
}
.i-xxlarge.i-rounded, .i-xxlarge.i-circled, .i-xxlarge.i-bordered {
    width: 96px !important;
    height: 96px !important;
    line-height: 96px !important;
}
.i-xxlarge.i-bordered {
    line-height: 94px !important;
}
.i-xxlarge.i-plain {
    width: 80px !important;
    height: 80px !important;
    font-size: 64px;
    line-height: 80px !important;
}


/* ----------------------------------------------------------------
	Social Icons
-----------------------------------------------------------------*/


.social-icon {
	margin: 0 5px 5px 0;
	width: 40px;
	height: 40px;
	font-size: 1.25rem;
	line-height: 38px !important;
	color: #555;
	text-shadow: none;
	border: 1px solid #AAA;
	border-radius: 3px;
	overflow: hidden;
}

.d-flex > .social-icon,
.d-sm-flex > .social-icon,
.d-md-flex > .social-icon,
.d-lg-flex > .social-icon,
.d-xl-flex > .social-icon,
.d-xxl-flex > .social-icon {
	float: none;
	margin-bottom: 0px;
}


/* Social Icons - Rounded
-----------------------------------------------------------------*/

.si-rounded { border-radius: 50%; }

/* Social Icons - Borderless
-----------------------------------------------------------------*/

.si-borderless { border-color: transparent !important; }

/* Social Icons - Dark
-----------------------------------------------------------------*/

.si-dark {
	background-color: #444;
	color: #FFF !important;
	border-color: transparent;
}

/* Social Icons - Light
-----------------------------------------------------------------*/

.si-light {
	background-color: rgba(0,0,0,0.05);
	color: #666 !important;
	border-color: transparent;
}

/* Social Icons - Colored
-----------------------------------------------------------------*/

.si-colored { border-color: transparent !important; }

.si-colored i { color: #FFF; }

/* Social Icons - Large
-----------------------------------------------------------------*/

.social-icon.si-large {
	margin: 0 10px 10px 0;
	width: 56px;
	height: 56px;
	font-size: 30px;
	line-height: 54px !important;
}

/* Social Icons - Small
-----------------------------------------------------------------*/

.social-icon.si-small {
	width: 32px;
	height: 32px;
	font-size: 0.875rem;
	line-height: 30px !important;
}

.social-icon i {
	display: block;
	position: relative;
}

body:not(.device-touch) .social-icon i {
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.social-icon i:last-child { color: #FFF !important; }

.social-icon:hover i:first-child { margin-top: -38px; }

.social-icon.si-large:hover i:first-child { margin-top: -54px; }

.social-icon.si-small:hover i:first-child { margin-top: -30px; }

.social-icon:hover {
	color: #555;
	border-color: transparent;
}

.si-colored.social-icon { border-color: transparent; }

/* Social Icons - Sticky
-----------------------------------------------------------------*/

.si-sticky {
	position: fixed;
	top: 50%;
	left: 5px;
	width: 36px;
	z-index: 499;
	transform: translateY(-50%);
}

/* Social Icons - Sticky Right
-----------------------------------------------------------------*/


.si-sticky.si-sticky-right {
	left: auto;
	right: 8px;
}

/* Social Icons - Share
-----------------------------------------------------------------*/

.si-share {
	position: relative;
	padding-left: 5px;
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
}

.si-share span {
	line-height: 36px;
	font-weight: bold;
	font-size: 13px;
}

.si-share .social-icon {
	margin: -1px 0;
	border-radius: 0;
	font-size: 15px;
}

.si-facebook:hover,
.si-colored.si-facebook { background-color: #3B5998 !important; }
.si-delicious:hover,
.si-colored.si-delicious { background-color: #205CC0 !important; }
.si-paypal:hover,
.si-colored.si-paypal { background-color: #00588B !important; }
.si-flattr:hover,
.si-colored.si-flattr { background-color: #F67C1A !important; }
.si-android:hover,
.si-colored.si-android { background-color: #A4C639 !important; }
.si-smashmag:hover,
.si-colored.si-smashmag { background-color: #E53B2C !important; }
.si-gplus:hover,
.si-colored.si-gplus { background-color: #DD4B39 !important; }
.si-wikipedia:hover,
.si-colored.si-wikipedia { background-color: #333 !important; }
.si-stumbleupon:hover,
.si-colored.si-stumbleupon { background-color: #F74425 !important; }
.si-foursquare:hover,
.si-colored.si-foursquare { background-color: #25A0CA !important; }
.si-call:hover,
.si-colored.si-call { background-color: #444 !important; }
.si-ninetyninedesigns:hover,
.si-colored.si-ninetyninedesigns { background-color: #F26739 !important; }
.si-forrst:hover,
.si-colored.si-forrst { background-color: #5B9A68 !important; }
.si-digg:hover,
.si-colored.si-digg { background-color: #191919 !important; }
.si-spotify:hover,
.si-colored.si-spotify { background-color: #81B71A !important; }
.si-reddit:hover,
.si-colored.si-reddit { background-color: #C6C6C6 !important; }
.si-blogger:hover,
.si-colored.si-blogger { background-color: #FC4F08 !important; }
.si-cc:hover,
.si-colored.si-cc { background-color: #688527 !important; }
.si-dribbble:hover,
.si-colored.si-dribbble { background-color: #EA4C89 !important; }
.si-evernote:hover,
.si-colored.si-evernote { background-color: #5BA525 !important; }
.si-flickr:hover,
.si-colored.si-flickr { background-color: #FF0084 !important; }
.si-google:hover,
.si-colored.si-google { background-color: #DD4B39 !important; }
.si-instapaper:hover,
.si-colored.si-instapaper { background-color: #333 !important; }
.si-klout:hover,
.si-colored.si-klout { background-color: #FF5F52 !important; }
.si-linkedin:hover,
.si-colored.si-linkedin { background-color: #0E76A8 !important; }
.si-vk:hover,
.si-colored.si-vk { background-color: #2B587A !important; }
.si-rss:hover,
.si-colored.si-rss { background-color: #EE802F !important; }
.si-skype:hover,
.si-colored.si-skype { background-color: #00AFF0 !important; }
.si-twitter:hover,
.si-colored.si-twitter { background-color: #00ACEE !important; }
.si-youtube:hover,
.si-colored.si-youtube { background-color: #C4302B !important; }
.si-vimeo:hover,
.si-colored.si-vimeo { background-color: #86C9EF !important; }
.si-aim:hover,
.si-colored.si-aim { background-color: #FCD20B !important; }
.si-yahoo:hover,
.si-colored.si-yahoo { background-color: #720E9E !important; }
.si-email3:hover,
.si-colored.si-email3 { background-color: #6567A5 !important; }
.si-macstore:hover,
.si-colored.si-macstore { background-color: #333333 !important; }
.si-myspace:hover,
.si-colored.si-myspace { background-color: #666666 !important; }
.si-podcast:hover,
.si-colored.si-podcast { background-color: #E4B21B !important; }
.si-cloudapp:hover,
.si-colored.si-cloudapp { background-color: #525557 !important; }
.si-dropbox:hover,
.si-colored.si-dropbox { background-color: #3D9AE8 !important; }
.si-ebay:hover,
.si-colored.si-ebay { background-color: #89C507 !important; }
.si-github:hover,
.si-colored.si-github { background-color: #171515 !important; }
.si-googleplay:hover,
.si-colored.si-googleplay { background-color: #DD4B39 !important; }
.si-itunes:hover,
.si-colored.si-itunes { background-color: #222 !important; }
.si-plurk:hover,
.si-colored.si-plurk { background-color: #CF5A00 !important; }
.si-pinboard:hover,
.si-colored.si-pinboard { background-color: #0000E6 !important; }
.si-soundcloud:hover,
.si-colored.si-soundcloud { background-color: #FF7700 !important; }
.si-tumblr:hover,
.si-colored.si-tumblr { background-color: #34526F !important; }
.si-wordpress:hover,
.si-colored.si-wordpress { background-color: #1E8CBE !important; }
.si-yelp:hover,
.si-colored.si-yelp { background-color: #C41200 !important; }
.si-intensedebate:hover,
.si-colored.si-intensedebate { background-color: #009EE4 !important; }
.si-eventbrite:hover,
.si-colored.si-eventbrite { background-color: #F16924 !important; }
.si-scribd:hover,
.si-colored.si-scribd { background-color: #666666 !important; }
.si-stripe:hover,
.si-colored.si-stripe { background-color: #008CDD !important; }
.si-print:hover,
.si-colored.si-print { background-color: #111 !important; }
.si-dwolla:hover,
.si-colored.si-dwolla { background-color: #FF5C03 !important; }
.si-statusnet:hover,
.si-colored.si-statusnet { background-color: #131A30 !important; }
.si-acrobat:hover,
.si-colored.si-acrobat { background-color: #D3222A !important; }
.si-drupal:hover,
.si-colored.si-drupal { background-color: #27537A !important; }
.si-buffer:hover,
.si-colored.si-buffer { background-color: #333333 !important; }
.si-pocket:hover,
.si-colored.si-pocket { background-color: #EE4056 !important; }
.si-bitbucket:hover,
.si-colored.si-bitbucket { background-color: #0E4984 !important; }
.si-stackoverflow:hover,
.si-colored.si-stackoverflow { background-color: #EF8236 !important; }
.si-hackernews:hover,
.si-colored.si-hackernews { background-color: #FF6600 !important; }
.si-xing:hover,
.si-colored.si-xing { background-color: #126567 !important; }
.si-instagram:hover,
.si-colored.si-instagram { background-color: #8A3AB9 !important; }
.si-quora:hover,
.si-colored.si-quora { background-color: #A82400 !important; }
.si-openid:hover,
.si-colored.si-openid { background-color: #E16309 !important; }
.si-steam:hover,
.si-colored.si-steam { background-color: #111 !important; }
.si-amazon:hover,
.si-colored.si-amazon { background-color: #E47911 !important; }
.si-disqus:hover,
.si-colored.si-disqus { background-color: #E4E7EE !important; }
.si-plancast:hover,
.si-colored.si-plancast { background-color: #222 !important; }
.si-appstore:hover,
.si-colored.si-appstore { background-color: #000 !important; }
.si-pinterest:hover,
.si-colored.si-pinterest { background-color: #C8232C !important; }
.si-fivehundredpx:hover,
.si-colored.si-fivehundredpx { background-color: #111 !important; }
.si-tiktok:hover,
.si-colored.si-tiktok { background-color: #000 !important; }
.si-whatsapp:hover,
.si-colored.si-whatsapp { background-color: #25D366 !important; }
.si-tripadvisor:hover,
.si-colored.si-tripadvisor { background-color: #00AF87 !important; }
.si-gpay:hover,
.si-colored.si-gpay { background-color: #6877DF !important; }
.si-unsplash:hover,
.si-colored.si-unsplash { background-color: #111 !important; }
.si-snapchat:hover,
.si-colored.si-snapchat { background-color: #FFFC00 !important; }


/* Social Icons Text Color
-----------------------------------------------------------------*/

.si-text-color.si-facebook i { color: #3B5998; }
.si-text-color.si-delicious i { color: #205CC0; }
.si-text-color.si-paypal i { color: #00588B; }
.si-text-color.si-flattr i { color: #F67C1A; }
.si-text-color.si-android i { color: #A4C639; }
.si-text-color.si-smashmag i { color: #E53B2C; }
.si-text-color.si-gplus i { color: #DD4B39; }
.si-text-color.si-wikipedia i { color: #333; }
.si-text-color.si-stumbleupon i { color: #F74425; }
.si-text-color.si-foursquare i { color: #25A0CA; }
.si-text-color.si-call i { color: #444; }
.si-text-color.si-ninetyninedesigns i { color: #F26739; }
.si-text-color.si-forrst i { color: #5B9A68; }
.si-text-color.si-digg i { color: #191919; }
.si-text-color.si-spotify i { color: #81B71A; }
.si-text-color.si-reddit i { color: #C6C6C6; }
.si-text-color.si-blogger i { color: #FC4F08; }
.si-text-color.si-cc i { color: #688527; }
.si-text-color.si-dribbble i { color: #EA4C89; }
.si-text-color.si-evernote i { color: #5BA525; }
.si-text-color.si-flickr i { color: #FF0084; }
.si-text-color.si-google i { color: #DD4B39; }
.si-text-color.si-instapaper i { color: #333; }
.si-text-color.si-klout i { color: #FF5F52; }
.si-text-color.si-linkedin i { color: #0E76A8; }
.si-text-color.si-vk i { color: #2B587A; }
.si-text-color.si-rss i { color: #EE802F; }
.si-text-color.si-skype i { color: #00AFF0; }
.si-text-color.si-twitter i { color: #00ACEE; }
.si-text-color.si-youtube i { color: #C4302B; }
.si-text-color.si-vimeo i { color: #86C9EF; }
.si-text-color.si-aim i { color: #FCD20B; }
.si-text-color.si-yahoo i { color: #720E9E; }
.si-text-color.si-email3 i { color: #6567A5; }
.si-text-color.si-macstore i { color: #333333; }
.si-text-color.si-myspace i { color: #666666; }
.si-text-color.si-podcast i { color: #E4B21B; }
.si-text-color.si-cloudapp i { color: #525557; }
.si-text-color.si-dropbox i { color: #3D9AE8; }
.si-text-color.si-ebay i { color: #89C507; }
.si-text-color.si-github i { color: #171515; }
.si-text-color.si-googleplay i { color: #DD4B39; }
.si-text-color.si-itunes i { color: #222; }
.si-text-color.si-plurk i { color: #CF5A00; }
.si-text-color.si-pinboard i { color: #0000E6; }
.si-text-color.si-soundcloud i { color: #FF7700; }
.si-text-color.si-tumblr i { color: #34526F; }
.si-text-color.si-wordpress i { color: #1E8CBE; }
.si-text-color.si-yelp i { color: #C41200; }
.si-text-color.si-intensedebate i { color: #009EE4; }
.si-text-color.si-eventbrite i { color: #F16924; }
.si-text-color.si-scribd i { color: #666666; }
.si-text-color.si-stripe i { color: #008CDD; }
.si-text-color.si-print i { color: #111; }
.si-text-color.si-dwolla i { color: #FF5C03; }
.si-text-color.si-statusnet i { color: #131A30; }
.si-text-color.si-acrobat i { color: #D3222A; }
.si-text-color.si-drupal i { color: #27537A; }
.si-text-color.si-buffer i { color: #333333; }
.si-text-color.si-pocket i { color: #EE4056; }
.si-text-color.si-bitbucket i { color: #0E4984; }
.si-text-color.si-stackoverflow i { color: #EF8236; }
.si-text-color.si-hackernews i { color: #FF6600; }
.si-text-color.si-xing i { color: #126567; }
.si-text-color.si-instagram i { color: #8A3AB9; }
.si-text-color.si-quora i { color: #A82400; }
.si-text-color.si-openid i { color: #E16309; }
.si-text-color.si-steam i { color: #111; }
.si-text-color.si-amazon i { color: #E47911; }
.si-text-color.si-disqus i { color: #E4E7EE; }
.si-text-color.si-plancast i { color: #222; }
.si-text-color.si-appstore i { color: #000; }
.si-text-color.si-pinterest i { color: #C8232C; }
.si-text-color.si-fivehundredpx i { color: #111; }
.si-text-color.si-tiktok i { color: #000; }
.si-text-color.si-whatsapp i { color: #25D366; }
.si-text-color.si-tripadvisor i { color: #00AF87; }
.si-text-color.si-gpay i { color: #6877DF; }
.si-text-color.si-unsplash i { color: #111; }
.si-text-color.si-snapchat i { color: #FFFC00; }

.si-text-color:hover { color: #FFF; }

.dark .i-rounded,
.dark .i-circled {
	background-color: rgba(0,0,0,0.3);
}

.dark .i-bordered {
	border-color: rgba(255,255,255,0.1);
	color: #EEE;
}

.dark .i-plain {
	color: #EEE;
	text-shadow: none;
}

.dark .i-plain:hover {
	color: #CCC;
}

.dark .i-light {
	background-color: rgba(255,255,255,0.15);
	color: #EEE;
	text-shadow: 1px 1px 1px none;
	box-shadow: inset 0 0 15px rgba(0,0,0,0.2);
}

.dark .i-rounded:hover,
.dark .i-circled:hover {
	background-color: #1ABC9C;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	box-shadow: 0 0 0 rgba(0,0,0,0.2);
}

.dark .i-bordered:hover {
	background-color: rgba(255,255,255,0.15) !important;
	color: #FFF;
	border-color: rgba(255,255,255,0.15);
}

.dark .social-icon {
	color: #EEE;
	border-color: #AAA;
}

.dark .si-dark {
	background-color: rgba(0,0,0,0.2);
	color: #FFF !important;
	border-color: transparent;
}

.dark .si-light {
	background-color: rgba(255,255,255,0.15);
	color: #CCC !important;
	border-color: transparent;
}

.dark .si-share {
	border-top-color: rgba(255,255,255,0.15);
	border-bottom-color: rgba(255,255,255,0.15);
}


/*	Custom Bootstrap Column */

[class*="col-"]:not([class*="sticky-"]):not([class*="position-"]) {
    position: relative;
}
.col-1-5 {
    flex: 0 0 auto;
    width: 20%;
}

@media (min-width: 576px) {
.col-sm-1-5 {
    flex: 0 0 auto;
    width: 20%;
}
}

@media (min-width: 768px) {
.col-md-1-5 {
    flex: 0 0 auto;
    width: 20%;
}
}

@media (min-width: 992px) {
.col-lg-1-5 {
    flex: 0 0 auto;
    width: 20%;
}
}

@media (min-width: 1200px) {
.col-xl-1-5 {
    flex: 0 0 auto;
    width: 20%;
}
}

@media (min-width: 1400px) {
.col-xxl-1-5 {
    flex: 0 0 auto;
    width: 20%;
}
}
/*	Gutters */
[class*="gutter-"] {
 --custom-gutter: var(--bs-gutter-x); /* Default Bootstrap */
    margin-right: calc(var(--custom-gutter) / -2);
    margin-left: calc(var(--custom-gutter) / -2);
 margin-top: calc(var(--custom-gutter) * -1);
}
[class*="gutter-"] > .col, [class*="gutter-"] > [class*="col-"] {
    padding-right: calc(var(--custom-gutter) / 2);
    padding-left: calc(var(--custom-gutter) / 2);
    margin-top: var(--custom-gutter);
}
.gutter-10 {
 --custom-gutter: 10px;
}
.gutter-20 {
 --custom-gutter: 20px;
}
.gutter-30 {
 --custom-gutter: 30px;
}
.gutter-40 {
 --custom-gutter: 40px;
}
.gutter-50 {
 --custom-gutter: 50px;
}
[class*="col-mb-"] {
    margin-bottom: calc(var(--col-mb) / -1);
}
[class*="col-mb-"] > .col, [class*="col-mb-"] > [class*="col-"] {
    padding-bottom: var(--col-mb);
}
.col-mb-30 {
 --col-mb: 30px;
}
.col-mb-50 {
 --col-mb: 50px;
}
.col-mb-80 {
 --col-mb: 80px;
}

@media (min-width: 576px) {
.gutter-sm-10 {
 --custom-gutter: 10px;
}
.gutter-sm-20 {
 --custom-gutter: 20px;
}
.gutter-sm-30 {
 --custom-gutter: 30px;
}
.gutter-sm-40 {
 --custom-gutter: 40px;
}
.gutter-sm-50 {
 --custom-gutter: 50px;
}
.col-mb-sm-30 {
 --col-mb: 30px;
}
.col-mb-sm-50 {
 --col-mb: 50px;
}
.col-mb-sm-80 {
 --col-mb: 80px;
}
}

@media (min-width: 768px) {
.gutter-md-10 {
 --custom-gutter: 10px;
}
.gutter-md-20 {
 --custom-gutter: 20px;
}
.gutter-md-30 {
 --custom-gutter: 30px;
}
.gutter-md-40 {
 --custom-gutter: 40px;
}
.gutter-md-50 {
 --custom-gutter: 50px;
}
.col-mb-md-30 {
 --col-mb: 30px;
}
.col-mb-md-50 {
 --col-mb: 50px;
}
.col-mb-md-80 {
 --col-mb: 80px;
}
}

@media (min-width: 992px) {
.gutter-lg-10 {
 --custom-gutter: 10px;
}
.gutter-lg-20 {
 --custom-gutter: 20px;
}
.gutter-lg-30 {
 --custom-gutter: 30px;
}
.gutter-lg-40 {
 --custom-gutter: 40px;
}
.gutter-lg-50 {
 --custom-gutter: 50px;
}
.col-mb-lg-30 {
 --col-mb: 30px;
}
.col-mb-lg-50 {
 --col-mb: 50px;
}
.col-mb-lg-80 {
 --col-mb: 80px;
}
}

@media (min-width: 1200px) {
.gutter-xl-10 {
 --custom-gutter: 10px;
}
.gutter-xl-20 {
 --custom-gutter: 20px;
}
.gutter-xl-30 {
 --custom-gutter: 30px;
}
.gutter-xl-40 {
 --custom-gutter: 40px;
}
.gutter-xl-50 {
 --custom-gutter: 50px;
}
.col-mb-xl-30 {
 --col-mb: 30px;
}
.col-mb-xl-50 {
 --col-mb: 50px;
}
.col-mb-xl-80 {
 --col-mb: 80px;
}
}

@media (min-width: 1400px) {
.gutter-xxl-10 {
 --custom-gutter: 10px;
}
.gutter-xxl-20 {
 --custom-gutter: 20px;
}
.gutter-xxl-30 {
 --custom-gutter: 30px;
}
.gutter-xxl-40 {
 --custom-gutter: 40px;
}
.gutter-xxl-50 {
 --custom-gutter: 50px;
}
.col-mb-xxl-30 {
 --col-mb: 30px;
}
.col-mb-xxl-50 {
 --col-mb: 50px;
}
.col-mb-xxl-80 {
 --col-mb: 80px;
}
}
/* ----------------------------------------------------------------
	Process Steps
-----------------------------------------------------------------*/

.process-steps {
    margin: 0 0 40px;
    list-style: none;
}
.process-steps li {
    position: relative;
    text-align: center;
    overflow: hidden;
}
.process-steps li .i-circled {
    margin-bottom: 0 !important;
}
.process-steps li .i-bordered {
    background-color: #FFF;
}
.process-steps li h5 {
    margin: 15px 0 0 0;
    font-size: 1rem;
    font-weight: 300;
}
.process-steps li.active h5, .process-steps li.ui-tabs-active h5 {
    font-weight: 600;
    color: #0075BB;
}
.process-steps li.active a, .process-steps li.ui-tabs-active a {
    background-color: #0075BB !important;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    border-color: #0075BB !important;
}

@media (min-width: 992px) {
.process-steps li::before,  .process-steps li::after {
    content: '';
    position: absolute;
    top: 30px;
    left: 0;
    margin-left: -26px;
    width: 50%;
    border-top: 1px dashed #DDD;
}
.process-steps li::after {
    left: auto;
    right: 0;
    margin: 0 -26px 0 0;
}
.process-steps li:first-child::before,  .process-steps li:last-child::after {
    display: none;
}
}
/* ----------------------------------------------------------------
	Forms
-----------------------------------------------------------------*/

.sm-form-control {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 14px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 2px solid #DDD;
    border-radius: 0 !important;
    -webkit-transition: border-color ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s;
    transition: border-color ease-in-out .15s;
}
.sm-form-control:focus {
    border-color: #AAA;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
 .sm-form-control::-moz-placeholder {
 color: #999;
 opacity: 1;
}
 .sm-form-control:-ms-input-placeholder {
color: #999;
}
.sm-form-control::-webkit-input-placeholder {
color: #999;
}
.sm-form-control[disabled], .sm-form-control[readonly], fieldset[disabled] .sm-form-control {
    cursor: not-allowed;
    background-color: #eeeeee;
    opacity: 1;
}
.sm-form-control {
    height: auto;
}
.form-control {
    border-radius: 3px;
}
.form-control:active, .form-control:focus {
    border-color: #999;
    box-shadow: none;
}
label {
    display: inline-block;
    font-size: 13px !important;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #555 !important;
    margin-bottom: 10px !important;
    cursor: pointer;
}
label.label-muted {
    color: #999;
    font-weight: normal;
    margin-right: 5px;
}
/* ----------------------------------------------------------------
	Contact Form
-----------------------------------------------------------------*/


.contact-form-overlay {
    position: relative;
    background-color: #FFF;
    z-index: 10;
    border-radius: 4px;
    box-shadow: 0 1px 10px rgba(0,0,0,0.15);
}
label.error {
    margin-top: 5px;
    color: #E42C3E;
    font-weight: 400;
}
label.error {
    display: none !important;
}
.show-error-msg + label.error {
    display: block !important;
}
input[type=checkbox]:not(:checked) + label.error {
    display: block !important;
}
.form-control.error, .sm-form-control.error {
    border-color: #E42C3E;
}

/* ----------------------------------------------------------------
	Preloaders
-----------------------------------------------------------------*/


.preloader,
.preloader2,
.form-process {
	display: block;
	width: 100%;
	height: 100%;
	background: center center no-repeat #FFF;
}

.preloader2 { background-color: transparent; }

.form-process {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	background-color: transparent;
}

.form-process::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #FFF;
	opacity: 0.7;
	z-index: -1;
}

.block-form-2,  .block-form-2 h1,  .block-form-2 h2,  .block-form-2 h3,  .block-form-2 h4,  .block-form-2 h5,  .block-form-2 h6,  .block-form-2 p,  .block-form-2 label,  .block-form-2 input {
    font-family: 'Inter', sans-serif;
 --themecolor: #0075BB;
}
.block-form-2 .form-control {
    padding: 15px 2px;
    background-color: transparent !important;
    border-top-width: 0;
    border-right-width: 0;
    border-left-width: 0;
    border-bottom-width: 1px;
    border-radius: 0;
    font-weight: 700;
    font-size: 14px;
}
.block-form-2 .form-control:not(.error) {
    border-color: #DDD;
}
 .block-form-2 .form-control::-moz-placeholder {
 color: #DDD;
 font-weight: 400;
 font-size: 15px;
}
 .block-form-2 .form-control:-ms-input-placeholder {
 color: #DDD;
 font-weight: 400;
 font-size: 15px;
}
 .block-form-2 .form-control::-webkit-input-placeholder {
 color: #DDD;
 font-weight: 400;
 font-size: 15px;
}
.block-form-2 textarea.form-control {
    resize: none;
    overflow: hidden;
    word-wrap: break-word;
}
.block-form-2 label:not(.custom-control-label):not(.error) {
    text-transform: none;
    letter-spacing: 0;
    font-weight: 500;
    color: #777;
    margin-bottom: 8px;
    font-size: 14px;
}
.block-form-2 .social-icon {
    background-color: rgba(0,0,0,0.1);
    font-size: 16px;
}
.nav-pills .nav-link {
    padding: 10px 17px;
    color: #FFF;
    background-color: var(--themecolor);
    border: 1px solid transparent;
}
.block-form-2 .nav-pills .nav-link.active,  .block-form-2 .nav-pills .show > .nav-link,  .block-form-2 .nav-pills .nav-link:not(.active) {
    background-color: var(--themecolor);
}
.block-form-2 .nav-pills .nav-link:not(.active) {
    opacity: .7;
}
.block-form-2 .nav-pills .nav-link.active ~ .nav-link {
    opacity: 1;
    color: #666;
    background-color: #F5F5F5;
    pointer-events: none;
}
.block-form-2 .flatpickr-input.form-control[readonly] {
    background-color: inherit;
}
label.error {
    display: block !important;
    color: #E42C3E;
    font-size: 12px !important;
    font-weight: 400 !important;
    opacity: 0.9;
    font-style: italic;
    letter-spacing: 0;
    text-transform: none;
}
.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
    background: var(--themecolor);
    border-color: var(--themecolor);
}
.flatpickr-day.today {
    border-color: var(--themecolor);
}
.svg-image {
    position: absolute;
    top: auto;
    bottom: 2px;
    z-index: 0;
    right: 10px;
    width: 98%;
    opacity: .7;
}


.block-form-1 .form-group {
	position: relative;
	margin-bottom: 1rem;
}

.block-form-1 .form-group label:not(.error) {
	position: absolute;
	top: 50%;
	left: 10px;
	margin-bottom: 0; /* Override default `<label>` margin */
	color: #BBB;
	padding: 0 4px;
	transform: translateY(-50%);
	transition: all 200ms ease;
	cursor: text;
	text-transform: none;
	letter-spacing: 0;
	font-weight: 500;
}

.block-form-1 .form-group input:focus + label:not(.error),
.block-form-1 .form-group input.focus-visible + label:not(.error),
.block-form-1 .form-group input:visited + label:not(.error),
.block-form-1 .form-group input:not(:placeholder-shown) + label:not(.error) {
  font-size: 70%;
  transform: translate3d(0, -50%, 0);
  top: 0;
  color: #999;
  background-color: #FFF;
}

.block-form-1 .form-group input::-webkit-input-placeholder {
	opacity: 0;
}
.block-form-1 .form-group input:-ms-input-placeholder {
	opacity: 0;
}
.block-form-1 .form-group input::-moz-placeholder {
	opacity: 0;
}

.block-form-1 .form-control.border-bottom {
	border-left: 0;
	border-top: 0;
	border-right: 0;
}

.block-form-1 .form-control.border-bottom + label:not(.error) {
	left: 0;
	color: #BBb !important;
}



/* ----------------------------------------------------------------
	Alerts
-----------------------------------------------------------------*/


.style-msg,
.style-msg2 {
	position: relative;
	display: block;
	color: #444;
	border-left: 4px solid rgba(0,0,0,0.1);
	margin-bottom: 20px;
}

.style-msg2 { border-left: 4px solid rgba(0,0,0,0.2); }

.successmsg {
	background: #d4edda;
	color: #155724;
}

.errormsg {
	background: #f8d7da;
	color: #721c24;
}

.infomsg {
	background: #d1ecf1;
	color: #0c5460;
}

.alertmsg {
	background: #fff3cd;
	color: #856404;
}

.style-msg .sb-msg,
.style-msg2 .msgtitle,
.style-msg2 .sb-msg {
	display: block;
	padding: 15px;
	border-left: 1px solid rgba(255,255,255,0.5);
	font-size: 1rem;
}

.style-msg2 .msgtitle {
	background: rgba(0,0,0,0.15);
	border-top: none;
	border-bottom: none;
	font-weight: bold;
}

.style-msg-light .sb-msg,
.style-msg-light .msgtitle {
	color: #FFF;
}

.style-msg2 .sb-msg { font-weight: normal; }

.style-msg2 ol,
.style-msg2 ul { margin: 0 0 0 30px; }

.style-msg2 ol { list-style-type: decimal; }

.style-msg2 ul { list-style-type: disc; }

.alert i,
.sb-msg i,
.msgtitle i {
	position: relative;
	top: 1px;
	font-size: 0.875rem;
	width: 14px;
	text-align: center;
	margin-right: 5px;
}

.style-msg .btn-close {
	position: absolute;
	top: 0px;
	left: auto;
	right: 0px;
}





/* ----------------------------------------------------------------
	Tabs
-----------------------------------------------------------------*/


.tabs {
	position: relative;
	margin: 0 0 30px 0;
}

.tab-nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
	border-bottom: 1px solid #DDD;
	list-style: none;
	padding: 0 15px;
}

.tab-nav li {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
	border: 1px solid #DDD;
	border-bottom: 0;
	border-left: 0;
	height: 41px;
	text-align: center;
}

.tabs-justify .tab-nav li {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.tab-nav li:first-child {
	border-left: 1px solid #DDD;
}

.tab-nav li a {
	display: block;
	padding: 0 15px;
	color: #444;
	height: 40px;
	line-height: 40px;
	background-color: #F2F2F2;
	font-weight: bold;
}

@media (max-width: 767.98px) {
	.tab-nav li a {
		font-size: 0.875rem;
	}
}

.tab-nav li.ui-tabs-active a {
	position: relative;
	top: 1px;
	background-color: #FFF;
}


/* Tabs - Alternate Nav
-----------------------------------------------------------------*/

.tabs-alt .tab-nav li { border-color: transparent; }

.tabs-alt .tab-nav li:first-child { border-left: 0; }

.tabs-alt .tab-nav li a { background-color: #FFF; }

.tabs-alt .tab-nav li.ui-tabs-active a {
	border: 1px solid #DDD;
	border-bottom: 0;
}


/* Tabs - Top Border
-----------------------------------------------------------------*/

.tabs-tb .tab-nav li.ui-tabs-active a {
	top: -1px;
	height: 43px;
	line-height: 38px;
	border-top: 2px solid #6278F0;
}

.tabs-alt.tabs-tb .tab-nav li.ui-tabs-active a { height: 42px; }


/* Tabs - Bottom Border
-----------------------------------------------------------------*/

.tabs-bb .tab-nav {
	padding: 0;
}

.tabs-bb .tab-nav li {
	border: 0 !important;
	margin: 0;
}

.tabs-bb .tab-nav li a {
	background-color: transparent;
	border-bottom: 2px solid transparent;
}

.tabs-bb .tab-nav li.ui-tabs-active a {
	border-bottom: 2px solid #6278F0;
	top: -2px;
	height: 44px;
	line-height: 44px;
}


/* Tabs - Navigation Style 2
-----------------------------------------------------------------*/


.tab-nav.tab-nav2 {
	border-bottom: 0;
	padding: 0;
}

.tab-nav.tab-nav2 li {
	border: 0;
	margin-left: 10px;
}

.tab-nav.tab-nav2 li:first-child {
	margin-left: 0;
	border-left: 0;
}

.tab-nav.tab-nav2 li a {
	background-color: #F5F5F5;
	border-radius: 2px;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.tab-nav.tab-nav2 li.ui-state-active a {
	top: 0;
	background-color: #6278F0;
	color: #FFF;
}


/* Tabs - Large Navigation
-----------------------------------------------------------------*/


.tab-nav-lg {
	margin-bottom: 20px;
	list-style: none;
}

.tab-nav-lg li {
	position: relative;
	text-align: center;
	padding: 1rem;
}

.tab-nav-lg li a {
	display: inline-block;
	color: #444;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.tab-nav.tab-nav-lg li i {
	display: block;
	font-size: 28px;
	margin: 0 0 7px;
}

.tab-nav-lg li.ui-tabs-active a {
	color: #6278F0;
}



.tab-nav-lg.tab-nav-section li.ui-tabs-active::before,
.tab-nav-lg.tab-nav-section li.ui-tabs-active::after {
	content: '';
	position: absolute;
	z-index: 2;
	top: auto;
	bottom: -50px;
	border: solid transparent;
}

.tab-nav-lg.tab-nav-section li.ui-tabs-active::after {
	border-top-color: #FFF;
	border-width: 16px;
	left: 50%;
	margin-left: -16px;
}

.tab-nav-lg.tab-nav-section li.ui-tabs-active::before {
	border-top-color: #FFF;
	border-width: 16px;
	left: 50%;
	margin-left: -16px;
}


/* Tabs - Content Area
-----------------------------------------------------------------*/

.tab-container {
	position: relative;
	padding: 20px 0 0;
}

.tabs .tab-content:not(:first-child) {
	display: none;
}

.tab-nav i {
	position: relative;
	top: 1px;
	margin-right: 3px;
}

/* Tabs - Bordered
-----------------------------------------------------------------*/

.tabs-bordered .tab-nav {
	padding: 0;
}

.tabs-bordered .tab-nav li:first-child { margin-left: 0; }

.tabs-bordered .tab-container {
	border: 1px solid #DDD;
	border-top: 0;
	padding: 20px;
}


/* Tabs - Side Tabs
-----------------------------------------------------------------*/

@media (min-width: 768px) {

	.side-tabs {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.side-tabs .tab-nav {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		flex-flow: column;
		min-width: 200px;
		width: auto;
		max-width: 100%;
		padding: 20px 0;
		border-bottom: 0;
		border-right: 1px solid #DDD;
	}

	.side-tabs .tab-nav li {
		border: 1px solid #DDD;
		border-right: 0;
		border-top: 0;
		height: auto;
		text-align: left;
	}

	.side-tabs .tab-nav li:first-child {
		margin-left: 0;
		border-top: 1px solid #DDD;
		border-left: 1px solid #DDD;
	}

	.side-tabs .tab-nav li a {
		height: auto;
		line-height: 44px;
	}

	.side-tabs .tab-nav li.ui-tabs-active a {
		top: 0;
		right: -1px;
	}

	.side-tabs .tab-container {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		padding: 15px 0 0 20px;
	}

	.ui-tabs .ui-tabs-hide {
		position: absolute !important;
		left: -10000px !important;
		display: block !important;
	}


	/* Tabs - Side Tabs & Nav Style 2
	-----------------------------------------------------------------*/

	.side-tabs .tab-nav.tab-nav2 { border: 0; }

	.side-tabs .tab-nav.tab-nav2 li {
		border: 0;
		margin: 6px 0 0;
	}

	.side-tabs .tab-nav.tab-nav2 li:first-child { margin-top: 0; }

	.side-tabs .tab-nav.tab-nav2 li a { box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1); }

	.side-tabs .tab-nav.tab-nav2 li.ui-state-active a { right: 0; }

	/* Tabs - Side Tabs & Bordered
	-----------------------------------------------------------------*/

	.tabs-bordered.side-tabs .tab-nav {
		position: relative;
		padding: 0;
		z-index: 2;
		margin-right: -1px;
	}

	.tabs-bordered.side-tabs .tab-nav li a {
		height: auto;
		line-height: 44px;
	}

	.tabs-bordered.side-tabs .tab-nav li.ui-tabs-active a {
		right: -1px;
		border-right: 1px solid #FFF;
	}

	.tabs-bordered.side-tabs .tab-container {
		overflow: hidden;
		padding: 20px;
		border-top: 1px solid #DDD;
	}

}


/* ----------------------------------------------------------------
	Side Navigation
-----------------------------------------------------------------*/


.sidenav {
	width: 100%;
	padding: 0;
	background-color: #FFF;
	border-radius: 4px;
}

.sidenav li { list-style-type: none; }

.sidenav li a {
	display: block;
	position: relative;
	margin: 0 0 -1px;
	padding: 11px 20px 11px 14px;
	border: 1px solid #E5E5E5;
	border-right-width: 2px;
	color: #666;
}

.sidenav > li:first-child > a { border-radius: 4px 4px 0 0; }

.sidenav > li:last-child > a {
	border-radius: 0 0 4px 4px;
	border-bottom-width: 2px;
}

.sidenav > .ui-tabs-active > a,
.sidenav > .ui-tabs-active > a:hover {
	position: relative;
	z-index: 2;
	border-color: rgba(0,0,0,0.1) !important;
	color: #FFF !important;
	font-weight: 700;
	background-color: #6278F0 !important;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.sidenav li ul { display: none; }

.sidenav li.ui-tabs-active ul { display: block; }

.sidenav li li a {
	padding: 6px 20px 6px 35px;
	font-size: 0.875rem;
	border-top: none;
	border-bottom: none;
}

.sidenav li li:first-child a { padding-top: 20px; }

.sidenav li li:last-child a { padding-bottom: 20px; }

.sidenav li i {
	position: relative;
	top: 1px;
	margin-right: 6px;
	font-size: 0.875rem;
	text-align: center;
	width: 16px;
}

/* Chevrons */
.sidenav .icon-chevron-right {
	position: absolute;
	width: 14px;
	height: 14px;
	top: 50%;
	left: auto;
	right: 6px;
	margin-top: -8px;
	margin-right: 0;
	opacity: .4;
	font-size: 12px !important;
}

.sidenav > li > a:hover {
	background-color: #F5F5F5;
	color: #222;
}

.sidenav a:hover .icon-chevron-right { opacity: .5; }

.sidenav .ui-tabs-active .icon-chevron-right,
.sidenav .ui-tabs-active a:hover .icon-chevron-right { opacity: 1; }


/* ----------------------------------------------------------------
	FAQ List
-----------------------------------------------------------------*/


.faqlist li {
	margin-bottom: 5px;
	font-size: 15px;
}

.faqlist li a { color: #444; }

.faqlist li a:hover { color: #6278F0 !important; }





/* ----------------------------------------------------------------
	Flex Slider
-----------------------------------------------------------------*/


.fslider,
.fslider .flexslider,
.fslider .slider-wrap,
.fslider .slide,
.fslider .slide > a,
.fslider .slide > img,
.fslider .slide > a > img {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
}

.fslider.h-100 .flexslider,
.fslider.h-100 .slider-wrap,
.fslider.h-100 .slide {
	height: 100% !important;
}

.fslider {
	min-height: 32px;
}


.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
	outline: none;
	border: none;
}

.slider-wrap,
.flex-control-nav,
.flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
	border: none;
}

.flexslider {
	position: relative;
	margin: 0;
	padding: 0;
}

.flexslider .slider-wrap > .slide {
	display: none;
	-webkit-backface-visibility: hidden;
}

.flexslider .slider-wrap img {
	width: 100%;
	display: block;
}

.flex-pauseplay span {
	text-transform: capitalize;
}

.slider-wrap::after {
	content: "\0020";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .slider-wrap {
	display: block;
}

* html .slider-wrap {
	height: 1%;
}

.no-js .slider-wrap > .slide:first-child {display: block;}

.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}




/*datatables pagination boots5*/
.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333333 !important;
  border: 1px solid transparent;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333333 !important;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, gainsboro));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, gainsboro 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, white 0%, gainsboro 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, white 0%, gainsboro 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, white 0%, gainsboro 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, white 0%, gainsboro 100%);
  /* W3C */
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}
/*.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid white;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111111));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #585858 0%, #111111 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #585858 0%, #111111 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #585858 0%, #111111 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #585858 0%, #111111 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #585858 0%, #111111 100%);
  /* W3C */
} */
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  /* W3C */
  box-shadow: inset 0 0 3px #111;
}





.card-body ol {
	padding-left: 50px;
}

.shadow-small {
    box-shadow: 0 .1rem .1rem rgba(0,0,0,.15)!important;
}


.text-justify {
  margin: 0;
  text-indent: 2rem;
  text-align: justify;
}