/* Slider Section */
.slider-element {
	height: 600px;
	overflow: visible;
		background-color: #FAF8F3;
}

.slider-title h2 {
	font-size: 2.7rem;
	letter-spacing: -1px;
	line-height: 1.25 !important;
}

.slider-title p {
	opacity: .9;
	font-size: 1.1rem;
	line-height: 1.8 !important;
	font-weight: 300;
}

.slider-bottom-box {
	display: block;
	padding: 40px;
	background: #FFF;
	box-shadow: 0px 10px 40px 0px rgba(47,47,47,0.1);
	border-radius: 3px;
}

.slider-bottom-box li {
	font-size: 16px;
	font-weight: 500;
}

/* mega-menu */
.mega-menu-column .btn-link { font-size: 14px; }

.section-domain .dropdown-toggle::after { vertical-align: middle }
.section-domain .custom-select:focus,
.section-domain .form-control:focus {
	border-color: #ced4da;
	box-shadow: none
}
.section-domain .custom-select {
	height: 50px;
	border-radius: 0;
	padding-left: 1.1rem;
	background-color: #F9F9F9;
}

.section-domain .input-group-lg > .form-control,
.section-domain .input-group-lg > .input-group-append > .btn { font-size: 1rem; }

.before-heading {
	font-style: normal;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #CCC;
}

.cpu-price,
.ram-price,
.storage-price { font-size: 44px; }

.font-normal { font-style: normal !important; }

#top-bar {
	height: 52px;
	line-height: 52px;
}

.dark #header-wrap:not(.not-dark) #primary-menu > ul > li > a {   }

.slider-element { height: auto; }

.device-xs .slider-element, .device-sm .slider-element { height: 300px;     margin-top: 40px !important;}
#header .button {
	    margin: 28px 0 28px 6px;
     padding: 0 29px;
	    float: right;
}

body.top-search-open #header .button { opacity: 0; }

#header.sticky-header:not(.static-sticky) .button {
 
}

#header.sticky-header:not(.static-sticky) .button:hover {
 color: #fff !important;
}
.not-dark .button.button-border:not(.button-light):hover {}
#primary-menu ul li > a { letter-spacing: 0; }

#content { overflow: visible; }

.slider-box-wrap {
	position: relative;
	top: -50px;
	margin-bottom: -50px;
	z-index: 2;
}

.heading-block p {
	margin-top: 10px;
	font-size: 17px;
	font-weight: 300;
	line-height: 1.7 !important;
}

/* Clouds */
.cloud-wrap {
	bottom: 0;
	left: 0;
	padding-top: 50px;
	position: absolute;
	right: 0;
	top: 0;
	overflow: hidden;
	opacity: .09; /* Set Cloud Opacity */
}

/* KEYFRAMES */
@-webkit-keyframes animateCloud {
	0% { margin-left: -1000px; }
	100% { margin-left: 100%; }
}

@-moz-keyframes animateCloud {
	0% { margin-left: -1000px; }
	100% { margin-left: 100%; }
}

@keyframes animateCloud {
	0% { margin-left: -1000px; }
	100% { margin-left: 100%; }
}

/* ANIMATIONS */
.c1 {
	-webkit-animation: animateCloud 35s linear infinite;
	-moz-animation: animateCloud 35s linear infinite;
	animation: animateCloud 35s linear infinite;
	-webkit-transform: scale(0.65);
	-moz-transform: scale(0.65);
	transform: scale(0.65);
}

.c2 {
	-webkit-animation: animateCloud 20s linear infinite;
	-moz-animation: animateCloud 20s linear infinite;
	animation: animateCloud 20s linear infinite;
	-webkit-transform: scale(0.3);
	-moz-transform: scale(0.3);
	transform: scale(0.3);
}

.c3 {
	-webkit-animation: animateCloud 30s linear infinite;
	-moz-animation: animateCloud 30s linear infinite;
	animation: animateCloud 30s linear infinite;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	transform: scale(0.5);
}

.c4 {
	-webkit-animation: animateCloud 18s linear infinite;
	-moz-animation: animateCloud 18s linear infinite;
	animation: animateCloud 18s linear infinite;
	-webkit-transform: scale(0.4);
	-moz-transform: scale(0.4);
	transform: scale(0.4);
}

.c5 {
	-webkit-animation: animateCloud 25s linear infinite;
	-moz-animation: animateCloud 25s linear infinite;
	animation: animateCloud 25s linear infinite;
	-webkit-transform: scale(0.55);
	-moz-transform: scale(0.55);
	transform: scale(0.55);
}

.cloud {
	background: #FFF;
	background: -moz-linear-gradient(top,  #FFF 5%, #F1F1F1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(5%,#FFF), color-stop(100%,#F1F1F1));
	background: -webkit-linear-gradient(top,  #FFF 5%,#F1F1F1 100%);
	background: -o-linear-gradient(top,  #FFF 5%,#F1F1F1 100%);
	background: -ms-linear-gradient(top,  #FFF 5%,#F1F1F1 100%);
	background: linear-gradient(top,  #FFF 5%,#F1F1F1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFF', endColorstr='#F1F1F1',GradientType=0 );
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	-webkit-box-shadow: 0 8px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 8px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 8px 5px rgba(0, 0, 0, 0.1);
	height: 120px;
	position: relative;
	width: 350px;
}

.cloud:after, .cloud:before {
	background: #FFF;
	content: '';
	position: absolute;
	z-indeX: -1;
}

.cloud:after {
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	height: 100px;
	left: 50px;
	top: -50px;
	width: 100px;
}

.cloud:before {
	-webkit-border-radius: 200px;
	-moz-border-radius: 200px;
	border-radius: 200px;
	width: 180px;
	height: 180px;
	right: 50px;
	top: -90px;
}

.mega-menu-column .feature-box.fbox-center .fbox-icon { margin-bottom: 12px; }

.mega-menu-content .feature-box h3 a { color: #222; }

.mega-menu-content .feature-box.fbox-center:not(.fbox-bg) h3:after { content: none; }
.dark #primary-menu ul li .mega-menu-content ul.mega-menu-column:not(:first-child) { border-left-color: #F2F2F2 !important; }

/* Hotspot */
.hotspot-img { position: relative; }

.hotspot-img img { opacity: .6; }

.hotspot-img .hot-spot {
	position: absolute;
	width: 12px;
	height: 12px;
	top: 5px;
	left: 5px;
	text-align: center;
	background-color: rgba(68, 170, 172, 0.8);
	border: 1px solid #FFF;
	border-radius: 100%;
	cursor: pointer;
	transition: transform .3s ease;
}

.hotspot-img .hot-spot .circle {
	display: block;
	position: absolute;
	top: 47%;
	left: 47%;
	width: 2em;
	height: 2em;
	margin: -1em auto auto -1em;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	border-radius: 50%;
	background: #44aaac;
	opacity: 0;
	z-index: -1;
	-webkit-animation: pulsate 3.5s ease-out infinite;
	animation: pulsate 3.5s ease-out infinite;
}

.hotspot-img .hot-spot:nth-child(2) .circle { animation-delay: 2s; }
.hotspot-img .hot-spot:nth-child(3) .circle { animation-delay: 3.5s; }
.hotspot-img .hot-spot:nth-child(4) .circle { animation-delay: 5.2s; }
.hotspot-img .hot-spot:nth-child(5) .circle { animation-delay: 6.4s; }
.hotspot-img .hot-spot:nth-child(6) .circle { animation-delay: 8s; }
.hotspot-img .hot-spot:nth-child(7) .circle { animation-delay: 9.2s; }
.hotspot-img .hot-spot:nth-child(8) .circle { animation-delay: 11s; }
.hotspot-img .hot-spot:nth-child(9) .circle { animation-delay: 13s; }
.hotspot-img .hot-spot:nth-child(10) .circle { animation-delay: 15s; }

.hotspot-img .hot-spot .tooltip {
	background-color: rgba(255, 255, 255, 0.9);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 14px;
	opacity: 0;
	display: none;
	left: 0;
	padding: 8px 10px;
	position: absolute;
	top: 20px;
	width: auto;
	z-index: 999;
	box-shadow: 0 10px 80px rgba(0,0,0,0.1), 0 10px 50px rgba(0,0,0,0.1);
	-webkit-transform: translateY(3px);
	-ms-transform: translateY(3px);
	-o-transform: translateY(3px);
	transform: translateY(3px);
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.hotspot-img .hot-spot.hotspot-tooltip-open .tooltip {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.hotspot-img .hot-spot .tooltip.ontop {
	top: auto;
	bottom: 35px;
}

.hotspot-img .hot-spot .tooltip  p {
	font-size: 13px;
	line-height: 1.3rem !important;
	margin-bottom: 0;
	white-space: nowrap;
	color: #666 !important;
	text-transform: capitalize;
}

@-webkit-keyframes
	pulsate {  0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0.8;
	}
	 45% {
		-webkit-transform: scale(1.75);
		transform: scale(1.75);
		opacity: 0;
	}
}
@keyframes
	pulsate {  0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0.8;
	}
		45% {
		-webkit-transform: scale(1.75);
		transform: scale(1.75);
		opacity: 0;
	}
}

.iconlist li:not(:first-child) { margin-top: 8px; }
.iconlist li img {
	position: relative;
	margin-top: -2px;
	width: 16px;
	margin-right: 5px;
}

.iconlist a {
	font-size: 15px;
	color: #444;
}
.irs-from:after, .irs-single:after, .irs-to:after {
  display: none;
}

.irs-from, .irs-to, .irs-single {
    color: #FFF;
    top: -8px;
    font-size: 12px;
    line-height: 1.333;
    text-shadow: none;
    padding: 0px;
        background: transparent;
    
}
.iconlist a:hover { text-decoration: underline !important; }
.text-muted { opacity: 0.5; }

.pricing-price:after { content: none }

.irs-single { top: 20px; z-index: 10;}

.irs-slider {
	background: #3C9093;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	top: 8px;
}

.irs-grid {
    bottom: -15px;
}

.irs-slider:after {
display: none;
}

.price-compare { list-style-type: disc; }
.price-compare.iconlist li:not(:first-child) {
	font-weight: 300;
	margin-top: 15px;
}


.testimonials-carousel .owl-item {
	opacity: 0.25;
	transform: scale(.9);
	-webkit-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear;
}

.testimonials-carousel .owl-item.active.center {
	opacity: 1;
	transform: scale(1);
}

.testi-content p { font-size: 16px; }

.clients { max-height: 50px; }

.owl-stage-outer:before,
.owl-stage-outer:after {
 
}

.owl-stage-outer:after {
	left: auto;
	right: 0;
	background: -moz-linear-gradient(right, rgba(249,249,249,1) 52%, rgba(249,249,249,0.06) 90%, rgba(249,249,249,0) 100%);
	background: -webkit-linear-gradient(right, rgba(249,249,249,1) 52%,rgba(249,249,249,0.06) 90%,rgba(249,249,249,0) 100%);
	background: linear-gradient(to left, rgba(249,249,249,1) 52%,rgba(249,249,249,0.06) 90%,rgba(249,249,249,0) 100%);
}

.bg-angle:after,
.section.bg-angle:before {
	content: '';
	height: 100%;
	overflow: hidden;
	width: 100%;
	position: absolute;
	height: 70px;
	bottom: -70px;
	left: 0;
	transform-origin: 0;
	-webkit-transform-origin: 0;
	-webkit-transform: skewY(-1.5deg);
	-moz-transform: skewY(-1.5deg);
	-ms-transform: skewY(-1.5deg);
	-o-transform: skewY(-1.5deg);
	transform: skewY(-1.5deg);
	background-color: #44aaac;
	z-index: 1;
}

.section.bg-angle:before { top: -30px; }

.section.bg-angle:after,
.section.bg-angle:before { background-color: #FFF; }

.dark #primary-menu ul li,
.dark #primary-menu ul li .mega-menu-content ul.mega-menu-column:not(:first-child) { border-top-color: rgba(255, 255, 255, 0.1) }


/* Devices Under 991 Width */
@media (max-width: 991px) {

	#top-bar { height: 44px }

	#top-bar p {
		margin-bottom: 0px;
		line-height: 44px;
	}

	#header.transparent-header { z-index: 1 !important; }

	#header .button {
		position: absolute;
		top: 50%;
		right: 0;
		-webkit-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
		margin: 0;
	}

	.vertical-middle { z-index: 0; }

	#header .button {
	position: absolute;
    top: 30px;
    right: 65px;
    margin: 0;
    padding: 0 14px;
    line-height: 36px;
    height: 36px;
	}

	.cpu-price,
	.ram-price,
	.storage-price { font-size: 34px; }

	.pricing-price { font-size: 52px; }

	.mega-menu-column .feature-box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		align-items: center;
	}

	.mega-menu-column .feature-box.fbox-center .fbox-icon {
		margin: 0;
		width: 28px;
		height: 28px;
		margin-right: 10px;
	}

	.mega-menu-content .feature-box h3 a { font-size: 13px; text-transform: capitalize; letter-spacing: 0; }

	.dark .mega-menu-content .feature-box h3 a { color: #FFF; }

	.mega-menu-content .feature-box.fbox-center { text-align: left; }

	.mega-menu-content .btn.btn-link { display: none; }

	#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column { padding: 10px 0; }

	.owl-stage-outer:before,
	.owl-stage-outer:after { display: none; }

	.slider-bottom-box { padding: 15px; }

	.img-map { opacity: 0.2; }
}


.bg1,
#header,
#header.sticky-header #header-wrap {  }

#content p:not(.lead) {
	 
}

.button-shadow:not(:hover) {
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	transform: translateY(-1px);
}

.section-curve:after {
	height: 50px;
	background-image: url('images/curve.svg');
	background-size: 100% 100%;
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	z-index: 0;
	bottom: 0;
}

#ytb-video { cursor: pointer }

#ytb-video-button.play-icon {
	position: absolute;
	display: block;
	left: 50%;
	top: 50%;
	width: 60px;
	height: 60px;
	line-height: 61px;
	margin-top: -31px;
	margin-left: -31px;
	transition: transform .3s ease;
}

#ytb-video:hover .play-icon {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

#ytb-video-button.play-icon i {
	width: 60px;
	height: 60px;
	line-height: 61px;
	font-size: 24px;
	color: #000;
	text-align: center;
	border-radius: 50%;
	background-color: #FFF;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	z-index: 2;
	transition: all .3s ease;
}

#ytb-video:hover .play-icon i {
	background-color: red;
	color: #FFF;
}

#ytb-video-button.play-icon i.icon-play { padding-left: 4px; }

#ytb-video-button.play-icon i:nth-of-type(2),
.video-played #ytb-video-button.play-icon i:nth-of-type(1) { display: none; }

.video-played #ytb-video-button.play-icon i:nth-of-type(2) { display: block; }

#ytb-video:not(:hover) i:nth-of-type(2) { opacity: 0; }

.ytb-card { margin-top: -430px; }

.device-xs .ytb-card { margin-top: -310px; }


.showcase-section .showcase-target { display: none; }
.showcase-section .showcase-target-content { display: none; }

.showcase-section .showcase-target.showcase-target-active { display: block; }
.showcase-section .showcase-target-content.showcase-target-active { display: block; }

.showcase-section ul { list-style: none; }

.showcase-section ul li {
	display: block;
	position: relative;
	padding: 24px 0;
	cursor: pointer;
	border-top: 1px solid #F0F2F6;
}

.showcase-section ul li:first-child {
	padding-top: 0;
	border-top: 0;
}

.showcase-section ul li h3 {
	display: block;
	position: relative;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 5px;
}

.showcase-section ul li p {
	font-weight: 400;
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 0;
	color: #777;
}

.showcase-section ul li h3:before {
	opacity: 0;
	content: "\e77d";
	font-family: 'font-icons';
	position: absolute;
	margin-left: -20px;
	top: -2px;
	-webkit-transition: margin-left .3s ease, opacity .3s ease;
	-ms-transition: margin-left .3s ease, opacity .3s ease;
	-o-transition: margin-left .3s ease, opacity .3s ease;
	transition: margin-left .3s ease, opacity .3s ease;
}

.showcase-section ul li.showcase-feature-active h3:before {
	opacity: 1;
	margin-left: -15px;
}

.showcase-section ul li.showcase-feature-active h3 { color: var(--themecolor); }

.showcase-section .showcase-target {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0;
	width: 100%;
	-webkit-transform: translateX(-10px);
	-ms-transform: translateX(-10px);
	-o-transform: translateX(-10px);
	transform: translateX(-10px);
	-webkit-transition: all .3s .1s ease;
	-o-transition: all .3s .1s ease;
	transition: all .3s .1s ease;
	-webkit-backface-visibility: hidden;
}

.showcase-section .showcase-target-content {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0;
	width: 100%;
	-webkit-transform: translateX(-10px);
	-ms-transform: translateX(-10px);
	-o-transform: translateX(-10px);
	transform: translateX(-10px);
	-webkit-transition: all .3s .1s ease;
	-o-transition: all .3s .1s ease;
	transition: all .3s .1s ease;
	-webkit-backface-visibility: hidden;
}

.showcase-section .showcase-target.showcase-target-active {
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	z-index: 9;
}

.showcase-section .showcase-target-content.showcase-target-active {
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	z-index: 9;
}

.showcase-section .showcase-target:first-child { position:  relative; }

.showcase-section .showcase-target-content:first-child { position:  relative; }

.heading-block p { font-size: 17px; }


.progress.skills-animated:after {
	content: "\e095";
	font-family: 'lined-icons';
	color: var(--themecolor);
	position: absolute;
	right: -5px;
	top: -26px;
	font-size: 36px;
}

.progress:before {
	width: 20px;
	height: 20px;
	content: '';
	position: absolute;
	top: -8px;
	left: 0;
	background-color: #FFF;
	border: 4px solid var(--themecolor);
	border-radius: 50%;
}

.progress-percent:before { display: none; }
.progress-percent:after {
	background-color: #fff;
	border: none;
    position: absolute;
    z-index: 2;
    width: 8px;
    height: 8px;
    content: ' ';
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-transform: translateX(-14%) translateY(-69%) rotate(45deg);
    transform: translateX(-14%) translateY(-69%) rotate(45deg);
    border-radius: 2px;
    left: 50%;
    -webkit-box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.24);
    box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.24);
    bottom: -1.8px;
}

.skills li .progress-percent {
	top: -50px;
	right: -20px;
	padding: 5px 10px;
    text-align: center;
    background-color: #FFF;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.24);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.24);
    height: auto;
    font-size: 15px;
    line-height: 16px;
    text-shadow: none;
    color: #232D41;
}

.irs-bar-edge,
.irs-line-mid,
.irs-line-left,
.irs-line-right { background-color: #BFDBDC; }

.irs-bar-edge  { background-color: #3c9093; }

.irs-bar-edge {
 
    left: 0;
}


.irs-bar {
    height: 8px;
    top: 25px;
    background-color: #3c9093;
    border-radius: 100px;
      left: 0px !important;
}
.pricing-price:after { display: none; }

.portfolio-desc h3 {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0px;
	margin-bottom: 0;
}

.portfolio-desc h6 {
	margin-bottom: 0;
	font-size: 15px;
	font-weight: 400;
}

@media (min-width: 992px) {

	#slider + #header.transparent-header {
		top: -60px;
		margin-bottom: -60px;
	}

	#header.transparent-header.floating-header + #slider {
		top: -120px;
		margin-bottom: -120px;
	}

	#primary-menu ul li > a {
	  
	}

	#top-search,
	#top-cart,
	#side-panel-trigger {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	#top-cart .top-cart-content { top: 40px; }

	#header,
	#header-wrap,
	#logo img { height: auto; }

	#header.sticky-header:not(.static-sticky),
	#header.sticky-header:not(.static-sticky) #header-wrap,
	#header.sticky-header:not(.static-sticky):not(.sticky-style-2):not(.sticky-style-3) #logo img { height: 110px; }

	#header.sticky-header:not(.static-sticky) #primary-menu > ul > li > a {
		padding-top: 11px;
		padding-bottom: 11px;
	}

	#header.sticky-header:not(.static-sticky) #top-search,
	#header.sticky-header:not(.static-sticky) #top-cart,
	#header.sticky-header:not(.static-sticky) #side-panel-trigger {
		margin-top: 20px !important;
		margin-bottom: 20px !important;
	}

	#header.sticky-header:not(.static-sticky) #top-cart .top-cart-content,
	#header.sticky-header:not(.static-sticky) #primary-menu.sub-title.style-2 > div #top-cart .top-cart-content { top: 40px; }

	.ytb-card { max-width: 820px; }

	.iportfolio { transition: transform .3s ease; }

	.iportfolio:hover {
		transform: translateY(-5px);
	}

}



 
}

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

.swiper_wrapper .swiper-container { background: transparent; }

.slider-element .heading-block h2 {
	font-size: 2.2rem;
	line-height: 1.4;
}

.slider-arrow-left,
.slider-arrow-right {
	border-radius: 50%;
	margin-top: -23px;
	width: 46px;
	height: 46px;
	left: 20px;
	transition: all .3s ease;
	background-color: #222;
	background-color: var(--dark);
}

.slider-arrow-right {
	left: auto;
	right: 20px;
}

.slider-arrow-left:hover,
.slider-arrow-right:hover {
	transform: scale(1.15);
	background-color: #0C1CCC !important;
	background-color: var(--themecolor) !important;
}

.swiper-button-disabled {
	opacity: 0;
	z-index: -99;
}

.slider-arrow-left i,
.slider-arrow-right i {
	color: #FFF;
	line-height: 46px;
	width: 30px;
	height: 46px;
	font-size: 26px;
}

.animated.faster {
	-webkit-animation-duration: 600ms;
	animation-duration: 600ms;
}

.device-md .slider-element .article-info { max-width: 98% }
.slider-element .article-info { max-width: 85% }

.button-dark { background-color: #222; background-color: var(--dark); }

.article-info h5 {
	font-weight: 400;
	font-family: 'Nunito', sans-serif;
	font-family: var(--font-body);
	color: #AAA;
	margin-bottom: 0;
}

.article-info h5 a { font-family: 'Playfair Display', serif; font-family: var(--font-primary); }

.rating-stars {
	position: relative;
	top: 2px;
}

.article-price del { color: #BBB }
body:not(.dark) .article-price { color:#0C1CCC; color: var(--themecolor) }


/* elements
---------------------------------------------------------------------------- */
.badge {
	position: relative;
	padding: 0.25em 0.4em;
	font-weight: 500;
	border-radius: 2px;
	top: -1px;
}

.before-heading {
	font-style: normal;
	font-weight: 400;
	font-size: 1rem;
}

.heading-block h2 { font-size: 240%; }

.heading-block:after {
	opacity: .8;
	border-width: 2px;
	border-style: solid;
	border-color: #0C1CCC;
	border-color: var(--themecolor);
}

.section-features .btn-link { font-size: 14px; }

.section-features .card {
	border: 0;
	overflow: hidden;
	background: #FFF;
  	background-clip: padding-box;
	box-shadow: 0 0 35px rgba(140, 152, 164, 0.2);
}

.section-features .card:before {
	content: '';
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    margin-bottom: 0;
    height: 3px;
    width: 100%;
    background: linear-gradient(to right, blue, lightblue);
}

.section-features .card.border-color-pink:before { background: linear-gradient(to right, red, pink); }
.section-features .card.border-color-yellow:before { background: linear-gradient(to right, teal, cyan); }
.section-features .card.border-color-info:before { background: linear-gradient(to right, #111, #DDD); }

body:not(.dark) .section-scroller {
 
}

body:not(.dark) .section-features {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url('images/bg-3.svg');
	background-image: var(--section-features-bg);
	background-size: auto 100%;
}
.section-scroller .swiper-container,
.section-scroller .swiper-container .swiper-slide { overflow: visible; }

.device-xl .section-scroller .swiper-container .swiper-slide { width: 38%; }
.device-lg .section-scroller .swiper-container .swiper-slide { width: 42%; }
.device-md .section-scroller .swiper-container .swiper-slide { width: 58%; }
.device-sm .section-scroller .swiper-container .swiper-slide { width: 85%; }
.device-xs .section-scroller .swiper-container .swiper-slide { width: 85%; }

.section-scroller .card {
     border: 0px;
}

body:not(.dark) .section-scroller .card h4 a { color: #111; color: var(--fulldark); }

.section-scroller .card p {
	font-size: 13px;
	color: #888;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.section-scroller { overflow: visible; }

.swiper-container-horizontal>.swiper-scrollbar {
	width: 80%;
	max-width: 1140px;
	left: 50%;
	bottom: -60px;
	height: 8px;
	z-index: 1;
	background-color: rgba(0,0,0,0.045);
	transform: translateX(-50%);
}

body:not(.dark) .swiper-scrollbar-drag { opacity: .2; }

.circle-border {
	position: relative;
	margin-top: 25px;
	margin-left: 25px;
	border: 2px solid rgba(12, 28, 204, .05);
	border-radius: 50%;
	height: 250px;
	width: 250px;
}

.feature-content {
	position: absolute;
	top: -25px;
	left: -25px;
	width: 300px;
	height: 300px;
}

.circle-inner {
	border-radius: 50%;
	min-width: 80px;
	min-height: 80px;
	padding: 4px;
	background: #FFF;
	box-shadow: 0 0 35px rgba(140, 152, 164, 0.2);
	text-align: center;
	line-height: 1;
	box-sizing: content-box;
	white-space: nowrap;
}

.circle-inner:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	padding-top: 100%;
	height: 0;
}

.circle-inner > div {
	display: inline-block;
	vertical-align: middle;
}

.counter { font-size: 20px; }
.counter + h5 { font-size: 12px; }

.button {  }

.owl-dots {
	position: absolute;
	top: -48px;
	right: 0;
}

 

 

@media (min-width: 992px) {

	.slider-element .heading-block h2 {
		font-size: 3.4rem;
		line-height: 1.2;
	}

	.slider-element .article-info { max-width: 80% }

	.services-info {
		 position: absolute;
		 top: 0;
		 left: 30px;
		 z-index: 9;
		 text-align: left !important;
	}

	.fbox-desc h3 {
		font-size: 20px;
		font-weight: 400;
		color: #000;
	}

	.fbox-desc span { font-size: 14px; }

	.section-scroller .card {
		border-left: 0;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
		border-top-left-radius: 0.25rem;
		border-top-right-radius: 0.25rem;
		margin-top: 0;
		margin-bottom: 14px;
	}

	.section-scroller .card h4 { font-size: 150%; }

	.section-scroller img {
		position: relative;
		z-index: 1;
	}

	.sale-flash {
		left: auto;
		top: -10px;
		right: -10px;
	}

	.section-scroller:not(:hover) .slider-arrow-left-1,
	.section-scroller:not(:hover) .slider-arrow-right-1 { opacity: 0; }

	.circle-border {
		height: 400px;
		width: 400px;
	}

	.feature-content {
		top: -50px;
		left: -50px;
		width: 500px;
		height: 500px;
	}

	.circle-inner {
		min-width: 100px;
		min-height: 100px;
		padding: 10px;
	}

	.counter { font-size: 28px; }
	.counter + h5 { font-size: 13px; }

	.section-about:before {
	    content: '';
	    position: absolute;
	    bottom: 0;
	    left: 0;
		background-color: transparent;
	    background-image: url('images/dots-1.png');
		background-image: var(--section-about-bg);
		background-repeat: no-repeat;
		background-position: top right;
	    transform:  rotate(-180deg);
	    background-size: 40%;
	    width: 100%;
	    height: 100%;
	    z-index: 1;
	}

	.dark .section-about:before {
		opacity: 1;
		background: #222;
		background: var(--dark);
	}

}

/* ---------------------------------------------------------------------------
	Slider Height
---------------------------------------------------------------------------- */
.swiper_wrapper:not(.full-screen):not(.canvas-slider-grid),
.swiper_wrapper:not(.full-screen):not(.canvas-slider-grid) .swiper-slide {
height: 580px !important;
 
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.swiper_wrapper:not(.full-screen):not(.canvas-slider-grid),
	.swiper_wrapper:not(.full-screen):not(.canvas-slider-grid) .swiper-slide {
height: 580px !important;
	 
	}
}

@media (min-width: 576px) and (max-width: 767.98px) {
	.swiper_wrapper:not(.force-full-screen),
	.swiper_wrapper:not(.force-full-screen):not(.canvas-slider-grid) .swiper-slide {
height: 580px !important;
	 
	}
}

@media (max-width: 575.98px) {
	.swiper_wrapper:not(.force-full-screen),
	.swiper_wrapper:not(.force-full-screen):not(.canvas-slider-grid) .swiper-slide {
height: 580px !important;
 
	}
}


.dark a {   }
.dark svg {   }

.dark .section-features .card {
	background-color: #111;
	background-color: var(--fulldark);
	box-shadow: 0 0 20px rgba(255,255,255,0.02);
}

.dark .section-scroller .card {
	background-color: rgba(0, 0, 0, .3);
	border: 1px solid rgba(255,255,255,0.03);;
	border-left-width: 1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	box-shadow: 0;
	margin-top: -20px;
}
.dark .swiper-container-horizontal>.swiper-scrollbar { background-color: rgba(255,255,255,0.1); }

.dark .circle-inner {
	background: #EEE;
	background: var(--light);
	box-shadow: none;
}

.dark .circle-border { border-color: rgba(255, 255, 255, 0.1); }

.widget-type-cell.header .row-fluid-wrapper
{min-height: 50px;}