﻿
/*panels=============================================*/
.panel-header {
    text-align: right;
}
.panel-header i {
    font-size: small;
}

.panel-header span {
    font-size: small;
}

    .panel-header h4 {
        position: relative;
        display: inline;
        color: #0077B6;
        font-size: 1.1em;
       
    }

        .panel-header h4:after {
            content: '';
            width: 0;
            height: 2px;
            background: #03045E;
            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 {
   
    text-align: right;
    padding: 5px;
    top: 10%;
}

    .top-slider .carousel-caption h5 {
        font-size: 3rem;
        font-weight: bold;
        color: #00103c;
        margin: .2em 0 1em 0;
    }
    .top-slider .carousel-caption p {
        font-size: 2rem;
        font-weight: bolder;
        color: #FFF;
        padding: 10px;
        text-align: right;
    }

/*footer contact============================================*/
.footer-contact p i {
    color: #F28132;
    padding: 10px;
}
.footer-contact .social-top i {
    padding: 10px;
}
/*panel-stat===============================*/
.panel-stat {
    padding: 1em 2em;
    border-radius: 2em;
    background: #FFF;
}
/*coursetype==============================================*/
.course-type .row{
    padding: 1em 2em;
    border-radius: 2em;
    background: #FFF;

}

.course-type h3 {
    font-size: .9em;
}
    .course-type img {
        width: 30%;
    }
.course-type a{
	text-align:center;
}


/*courses====================================================*/
.course .card {
    height: 100%;
    max-height: 100%;
}
.course .item {
   
    max-height: 700px;
}

.hr-course .card {
    height: 100%;
    max-height: 100%;
}
/*
.hr-course img {
    -webkit-box-shadow: 0px 0px 43px -2px rgba(179,214,245,1);
    -moz-box-shadow: 0px 0px 43px -2px rgba(179,214,245,1);
    box-shadow: 0px 0px 43px -2px rgba(179,214,245,1);
}
*/
/*category==============================================*/
.course-cat .row{
    padding: 1em 2em;
    border-radius: 2em;
    background: #FFF;
}

.course-cat h3 {
    font-size: .9em;
}

.course-cat img {
    width: 30%;
}

.course-cat a {
    text-align: center;
}
/*blogs=======================================*/
.blog .card {
    height: 100%;
    max-height: 100%;
}
.blog .item{
	 height: 750px;
    max-height: 750px;
}

.hr-blog .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;
}*/
.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;
}

/*--------------------------------------------------------*/

.teacher .item {
    background-color: #ffff;
    border-radius: 5px !important;
    background: #fff;
    margin-top: 1rem;
    border-top-right-radius: 10px;
    overflow: hidden;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: all 0.3s ease-out;
    text-decoration: none;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px !important;
}



.teacher img {
    transition: transform .2s;
    border-radius: 50% !important;
    width: 80% !important;
    padding: 2%;
    margin-bottom: 5% !important;
    z-index: 10000;
    transform: translateZ(0);
}

/*****************************************************/



.c1 .item h3{
	font-size:1rem;
	color:#000;
}

.c1 .panel-header h4{
	font-size:2rem!important;
}


.c1 .item{
	padding:1.5rem;
	border-bottom:1px solid #ccbfbf;
}



.c1 .item i::before{
	color:#4094ff;
}

.c1 .row  > div:nth-child(5) .item{
	border-bottom:none;
}

.c1 .row  > div:nth-child(4) .item{
	border-bottom:none;
}


/*******************************************************/

.btn1{
	    margin-top: 15px;
    position: relative;
    font-size: 17px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0.5em 1.5em;
    display: inline-block;
    cursor: pointer;
    border-radius: 6em;
    transition: all 0.2s;
    border: none;
 
    font-weight: 500;
    color: black;
    background-color: #b1eaff;
}


.btn1:hover{
	 background-color:#51b6f9;
}


.btn2{
	    margin-top: 15px;
    position: relative;
    font-size: 17px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0.5em 1.5em;
    display: inline-block;
    cursor: pointer;
    border-radius: 6em;
    transition: all 0.2s;
    border: none;
    font-family: inherit;
    font-weight: 500;
    color: black;
    background-color: #f5fcff;
}


.btn2:hover{
	 background-color:#51b6f9;
}
/**********************************************/

.same1 .item h3{
	color:#27adff;
	padding-top:1rem;
}

.same1 .item p{
	color:#000;
}

/***************************************************/


.slidshow-1 .carousel-inner{
	border-radius:2rem!important;
}


/***********************************************/


.amar .item i::before{
	color:#0073b9;
	font-size:2rem;
}


/********************************************************/

.amozesh .card{
	padding:0!important;
margin:1rem;	
}
.amozesh .card h2{
	text-align:center;
	font-size:1.3rem;
}
/********************************************************/
.course .card{
	box-shadow:0!important;
	box-shadow:none!important;
	border:none!important;
}
.course .item{
	box-shadow:0!important;
}

.course .img-thumbnail{
	border:none!important;
}


.course h2{
	font-size:1.3rem;
	padding:1rem;
}

.course .card p{
	color:#000;
	font-size:1.1rem;
}


/*****************************************/





.c1 p{
	color:#FFF;
}

.c1  h4{
	text-align:center!important;
	color:#FFF;
}

/*=====================img login========================*/

.img-box {
    background: url('https://asset.armannet.ir/ptc-login.webp'), radial-gradient(circle,rgba(174, 227, 238, 1) 0%, rgba(0, 96, 100, 1) 100%);
    background-size: cover;
    background-position: center center;
    min-height: 85vh;
}

.tab-login {
    padding-top: 5rem;
}

.cardmg {
    background-color: antiquewhite;
}


.nav {
    display: flex;
    justify-content: center;
} 















