.page_attachments { }
.page_attachments .attachment {margin:0 0 20px;border:1px solid #eee;padding:10px;border-radius:5px;}
.page_attachments .attachment .attachment-link { display:flex;}
.page_attachments .attachment .attachment-content { }
.page_attachments .attachment .attachment-icon {width:68px; text-align:center }
.page_attachments .attachment i { font-size:32px;color:#4363ae !important;}
.page_attachments .attachment .attachment-title{margin:5px 0 5px 0;font-size:1.0rem;}
.page_attachments .attachment .attachment-desc{color:#777;font-size:0.875rem;margin:0; }
.page_attachments .attachment.pdf:hover i{color:#cb2727 !important; }
.page_attachments .attachment.word:hover i{color:#2858ca !important; }
.page_attachments .attachment.excel:hover i{color:#1f9416 !important; }
.page_attachments .attachment.ppt:hover i{color:#e18f2b !important; }
.page_attachments .attachment.text:hover i{ }

.breadcrumbs.top { 
    background-color: #000;
	padding:15px 0;
	color:#eee;
}
.breadcrumbs.top a { color:var(--cnvs-themecolor);}
.breadcrumbs.top a:hover { color:var(--cnvs-themecolor);}
.breadcrumbs.top .active { color:#eee;}

/*
	

	.block-slider-3 .slide-number {
		opacity: 1;
		bottom: 10px;
		text-align: left;
		right: auto;
	}

	.block-slider-3 .slide-number-current {
		top: auto;
		bottom: -2px;
		font-size: 34px;
		font-weight: 600;
	}

	.block-slider-3 .slide-number span {
		margin-left: 24px;
		font-size: 16px;
		opacity: .7;
	}

	.block-slider-3 .slide-number-total {
		font-size: 13px;
		line-height: 30px;
		left: 32px;
		opacity: .7;
	}

	.block-slider-3 .swiper-navs {
		position: absolute;
		display: block;
		left: 50%;
		top: 50%;
		margin-top: 60px;
		margin-left: 20%;
	}

	.block-slider-3 .slider-arrow-left,
	.block-slider-3 .slider-arrow-right {
		border-radius: 50%;
		background: transparent;
		border: 1px solid rgba(0,0,0,0.7);
		width: 36px;
		height: 36px;
	}

	.block-slider-3 .slider-arrow-right { left: 45px; }

	.block-slider-3 .slider-arrow-left i,
	.block-slider-3 .slider-arrow-right i {
		display: block;
		width: 36px;
		height: 36px;
		font-size: 16px;
		line-height: 34px;
		margin: 0 auto;
		color: #000;
	}

	.block-slider-3 .slider-arrow-right i { margin-left: -1px; }

	.block-slider-3 .swiper-button-disabled {
		opacity: .5;
		cursor: default;
	}

	.block-slider-3.dark .slider-arrow-left,
	.block-slider-3.dark .slider-arrow-right { border-color: rgba(255,255,255,0.7); }*/

.block-slider-3 .swiper-horizontal>.swiper-scrollbar {
		top: 50%;
		bottom: auto;
		left: 50%;
		margin-left: 20%;
		width: 200px;
		height: 2px;
		transform: translateY(-50%);
		background-color: rgba(0,0,0,0.4);
		border-radius: 2px;
	}

	.block-slider-3 .swiper-scrollbar-drag { background: #000 }

	.block-slider-3.dark .swiper-horizontal > .swiper-scrollbar { background-color: rgba(255,255,255,0.4);  }

	.block-slider-3.dark .swiper-scrollbar-drag { background: #FFF }

.block-slider-3.dark .slide-number,
	.block-slider-3.dark .slider-arrow-left i,
	.block-slider-3.dark .slider-arrow-right i { color: #FFF; }

	@media (min-width: 576px) and (max-width: 767px) {
		.block-slider-3 .swiper-horizontal>.swiper-scrollbar {
			top: auto;
			left: auto;
			bottom: 70px;
			right: 30px;
			width: 100px;
			height: 2px;
			transform: translateY(0);
		}

		/*.block-slider-3 .swiper-navs {
			left: auto;
			top: auto;
			bottom: 30px;
			right: 115px;
			margin: 0;
		}*/
	}

/*	.block-slider-3.slider-element .slider-product-desc {
		position: absolute;
		top: auto;
		bottom: 0;
		left: auto;
		right: 0;
		width: 65%;
		z-index: 2;
		overflow: hidden;
	}

	.block-slider-3.slider-element .slider-product-desc a .bi-play {
		position: absolute;
		left: 50%;
		top: 50%;
		z-index: 99;
		color: #000;
		font-size: 20px;
		width: 40px;
		height: 40px;
		line-height: 40px;
		background-color: #FFF;
		border-radius: 50%;
		text-align: center;
		padding-left: 4px;
		margin-top: -20px;
		margin-left: -20px;
		-webkit-transition: transform .3s ease;
		-o-transition: transform .3s ease;
		transition: transform .3s ease;
	}*/

	/*.block-slider-3.slider-element .slider-product-desc a:hover .bi-play {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
		transform: scale(1.1);
	}

	.block-slider-3 .blurred-box:after{
		content: '';
		width: 130%;
		height: 130%;
		background: inherit;
		position: absolute;
		left: -25px;
		top: -25px;
		background-color: rgba(255,255,255,0.2);
		-webkit-filter: blur(20px);
		-o-filter: blur(20px);
		filter: blur(20px);
	}*/

	@media (max-width: 576px) {
		.block-slider-3 .swiper-horizontal>.swiper-scrollbar { display: none; }
		/*.block-slider-3 .swiper-navs { right: 0px; }*/
	}

	.swiper-pagination {
			bottom: 40px !important;
			--cnvs-swiper-bar-color: var(--cnvs-contrast-300);
			--cnvs-swiper-bar-active-color: var(--cnvs-contrast-900);
			--cnvs-swiper-bar-title-color: var(--cnvs-contrast-800);
			--cnvs-swiper-bar-width: 140px;
			--cnvs-swiper-bar-height: 4px;
			--cnvs-swiper-bar-gap: 25px;
			--cnvs-swiper-autoplay-speed: 5000ms;
		}

		.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
			margin-right: var(--cnvs-swiper-bar-gap);
			background: transparent !important;
		}

		.swiper-pagination span.swiper-pagination-bullet-active, .swiper-pagination span:hover {
			background-color: transparent !important;
		}

		.swiper-pagination span {
			position: relative;
			width: var(--cnvs-swiper-bar-width);
			height: auto;
			text-align: left;
			border-radius: 3px;
			opacity: 1;
			border: 0;
		}
		.swiper-pagination span.slider-name {
			font-size: 15px;
			line-height: 40px;
			font-weight: 400;
			color: var(--cnvs-swiper-bar-title-color);
			text-transform: capitalize;
			background: transparent !important;
		}
		.swiper-pagination span.slider-bar {
			position: absolute;
			bottom: 0;
			left: 0;
			z-index: 1;
			width: 100%;
			height: var(--cnvs-swiper-bar-height);
			background-color: var(--cnvs-swiper-bar-color);
			overflow: hidden;
			border-radius: 3px;
		}
		.swiper-pagination span.slider-bar-active {
			position: absolute;
			bottom: 0;
			left: 0;
			z-index: 2;
			width: 0%;
			border-radius: 3px;
			height: var(--cnvs-swiper-bar-height);
			background-color: var(--cnvs-swiper-bar-active-color) !important;
		}

		.swiper-pagination span:hover span.slider-bar {
			background-color: var(--cnvs-swiper-bar-color) !important;
		}

		.swiper-pagination-bullet-active {
			background-color: transparent;
		}
		.swiper-pagination-bullet-active span.slider-bar-active {
			animation-name: swiperBarAnim;
			animation-duration: var(--cnvs-swiper-autoplay-speed);
			animation-timing-function: ease-in;
			animation-iteration-count: 1;
			animation-direction: alternate;
			animation-fill-mode: forwards;
		}

		@keyframes swiperBarAnim {
			0% {
				width: 0%;
			}
			100% {
				width: 100%;
			}
		}

		.swiper-slide-active .swiper-slide-bg {
			-webkit-animation: kenburns-top 14s ease-out both;
	        animation: kenburns-top 14s ease-out both;
		}

		@keyframes kenburns-top {
			0% {
				-webkit-transform: scale(1);
						transform: scale(1);
				-webkit-transform-origin: 50% 50%;
						transform-origin: 50% 50%;
			}
			100% {
				-webkit-transform: scale(1.15);
						transform: scale(1.15);
				-webkit-transform-origin: top;
						transform-origin: top;
			}
		}


			.block-hero-20 {
			--color: #fff;
			--color-secondary: 50,50,50;
		}

		.block-hero-20 h1,
		.block-hero-20 h2,
		.block-hero-20 h3,
		.block-hero-20 h4,
		.block-hero-20 h5,
		.block-hero-20 h6,
		.block-hero-20 p,
		.block-hero-20 a,
		.block-hero-20 .color {
			color: var(--color) !important;
		}

		.block-hero-20 .bg-color {
			background-color: var(--color) !important;
		}

		.block-hero-20 .fbox-icon i {
			background-color: var(--color);
			color: #4363ae;
		}

.block-tab-3 {background:#111;}

		.block-tab-3 .nav-link {
			padding: 20px 32px;
			color: #AAA !important;
			border-bottom: 2px solid #DDD;
			font-size: 1.15rem;
			transition: all .2s ease;
		}

		.block-tab-3 .nav-link:hover {
			color: #777 !important;
		}

		.block-tab-3 .nav-link.active {
			color: #fff !important;
			border-color: #1abc9c;
			font-weight: 600;
			background-color: transparent;
		}

		@media (max-width: 991.98px) {
			.block-tab-3 .nav-link {
				border: 1px solid #CCC;
				padding: 10px 15px;
				margin: 5px;
				font-size: 1.15rem;
			}
		}

		.block-tab-4 .nav-link {
			padding-top: 20px;
			padding-bottom: 20px;
			font-weight: 500;
			color: #222;
			transition: none;
		}

		.block-tab-4 .nav-link.active,
		.block-tab-4 .tab-pane {
			color: #FFF;
			background-color: #4363ae;
		}

		.block-tab-4 .nav-link:nth-child(2).active,
		.block-tab-4 .tab-pane:nth-child(2) {
			background-color: #3dbc85;
		}

		.block-tab-4 .nav-link:nth-child(3).active,
		.block-tab-4 .tab-pane:nth-child(3) {
			background-color: #1d0f6d;
		}

		.block-tab-4 .nav-link:nth-child(4).active,
		.block-tab-4 .tab-pane:nth-child(4) {
			background-color: #0f6d60;
		}

		

			.contact-block {
			--color: #4363ae;
			--color-secondary: 237,237,237;
		}

		.contact-block h1,
		.contact-block h2,
		.contact-block h3,
		.contact-block h4,
		.contact-block h5,
		.contact-block h6,
		.contact-block p,
		.contact-block a,
		.contact-block .color {
			color: #000 !important;
		}

		.contact-block .bg-color {
			background-color: var(--color) !important;
		}

		.contact-block .fbox-icon i {
			background-color: var(--color);
			color: #FFE2D6;
		}

.news-item{
    position: relative;
    overflow: hidden;
    text-align: left;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.news-item:hover{
    transform: translateY(-5px);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .12);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.hi-icon-effect-5 .fbox-icon{ 
	overflow:hidden;
	border:none;
}
.hi-icon-effect-5:hover svg.hi-icon {
	-webkit-animation: toRightFromLeft 0.3s forwards;
	-moz-animation: toRightFromLeft 0.3s forwards;
	animation: toRightFromLeft 0.3s forwards;
}

@-webkit-keyframes toRightFromLeft {
	49% {
		-webkit-transform: translate(100%);
	}
	50% {
		opacity: 0;
		-webkit-transform: translate(-100%);
	}
	51% {
		opacity: 1;
	}
}
@-moz-keyframes toRightFromLeft {
	49% {
		-moz-transform: translate(100%);
	}
	50% {
		opacity: 0;
		-moz-transform: translate(-100%);
	}
	51% {
		opacity: 1;
	}
}
@keyframes toRightFromLeft {
	49% {
		transform: translate(100%);
	}
	50% {
		opacity: 0;
		transform: translate(-100%);
	}
	51% {
		opacity: 1;
	}
}

.contact .clo { width:150px;border-radius:75px;margin:0px 0 0 0;}
.contact .sticky-top{z-index:100;}

.block-misc-search .top-search-form-2 {
			opacity: 1;
			background-color: #EEE;
			top: 100%;
			height: 0%;
			transform: scaleY(0);
			transform-origin: top center;
			transition: transform .3s ease-in-out,height .3s ease-in-out;
		}

		.block-misc-search.top-search-open .top-search-form {
			transform: scaleY(1);
			height: 100%;
		}

		.top-search-form input {
			color: #000 !important;
		}

		.block-misc-search .top-search-form-2 input::-moz-placeholder {
			letter-spacing: 0;
			font-weight: 400;
			font-size: 1.5rem;
			text-transform: none;
		}
		.block-misc-search .top-search-form-2 input:-ms-input-placeholder {
			letter-spacing: 0;
			font-weight: 400;
			font-size: 1.5rem;
			text-transform: none;
		}
		.block-misc-search .top-search-form-2 input::-webkit-input-placeholder {
			letter-spacing: 0;
			font-weight: 400;
			font-size: 1.5rem;
			text-transform: none;
		}

		.block-misc-search .dark.top-search-form-2 input::-moz-placeholder {
			color: rgba(0,0,0,0.8) !important;
		}
		.block-misc-search .dark.top-search-form-2 input:-ms-input-placeholder {
			color: rgba(0,0,0,0.8) !important;
		}
		.block-misc-search .dark.top-search-form-2 input::-webkit-input-placeholder {
			color: rgba(0,0,0,0.8) !important;
		}

#downloadspage .number { color:aquamarine;}

.hexagon {
  /*width: 200px;
  height: 200px;*/ /* Or use aspect-ratio for better responsiveness */
				   min-height: 330px;
  background-color: #fff; /* Example color */
  clip-path: polygon(
    50% 0%,      /* Top middle */
    100% 25%,    /* Upper right */
    100% 75%,    /* Lower right */
    50% 100%,    /* Bottom middle */
    0% 75%,      /* Lower left */
    0% 25%       /* Upper left */
  );
}

.stack-cards-item.stack1 {background:#3dbc85; }
.stack-cards-item.stack1 p { color:#fff;}
.stack-cards-item.stack2 {background:#4463ae; }
.stack-cards-item.stack2 p { color:#fff;}
.stack-cards-item.stack3 { background:#0b6f44;}
.stack-cards-item.stack3 p { color:#fff;}
.stack-cards-item.stack4 { background:#141414;}
.stack-cards-item.stack4 p { color:#fff;}