﻿
/*panels=============================================*/
.panel-header {
    text-align: right;
	margin-bottom:2rem;
}
.panel-header i {
    font-size: small;
}

.panel-header span {
    font-size: small;
}

    .panel-header h3 {
        position: relative;
        display: inline;
        color: #0C426F;
        font-size: 1.5em;
       text-align:right;
    }
	  .footer-part .panel-header h3 {
        position: relative;
        display: inline;
        color: #ffff;
        font-size: 1.5em;
       text-align:right;
    }
	
 .section-3 .panel-header  a {
      
        color: #fff !important;
        font-size: 1em;
      
    }
	
        .panel-header h3:after {
            content: '';
            width:100%;
            height: 2px;
            background: #86b7fe;
            position: absolute;
            right: 0;
            top: 100%;
            transition: all ease-in .3s;
        }

.panel-header h3:hover:after {
    width: 100%;
    transition: all ease-in .3s;
}
/*carousel-effect====================================*/
.carousel-zoom .carousel-inner {
    position: relative;
}

.carousel-zoom .carousel-item {
    opacity: 0;
    transform: scale(1.2); /* ابتدا کمی بزرگ‌تر */
    transition: opacity 1.2s ease, transform 1.2s ease;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.carousel-zoom .carousel-item.active {
    opacity: 1;
    transform: scale(1); /* هنگام فعال شدن، اندازه واقعی */
    position: relative;
    z-index: 2;
}

.carousel-blur-fade .carousel-inner {
    position: relative;
}

.carousel-blur-fade .carousel-item {
    opacity: 0;
    transition: opacity 1.2s ease, filter 1.2s ease;
    filter: blur(8px);
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.carousel-blur-fade .carousel-item.active {
    opacity: 1;
    filter: blur(0);
    position: relative;
    z-index: 2;
}

.carousel-3d .carousel-inner {
    perspective: 1200px;
    position: relative;
}

.carousel-3d .carousel-item {
    transform-style: preserve-3d;
    backface-visibility: hidden;
    opacity: 0;
    transform: rotateY(90deg);
    transition: transform 1s ease, opacity 1s ease;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.carousel-3d .carousel-item.active {
    opacity: 1;
    transform: rotateY(0deg);
    position: relative;
    z-index: 2;
}
/*========================================================*/
/*
   .top-slider .carousel-caption h5 {
		right:-100%;
		top:0;
        font-size: 1rem;
        font-weight: bold;
        color: #00103c;
        margin-right:0;
		padding:1rem;
		padding-top:30vh;
		text-align:right;
		background-color:rgba(135, 183, 255, 0.6);
		position:absolute;
		height:100%;
		transition:all 1s;
		
    }

    .top-slider:hover .carousel-caption h5 {
		right:0;
		top:0;
        font-size: 1rem;
        font-weight: bold;
        color: #00103c;
        margin-right:0;
		padding:1rem;
		padding-top:30vh;
		text-align:right;
		background-color:rgba(135, 183, 255, 0.6);
		position:absolute;
		height:100%;
		transition:all 1s;
    }
    .top-slider .carousel-caption p {
        font-size: 1rem;
        font-weight: bolder;
        color: #0DAABF;
        padding: 10px;
        text-align: right;
    }
*/


/*.bg-color-1*========================*/


.bg-color-1 {
	width: 150px;
	height: 30px;
	position: relative;
	background:#065da7;
	text-align: center;
	padding-top: 0.5rem;
	font-size: 0.8rem;
}

.bg-color-1::after {
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;
		width: 0;
		height: 0;
		border-left: 15px solid white;
		border-top: 15px solid transparent;
		border-bottom: 20px solid transparent;
         top: 0.2px;
	}




.btn-secondary {
	font-size: 1rem;
	color: #9e0514;
	border: 2px solid #9e0514;
	border-radius: 34px;
	background-color: transparent;
	transition: all 0.3s cubic-bezier(0.23, 1, 0.320, 1);
	overflow: hidden;
}


.btn-secondary ::before {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		content: '';
		border-radius: 50%;
		display: block;
		width: 20em;
		height: 20em;
		left: -5em;
		text-align: center;
		transition: box-shadow 0.5s ease-out;
		z-index: -1;
	}

	.btn-secondary :hover {
		color: #fff;
		border: 1px solid rgb(40, 144, 241);
	}

	.btn-secondary :hover::before {
		box-shadow: inset 0 0 0 10em rgb(40, 144, 241);
	}








/*===================================================*/
.page {
	overflow: hidden !important;
}




.card-body h1 {
	background: rgb(83,55,55);
	background: linear-gradient(90deg, rgba(83,55,55,1) 7%, rgba(224,0,0,1) 46%, rgba(156,1,1,1) 83%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	width: 100%;
}



.card-body strong {

}

.card-body1 {
	overflow:hidden;
	border-top:none;
}



.card-img .list-group-item a:hover {
	background: rgb(255,75,75);
	background: linear-gradient(90deg, rgba(255,75,75,0.4598214285714286) 7%, rgba(255,75,75,0.5634628851540616) 46%, rgba(255,75,75,0.35898109243697474) 83%);
	transition: background 1s;
}






.card-img .list-group-item a {
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	background-color: transparent;
	position: relative;
	/* overflow: hidden; */
	border-radius: 7px;
	cursor: pointer;
	transition: all .3s;
}

.card-img .list-group-item {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	backdrop-filter: blur(4px);
	letter-spacing: 0.8px;
	border-radius: 10px;
	transition: all .3s;
	border: 1px solid rgba(156, 156, 156, 0.466);
}

.card-img .list-group-item a::after {
		position: absolute;
		content: "";
		width: 100%;
		height: 100%;
		background: #f09433;
	    background: linear-gradient(45deg, #86b7fe 0%, #86b7fe 25%, #277bf4 50%, #0866a9 75%, #1283d4 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
		z-index: -1;
		border-radius: 9px;
		pointer-events: none;
		transition: all .3s;
	}

.card-img .list-group-item a:hover::after {
		transform: rotate(35deg);
		transform-origin: bottom;
	}

.card-img .list-group-item a:hover .list-group-item {
	background-color: rgba(156, 156, 156, 0.466);
}


.list-group-flush > .list-group-item:last-child{
	border:none!important;
}


@media (max-width: 1024px) {
	.list-group-item {
		flex-wrap:wrap;
	}
}




.SubTitle {
	background-color: #f8fbff;
	padding: 1rem;
	border-radius: 20px;
}




.Comment{
	text-align:center;
}

.border-bottom {
	border-bottom: solid 1px #870814 !important;
}
/*========================================================*/
#sendComment label {
}
#sendComment .input::after{
	content:"";
	position:absolute;
	height: 3px;
	background: linear-gradient(90deg, #FF6464 0%, #FFBF59 50%, #47C9FF 100%);
	transition: width 0.4s cubic-bezier(0.42, 0, 0.58, 1.00);
}

#sendComment .input:focus + #sendComment .input::after {
	width: 100%;
}

#sendComment .input {
	background-color: #eee;
	border: none;
	padding: 1rem;
	font-size: 1rem;
	width: 13em;
	border-radius: 1rem;
	color: lightcoral;
	box-shadow: 0 0.4rem #dfd9d9;
	cursor: pointer;
}

	#sendComment .input:focus {
		outline-color: lightcoral;
	}



/*===================================*/


.back .img-fluid {
    max-width: 80%;
    margin-top: -2.2rem;
}

.back .card-body {
}


.card-body h2 {
    font-size: 1.2rem;
    padding: 0.5rem;
}

.card-body .card {
    border: none;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.card-body .card:hover {
    background-color: #faf7f7;
}


/*login=====================================================*/




#alone-page::before {
	content: "";
	position: absolute;
	background-color: aqua;
	background: url('img/c2.svg') no-repeat center top;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	opacity: 0.2;
	z-index: -3;
}



.card-header {
	text-align: center;
	background-color: #FFF;
	border-bottom: none !important;
}


	.card-header::after {
		content: "";
		position: absolute;
		width: 30%;
		height: 3px;
		background: rgb(150,209,255);
        background: linear-gradient(90deg, rgba(150,209,255,1) 7%, rgba(2,58,101,1) 83%);
		top: 2.3rem;
		text-align: center;
		left: 35%;
	}



.form-check-input {
	border: #023a65 2px solid;
}

	.form-check-input:checked {
		background-color: #023a65;
		color: black;
		border: #FFF 2px solid;
	}

#alone-page .btn-color-2 {
	font-size: 1rem;
	color: #023a65;
	border: 2px solid #023a65;
	border-radius: 34px;
	background-color: transparent;
	transition: all 0.3s cubic-bezier(0.23, 1, 0.320, 1);
	overflow: hidden;
}

	#alone-page .btn-color-2 :hover {
		color: #1595bd;
		box-shadow: 0 0px 20px #1595bd;
	}



.form-control {
	border-radius: 50px;
}







.input-group-text {
	color: white;
	border-radius: 50%;
	background: rgb(150,209,255);
    background: linear-gradient(90deg, rgba(150,209,255,1) 7%, rgba(2,58,101,1) 83%);
	border: 0;
}





@keyframes a1 {
	10% {
		right: 9rem;
	}

	20% {
		right: 9.3rem;
	}

	30% {
		right: 9rem;
	}

	40% {
		right: 9.3rem;
	}

	50% {
		right: 9rem;
	}

	60% {
		right: 9.3rem;
	}

	70% {
		right: 9rem;
	}

	80% {
		right: 9.3rem;
	}

	90% {
		right: 9rem;
	}

	100% {
		right: 9.3rem;
	}
}


@keyframes a2 {
	10% {
		right: 11.2rem;
	}

	20% {
		right: 11rem;
	}

	30% {
		right: 11.2rem;
	}

	40% {
		right: 11rem;
	}

	50% {
		right: 11.2rem;
	}

	60% {
		right: 11rem;
	}

	70% {
		right: 11.2rem;
	}

	80% {
		right: 11rem;
	}

	90% {
		right: 11.2rem;
	}

	100% {
		right: 11rem;
	}
}






@keyframes s1 {
	10% {
		right: -7.5rem;
	}

	20% {
		right: -7.8rem;
	}

	30% {
		right: -7.5rem;
	}

	40% {
		right: -7.8rem;
	}

	50% {
		right: -7.5rem;
	}

	60% {
		right: -7.8rem;
	}

	70% {
		right: -7.5rem;
	}

	80% {
		right: -7.8rem;
	}

	90% {
		right: -7.5rem;
	}

	100% {
		right: -7.8rem;
	}
}


@keyframes s2 {
	10% {
		right: -7rem;
	}

	20% {
		right: -7.2rem;
	}

	30% {
		right: -7rem;
	}

	40% {
		right: -7.2rem;
	}

	50% {
		right: -7rem;
	}

	60% {
		right: -7.2rem;
	}

	70% {
		right: -7rem;
	}

	80% {
		right: -7.2rem;
	}

	90% {
		right: -7rem;
	}

	100% {
		right: -7.2rem;
	}
}



@keyframes t1 {
	10% {
		right: 9.5rem;
	}

	20% {
		right: 9.8rem;
	}

	30% {
		right: 9.5rem;
	}

	40% {
		right: 9.8rem;
	}

	50% {
		right: 9.5rem;
	}

	60% {
		right: 9.8rem;
	}

	70% {
		right: 9.5rem;
	}

	80% {
		right: 9.8rem;
	}

	90% {
		right: 9.5rem;
	}

	100% {
		right: 9.8rem;
	}
}


@keyframes t2 {
	10% {
		right: 10rem;
	}

	20% {
		right: 10.2rem;
	}

	30% {
		right: 10rem;
	}

	40% {
		right: 10.2rem;
	}

	50% {
		right: 10rem;
	}

	60% {
		right: 10.2rem;
	}

	70% {
		right: 10rem;
	}

	80% {
		right: 10.2rem;
	}

	90% {
		right: 10rem;
	}

	100% {
		right: 10.2rem;
	}
}



@keyframes d1 {
	10% {
		right: 7.1rem;
	}

	20% {
		right: 7.4rem;
	}

	30% {
		right: 7.1rem;
	}

	40% {
		right: 7.4rem;
	}

	50% {
		right: 7.1rem;
	}

	60% {
		right: 7.4rem;
	}

	70% {
		right: 7.1rem;
	}

	80% {
		right: 7.4rem;
	}

	90% {
		right: 7.1rem;
	}

	100% {
		right: 7.4rem;
	}
}


@keyframes d2 {
	10% {
		right: 8rem;
	}

	20% {
		right: 8.2rem;
	}

	30% {
		right: 8rem;
	}

	40% {
		right: 8.2rem;
	}

	50% {
		right: 8rem;
	}

	60% {
		right: 8.2rem;
	}

	70% {
		right: 8rem;
	}

	80% {
		right: 8.2rem;
	}

	90% {
		right: 8rem;
	}

	100% {
		right: 8.2rem;
	}
}



.card1 {
	border-left: none;
}



.card-msg::after {
	content: "";
	position: absolute;
	background-color: aqua;
	background: url('img/31.svg') no-repeat center top;
	width: 100% !important;
	height: 100%;
	top: 0;
	right: 10rem;
    z-index: 1;
	animation: a1 10s infinite;
	width: 100%;
}


.card-msg::before {
	content: "";
	position: absolute;
	background-color: aqua;
	background: url('img/30.svg') no-repeat center top;
	width: 100% !important;
	height: 100%;
	top: 0;
	right: 10rem;
    z-index: 1;
	animation: a2 10s infinite;
}



.card-msg2::after {
	content: "";
	position: absolute;
	background-color: aqua;
	background: url('img/31.svg') no-repeat center top;
	width: 100% !important;
	height: 100%;
	top: 0;
	right: 19em;
	z-index: 1;
	animation:  10s infinite;
	width: 100%;
}


.card-msg2::before {
	content: "";
	position: absolute;
	background-color: aqua;
	background: url('img/30.svg') no-repeat center top;
	width: 100% !important;
	height: 100%;
	top: 0;
	right: 19rem;
	z-index: 1;
	animation:  10s infinite;
}

.cardmg {
	background-color: #023a65;
}



.Msglogin {
	padding-top: 8rem;
	z-index: 1050 !important;
	color: #FFF;
}


.card {
	overflow: hidden;
}

@media (max-width: 1441px) {



	.card-msg::after {
		right: 9rem;
		animation: t1 10s infinite;
	}

	.card-msg::before {
		right: 10rem;
		animation: t2 10s infinite;
	}
}

@media (max-width: 1265px) {



	.card-msg::after {
		right: 7rem;
		animation: d1 10s infinite;
	}

	.card-msg::before {
		right: 8rem;
		animation: d2 10s infinite;
	}
}



@media (max-width: 572px) {
	.card1 {
	}

	.cardmg {
		background-color: transparent;
	}

	.card-msg::after {
		right: -6.5rem;
		animation: s1 10s infinite;
	}

	.card-msg::before {
		right: -7rem;
		animation: s2 10s infinite;
	}

	.Msglogin {
		color: black;
		width: 86%;
		right: 2.5rem;
		padding-top: 0;
		font-size: 0.8em;
		display: flex;
		justify-content: center;
	}

	.card-msg2::after {
		right: -7rem;
	}
	.card-msg2::before {
		right: -6rem;
	}
}

/*category==============================================*/
.item-cat .row{
   
    border-radius: 2em;
    background: rgba(255,255,255,.9);
	padding:1em;
}

.item-cat h5 {
    padding:1em;
}

.item-cat img {
    width: 20%;
}

.item-cat a {
    text-align: center;
}
/**/
.item-cat2 #owl-2{
   
    border-radius: 2em;
    background: rgba(255,255,255,.9);
	
}

.item-cat2 #owl-2 h5 {
   
	font-size:1rem !important;
}

.item-cat2 #owl-2 img {
    width: 30%;
}

.item-cat2 a {
    text-align: center;
}
/*blogs=======================================*/
.blog .card {
    height: 100%;
    max-height: 100%;
}
.blog .item {
    height: 700px;
    max-height: 700px;
}

.hr-blog .card {
    height: 100%;
    max-height: 100%;
	background:#FFF;
}
/*products=======================================*/
.product .card {
    height: 100%;
    max-height: 100%;
}

.product .item {
    height: 450px;
    max-height: 600px;
}

.hr-product .card {
    height: 100%;
    max-height: 100%;
    background: #FFF;
}
/*main-menu=====================================================*/
.main-menu li a {
    color: #12121d;
    font-size: small;
}
.main-menu li a i{
    color: #000;
    font-size:xx-small;
}
/*Vertical SubMenu================================================*/
/*.vertical-nav .dropdown-submenu {
    position: relative;
}


.vertical-nav .nav .nav-link a {
    color: #bababa;
}

.vertical-nav .nav .nav-link {
    color: #bababa;
}*/

/*.vertical-nav .nav .nav-link a:hover {
    color: black;
}*/
/*.drop*/


 .nav-item.active .nav-link, .nav-item:hover .nav-link{
		color:#0C426F !important;
}
.drop  .dropdown-menu .nav-item:hover{
	background-color:#86b7fe !important;
	color:#fff !important;
}
.drop  .dropdown-menu .nav-link:hover{
	
	color:#fff !important;
}
.drop  .dropdown-menu .nav-link{
		font-size:1rem;
	 margin-right: 10px;
	 margin-left: 10px;
}
.drop .nav-link:hover .bi-chevron-down{
	  display: inline-block;
  

  animation: shakeY; /* referring directly to the animation's @keyframe declaration */
  animation-duration: 2s;
}
.drop .nav-link:hover .bi-chevron-left{
	  display: inline-block;
  

  animation: shakeX; /* referring directly to the animation's @keyframe declaration */
  animation-duration: 2s;
}
.drop .nav-link{
	font-size:0.8rem;
	font-weight:bold;
}
/*---------------------------------------------*/
.vertical-nav .dropdown-submenu:hover > .dropdown-menu {
    display: block;
	
}

.vertical-nav .dropdown-toggle::after {
    display: none !important;
}

.vertical-nav ul.dropdown-menu {
    text-align: right;
    font-size: 12px;
    top: 0;
    right: 50%;
    margin-top: 0px;
    margin-left: 0px;
    background-color: #f3f3f3;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.vertical-nav .dropdown.open .dropdown-menu {
    max-height: 500px;
    opacity: 1;
}

.vertical-nav ul.dropdown-menu > li {
    padding: 8px 0;
}

    .vertical-nav ul.dropdown-menu > li > a {
        color: #000 !important;
    }

        .vertical-nav ul.dropdown-menu > li > a:hover {
            color: #8b0000 !important;
        }

.navbar-nav .dropdown-toggle::after {
    display: none !important;
}


/*stat===============================================*/
.stat {
	 
   
    color: #FFF ;
}
    .stat h3 {
        color: #FFF !important;
    }
.stat i {
    color:#fff;
    font-size: 3em;
	font-weight:bolder;
}
.stat p {
	 color:#fff;
    font-size: 1em;
	font-weight:bolder;
}
.stat .number-count {
	 color:#fff;
    font-size: 2em;
	font-weight:bolder;
}
/*course-type=======================================*/
.course-type .row{
    border-radius: 2em;
    background: #FFF;
    padding: 1em;
}

.course-type h5 {
    font-size: .9em;
}
    .course-type img {
        width: 30%;
    }
.course-type a{
	text-align:center;
}
/*--------------------------------------------------------*/
.course-type-2 .row{
    border-radius: 2em;
   display:flex;
   justify-content:center;
    padding: 1em;
	background-color:#ffff;

}

.course-type-2 h5 {
    font-size: 1em;
	display: flex;
    flex-direction: column;
	 color:#0C426F;
	 margin-top:1rem;
}
  
.course-type-2 a{
	text-align:center;
}
    .course-type-2 h3 {
        color: #0C426F !important;
    }
.course-type-2 i {
    color:#0C426F;
    font-size: 3em;
	font-weight:bolder;
}
.course-type-2 p {
	 color:#0C426F;
    font-size: 1em;
	font-weight:bolder;
}
/*----------------------------------------*/
.course-type-3 #owl-2{
    border-radius: 2em;
   display:flex;
   justify-content:center;
    padding: 1em;
	background-color:#ffff;

}

.course-type-3 h5 {
    font-size: 1em;
	display: flex;
    flex-direction: column;
	 color:#0C426F;
	 margin-top:1rem;
}
  
.course-type-3 a{
	text-align:center;
}
    .course-type-3 h3 {
        color: #0C426F !important;
    }
.course-type-3 i {
    color:#0C426F;
    font-size: 3em;
	font-weight:bolder;
}
.course-type-3 p {
	 color:#0C426F;
    font-size: 1em;
	font-weight:bolder;
}
/*news*/
@font-face{
    font-family: "bootstrap";
    src: url("../../lib/bootstrap-icons/font/fonts/bootstrap-icons.woff");
}

.news .card{
	position:relative;
	display: inline-block;
	animation:fadeInDown; /* referring directly to the animation's @keyframe declaration */
	animation-duration:1s;
	

}
.news h3{
	color:white;
	margin-bottom:2rem;
	
}
.news .card:after{
	 font-family: "bootstrap";
	position:absolute;
	content:"\F199";
	top:-11px;
	color:#86b7fe;
	z-index:10;
	left:1%;
	font-size:2rem;
}

.news .card a:after{
	content:" \F285";
	font-family: "bootstrap";
	font-size:25px;
	text-align:center;
	color:#fff;
	position:absolute;
	width:40px;
	height:40px;
	background-color:#86b7fe;
	left:10px;
	bottom:-10px;
	transition:all 1s;
	z-index:10;
	animation-duration: 1s;
}
.news .card:hover a:after{
	display: inline-block;
	animation:shakeX; /* referring directly to the animation's @keyframe declaration */
	animation-duration: 2s;
}


/*gallery*/

.heder .panel-header h3 {
    position: relative;
     display: block; 
    color: #0C426F;
    font-size: 1em;
    text-align: right;
    top: 60px;
    z-index: 10;
    background-color: #fff;
    width: 100%;
    text-align: center;
    padding: 20px;
	

}


.gallery .item {
	position:relative;
	overflow:hidden;
	padding:0!important;
  	margin:15px;
}
.gallery h5{
	font-size: 1em;
	width:100%;
	position:absolute;
	bottom:-10px;
	left:-50vh;
	padding:15px;
	color:#fff;
	text-align:center;
	background-color:#0C426F;
	transition:all 1s;
}

.gallery .item:hover h5{

	transition:all 1s;
	left:0vh;
	
}


/*content*/

.content .card a:after{
	content:" \F285";
	font-family: "bootstrap";
	font-size:25px;
	text-align:center;
	color:black;
	position:absolute;
	width:50px;
	height:40px;
	background-color:#86b7fe;
	left:30px;
	bottom:0px;
	transition:all 1s;
	z-index:10;
}
.content .card:hover a:after{
	background-color:#86b7fe;
	bottom:-15px;
	transition:all 1s;
	
	
}

.hr-content .card {
    height: 100%;
    max-height: 100%;
	background:#FFF;
}


.content .card {
    height: 100%;
    max-height: 100%;
}
.content .item {
   position:relative;
}

.content .card:after {
   position:absolute;
   content:"";
   width:10%;
   height:8%;
   border-left:3px solid #86b7fe;
   border-top:3px solid #86b7fe;
   top:-1px;
   left:-1px;
   transition:all .5s ease-in-out;
	   
}

.content .card:before {
   position:absolute;
   content:"";
   width:10%;
   height:8%;
   border-right:3px solid #86b7fe;
   border-bottom:3px solid #86b7fe;
   bottom:-1px;
   right:-1px;
   transition:all .5s ease-in-out;
}
.content .card:hover:after {
   width:30%;
   height:15%;
   transition:all .5s ease-in-out;
}

.content .card:hover:before {
   width:30%;
   height:15%;
   transition:all .5s ease-in-out;
}

/*----------------------------------------*/


.animation .item {
	
  

  animation: shakeY; /* referring directly to the animation's @keyframe declaration */
  animation-duration: 2s;
}

.headline span{
	font-size:0.6rem;
}
.headline small{
	font-size:0.7rem;
}



.tab h5{
	font-size:0.8rem;
}


.tab .nav-link{
	background-color:#78C1FD;
	color:white!important;
	text-align:center;
	border:1px white solid;
}


.tab .nav-tabs .nav-link.active {
	background-color:white;
	color:#0C426F !important;
}



.tab .nav-link:hover{
	color:white!important;
	
}

.tab .nav{
	display:flex;
	justify-content: center
}





.tab .bi-mortarboard-fill{
	font-size:1.3rem;
}





.animate__backInUp p{
  display: inline-block;


  animation:backInUp; /* referring directly to the animation's @keyframe declaration */
  animation-duration: 2s; /* don't forget to set a duration! */
}


.animate__backInUp h5{
  display: inline-block;


  animation:backInUp; /* referring directly to the animation's @keyframe declaration */
  animation-duration: 2s; /* don't forget to set a duration! */
}



.top-slider  {
    position: relative;
}

.top-slider .carousel-caption {
    position: absolute;
    text-align: right;
    padding: 5px;
    top: auto;
    bottom: 10%;
}


@media (min-width: 768px) {
    .d-md-block {
        display: block !important;
    }
}

.top-slider .carousel-caption {
    position: absolute;
    text-align: right;
    padding: 5px;
    top: auto;
    bottom: 10%;
	z-index:10;
}

.top-slider .carousel-caption h5 {
    font-size: 2.5rem;
    font-weight: bolder;
    color: #FFF;
    margin: .2em 0 1em 0;
    font-family: AnjomanMax;
    animation: fadeInUp;
    animation-duration: 2s;
}


.top-slider .carousel-caption p {
    font-size: 1rem;
    text-align: justify !important;
	direction:rtl !important;
    font-weight: bold;
    color: #FFF;
    padding: 10px;
    text-align: right;
    animation: fadeInUp;
    animation-duration: 3s;
    width: 50%;
}


.top-slider .btn-slidshow {
    margin-top: 20px;
    animation: fadeInUp;
    animation-duration: 4s;
	background-color:#0345BF;
	color:white;
	padding:1%;
	width:30%;
	border:#0345BF 1px solid;
}


.owl-prev span{
	font-size:2rem;
}
.owl-next span{
		font-size:2rem;
}

/*====================================================*/


@media (min-width: 768px) {
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}
 .about{
    background-color: rgb(210, 214, 216);
    width: 100%;
    margin-top:100px;
    
   
}

@media screen and (max-width:768px) {
    .about {
        background-color: rgb(210, 214, 216);
       
       
    }
}


.about img {
    margin-right: 0px !important;
  
    margin-top: -90px !important;
    margin-bottom: -15px !important;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .5);
}





.card h2{
	padding-top:0.8rem;
}






/*******utility-sidebar*******/


.utility-sidebar {
	right: 0;
	top: 35rem;
	width: 40px;
	background: #FFF;
	border: 2px solid black;
	z-index: 99;
	transition: all 0.5s ease;
	border-radius: 20px;
}

	.utility-sidebar:hover {
		background: linear-gradient(to top, #78c1fd 50%, #FFF 50%);
		background-size: 100% 200%; /* ارتفاع 200% */
		background-position: bottom; /* شروع از پایین */
		transition: background-position 0.5s ease, all 0.8s;
	}


		.utility-sidebar:hover i::before {
			color: #FFF;
			transition: all 1s;
		}

	.utility-sidebar .utility-btn {
		position: relative;
		left: 2rem;
	}

		.utility-sidebar .utility-btn p {
			top: 0rem;
			font-size: 0.8rem;
			display: none;
			width: 100%;
			position: absolute;
			right: 3rem;
			padding: 0.1rem;
			transition: all 0.5s ease;
			color: #FFF;
		}



	.utility-sidebar li:hover p {
		display: inline;
		width: 100px;
		transition: all 0.5s ease;
	}


	.utility-sidebar i:hover::before {
		transform: rotateY(360deg);
		transition: all 0.5s;
		color: #FFF;
	}



	.utility-sidebar li {
		list-style-type: none;
		padding-top: 0.5rem;
	}



	.utility-sidebar .utility-btn {
		width: 100%;
		background-color: transparent;
		border: none !important;
	}




		.utility-sidebar .utility-btn p {
			position: absolute;
			background-color: #FFF;
			padding: 8px 15px;
			border-radius: 3px;
			opacity: 0;
			visibility: hidden;
			font-size: 13px;
			letter-spacing: .5px;
		}


			.utility-sidebar .utility-btn p::before {
				content: '';
				display: block;
				position: absolute;
				right: -4px;
				top: 10px;
				transform: rotate(-45deg);
				width: 10px;
				height: 10px;
				background-color: inherit;
			}


		.utility-sidebar .utility-btn:hover p {
			background-color: black;
			visibility: visible;
			opacity: 1;
		}






.utility-sidebar {
	position: fixed;
	right: 0;
	top: 35rem;
	width: 40px;
	background: #FFF;
	border: 2px solid black;
	z-index: 99;
	transition: all 0.5s ease;
	border-radius: 20px;
}

	.utility-sidebar:hover {
		background: linear-gradient(to top, #78c1fd 50%, #FFF 50%);
		background-size: 100% 200%; /* ارتفاع 200% */
		background-position: bottom; /* شروع از پایین */
		transition: background-position 0.5s ease, all 0.8s;
	}


		.utility-sidebar:hover i::before {
			color: #FFF;
			transition: all 1s;
		}

	.utility-sidebar .utility-btn {
		position: relative;
		left: 2rem;
	}

		.utility-sidebar .utility-btn p {
			top: 0rem;
			font-size: 0.8rem;
			display: none;
			width: 100%;
			position: absolute;
			right: 3rem;
			padding: 0.1rem;
			transition: all 0.5s ease;
			color: #FFF;
		}



	.utility-sidebar li:hover p {
		display: inline;
		width: 100px;
		transition: all 0.5s ease;
	}


	.utility-sidebar i:hover::before {
		transform: rotateY(360deg);
		transition: all 0.5s;
		color: #FFF;
	}



	.utility-sidebar li {
		list-style-type: none;
		padding-top: 0.5rem;
	}



	.utility-sidebar .utility-btn {
		width: 100%;
		background-color: transparent;
		border: none !important;
	}




		.utility-sidebar .utility-btn p {
			position: absolute;
			background-color: #FFF;
			padding: 8px 15px;
			border-radius: 3px;
			opacity: 0;
			visibility: hidden;
			font-size: 13px;
			letter-spacing: .5px;
		}


			.utility-sidebar .utility-btn p::before {
				content: '';
				display: block;
				position: absolute;
				right: -4px;
				top: 10px;
				transform: rotate(-45deg);
				width: 10px;
				height: 10px;
				background-color: inherit;
			}


		.utility-sidebar .utility-btn:hover p {
			background-color: black;
			visibility: visible;
			opacity: 1;
		}



	.utility-sidebar .img-fluid1 {
		width: 25px;
	}













