/* Merged CSS File */

/* --- eCommerce Styles --- */
/* ----------------------------------------------------------------
	Canvas: eCommerce
-----------------------------------------------------------------*/

:root {
	--cnvs-themecolor: #000;
	--cnvs-themecolor-rgb: 0,0,0;

	--cnvs-body-font: 'Lato', sans-serif;
	--cnvs-primary-font: 'Montserrat', sans-serif;
	--cnvs-secondary-font:  'Merriweather', serif;
}

#header {
	--cnvs-primary-menu-color: #aab7bd;
	--cnvs-primary-menu-font-size: 0.75rem;
	--cnvs-primary-menu-tt: uppercase;
	--cnvs-primary-menu-ls:	1px;
	--cnvs-primary-menu-font-weight: bold;
	--cnvs-primary-menu-hover-color: #000;
	--cnvs-primary-menu-submenu-hover-bg: transparent;
	--cnvs-primary-menu-submenu-font-size: 0.75rem;
}

.slider-caption .emphasis-title h2,
.slider-caption .emphasis-title p  {
	opacity: 0;
	-webkit-transform: translateX(-120px);
	-ms-transform: translateX(-120px);
	-o-transform: translateX(-120px);
	transform: translateX(-120px);
	-webkit-transition: -webkit-transform .05s ease-out;
	transition: -webkit-transform .05s ease-out;
	transition: transform .05s ease-out;
	transition: transform .05s ease-out, -webkit-transform .05s ease-out;
	backface-visibility: hidden;
}

.swiper-slide.swiper-slide-active .slider-caption .emphasis-title h2,
.swiper-slide.swiper-slide-active .slider-caption .emphasis-title p  {
	opacity: 1;
	-webkit-transition: transform 1s, opacity 3s;
	-o-transition: transform 1s, opacity 3s;
	transition: transform 1s, opacity 3s;
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px);
	backface-visibility: hidden;
}

.swiper-slide.swiper-slide-active .slider-caption .emphasis-title p {
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.swiper-slide .slide-number {
	opacity: 0;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	margin-top: -30px;
	margin-left: -40px;
	font-size: 130px;
	color: #F5F5F5;
	font-weight: 700;
	-webkit-transition: opacity .6s .5s ease;
	-o-transition: opacity .6s .5s ease;
	transition: opacity .6s .5s ease;
}

.swiper-slide.swiper-slide-active .slide-number {
	opacity: 1;
}

.slider-arrow-left,
.slider-arrow-right {
	top: auto;
	bottom: 10px;
	left: 185px;
	width: 40px;
    height: 40px;
	margin-top: 0;
	background-color: rgba(255,255,255,0.6);
	border-radius: 50%;
}

.slider-arrow-left i,
.slider-arrow-right i {
	color: #333;
    width: auto;
    height: auto;
    font-size: 18px;
	line-height: 40px;
	margin-left: 10px;
}


.slider-arrow-left:hover,
.slider-arrow-right:hover { background-color: #EEE !important; }

.slider-arrow-left { left: 140px; }


.is-expanded-menu.stretched .full-header #header-wrap > .container { padding-right: 0; }

.is-expanded-menu #header.full-header .primary-menu.style-ecommerce .menu-container { border-right: none; }

.is-expanded-menu .menu-container > .menu-item > .menu-link {
	--cnvs-primary-menu-padding-y: 9px;
	--cnvs-primary-menu-padding-x: 3px;
	position: relative;
	margin: 30px 15px;
}

.is-expanded-menu .primary-menu.style-ecommerce .menu-container > .menu-item > .menu-link::after {
	position: absolute;
	content: '';
	top: auto;
	left: 50%;
	bottom: 0;
	width: 0px;
	height: 2px;
	background-color: var(--cnvs-primary-menu-hover-color);
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.is-expanded-menu .primary-menu.style-ecommerce .menu-container > .menu-item:hover > .menu-link::after,
.is-expanded-menu .primary-menu.style-ecommerce .menu-container > .menu-item.current > .menu-link::after {
	width: 100%;
	left: 0;
}
/* Slider yazılarının varsayılan stilleri */
.slider-caption .emphasis-title h2 {
    max-width: 600px;
    font-size: 80px;
    font-family: 'Montserrat';
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 5rem;
}

.slider-caption .emphasis-title p.lead {
    max-width: 600px;
    font-family: 'Poppins';
    color: #999;
    font-size: 18px;
    margin-top: 4rem;
}

/* Mobil cihazlar için medya sorgusu (örneğin 768px ve altı) */
@media (max-width: 768px) {
    .slider-caption .emphasis-title h2 {
        font-size: 36px; /* Mobilde başlık boyutu küçültüldü */
        line-height: 1.3;
        margin-bottom: 2rem;
    }

    .slider-caption .emphasis-title p.lead {
        font-size: 14px; /* Mobilde paragraf boyutu küçültüldü */
        margin-top: 2rem;
    }
}

/* Daha küçük ekranlar için (örneğin 576px ve altı) */
@media (max-width: 576px) {
    .slider-caption .emphasis-title h2 {
        font-size: 24px; /* Çok küçük ekranlarda daha da küçült */
        line-height: 1.4;
    }

    .slider-caption .emphasis-title p.lead {
        font-size: 12px;
    }
}

.is-expanded-menu .header-misc-icon {
	display: -ms-flex;
	display: flex;
	align-items: center;
	border-left: 1px solid var(--cnvs-header-border-color);
	transition: all .3s ease;
	padding: 0 1.75rem;
	margin: 0;
}

.is-expanded-menu .header-misc-icon > a {
	width: 24px;
	height: 24px;
	font-size: 20px;
	line-height: 24px;
}

.is-expanded-menu .primary-menu ul ul li > a {
	font-weight: 600;
	text-transform: none;
	font-size: 14px;
}

.is-expanded-menu .header-misc-icon:hover { background-color: #F8F8F8; }

@media (min-width: 992px) {

	.grid-item {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
	}

	.swiper-caption-wrapper {
		width: 576px;
		height: 500px;
		background-color: rgba(0, 0, 0, 0.85);
	}

	.swiper-caption-wrapper::after {
		content: '';
		position: absolute;
		bottom: -180px;
		width: 0;
		height: 0;
		border-left: 150px solid transparent;
		border-right: 425px solid transparent;
		border-top: 180px solid rgba(0, 0, 0, 0.85);
	}

	.swiper-caption-wrapper .caption { margin: 30px auto 0; }

	.swiper-caption-wrapper .caption h2 {
		font-size: 56px;
		line-height: 64px;
	}

	.slider-arrow-left,
	.slider-arrow-right { bottom: 70px; }

}
@media screen and (max-width: 768px) {
  .slider-heading {
    font-size: 14px; /* Ekrana uyacak şekilde font boyutunu ayarlayın */
    padding: 8px; /* Mobil için padding değerini ayarlayın */
  }
}


.device-xs .swiper-caption-wrapper { display: none; }

.device-md #top-account,
.device-sm #top-account,
.device-xs #top-account { margin: 39px 0 32px !important; }

.device-lg .primary-menu > ul > li > a {
	margin: 30px 10px;
	padding: 9px 0px;
	font-size: 12px;
	letter-spacing: 0px;
}

.primary-menu.style-ecommerce #top-cart > a > span { background-color: #333 }

.top-cart-content {
	top: 100%;
}

#top-bar p {
	font-size: 13px;
	font-weight: 300;
	margin-bottom: 0;
}

#top-bar p a {
	color: #FFF;
	font-weight: 400;
	border-bottom: 1px solid #EEE;
}


.grid-item .grid-info h3 { margin-bottom: 15px }

.grid-item .grid-info h3 a {
	display: block;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 1px;
	color: #111;
}

.grid-item .grid-info h3 a span {
	display: block;
	font-family: var(--cnvs-secondary-font);
	font-weight: 300;
	font-size: 13px;
	color: #999;
	margin-top: 5px;
	text-transform: none;
	letter-spacing: 0;
}

.more-link {
    color: #666;
    border-bottom: 1px solid #666; /* Tam border tanımı */
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    cursor: pointer;
    text-decoration: none; /* Varsayılan link alt çizgisini kaldırmak için, isteğe bağlı */
}

.more-link:hover {
    color: #000; /* Üzerine gelince renk değişimi */
    border-bottom-color: #000; /* Alt çizgi rengi değişimi */
}


@media (max-width: 991px) and (min-width: 767px) {
	.grid-item .grid-info h3 { margin-bottom: 10px; }

	.grid-item .grid-info h3 a {
		font-size: 13px;
		letter-spacing: 0;
		color: #111;
	}

	.grid-item .grid-info h3 a span {
		font-size: 11px;
		color: #999;
		margin-top: 5px;
		text-transform: none;
		letter-spacing: 0;
	}

	.more-link {
		font-size: 12px;
	}
}

@media (max-width: 767px) {
	.grid-info {
		padding: 15px 0;
		margin-bottom: 30px;
		text-align: center;
	}
}


.portfolio-item .portfolio-image .flex-prev,
.portfolio-item .portfolio-image .flex-next,
.product-cart,
.product-quickview {
	opacity: 0;
	background-color: #FFF;
	border-radius: 35px;
	width: 35px;
	height: 35px;
	border: 1px solid rgba(0, 0, 0, .07) !important;
	text-align: center;
	margin: -17px 8px 0;
	-webkit-transform: translateX(-3px);
	transform: translateX(-3px);
	-webkit-transition: -webkit-transform .6s;
	transition: -webkit-transform .6s;
	transition: transform .6s;
	transition: transform .6s,-webkit-transform .6s;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	z-index: 2;
}

.product-cart,
.product-quickview {
	position: absolute;
	bottom: 10px;
	right: 0px;
	-webkit-transform: none;
	transform: none;
}

.product-quickview { right: 40px; }

.portfolio-item .portfolio-image .flex-next {
	-webkit-transform: translateX(3px);
	transform: translateX(3px);
}

.portfolio-item:hover .portfolio-image .flex-prev,
.portfolio-item:hover .portfolio-image .flex-next,
.portfolio-item:hover .product-cart,
.portfolio-item:hover .product-quickview {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

.portfolio-item .portfolio-image .flex-prev i,
.portfolio-item .portfolio-image .flex-next i,
.product-cart i,
.product-quickview i {
	color: #444;
	text-shadow: none;
	width: auto;
	height: auto;
	line-height: 33px;
	margin-left: -2px;
	font-size: 18px;
	text-align: center;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.product-cart i,
.product-quickview i {
	font-size: 14px;
	margin-left: 1px;
}

.portfolio-item .portfolio-image .flex-next i { margin-left: 2px; }

.portfolio-item .portfolio-image .flex-prev:hover,
.portfolio-item .portfolio-image .flex-next:hover { background-color: #FFF !important; }

.sale-flash {
	background-color: #454545;
	color: #FFF;
	border-radius: 50%;
	min-height: 60px;
	min-width: 60px;
	font-size: 12px;
	line-height: 48px;
	text-align: center;
	font-family: var(--cnvs-secondary-font);
	font-weight: 400;
	text-transform: uppercase;
}

.portfolio-desc {
	position: relative;
	font-family: var(--cnvs-primary-font);
}

.portfolio-desc h3 a {
	font-size: 16px;
	font-weight: 400;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.portfolio-desc span a {
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 0;
	margin-top: 0;
}

.portfolio-desc .item-price span {
	font-weight: 400;
	font-size: 15px;
	color: #444;
	margin-bottom: 3px;
}

.portfolio-desc .item-price del { color: #AAA; }

.rating-stars i { color: #CCC; }

.tooltip.top .tooltip-arrow{ border-top: 5px solid #FFF; }

.tooltip-inner {
	padding: 4px 8px;
	color: #555;
	background-color: #FFF;
	border-radius: 2px;
	border: 1px solid #EEE;
	font-family: var(--cnvs-primary-font);
	font-weight: 300;
}

.heading-block.center > span {
	font-size: 15px;
	color: #BBB;
	font-family: var(--cnvs-primary-font);
}


.ecommerce-categories [class^=col-] {
	position: relative;
	margin-bottom: 30px;
}

.ecommerce-categories [class^=col-] > a {
	display: block;
	position: relative;
	height: 250px;
	background-color: #EEE;
}

.ecommerce-categories [class^=col-] img { display: block; }

.ecommerce-categories [class^=col-] > a::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.4);
	opacity: 0.4;
	-webkit-transition: all .7s ease;
	transition: all .7s ease;
}

.ecommerce-categories [class^=col-] > a:hover::before { opacity: 1; }

.before-heading {
	text-transform: uppercase;
	font-style: normal;
	letter-spacing: 4px;
	font-family: var(--cnvs-body-font) !important;
	font-weight: 400;
	font-size: 14px;
}


.item-title h3 { margin-bottom: 20px; }

.item-title h3 a {
	font-size: 40px;
	color: #444;
}

.item-meta {
	color: #777;
	font-weight: 300;
}

.item-desc p {
	margin-top: 20px;
	font-size: 1rem;
	color: #888;
	font-weight: 400;
}

.item-color span {
	display: block;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 3px;
	margin-bottom: 12px;
	font-weight: 600;
}

#item-color-dots .owl-dot {
	display: inline-block;
	background-color: transparent;
	border: 0;
	padding: 0;
}

#item-color-dots .owl-dot span {
	display: block;
	width: 16px;
	height: 16px;
	margin: 0 5px;
	opacity: 1;
	border-radius: 50%;
	background-color: #444;
	cursor: pointer;
}

#item-color-dots .owl-dot.active span {
	opacity: 0.5;
	border: 2px solid #000 !important;
}

#item-color-dots .owl-dot:nth-of-type(1) span {
	margin-left: 0;
	background-color: #2f3977;
}

#item-color-dots .owl-dot:nth-of-type(2) span { background-color: #c8271d; }
#item-color-dots .owl-dot:nth-of-type(3) span { background-color: #723f2e; }
#item-color-dots .owl-dot:nth-of-type(4) span { background-color: #4a4c4b; }
#item-color-dots .owl-dot:nth-of-type(5) span { background-color: #af6035; }
#item-color-dots .owl-dot:nth-of-type(6) span { background-color: #3d6370; }

.section-content {
	display: block;
	max-width: 400px;
	position: absolute;
	width: 90%;
	top: 40px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.section-content h3 {
	display: block;
	font-size: 32px;
	line-height: 1.5;
	font-family: var(--cnvs-secondary-font);
	font-weight: 400;
	margin-bottom: 20px;
}

.section-content span {
	display: block;
	font-size: 14px;
	font-weight: 300;
	color: #888;
	margin-bottom: 20px;
}

.fbox-image { margin-top: 20px; }

.feature-box .before-heading { font-size: 10px; }


.app-footer-features h5 {
	display: inline-block;
	font-weight: 500;
	font-size: 13px;
	letter-spacing: 1px;
}

.app-footer-features h5 a {
	color: #666;
	font-weight: 600;
}

.app-footer-features h5 a:hover {
	color: #444;
	border-bottom: 1px dotted #AAA;
}

.app-footer-features i {
	position: relative;
	top: 8px;
	width: 30px;
	height: 30px;
	font-size: 30px;
	margin-right: 10px;
	color: #888;
}

.app-footer-features h5 span { color: #A0ACB6 !important; }

.gong-cards {
	list-style: none;
	text-align: right;
	margin: 0;
}

.gong-cards li {
	display: inline-block;
	margin: 0 5px;
	width: 44px;
}

.widget.subscribe-widget .form-control {
	border-radius: 0 !important;
	border: 1px solid #333;
}

.widget.subscribe-widget .button {
	border-radius: 0 !important;
	margin: 0;
}

.widget.subscribe-widget .button:hover { background-color: #111; }

.copy-link a {
	font-family: var(--cnvs-primary-font);
	color: #000;
	opacity: .5;
	font-weight: 300;
	font-size: 13px;
}

.social-icon.si-mini {
	--cnvs-socialicon-size: 1.75rem;
	--cnvs-socialicon-fontsize: 0.75rem;
}

/* Footer
-----------------------------------------------------------------*/
.widget_links li,
.widget_links li a {
	background-image: none !important;
	padding-left: 0;
	color: #666 !important;
	font-size: 13px;
	font-weight: 300;
}


@media (max-width: 991px) {

	.payments-info { text-align: center; }

	.payment-cards {
		margin-top: 40px;
		text-align: center;
	}
}



/* --- Business Styles --- */
/*----------------------------------------------------------------
	Canvas: Business
-----------------------------------------------------------------*/

:root {
	--cnvs-themecolor: #00BED7;
	--cnvs-themecolor-rgb: 0, 190, 215;

	--cnvs-primary-font: 'Poppins', sans-serif;
	--cnvs-body-font: 'Open Sans', sans-serif;
	--cnvs-secondary-font: var(--cnvs-body-font);
}

#header {
	--cnvs-primary-menu-font-weight: 500;
	--cnvs-primary-menu-font-size:	1rem;
	--cnvs-primary-menu-tt:	none;
	--cnvs-primary-menu-ls:	0;
	--cnvs-primary-menu-submenu-font-size:	0.875rem;
	--cnvs-primary-menu-submenu-font-weight:	400;
	--cnvs-primary-menu-submenu-hover-font-weight: 500;
	--cnvs-primary-menu-submenu-tt:	none;
}

.is-expanded-menu .mega-menu-style-2 .mega-menu-title > .menu-link {
	font-size: calc(var(--cnvs-primary-menu-submenu-font-size) * 0.9);
}


/*	Primary Menu Header size
-----------------------------------------------------------------*/
@media (min-width: 992px) {

	.menu-link {
		text-transform: none;
		font-weight: 500;
	}

	.menu-container > .menu-item > .menu-link div { position: relative; }

	.menu-container > .menu-item > .menu-link div::after {
		opacity: 0;
		content: '';
		background : url('images/border.svg') no-repeat;
		position: absolute;
		bottom: -3px;
		left: 0;
		text-align: center;
		margin: 0 auto;
		width: 100%;
		height: 4px;
		transition: all .3s ease;
	}

	.dark .menu-container > .menu-item > .menu-link div::after { background : url('images/border-white.svg') no-repeat; }

	.menu-container > .menu-item.active > .menu-link > div::after,
	.menu-container > .menu-item:hover > .menu-link > div::after {
		bottom: -1px;
		opacity: 1;
	}

	img.man { margin-left: 100px; }
	.section.parallax { padding: 160px 0; }
}

/* Slider Area
-----------------------------------------------------------------*/
.slider-caption h2 {
	text-transform: none;
	letter-spacing: 0;
	line-height: 1;
	font-size: 72px;
	line-height: 1.3;
	margin-bottom: 10px;
}

.slider-caption p {
	font-size: 18px;
	margin-bottom: 20px;
}

.slider-caption h2,
.slider-caption p,
.slider-caption .button {
	opacity: 0;
	transform: scale(0.9);
	-webkit-transform-origin: 50% 50% 0px;
	transform-origin: 50% 50% 0px;
	transition: -webkit-transform .05s ease-out;
	transition: transform .05s ease-out;
	transition: transform .05s ease-out, -webkit-transform .05s ease-out;
	backface-visibility: hidden;
}

.swiper-slide.swiper-slide-active .slider-caption h2,
.swiper-slide.swiper-slide-active .slider-caption p,
.swiper-slide.swiper-slide-active .slider-caption .button {
	opacity: 1;
	transition: transform 1s, opacity 1.05s;
	transform: scale(1);
	backface-visibility: hidden;
}

.swiper-slide.swiper-slide-active .slider-caption p {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.swiper-slide.swiper-slide-active .slider-caption .button {
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
}

.one-page-arrow { bottom: 30px; }
.one-page-arrow .animated {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}

.slider-arrow-left i,
.slider-arrow-right i {
	font-size: 34px;
	transition: all .3s ease;
}

.slider-arrow-left,
.slider-arrow-right,
.owl-carousel-full .owl-nav [class*=owl-] {
	transition: all .3s ease;
	transform: scale(1);
}

.slider-arrow-left:hover,
.slider-arrow-right:hover,
.owl-carousel-full .owl-nav [class*=owl-]:hover {
	background-color: transparent !important;
	transform: scale(1.3);
}

/* Feaured Carousel
-----------------------------------------------------------------*/
#oc-features .owl-item:not(.active) { opacity: .4; }

#oc-features .owl-item p {
	font-size: 16px;
	font-weight: 300;
	color: #666;
}

/* Button-link
-----------------------------------------------------------------*/
.button-link {
	display: inline-block;
	position: relative;
	color: #333;
	font-weight: 600;
	margin-top: 10px;
	padding: 5px 0;
	transition: color .3s ease;
}

.dark .button-link { color: #FFF; }

.button-link:hover { color: var(--cnvs-themecolor); }

.button-link::after {
	content: '';
	background : url('images/border.svg') no-repeat;
	position: absolute;
	bottom: 0px;
	left: 0;
	margin-bottom: 0;
	width: 100%;
	height: 4px;
	transition: bottom .3s ease;
}

.button-link.border-0::after { content: none; }
.button-link:hover::after { bottom: 3px; }


/* Owl Carousel - Controls - Arrows
-----------------------------------------------------------------*/
.owl-carousel-full .owl-nav [class*=owl-] {
	left: 150px !important;
	height: 60px;
	line-height: 60px;
	border: none;
	color: #333;
	background-color: transparent;
	font-size: 28px;
	border-radius: 0;
}

.owl-carousel .owl-nav .owl-next {
	left: auto;
	right: -155px;
}

.owl-carousel-full  .owl-nav .owl-next {
	left: auto !important;
	right: 155px !important;
	border-radius: 0;
}

.owl-carousel-full .owl-nav [class*=owl-]:hover { color: #333 !important; }

/* Owl Carousel - Responsive
-----------------------------------------------------------------*/
.device-lg .owl-carousel .owl-nav .owl-prev,
.device-md .owl-carousel .owl-nav .owl-prev,
.device-sm .owl-carousel .owl-nav .owl-prev,
.device-xs .owl-carousel .owl-nav .owl-prev { left: 2px !important; }

.device-lg .owl-carousel-full  .owl-nav .owl-next,
.device-md .owl-carousel-full  .owl-nav .owl-next,
.device-sm .owl-carousel-full  .owl-nav .owl-next,
.device-xs .owl-carousel .owl-nav .owl-next { right: 2px !important; }

/* Grid Filter
-----------------------------------------------------------------*/
.grid-filter li.activeFilter a { font-weight: normal; }
.grid-overlay { background-color: rgba(0, 0, 0, 0.75); }


/* Testimonial
-----------------------------------------------------------------*/
.testimonials-rating {
	margin-top: 15px;
	color: #FFD700;
	font-size: 18px;
	line-height: 1;
}

.testi-content p {
	font-size: 16px;
	color: #666;
	font-style: normal;
}

.testi-content p::before,
.testi-content p::after { display: none; }

.testi-meta::before { display: none; }
.testi-meta span { padding-left: 0; }

.testimonial .flex-control-nav {
	bottom: 8px;
	right: 0px;
}
.testimonial .flex-control-nav li a { background-color: #333; }

/* Footer
-----------------------------------------------------------------*/
.widget > h4 {
	font-size: 14px;
	text-transform: none;
	letter-spacing: 0;
}

.widget_links li,
.widget_links li a {
	background-image: none !important;
	padding-left: 0;
	color: #999;
	font-size: 13px;
	font-weight: 300;
	padding-top: 1px;
}

.social-icon.si-mini {
	--cnvs-socialicon-size: 1.75rem;
	--cnvs-socialicon-fontsize: 0.75rem;
	margin-bottom: 0;
}

/* Misc
-----------------------------------------------------------------*/
#header, #header-wrap, #logo img {
	transition: all .4s ease;
}

.feature-box h3 span.subtitle { font-size: 14px; }

.feature-box.fbox-plain .fbox-icon img { height: 50px; }

.col-padding {padding: 100px 60px !important; }

.heading-block::before {
	content: attr(data-heading);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	color: var(--cnvs-contrast-200);
	z-index: -1;
	font-family: var(--cnvs-primary-font);
	font-weight: bold;
	font-size: 90px;
	line-height: .3;
}

.heading-block.center::before {
	right: 0;
	left: 0;
	margin: auto;
}

.text-rotater {
	display: inline-block;
	font-weight: 300;
	font-size: 20px;
	line-height: 1.7;
	color: var(--cnvs-contrast-600);
}

.clients-grid {
  --cnvs-clients-grid-padding: 20px;
  --cnvs-clients-grid-border-size: 1px;
  --cnvs-clients-grid-border-style: dashed;
  --cnvs-clients-grid-border-color: rgba(var(--cnvs-contrast-rgb), 0.15);
  --cnvs-clients-img-opacity: 0.6;
  position: relative;
  align-items: stretch;
  list-style: none;
  overflow: hidden;
}
.clients-grid > .col {
  position: relative;
  padding: var(--cnvs-clients-grid-padding) 0;
  -webkit-backface-visibility: hidden;
}
.clients-grid > .col a {
  display: block;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  opacity: var(--cnvs-clients-img-opacity);
  transition: all 0.5s ease;
}

