.team-block .inner-box {
	border-radius: .5rem;
}
#pdf_container { display: none; }
#img_container { margin-top: .75rem; display: flex; align-items: center; flex-direction: column; overflow: auto }
.myFancyBox .fancybox-thumbs {
  top: auto;
  width: auto;
  bottom: 0;
  left: 0;
  right: 0;
  height: 95px;
  padding: 10px 10px 5px 10px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.3);
}

.myFancyBox.fancybox-show-thumbs .fancybox-inner {
  right: 0 !important;
  bottom: 95px;
}
.team-block .image-box {
	background: rgba(255, 255, 255, 0.20);
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.team-block .image-box img {
	border-radius: 0;
}
.team-block .name {
	position: relative;
	padding: .75rem;
	padding-top: 0;
	background: rgba(255, 255, 255, 0.20);
	left: 0; top: 0; bottom: 0;
	border-radius: 0 0 .25rem .25rem;
	font-family: 'Telegraf_Regular', sans-serif;
}

/*  CSS of swiper-1 */
   
.swiper-container {
	width: 100%;
	/* padding-top: 50px; */
	padding-bottom: 50px;
}

.swiper-container .swiper-slide {
	background-position: center;
	background-size: cover;
	width: 300px;
	/* height: 300px; */
}

.team-block .cat span {
	letter-spacing: 0;
}

.accordion-box .block .content .text p {
	margin-bottom: 0;
}
.accordion-box .block .card {
	background-color: rgba(0,0,0,.03);
	border: 1px solid rgba(255, 255, 255, 0.10);
	border-radius: .5rem;
}
.accordion-box .block .card .gallery {
	height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	max-height: 200px;
	width: auto;
}
.accordion-box .block .card .gallery img {
	width: 100%;
	height: 100%;
	border-radius: .5rem;
}
.accordion-box .block .card .card-footer {
	padding: .75rem 1.25rem;
	background-color: rgba(0,0,0,.03);
	border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.book-container {
	/* width: 600px; */
	height: 300px;
	padding: 50px;
}

.book-container .swiper-slide {
	background-position: center;
	background-size: cover;
	width: 300px;
	height: 300px;
}

.book-container .swiper-slide img {
	display: block;
	width: 100%;
}
.def-tabs-box {
	border-radius: .5rem;
}
.def-title-box h3 {
	font-family: 'Gotham_Bold';
}
.def-tabs-box .tab-buttons .tab-btn,
.accordion-box .block .acc-btn {
	font-family: 'Gotham_Bold', sans-serif;
	font-size: 18px;
}
.tabs-box .tabs-content .text {
	font-size: 20px;
	color: rgba(255, 255, 255, .8);
	font-family: 'Cairo';
	text-align: justify;
}
.accordion-box .block .content .text {
	font-size: 14pt;
	color: rgba(255, 255, 255, .8);
	font-family: 'Cairo';
	text-align: justify;
}
.accordion-box .block .content,
.plans-section .text-col .text {
	font-size: 14pt;
	color: rgba(255, 255, 255, .8);
	font-family: 'Cairo';
	text-align: justify;
}
.accordion-box .block .acc-btn {
	border-radius: .5rem;
}
.accordion-box .block .acc-btn span {
	border-radius: .5rem;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.accordion-box .block .acc-btn i {
	animation: zoom-in-zoom-out 2s ease-out infinite;
}
.accordion-box .block .acc-content {
	border-radius: .5rem;
}
.plans-section .image-col .image img {
	border-radius: .5rem .5rem 0 .5rem;
}
.plans-section .image-col .image::before {
	border-radius: 0 0 .5rem .5rem;
}

.sidebar-side .sidebar-title h5 {
	font-size: 30px;
	font-family: 'Gotham_bold';
	text-transform: none;
}
.sidebar-side .sidebar-title h5 span::after {
	margin-top: 4px;
}
.sidebar-side .gallery-widget .images {
	margin: 0;
}
.sidebar-side .gallery-widget .images .image {
	margin-bottom: 0;
}
.sidebar-side .gallery-widget .images .image-box {
	border-radius: .5rem;
	background: #fff;
	padding: 1rem;
	/*height: 150px;*/
	/*display: flex;*/
	/*align-items: center;*/
	/*justify-content: center;*/
}
.sidebar-side .gallery-widget .images .image-box img {
	width: auto;
	height: auto;
	border-radius: .5rem;
}
.counter_one {
	position: absolute;
	top: 50%;
	right: -50px;
	transform: translateY(-50%);
}
/* .counter_one {
	position: absolute;
	top: 0;
	right: -50px;
	display: flex;
	flex-direction: column;
	gap: .75rem;
	height: 100%;
	justify-content: center;
} */
.counter_one_single {
	position: relative;
	display: block;
	text-align: center;
	background: linear-gradient(270deg, #d02429, transparent);
	box-shadow: 0px 0px 30px 0px rgb(0, 0, 0, 0.1);
	border-bottom: 0;
	padding: 1em;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	margin-bottom: 1em;
	line-height: 1;
	border-radius: .5rem;
}
.counter_one_single:last-child {
	margin-bottom: 0;
}
.counter_one_single::before {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	content: "";
	background: rgba(228, 33, 27, 0.9);
	transform: scaleX(0);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.counter_one_single h4 {
	color: var(--thm-base);
	font-size: 30px;
	line-height: 1;
	margin-bottom: 5px;
}
.counter_one_single p {
	font-size: 14px;
	color: var(--thm-base);
	margin: 0;
	line-height: 1;
}
#img_container {
    height: 500px;
}
[data-fancybox="preview"] {
    display: flex;
    justify-content: center;
	height: auto;
	width: 500px;
/*    transform: scale(.75) translateY(-60px);*/
/*    -webkit-transform-origin: top center;*/
/*    -moz-transform-origin: top center;*/
/*    transform-origin: top center;*/
}
[data-fancybox="preview"]:not(:first-child) {
    margin-top: 1rem;
}
@media screen and (max-width: 576px) {
    #img_container {
        height: 300px;
    }
    [data-fancybox="preview"] {
        height: auto;
    	width: 100%;
    }
	.counter_one {
		right: 0;
		column-count: 2;
		padding: 1rem;
	}
	.counter_one_single {
		background: rgb(208,36,41, .5);
		min-height: 110px;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}
	.profileBtn {
	    flex-direction: column;
	}
	
	.sidebar-side .gallery-widget .images .image-box {
		height: auto;
		width: auto;
	}
	.sidebar-side .gallery-widget .images .image-box img {
		width: auto
		height: auto;
		border-radius: .5rem;
	}
	
	.accordion-box .block .content,
	.plans-section .text-col .text,
	.tabs-box .tabs-content .text p span {
	    font-size: 16px !important;
	}
}

.flickity-viewport {
    border-radius: .5rem;
}
.counter_one_single.with_plus .counter::after {
	content: "+";
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.4, 1.4);
    }
    100% {
        transform: scale(1, 1);
    }
}
