﻿
/*panels=============================================*/
.panel-header {
    text-align: right;
	margin-bottom:2rem;
}
.panel-header i {
    font-size: small;
}

.panel-header span {
    font-size: small;
}

    .panel-header h4 {
        position: relative;
        display: inline;
        color: #0C426F;
        font-size: 1.5em;
       text-align:right;
    }
	  .footer-part .panel-header h4 {
        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 h4:after {
            content: '';
            width:100%;
            height: 2px;
            background: #86b7fe;
            position: absolute;
            right: 0;
            top: 100%;
            transition: all ease-in .3s;
        }

.panel-header h4: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;
    }
*/




/*login=====================================================*/
#alone-page::before {
	content: "";
	position: absolute;
	background-color: aqua;
	background: url('img/a1.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(247,94,115);
		background: linear-gradient(90deg, rgb(75 127 222) 7%, rgb(6 49 105) 83%);
		top: 2.3rem;
		text-align: center;
		left: 35%;
	}



.form-check-input {
	border: #064978 2px solid;
}

	.form-check-input:checked {
		background: linear-gradient(90deg, rgb(75 127 222) 7%, rgb(6 49 105) 83%);
		color: black;
		border: #FFF 2px solid;
	}

#alone-page .btn-color-2 {
	font-size: 1rem;
	color: #256dc3;
	border: 2px solid #256dc3;
	border-radius: 34px;
	background-color: transparent;
	transition: all 0.3s cubic-bezier(0.23, 1, 0.320, 1);
	overflow: hidden;
}

	.btn-color-2 :hover {
		color: #163247;
		box-shadow: 0 0px 20px #801336;
	}



.form-control {
	border-radius: 50px;
}







.input-group-text {
	color: white;
	border-radius: 50%;
	background: rgb(222,75,89);
background: linear-gradient(90deg, rgb(75 127 222) 7%, rgb(6 49 105) 83%);
	border: 0;
}







.card1::after {
	content: "";
	position: absolute;
	background-color: aqua;
	background: url('img/c1.svg') no-repeat center top;
	width: 60%;
	height: 60%;
	top: 4rem;
	opacity: 0.3;
	color: #FFF;
}





.card1 {
	overflow: hidden;
	border-left: none;
	color: #FFF;
}




.card1 {
	background: url('img/back10.png') no-repeat;
	background-size: cover;
	background-position: top right;
	z-index: 10;
}




.cardmg {
	z-index: 1050;
	padding-top: 10rem;
	right: 0;
}













@media (max-width: 947px) {
	.card-msg::after {
		right: -135%;
		border-radius: 60px;
		top: -18rem;
	}

	.card-msg::before {
		right: -125%;
		top: -18rem;
		border-radius: 60px;
	}

	.Msglogin {
		margin-top: 50%;
	}

	.card1::after {
		top: 11rem;
	}
}




@media (max-width: 570px) {


	.Msglogin {
		margin-top: 10%;
		
		color:black;
		
	}


}

/*itemtype==============================================*/
.item-type {
   
  
}
.item-type .item{
	margin:1.5em;
	
}
.item-type h3 {
    padding:1em;
	font-size:.9em;
}
    .item-type img {
        width: 50%;
    }
.item-type a{
	text-align:center;
}



/*category==============================================*/
.item-cat .row{
   
    border-radius: 2em;
    background: rgba(255,255,255,.9);
	padding:1em;
}

.item-cat h3 {
    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 h3 {
   
	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 {
 
    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 h3 {
    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 h3 {
    font-size: 1em;
	display: flex;
    flex-direction: column;
	 color:#0C426F;
	 margin-top:1rem;
}
  
.course-type-2 a{
	text-align:center;
}
 
.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 h3 {
    font-size: 1em;
	display: flex;
    flex-direction: column;
	 color:#0C426F;
	 margin-top:1rem;
}
  
.course-type-3 a{
	text-align:center;
}
   
.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:black;
	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:1050;
	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;
  		
}
.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:1050;
}
.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);
}


/*-----------------------------------------------------------------*/
.content-title{
	
}
.content-title h2{
	font-size:1.3rem !important;
	color:#04333a;
}

.content-title small{
	font-size:0.8rem !important;
	color:#04333a;
}
.content-title span{
	font-size:0.8rem !important;
	
}


/*item activety*/

.a3 .item{
	border:2px solid #104782;
	margin:1.5rem;
	padding:1rem!important;
	
}

.a3 .item:hover{
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}


.a3 h5 {
    font-size: 1.25rem;
    margin-top: -2rem;
    position: absolute;
    background-color:#f2f3f4;
	color:#104782;
}





/*book*/

.book .item{
	position:relative;
	overflow: hidden;
}

.book .item p{
	display:none;
}


.book .item h3{
	position:absolute;
	transition: all 0.5s;
	background-color:transparent!important;
	bottom:-1rem;
	padding:0.8rem 1rem;
	font-size:1rem;
	z-index:1050;
}

.book .item img{
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}



   .book .item::after {
            content: '';
            position: absolute;
            top: 0;
            right: -100%; /* شروع از خارج فریم سمت چپ */
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.4); /* کاور سیاه با 60% شفافیت */
            transition: all 0.4s ease;
        }
        
        .book .item:hover::after {
            right: 0;
        }
        
        .book .item:hover img {
            transform: scale(1.1);
        }
		
		

.book .item:hover h3{
	bottom:.5rem;
	transition: all 0.5s;
	color:#FFF;
}




/**/



.btn2{
  position: relative;
  overflow: hidden;
  height: 3rem;
  padding: 0 2rem;
  border-radius: 1.5rem;
  background: #FFF;
  background-size: 400%;
  color: #fff;
  border: none;
  cursor: pointer;
  margin-right:40rem;
}



.but2 a{
  position: relative;
  z-index:1050;
}


.btn-3{
	 position: relative;
  overflow: hidden;
  height: 3rem;
  padding: 0 2rem;
  border-radius: 1.5rem;
  background: #FFF;
  background-size: 400%;
  color: #fff;
  border: none;
  cursor: pointer;
}



/*about youe*/





.youe1 img{
position:absolute;
	top:-3.5rem;
	left:55rem;
	z-index:1050;
	width:7%;
	border-radius:90px!important;
	border:8px solid #FFF;
	padding:0!important;
	margin:0!important;
	background-color:#FFF;
}








.youe img{
	position:absolute;
	top:-3.5rem;
	left:55rem;
	z-index:1050;
	width:7%;
	border-radius:90px!important;
	border:8px solid #FFF;
	padding:0!important;
	margin:0!important;
	background-color:#FFF;
}






.youe h2{
	display:none;
}



@media (max-width: 1440px) {
    .youe1 img{
        left:40rem;
		top:-1.2rem;
		border:8px solid #FFF;
    }
		.btn2{
       margin-right:0;
    }
	
}


@media (max-width: 1024px) {
    .youe1 img{
        left:10rem;
		top:0rem;
		border:8px solid #FFF;
    }

}



@media (max-width: 768px) {
    .youe1 img{
        left:15rem;
		top:-2rem;
		border:4px solid #FFF;
    }

	
}


@media (max-width: 425px) {
    .btn2{
       margin-right:0;
    }
	
	 .youe img{
		 width:20%;
        left:5rem;
		top:-2rem;
		border:4px solid #FFF;
    }
	.section-4{
		margin-top:2rem;
	}
	.youe1 img{
        left:11rem;
		top:-1.5rem;
		border:4px solid #FFF;
		width:15%;
    }
	
}



/*btn*/

.btn-color-2 {
  background-color: #000fdb;
  border: none;
  padding: 0.5rem 1.5rem;
  color: #fff;
  cursor: pointer;
  border-radius: 40px;
  position: relative;
  z-index: 10;
  overflow: hidden;
}

.btn-color-2 span {
  font-size: 24px;
  font-weight: bold;
}

.btn-color-2::before,
.btn-color-2::after {
  content: "";
  position: absolute;
  width: 70px;
  height: 90px;
  border-radius: 50px;
  z-index: -1;
  background-color: #535fff;
  transition: all 0.3s 0.3s cubic-bezier(0.215, 0.610, 0.355, 1);
}

.btn-color-2::after {
  right: -30px;
  transform: translateX(30px) translateY(-110px) rotate(30deg);
}

.btn-color-2::before {
  left: -20px;
  transform: translateX(-10px) translateY(50px) rotate(30deg);
}

.card:hover .btn-color-2::before {
  transform: rotate(30deg) translateY(10px) translateX(-15px);
}

.card:hover .btn-color-2::after {
  transform: rotate(30deg) translateY(-70px) translateX(-30px);
}






/*tabitem horizantal*/



.tab-contaner{
	border: 0.1rem solid black;
    background-color: #FFF;
    border-radius: 5px;
	color:black;
}
	
}






.text-tab{
	padding:0.5rem;
	border-radius:10px;
}



.tab-content{
	
	

}



.a2 img{
	width:60%;
	border-radius:200px!important;
	border:8px solid #104782;
	padding:0!important;
	margin:0!important;
	background-color:#FFF;
	position:relative;
	z-index:1050!important;
	left:-14rem;
	padding:1rem;
	top:1.5rem;
	
}

.a2 h2{
	display:none;
}

.section-10::after{
	content:"";
	position:absolute;
	top:0.1rem;
	background-color:#FFF;
    left:0;
  width: 500px;
  height: 450px;
background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0' y='0' width='300' height='350' fill='white'/%3E%3Ccircle cx='300' cy='175' r='175' fill='white'/%3E%3C/svg%3E");
}


.section-4 h3{
	color:#FFF;
}




.section-11::after{
	  content: "";
  position: absolute;
  top: 1rem;
  right: 0;
  width: 500px;
  height: 400px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='200' cy='200' r='200' fill='%23104782'/%3E%3Crect x='200' y='0' width='300' height='400' fill='%23104782'/%3E%3C/svg%3E");
 
}

.a1 img{
	width:15%;
	border-radius:200px!important;
	border:8px solid #FFF;
	padding:0!important;
	margin:0!important;
	background-color:#FFF;
	position:absolute;
	z-index:1050!important;
	right:91rem;
	padding:1rem;
	top:2.5rem;
	
}
.a1 p{
	width:70%;
}



@media (max-width: 1440px) {
    .a1 img{
         width:15%;
        top:7rem;
		right:58rem;
    }
	.a1 p{
		width:50%;
	}
	 .section-10::after{ 
		margin-top:3rem;
    }

}
@media (max-width: 1024px) {
    .a1 img{
         width:15%;
        top:3rem;
		right:40rem;
    }

}

@media (max-width: 425px) {
   
	
	 .section-10::after{
		 
        right:-2.5rem;
		display:none;
		margin-top:0rem;
		transform:rotate(90deg);
    }
	
	 .a2 img{
		 
        top:-20rem;
		right:4rem;
    }
	#tab-item-78{
	
		margin-top:5rem!important;
		
	}
	
	 .section-11::after{
		 
       display:none;
    }
	
	#tab-item-77{
		margin-top:5rem;
		padding-top:8rem;
	}
	 .a1 img{
		 width:25%;
        top:-3rem;
		right:9rem;
    }
	.a1 p{
		width:100%;
	}
	
	
}





.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
	background-color:#104782;
}


.tab-content h4{
	color:#104782;
}




.navbar-toggler{
	z-index:1050;
}





.person h2{
	font-size:1rem!important;
}

.gallery h2{
	font-size:1rem!important;
}



.persian{
	font-size:0.5rem!important;
}





.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, #AB0F0F 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;
	}
































