body{
    text-align: right !important;
    direction: rtl !important;
	font-family: 'Cairo', sans-serif;
  }
.size {
	width: 100px;
	height: 100px;
}

.font {
	font-family: 'Cairo', sans-serif;
}

.thumbnail-terry {
	position: relative;
	display: block;
}

.thumbnail-terry img {
	width: 100%;
	height: auto;
	transition: .35s;
	will-change: transform;
}

.thumbnail-terry:before {
	display: none;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000;
	opacity: 0;
	-webkit-transition: 0.35s all ease;
	-o-transition: 0.35s all ease;
	transition: 0.35s all ease;
	z-index: 2;
}

.thumbnail-terry figcaption {
	position: relative;
	top: -1px;
	width: 100%;
	padding: 20px 15px;
	text-align: center;
	text-transform: none;
	vertical-align: middle;
	backface-visibility: hidden;
	-webkit-transition: 0.35s all ease;
	-o-transition: 0.35s all ease;
	transition: 0.35s all ease;
	z-index: 1;
	background: #e8edf6;
	will-change: transform;
}

.thumbnail-terry-title,
.thumbnail-terry-desc {
	overflow: hidden;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-right: 5px;
}

.thumbnail-terry-title {
	font-size: 24px;
}

@media (min-width: 768px) {
	.thumbnail-terry-title {
		font-size: 24px;
	}
}

.thumbnail-terry-desc {
	display: none;
}

@media (min-width: 992px) {
	.thumbnail-terry:after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		background: rgba(0, 0, 0, 0.3);
		background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
	}

	.thumbnail-terry,
	.thumbnail-terry>figure {
		overflow: hidden;
	}

	.thumbnail-terry-desc,
	.thumbnail-terry:before {
		display: block;
	}

	.thumbnail-terry-title,
	.thumbnail-terry-desc {
		color: #fff;
	}

	.thumbnail-terry figcaption {
		position: absolute;
		top: auto;
		bottom: 30px;
		left: 0;
		z-index: 2;
		padding: 30px 15px;
		background: transparent;
		-webkit-transform: translateY(50px);
		transform: translateY(50px);
	}

	.thumbnail-terry .btn,
	.thumbnail-terry .pagination-classic>li>a,
	.thumbnail-terry .pagination-classic>li>span {
		opacity: 0;
		-webkit-transform: translateY(100%) scale(0.8);
		transform: translateY(100%) scale(0.8);
	}

	.thumbnail-terry:hover .btn,
	.thumbnail-terry:hover .pagination-classic>li>a,
	.thumbnail-terry:hover .pagination-classic>li>span,
	.thumbnail-terry:hover figcaption {
		opacity: 1;
		-webkit-transform: translateY(0) scale(1);
		transform: translateY(0) scale(1);
	}

	.thumbnail-terry:hover:before {
		opacity: 0.25;
	}

	.thumbnail-terry:hover .thumbnail-terry-title {
		color: #ffce25;
	}
}

.tablet .thumbnail-terry:before {
	opacity: 0.25;
}

.carousel-item {
	height: 100vh;
	min-height: 300px;
	background: no-repeat center center scroll;
	background-size: cover;
}

.bg-d {
	background: #00000042;
}



.nav-link {
	color: #fff !important;
}

.carousel-caption {
	top: 30%;
	right: 25%;
	left: 25%;
}

.post-box::before {
	background-color: rgba(0, 0, 0, 0.48);
	bottom: 0;
	content: "";
	display: inline-block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.article {
	color: #666;
	display: flex;
	flex-direction: column;
	flex-basis: auto;
	margin: 15px;
	border-radius: 20px;
	overflow: hidden;
	background: #fff;
	transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	border: 1px solid rgba(255, 255, 255, 0.1);
	position: relative;
	backdrop-filter: blur(20px);
}

.article::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 20px;
	padding: 1px;
	background: linear-gradient(135deg, rgba(255,255,255,0.3), rgba(255,255,255,0.1));
	mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	mask-composite: xor;
	-webkit-mask-composite: xor;
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.article:hover::before {
	opacity: 1;
}

.article:hover {
	transform: translateY(-12px) scale(1.02);
}

.article-image {
	background: #f8f9fa;
	display: block;
	margin-bottom: 0;
	position: relative;
	width: 100%;
	overflow: hidden;
}

.article-image img {
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	transition: transform 0.3s ease;
}

.article-image.is {
	padding-top: 60%;
}

.article:hover .article-image img {
	transform: scale(1.05);
}

.is:hover {
	opacity: 1;
}

.article-body {
	display: flex;
	flex-direction: column;
	padding: 24px;
	background: #fff;
	margin: 0;
	flex-grow: 1;
	height: 360px;
}

.article-title {
	color: #2c3e50;
	font-size: 1.3em;
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 12px;
	transition: color 0.3s ease;
}

.article:hover .article-title {
	color: #3498db;
}

.article-content {
	margin-top: 8px;
	text-align: justify;
	color: #64748b;
	line-height: 1.6;
	font-size: 0.95em;
}

.article-info {
	display: flex;
	font-size: 0.8em;
	margin-bottom: 12px;
	color: #94a3b8;
	align-items: center;
	gap: 4px;
}

.br-n {
	border-radius: 20px !important;
	line-height: 1.3;
	padding: 6px 12px;
	font-size: 0.75em;
	font-weight: 500;
	backdrop-filter: blur(10px);
	border: none;
	box-shadow: 0 2px 8px rgba(34, 197, 94, 0.3);
}

a {
	text-decoration: none !important;
}

.testim {
	background: url(../img/555.jpg) center center/cover;
    background-position-y: 33%;
	background-color: #2c7caa;
}

.testim .wrap {
	position: relative;
	width: 100%;
	max-width: 1020px;
	padding: 40px 20px;
	margin: auto;
}

.testim .arrow {
	display: block;
	position: absolute;
	color: #eee;
	cursor: pointer;
	font-size: 2em;
	top: 50%;
	transform: translateY(-50%);
	transition: all .3s ease-in-out;
	padding: 5px;
	z-index: 22222222;
}

.testim .arrow:before {
	cursor: pointer;
}

.testim .arrow:hover {
	color: #28a745;
}

.testim .arrow.left {
	left: 10px;
}

.testim .arrow.right {
	right: 10px;
}

.testim .dots {
	text-align: center;
	position: absolute;
	width: 100%;
	bottom: 60px;
	left: 0;
	display: block;
	z-index: 3333;
	height: 12px;
}

.testim .dots .dot {
	list-style-type: none;
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 1px solid #eee;
	margin: 0 10px;
	cursor: pointer;
	transition: all .5s ease-in-out;
	position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
	background: #28a745;
	border-color: #28a745;
}

.testim .dots .dot.active {
	animation: testim-scale .5s ease-in-out forwards;
}

.testim .cont {
	position: relative;
	overflow: hidden;
}

.testim .cont>div {
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 0 70px 0;
	opacity: 0;
}

.testim .cont>div.inactive {
	opacity: 1;
}

.testim .cont>div.active {
	position: relative;
	opacity: 1;
}

.testim .cont div .img img {
	display: block;
	width: 100px;
	height: 100px;
	margin: auto;
	border-radius: 50%;
}

.testim .cont div h2 {
	color: #fff;
	font-size: 1em;
	margin: 15px 0;
	text-shadow: 2px 2px 12px #000000;
}

.testim .cont div p {
	font-size: 1.15em;
	color: #eee;
	width: 80%;
	margin: auto;
}

.testim .cont div.active .img img {
	animation: testim-show .5s ease-in-out forwards;
}

.testim .cont div.active h2 {
	animation: testim-content-in .4s ease-in-out forwards;
}

.testim .cont div.active p {
	animation: testim-content-in .5s ease-in-out forwards;
}

.testim .cont div.inactive .img img {
	animation: testim-hide .5s ease-in-out forwards;
}

.testim .cont div.inactive h2 {
	animation: testim-content-out .4s ease-in-out forwards;
}

.testim .cont div.inactive p {
	animation: testim-content-out .5s ease-in-out forwards;
}

@keyframes testim-scale {
	0% {
		box-shadow: 0px 0px 0px 0px #eee;
	}

	35% {
		box-shadow: 0px 0px 10px 5px #eee;
	}

	70% {
		box-shadow: 0px 0px 10px 5px #ea830e;
	}

	100% {
		box-shadow: 0px 0px 0px 0px #ea830e;
	}
}

@keyframes testim-content-in {
	from {
		opacity: 0;
		transform: translateY(100%);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes testim-content-out {
	from {
		opacity: 1;
		transform: translateY(0);
	}

	to {
		opacity: 0;
		transform: translateY(-100%);
	}
}

@keyframes testim-show {
	from {
		opacity: 0;
		transform: scale(0);
	}

	to {
		opacity: 1;
		transform: scale(1);
	}
}

@keyframes testim-hide {
	from {
		opacity: 1;
		transform: scale(1);
	}

	to {
		opacity: 0;
		transform: scale(0);
	}
}

@media all and (max-width: 300px) {
	body {
		font-size: 14px;
	}
}

@media all and (max-width: 500px) {
	.testim .arrow {
		font-size: 1.5em;
	}

	.testim .cont div p {
		line-height: 25px;
	}
}
.footer-link h5:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 26px;
  background: #187a81;
  right: -10px;
  top: -3px;
}
.footer-link a {
  color: #fff;
  font-size: 13px;
  line-height: 2;
}
.languages-rtl a {
  padding: 0px 10px;
  border-left: 1px solid #FFF;
  color: #FFF;
}
.social img {
	width: 32px;
}
.footer-link h5 {
	color: #d3a115;
	position: relative;
	font-size: 18px;
}
.f-s{
	font-size: 11px;
}
@media (min-width: 320px) and (max-width: 480px) {
  
	.sz{
		font-size: 22px;
	}
	
  }
  /* me*/
  h1{
	font-size:60px;
	text-align:center;
  }
  .timeline{
	position:relative;
	margin: auto;
	padding:40px 0;
	width:1000px;
	box-sizing:border-box;
  }
  .timeline:before{
	content:'';
	position:absolute;
	left:50%;
	width:2px;
	height:100%;
	background:#c5c5c5;
  }
  .timeline ul{
	padding:0;
	margin:0;
  }
  .timeline ul li{
	list-style:none;
	position:relative;
	width:50%;
	padding:20px 40px;
	box-sizing:border-box;
  }
  .timeline ul li:nth-child(odd){
	float:left;
	text-align:right;
	clear:both;
  }
  .timeline ul li:nth-child(even){
	float:right;
	text-align:left;
	clear:both;
  }
  .content{
	padding-bottom:20px;
  }
  .timeline ul li:nth-child(odd):before
  {
	content:'';
	position:absolute;
	width:10px;
	height:10px;
	top:24px;
	right:-6px;
	background:#249a6f;
	border-radius:50%;
	box-shadow:0 0 0 3px #26733338;
  }
  .timeline ul li:nth-child(even):before
  {
	content:'';
	position:absolute;
	width:10px;
	height:10px;
	top:24px;
	left:-4px;
	background:#249a6f;
	border-radius:50%;
	box-shadow:0 0 0 3px #26733338;
  }
  .timeline ul li h3{
	padding:0;
	margin:0;
	color:#249a6f;
	font-weight:600;
  }
  .timeline ul li p{
	margin:10px 0 0;
	padding:0;
  }
  .timeline ul li .time h4{
	margin:0;
	padding:0;
	font-size:14px;
  }
  .timeline ul li:nth-child(odd) .time
  {
	position:absolute;
	top:12px;
	right:-125px;
	margin:0;
	padding:8px 16px;
	background:#249a6f;
	color:#fff;
	border-radius:18px;
	box-shadow:0 0 0 3px #2482304d;
  }
  .timeline ul li:nth-child(even) .time
  {
	position:absolute;
	top:12px;
	left:-150px;
	margin:0;
	padding:8px 16px;
	background:#249a6f;
	color:#fff;
	border-radius:18px;
	box-shadow:0 0 0 3px #2482304d;
  }
  @media(max-width:1000px)
  {
	.timeline{
	  width:100%;
	}
  }
  @media(max-width:767px){
	.timeline{
	  width:100%;
	  padding-bottom:0;
	}
	h1{
	  font-size:40px;
	  text-align:center;
	}
	.timeline:before{
	  left:20px;
	  height:100%;
	}
	.timeline ul li:nth-child(odd),
	.timeline ul li:nth-child(even)
	{
	  width:100%;
	  text-align:left;
	  padding-left:50px;
	  padding-bottom:50px;
	}
	.timeline ul li:nth-child(odd):before,
	.timeline ul li:nth-child(even):before
	{
	  top:-18px;
	  left:16px;
	}
	.timeline ul li:nth-child(odd) .time,
	.timeline ul li:nth-child(even) .time{
	  top:-30px;
	  left:50px;
	  right:inherit;
	}
  }
  .breadcrumb-classic .svg-triangle-bottom {
    position: absolute;
    left: 50%;
    width: 60px;
    height: 30px;
    margin-top: -1px;
    margin-left: -30px;
    z-index: 2;
}
.breadcrumb-classic > *:not(svg) {
    position: relative;
    z-index: 1;
}
@media (min-width: 768px) {
	
.section-sm-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}
}
.breadcrumb-classic {
    fill: #55bbeb;
    background: #55bbeb;
	background: linear-gradient(90deg, #84c450 0%, #55bbeb 100%);
	max-height: 163px;
	min-height: 65px;

}
.container-skills {
	margin: 20px auto 0 auto;
}

.cer{
    width:  150px;
    height:  150px;
    color:  #fff;
    border:  3px solid #fff;
    border-radius:  100%;
    display:  flex;
    justify-content:  center;
    align-items:  center;

}

@media (min-width: 320px) and (max-width: 767px) {
	.ph-c{
		height: 1125px !important;
	}
  }
  

.bar {
  position: relative;
	background-color: #d8d8d8;
	height: 10px;
	border-radius: 10px;
	margin: 0 0 20px 0;
}
.bar-fill {
  position: absolute;
  height: 10px;
}
.bar-title {
  position: relative;
	font-size: 1em;
	text-align: left;
	margin: 0 0 5px 0;
}
.percent {
  position: absolute;
	right: 0;
}

/* Animations Below - Replace ease-out with infinite for infinite loop*/
/*Edit here for html*/  
.bar-fill-html {
	width: 90%;
  background-color: #249a6f;
	animation: bar-fill-html 2s ease-out;
	-moz-animation: bar-fill-html 2s ease-out;
  -webkit-animation: bar-fill-html 2s ease-out;
}
@keyframes bar-fill-html {
    0% {
        width: 0px;
    }

    100% {
        width: 90%;
    }
}
@-moz-keyframes bar-fill-html {
    0% {
        width: 0px;
    }

    100% {
        width: 90%;
    }
}
@-webkit-keyframes bar-fill-html {
    0% {
        width: 0px;
    }

    100% {
        width: 90%;
    }
}
/*Edit here for Javascript*/
.bar-fill-javascript {
	width: 60%;
  background-color: #249a6f;
  animation: bar-fill-javascript 2s ease-out;
	-moz-animation: bar-fill-javascript 2s ease-out;
  -webkit-animation: bar-fill-javascript 2s ease-out;
}
@keyframes bar-fill-javascript {
    0% {
        width: 0px;
    }

    100% {
        width: 60%;
    }
}
@-moz-keyframes bar-fill-javascript {
    0% {
        width: 0px;
    }

    100% {
        width: 60%;
    }
}
@-webkit-keyframes bar-fill-javascript {
    0% {
        width: 0px;
    }

    100% {
        width: 60%;
    }
}
/*Edit here for Jquery*/
.bar-fill-jquery{
	width: 70%;
  background-color: #249a6f;
  animation: bar-fill-jquery 2s ease-out;
	-moz-animation: bar-fill-jquery 2s ease-out;
  -webkit-animation: bar-fill-jquery 2s ease-out;
}
@keyframes bar-fill-jquery {
    0% {
        width: 0px;
    }

    100% {
        width: 70%;
    }
}
@-moz-keyframes bar-fill-jquery {
    0% {
        width: 0px;
    }

    100% {
        width: 70%;
    }
}
@-webkit-keyframes bar-fill-jquery {
    0% {
        width: 0px;
    }

    100% {
        width: 70%;
    }
}
/*Edit here for Responsive*/
.bar-fill-responsive{
	width: 90%;
  background-color: #249a6f;
  animation: bar-fill-responsive 2s ease-out;
	-moz-animation: bar-fill-responsive 2s ease-out;
  -webkit-animation: bar-fill-responsive 2s ease-out;
}
@keyframes bar-fill-responsive {
    0% {
        width: 0px;
    }

    100% {
        width: 90%;
    }
}
@-moz-keyframes bar-fill-responsive {
    0% {
        width: 0px;
    }

    100% {
        width: 90%;
    }
}
@-webkit-keyframes bar-fill-responsive {
    0% {
        width: 0px;
    }

    100% {
        width: 90%;
    }
}
/*Edit here for Photoshop*/
.bar-fill-photoshop{
	width: 20%;
  background-color: #249a6f;
  animation: bar-fill-photoshop 2s ease-out;
	-moz-animation: bar-fill-photoshop 2s ease-out;
  -webkit-animation: bar-fill-photoshop 2s ease-out;
}
@keyframes bar-fill-photoshop {
    0% {
        width: 0px;
    }

    100% {
        width: 20%;
    }
}
@-moz-keyframes bar-fill-photoshop {
    0% {
        width: 0px;
    }

    100% {
        width: 20%;
    }
}
@-webkit-keyframes bar-fill-photoshop {
    0% {
        width: 0px;
    }

    100% {
        width: 20%;
    }
}
.si-im{
	width: 300px;
	height: 300px;
}
.si-ic{
	width: 35px;
	height: 35px;
}
/* main header */


  
  body {
	background: #f1f1f1 !important;
  }
  
  .main-header {
	background: url(../img/h1-bg.svg);
	background-repeat: no-repeat;
	background-size: cover;
  }
  
  .main-logo {
	padding: 28px 0;
  }
  
  .main-logo img {
	max-height: 67px;
  }
  
  .con {
	border-right: 5px solid #de384e;
	border-left: 0;
  }
  
  .font-weight-bold {
	font-weight: bold;
  }
  
  .text-decoration-none {
	text-decoration: none;
  }
  
  .waid::before {
	content: '';
	background: #de384e;
	height: 10px;
	display: inline-block;
	width: 10px;
	border-radius: 50%;
	margin: 0 9px;
  }
  
  .ts-date {
	display: inline-block;
	padding-right: 10px;
	line-height: 12px;
	color: #777;
	font-size: 13px;
	border-right: none;
	padding-right: 0;
  }
  
  .ts-date i {
	margin-right: 5px;
  }
  
  .waid {
	color: #303030;
	padding: 4px 6px;
	font-weight: bold;
	font-size: 15px;
  }
  
  @media (max-width: 767px) {
	.main-logo {
	  padding: 8px 0 6px 0;
	  text-align: center;
	}
  }
  
  @media (min-width: 320px) and (max-width: 480px) {
	.main-logo img {
	  height: 56px;
	}
  }
  
  @media (min-width: 768px) and (max-width: 1023px) {
  
	.waid>span {
	  font-size: 12px;
	}
  
	.dot {
	  font-size: 12px !important;
	}
  
  }
  
  @media (min-width: 1024px) and (max-width: 1439px) {
  
	.waid>span {
	  font-size: 13px;
	}
  
	.dot {
	  font-size: 13px !important;
	}
  
  }
  
  
  .dots {
	color: #de384e;
	font-size: 18px;
  }
  
  @media (max-width: 991px) {
	.waid {
	  font-size: 15px;
	  text-align: justify;
	}
  
	.brod {
	  margin: 12px 14px 14px 0;
	}
  
	.brod::before {
	  content: '';
	  background: #de384e;
	  height: 10px;
	  display: inline-block;
	  width: 10px;
	  border-radius: 50%;
	  margin: 8px 9px;
	}
  
  }
  
  @media (min-width: 992px) and (max-width: 1339px) {
  
	.waid {
	  width: 75%;
	}
  
	.brod {
	  margin-top: 22px;
	}
  
  }
  
  @media (min-width: 1440px) {
  
	.waid {
	  width: 75%;
	}
  
  }
  
  @media (min-width: 320px) and (max-width: 480px) {
	.logo img {
	  height: 56px;
	}
  }
  
  .dots {
	color: #de384e;
	font-size: 18px;
  }
  
  .dot {
	font-size: 15px;
	font-weight: 900;
	color: #303030;
  }
  
  /* end main header */
  
  .bg-gr {
	background: linear-gradient(135deg, #646B6F 10%, #1B202F 100%);
  }
  
  .dropdown {
	position: relative;
	display: inline-block;
	/* height: 90px; */
  }
  
  .border-b {
	border-bottom: 1px solid #303030;
  }
  
  .dropdown-content {
	display: none;
	position: absolute;
	background-color: #484e56;
	border-radius: 0 0 3px 3px;
	width: 140px;
	top: 56px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
	font-weight: bold;
  }
  
  .dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
  }
  
  #sub {
	background: #484848;
  }
  
  .caret {
	display: inline-block;
	width: 0;
	height: 0;
	color: #fff;
	margin-right: 4px;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-top: 4px solid\9;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
  }
  
  .dropdown-content a:hover {
	background-color: #202533;
  }
  
  .dropdown:hover .dropdown-content {
	display: block;
  }
  
  .nav-item .nav-link:hover::before {
	width: 100%;
	opacity: 1;
  }
  
  .nav-link {
	display: flex;
	align-items: center;
	/* height: 95px; */
	font-weight: bold;
  }
  
  .nav-item .nav-link {
	position: relative;
  }
  
  .nav-item a::before {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	height: 4px;
	background: #ffbd00;
	border-radius: 1px;
	-webkit-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
	width: 0;
	opacity: 0;
  }
  
  .border-b:hover {
	border-right: 4px solid #ffbd00;
  }
  

  
  a {
	text-decoration: none !important;
  }
  
  .navbar-nav-svg {
	display: inline-block;
	height: 1.1rem;
	width: 1.5rem;
  }
  
  .line-h {
	line-height: .5;
  }
  
  .co {
	background: #050550;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .05), inset 0 -1px 0 rgba(0, 0, 0, .1);
  }
  
  
  .waa {
     background: #050550 !important;
  }
  
  .nav-link {
	height: 56px;
  }
  
  .navbar-nav a {
	color: #fff !important;
	font-family: 'Cairo', sans-serif;
  }
  
  .nv-br {
	display: flex;
	padding: 5px 15px 5px 0px;
  }
  
  .navbar-inverse {
	border-color: #ffffff00 !important;
  }
  
  .navbar-light .navbar-toggler {
	border-color: rgba(255, 255, 255, 0.44);
  }
  
  .dropdown-menu {
	right: 0;
  }
  
  .navbar-toggler {
	padding: 3px 8px 3px 8px;
  }
  
  .dropdown-content a {
	list-style-type: disc;
	color: #fff;
  }
  
  @media only screen and (min-device-width: 320px) and (max-device-width: 424px) {
	.logo1 {
	  width: 165px !important;
	  height: 46px;
  
	}
  
	.nav-link {
	  height: auto !important;
	}
  
	.dropdown {
	  height: auto !important;
	}
  
	.nav-item {
	  width: 100% !important;
        border-bottom: 0.1px solid #ffffff4a;
	}
  
	/*.co {*/
	/*  background: linear-gradient(135deg, #646B6F 10%, #1B202F 100%);*/
	/*  height: auto;*/
	/*}*/
  
	.dropdown-content {
	  top: 5px !important;
	  border-radius: 3px !important;
	}
  
	.nav-item .nav-link:hover::before {
	  width: 28vw !important;
	}
  
	.nv-br {
	  margin-right: 0px !important;
	}
  
	ul.a {
	  list-style-type: disc;
	  color: #ffbd00;
	}
  
	.dropdown-content {
	  position: relative !important;
	}
  
	.navbar-nav-svg {
	  height: 1.1rem;
	}
  
	.nav-item a::before {
	  bottom: 3px !important;
	  height: 2px !important;
	  border-radius: 30px;
	}
  }
  
  .dropdown-item:hover {
	background-color: #014a7a;
  }
  
  
  .fo {
	font-size: .9rem;
  }
  
  @media only screen and (min-device-width: 425px) and (max-device-width:991px) {
	.logo1 {
	  width: 60px !important;
	  height: 100%;
  
	}
  
	.nav-item .nav-link:hover::before {
	  width: 15vw !important;
	}
  
	.nav-item {
	  width: 45% !important;
	}
  
	.nav-item a::before {
	  bottom: 3px !important;
	  height: 2px !important;
	}
  
	.nav-link {
	  height: auto !important;
	}
  
	.dropdown-content {
	  top: 5px !important;
	  border-radius: 3px !important;
	}
  
	.dropdown {
	  height: auto !important;
	}
  
	.dropdown-content {
	  position: relative !important;
	}
  
	.navbar-toggle {
	  margin-top: 25px !important;
	}
  
	ul.a {
	  list-style-type: disc;
	  color: #ffbd00;
	}
  
	/*.co {*/
	/*  background: linear-gradient(135deg, #646B6F 10%, #1B202F 100%);*/
	/*  height: auto;*/
	/*}*/
  
	.nv-br {
	  margin-right: 0px !important;
	}
  
  
	.navbar-nav-svg {
	  height: 1.1rem;
	}
  }
  
  .logo1 {
	width: 74px;
  }
  
  #wrapper.toggled .sidebar-wrapper {
	width: 200px;
  }
  
  
  .hide-overflow {
	overflow: hidden !important;
  }
  
  .pl-3 {
	padding-left: 12px;
  }
  
  .pr-3 {
	padding-right: 12px;
  }
  
  .i-search {
	height: 18px;
	border-right: 1px solid #d7d9dd;
	padding: 0 20px 0 0;
  }
  
  /* End Navbar */

  .gold{
	color: #b08300 !important
  }
  .img-post{
	background: url(../img/one.jpg) center center/cover;
	height: 500px; 
  }
  .p-post{
	text-align: justify;
	line-height: 1.8;
  }
  .so-b{
	height: 34px;
	width: 34px;
	border-radius: 100%;
	background: none;
	border: 1px solid #ccc5c5;
	margin-right: 5px;
	margin-bottom: 0px;
  }
  .so-a{
	background: #fdfdfd;
	  border-radius: 100%;
	  height: 50px;
	  width: 50px;
	  border: 1px solid #f1efef;
  }
  .so-a:hover{
	background:  #fbbc0f24;
  }
  .so-b:hover{
	background:  #fbbc0f24;
  }
  .so-i{
	justify-content: flex-end;
  }
  .img-post-title{
	background-image: url('../img/one.jpg');
	height: 207px;
	background-size: cover;
  }
  .img-post-title-1{
	background-image: url('../img/two.jpg');
  }
  .img-post-title-2{
	background-image: url('../img/three.jpg');
  }
  .f-si{
	font-size: 12px;
  }
  .photo-profile{
	width: 200px;
	height: 170px;
	overflow: hidden;
  }
  .d-photo{
	width: 100%;
	max-height: 270px;
  }
  .f-11 {
	font-size: 12px;
  }
  
  li {
	list-style: none;
  }
  
  .container-c{
	display:flex;
  }
  .book-container{
	font-weight: 500;
	font-size: 18px;
	background: #fff;
	border-radius: 4px;
	margin-bottom: 20px;
   border: 1px solid #dadde1;
  
  }
  li{
	margin-bottom: 4px;
  }
  .d-style{
	padding: 7px;
	border-radius: 4px;
	border: 1px solid #dadde1;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	background-color: rgba(228, 228, 228, 0.63);
  
  }
  .d-style:hover{
	box-shadow:rgb(50 50 93 / 0%) 0px 30px 60px -12px inset, rgb(0 0 0 / 0%) 0px 18px 36px -18px inset;
  
  }
  @media (max-width: 767px){
	.container-c{
	  flex-direction: column;
	  text-align: center;
	}
  }



    .thumb{
            margin-bottom: 30px;
        }
        
        .page-top{
            margin-top:85px;
        }

   
img.zoom {
    width: 100%;
    height: 200px;
    border-radius:5px;
    object-fit:cover;
    
}
        
 
.zoom:hover {
    transform: scale(1.1);
}
    .modal-header {
   
     border-bottom: none;
}
    .modal-title {
        color:#000;
    }
    .modal-footer{
      display:none;  
    }
	.btn-5 {
		background-image: linear-gradient(135deg, #185194 10%, #11547b 100%);
	  }

	  .block-head {
		border-bottom: 1px solid #e7e7e7;
		width: 100%;
	}

	.block-head .title {
		display: inline-block;
		margin-bottom: -1px;
		padding: 0 1px;
		padding-bottom: 8px;
		border-bottom: 1px solid #17a2b8;
		font-size: 20px;
		font-weight: 700;
	}
	
	.title a {
		color: #000;
	}

	.block-head .view-all {
		margin-top: 2px;
		float: left;
		padding: 0 3px;
		color: #929191;
		font-size: 12px;
		line-height: 28px;
	}
	
	.block-head {
		border-bottom: 1px solid #e7e7e7;
		width: 100%;
	}
	
	.navbar-toggler {
    border-color: transparent !important ; /* تغيير لون الحدود (إن وجد) */
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}


@media (min-width: 320px) and (max-width: 767px) {
    .img-post {
        height: 300px !important;
        background-size: contain !important;
        background-repeat: no-repeat !important;
    }
}

/* Enhanced Card Responsive Styles */
@media (max-width: 768px) {
    .article {
        margin: 10px 5px;
    }
    
    .article-body {
        padding: 20px;
    }
    
    .article-title {
        font-size: 1.2em;
    }
}

@media (max-width: 576px) {
    .article {
        margin: 8px 0;
        border-radius: 12px;
    }
    
    .article-body {
        padding: 16px;
    }
    
    .article-title {
        font-size: 1.1em;
        margin-bottom: 10px;
    }
    
    .article-content {
        font-size: 0.9em;
    }
}

/* Category grid improvements */
.category-grid {
    gap: 20px;
}

@media (min-width: 1200px) {
    .category-grid .col-lg-4 {
        flex: 0 0 calc(33.333% - 20px);
        max-width: calc(33.333% - 20px);
    }
}

/* Card loading animation */
@keyframes cardFadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.article {
    animation: cardFadeIn 0.6s ease-out;
}

/* Gradient overlay for better text readability on images */
.article-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.3) 100%);
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.article:hover .article-image::after {
    opacity: 1;
}

/* Pagination Styling */
.pagination-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.pagination-wrapper .pagination {
    border-radius: 50px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.pagination-wrapper .page-link {
    border: none;
    color: #64748b;
    padding: 12px 16px;
    margin: 0;
    background: #fff;
    transition: all 0.3s ease;
    position: relative;
}

.pagination-wrapper .page-link:hover {
    background: #3498db;
    color: white;
    transform: translateY(-2px);
}

.pagination-wrapper .page-item.active .page-link {
    background: #3498db;
    color: white;
    box-shadow: 0 2px 8px rgba(52, 152, 219, 0.3);
}

.badge-dangers {
	background: #980000;
	color: #fff;
}


