@import "fonts.css";
@import "bootstrap.min.css";
@import "mdb.min.css";
@import "variables.css";
@import "owl.carousel.min.css";
@import "owl.theme.default.min.css";
@import "addons/datatables2.min.css";
@import "responsive.css";

/*
color one --> #9C27B0
color two --> #32107f
color logo --> #5d4193
*/
/*  -------------intro page styles --------------- */
html,
body,
header,
.view {
  height: 100%;
  font-family: iranyekan !important;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}
.topCover{
  background-image: url('../img/top-cover-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.topCover a{
  min-width: 160px;
}
.view h6{
  line-height: 35px;
  font-weight: 500;
}
.home-logo{
  width: 300px;
  margin: 0 auto;
}
.counter-section{
  background-image: url('../img/top-cover-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.about-section{
  padding: 40px 0px 0px 0px;
  height: 100%;
}
.customer-logo{
  filter: brightness(1.1);
  border-radius: 5px;
  margin: 10px auto 10px 0px;
}
.customer-logo:hover{
  filter: brightness(1.3);
  transition-property: filter transition padding;
  transition-timing-function: ease-in-out;
  transition-duration: 400ms;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.sidebar-btn{
  float: right;
  z-index: 1;
  position:  fixed;
  right: 30px;;
  top: 30px;
  font-size: 20pt;
  cursor: pointer;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 2;
  top: 0;
  right: 0;
  background-color: #f4f4f4;
  overflow-x: hidden;
  padding-top: 60px;
  transition: 0.5s;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.sidenav a {
  padding: 15px 30px 10px 10px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  display: block;
  text-align: right;
  border-bottom: 1px solid #eaeaea;
}
.sidenav a:hover {
  color: #9C27B0;
  padding-right: 35px;
  border-bottom: 1px solid #9C27B0;
  transition-property: color border padding;
  transition-timing-function: ease-in-out;
  transition-duration: 350ms;
}
.sidenav .closebtn {
  position: absolute;
  top: 0;
  left: 0px;
  font-size: 36px;
  margin-left: 5px;
  margin-top: -10px;
  border-bottom: none;
}
.sidenav a.closebtn:hover {
  color: #9C27B0;
  padding: 15px 30px 10px 10px;
  border-bottom: 0px;
  font-size: 40px;
}
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}


/* ------------ navbar styles ---------- */
.navbar{
  position: fixed;
  width: 100%;
  z-index: 10;
  padding: 0px 0px 0px 0px;
  top: 0px;
}
.owj-navbar {
  font-size: 11pt;
  font-weight: 400;
  color: #4c2264 !important;
}
.owj-navbar:hover {
  color: #fff !important;
  background: #764293;
  border-radius: 5px;
}
.navbar-brand:hover{
  filter: brightness(1.3);
}
.md-pills .nav-link.active {
  background-color: #9C27B0;
  color: #fff;
}
.nav-link {
  color: #000;
}
.owj-navbar-active{
  color: #fff !important;
  background: #764293;
  border-radius: 5px;
}

.margin-for-ads {
  /*margin-top: 70px;*/
}

.ads-bar{
  display: block;
  width: 100%;
  height: 70px;
  z-index: 10;
  position: fixed;
  top: 0;
}
.ads-bar .ads-bar-img{
  width:100%;
  height: 100%;
  background-image: url("../img/ads/Nowruz-Header.jpg");
  background-position: center;
  background-size: contain;
  background-attachment: local;
  background-origin: content-box;
  background-repeat: repeat-x;
}
.close-btn-ads {
  position: absolute;background-size: cover !important;
  font-size: 20pt;
  z-index: 11;
  top: 12px;
  left: 10px;
}

.nav-item-btn {
  background-color: #fff;
  border: 1.5px solid #32107f;
  border-radius: 5px;
  width: 105px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-item-btn a {
  color: #32107f;
  font-size: 10pt;
  font-weight: 400;
}
.nav-item-btn:hover{
  background: #32107f ;
  border: 1.5px solid #32107f;
}
.nav-item-btn:hover a{
  color: #fff;
}

.nav-item-btn-exp {
  background-color: #fff;
  border: 1.5px solid #764293;
  border-radius: 5px;
  width: 135px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-item-btn-exp a {
  color: #764293;
  font-size: 10pt;
  font-weight: 400;
}
.nav-item-btn-exp:hover{
  background: #764293 ;
  border: 1.5px solid #764293;
}
.nav-item-btn-exp:hover a{
  color: #fff;
}


/* ------------- cards section --------------- */
.blog{
  border-radius: 15px !important;
  height: 97%;
}
.blog-title {
  height: 65px;
  overflow: hidden;
  align-content: center;
  text-align: center;
}
.blog img{
  width: 100%;
  height: 250px;
  border-radius: 15px;
}
.blog img:hover{
  filter: brightness(1.3) contrast(1.3);
  transition-duration: 1s;
}
.blog-rm{
  margin: 0px 0px -10px 0px !important;
}
.job-box i{
  font-size: 40px;
  color:#923cb5;
}
.job-box i:hover{
  color: #311B92;
}
.job-box p{
  font-size: 9pt;
}
.tut{
  width: auto;
  height: 100%;
  border-radius: 15px !important;
}
.tut-img{
  width: 100%;
  height: 220px;
  border-radius: 15px;
}
.tut-img:hover{
  filter: brightness(1.2) contrast(1.2);
  transition-duration: 1s;
}
.tut-avatar{
  float: right;
  width: 35px !important;
  height: 35px !important;
}
.tut-avatar:hover{
  transform: scale(1.2);
  transition-duration: 1s;
}
.tut-label{
  width: 90px;
  font-size: 9pt;
  position: absolute;
  margin:207px 0px 0px 40px;
  padding:4px 15px;
  left: 0px;
  color: #fff;
  z-index:5;
}
.festival-dis-label{
  width: auto;
  background: #ec211b;
  font-size: 11pt;
  font-weight: 600;
  position: absolute;
  margin:10px 0px 0px 5px;
  border: solid 1px #fff;
  padding:4px 10px;
  left: 0px;
  color: #fff;
  z-index:5;
}
.tut-readmore{
  margin: 0px 0px -10px 0px !important;
}
.news-tile{
  height: auto;
}

.accordion-header-group {
  background-color: #fdf8ff !important;
  border-color: #32107f;
}

/* ------------- inner pages Styles ------------ */
.sidebar-list{
  font-size: 10pt;
  color: #000;
}
.sidebar-list:hover{
  font-weight: bold;
  padding-right: 5px;
  color: #32107f;
}
.sidebar-list-active{
  font-weight: bold;
  padding-right: 5px;
  color: #32107f;
}
.accordion-badge{
  width: 120px;
}
.fluidbox__thumb{
  width: 100% ;
}
.is-res-table{
  display: none;
}
.is-res-btn{
  display: none;
}
.is-res-article-side{
  display: none;
}
.comment-article-textarea{
  width: 50%;
}
.article-shortLink-box{
  width: 100%;
  text-align: center;
  margin: 10px 0 50px 0;
  padding: 10px 30px;
}
.article-shortLink-box button{
  width: 35%;
  float: left;
  margin: 0;
}
.article-shortLink-box input{
  width: 65%;
  float: right;
  text-align: center;
  padding-bottom: 16px;
  padding-top: 16px;
}
.buy-guide-vid-box{
  display: flex;
  margin: 20px 0;
  text-align: center;
  justify-content: center;
}
.buy-guide-vid-box div{
  width: 700px;
}


/* -------- about and contact us page styles ------------- */
.carousel-multi-item.v-2 .carousel-inner .carousel-item.active,
.carousel-multi-item.v-2 .carousel-item-next,
.carousel-multi-item.v-2 .carousel-item-prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.carousel-item img{
  width: 100%;
  height: 350px;
  overflow: hidden;
}
.map-container-section {
  overflow:hidden;
  position:relative;
  height:0;
}
.map-container-section iframe {
  left:0;
  top:0;
  height:100%;
  width:100%;
  position:absolute;
}

/*  ------------testimonial and teams styles ------------ */
.team-links:hover img{
  filter: brightness(1.2) contrast(1.3);
  transform: rotate(-10deg);
  transition-duration: 1s;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px !important;
}
.testimonial{
  height: 100%;
  border-radius: 15px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  background:#fff;
  height: 100%;
  min-height: 500px;
}
.testimonial .avatar img{
  width: 120px;
  height: 120px;
  margin-top: 10px;
}
.testimonial p{
  padding: 0px 15px;
  text-align: justify;
  line-height: 25px;
}

/* items Slider - MultiCarousel -------------------------------------------------------------------- */
.MultiCarousel {
  float: left;
  overflow: hidden;
  padding: 15px;
  width: 100%;
  position:relative;
}
.MultiCarousel .MultiCarousel-inner {
  transition: 1s ease all;
  float: left;
}
.MultiCarousel .MultiCarousel-inner .item {
  float: left;
}
.MultiCarousel .MultiCarousel-inner .item > div {
  text-align: center;
  padding:10px;
  margin:15px;
}
.MultiCarousel .leftLst, .MultiCarousel .rightLst {
  position:absolute; border-radius:10%;top:calc(50% - 20px);
}
.MultiCarousel .leftLst {
   left:0;
   background-color: #5d4193;
   color: #fff;
   box-shadow: 0px 0px 0px 0px !important;
   padding: 15px 10px;
   transition: 0.5s ease all;
 }
 .MultiCarousel .leftLst:hover {
    transform: scale(1.2);
  }
.MultiCarousel .rightLst {
  right:0;
  background-color: #5d4193;
  color: #fff;
  box-shadow: 0px 0px 0px 0px !important;
  padding: 15px 10px;
  transition: 0.5s ease all;
}
.MultiCarousel .rightLst:hover {
   transform: scale(1.2);
 }
.MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over {
  pointer-events: none;
  display: none;
}



/* ---------techers styles ---------------------- */
.teachers-box a:hover img{
  filter: brightness(1.1) contrast(1.3);
  transform: scale(1.1);
  transition-duration: 1s;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px !important;
}
.teachers-box p, .teachers-box div{
  text-align: right;
}
.teacher-medal{
  width: 35px;
  position: absolute;
  margin:87px 5px 0px 0px;
  color: #fff;
  z-index:5;
}

/* -------------login page and registe styles ------------ */
.login-section{
  padding: 40px 0px 0px 0px;
  height: 100%;
  background-image:  url('../img/bg-2-new.jpg');
  background-size: cover;
  background-position: center center;
}
.login-box-content{
  border: solid 3px #32107f !important;
  border-radius: 5px !important;
}
.login-tab-item .active{
  border-top: 3px solid #32107f !important;
  border-right: 3px solid #32107f !important;
  border-left: 3px solid #32107f !important;
  border-radius: 3px !important;
}


/* -----------panel styles ------------- */
.sidebar-container {
  position:  absolute;
  width: 200px;
  height: auto;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: #32107f;
  color: #fff;
  margin: 40px 20px 0px 0px;
  text-align: right;
  z-index: 0;
  border-radius: 10px;
}

.sidebar-logo {
  padding: 30px 15px 10px 15px;
  font-size: 20px;
  background-color: #5d4193;
  text-align: center;
}
.user-company-logo{
  background-color: #caaaec;
  padding: 5px 5px;
  width: 45px;
  position: absolute;
  left: 0px;
  margin:80px 0px 0px 20px;
  color: #fff;
  z-index:5;
  border: solid 2px #32107f;
  border-radius: 5px;
}

.sidebar-navigation {
  padding: 0;
  margin: 0;
  list-style-type: none;
  position: relative;
}

.sidebar-navigation li {
  background-color: transparent;
  position: relative;
  display: inline-block;
  width: 100%;
  line-height: 20px;
}

.sidebar-navigation li a {
  padding: 10px 15px 10px 30px;
  font-size: 11pt;
  justify-content: space-between;
  display:  flex;
  color: #fff;
}

.sidebar-navigation li .fa {
  margin-right: 10px;
}

.sidebar-navigation li a:active,
.sidebar-navigation li a:hover,
.sidebar-navigation li a:focus {
  text-decoration: none;
  outline: none;
}

.sidebar-navigation li::before {
  background-color: #5d4193;
  position: absolute;
  content: '';
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transition: width 0.2s ease-in;
  transition: width 0.2s ease-in;
  width: 3px;
  z-index: -1;
}

.sidebar-navigation li:hover::before {
  width: 100%;
}

.sidebar-navigation .header {
  font-size: 12px;
  text-transform: uppercase;
  background-color: #151515;
  padding: 10px 15px 10px 30px;
}

.sidebar-navigation .header::before {
  background-color: transparent;
}
.content-container {
  padding: 30px 240px 0px 0px;
  min-height: 900px;
}

.res-panel-nav-toggler{
  display: none;
}


/* Rating System Styles ------------- */
div.stars {
    width: 270px;
    display: inline-block
}

input.star {
    display: none
}

label.star {
    float: right;
    padding: 10px;
    font-size: 23px;
    color: #4A148C;
    transition: all .2s
}

input.star:checked~label.star:before {
    content: '\f005';
    color: #FD4;
    transition: all .25s
}

input.star-5:checked~label.star:before {
    color: #FE7;
    text-shadow: 0 0 7px #952
}

input.star-1:checked~label.star:before {
    color: #F62
}

label.star:hover {
    transform: scale(1.3)
}

label.star:before {
    content: '\f006';
    font-family: FontAwesome
}


/* tabs Styles ------------------------ */
.nav-tabs{
  justify-content: start;
  padding-right: 25px;
}
.nav-tabs .pf-nav-tab{
  min-width: 140px;
  background-color: #5d4193;
  text-align: center;
  border: solid 1px #fff;
  border-radius: 5px;
}
.nav-tabs .pf-nav-tab a{
  color: #fff;
}

/* ----------- footer ------------- */
.home-footer{
  display: block;
}
.home-footer-link{
  color: #fff;
  margin: 9px 10px;
  padding: 5px 10px;
  font-size: 9pt;
  opacity: 0.8
}
.home-footer-link:hover{
  transform: scale(1.05);
  opacity: 1
}
.page-footer{
  background-color: #32107f;
  color: #fff;
  margin: 0px 0 0 0;
  z-index: 10;
}
.footer-link{
  color: #fff;
}
.footer-link:hover{
  color: #fff;
  padding-right: 5px;
}
.footer-sc{
  transition-duration: 1s;
  opacity: 0.6;
}
.footer-sc:hover{
  transition-duration: 1s;
  transform: scale(1.1);
  opacity: 1;
}
.footer-namad img{
  border-radius: 10px;
  width: 130px;
  height: 150px;
  margin: 10px 20px 0px 0px;
  opacity: 0.7;
  border: solid 1px #fff;
  transition: 0.5s ease-out;
}
.footer-namad img:hover{
  background: #fff;
  opacity: 1;
}
.footer-home-namad img{
  border-radius: 10px;
  width: 40px;
  height: 40px;
  margin: 10px 20px 0px 0px;
  opacity: 0.7;
  border: solid 1px #fff;
  transition: 0.5s ease-out;
}
.footer-home-namad img:hover{
  background: #fff;
  opacity: 1;
}
.footer-copyright{
  font-size: 9.5pt;
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 20px 0 5px 0;
}
.footer-copyright img{
  width: 25px;
  margin: 0px 10px;
  opacity: 0;
  transition: opacity 1s ease-out;
}
.footer-copyright:hover img{
  opacity: 1;
}

.modal-title{
  direction: rtl;
}

/* course Sources -------------------------- */
.source-attachment-wrapper{
  display: flex;
  width: 100%;
  height: 100%;
  background-color: #fffaff;
  border: dashed 1px #210227;
  border-radius: 15px;
  padding: 10px 10px;
  transition: ease-in all 0.3s;
}
.source-attachment-wrapper:hover {
  background-color: #fdeefd;
  border: solid 1px #210227;
  transform: scale(1.03);
}
.source-attachment-wrapper h3{
  font-size: 10pt !important;
  font-weight: bold !important;
  text-align: center;
}
.source-attachment-wrapper h5{
  font-size: 9pt;
  text-align: justify;
  line-height: 20px;
}
.source-attachment-wrapper p{
  font-size: 9pt !important;
  font-weight: bold;
  margin: 5px 0 0 0;
  direction: ltr;
  text-align: center;
  font-family: "Segoe UI", "Helvetica Neue", Helvetica, arial, sans-serif;
}


/* other Styles ----------------------------------- */
.chapter-title-discount {
  width: auto;
  height: 30px;
  background: #ec211b;
  margin: 12px 0 0 0 ;
  font-size: 10pt;
  vertical-align: middle;
  padding:4px 10px;
  color: #fff;
  border-radius: 8px;
}


/* Bootcamp styles -----------------------------------*/
.bc-feat-section {
  padding-bottom: 50px;
  border-bottom: solid 1px #32107f;
}
.bc-feat-wrapper {
  position: relative;
  background: #32107f;
  width: 100%;
  height: 350px;
  border: solid 5px #a383ec;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 20px 10px 0 10px;
  margin-top: 30px;
  text-align: center;
  overflow: hidden;
}
.bc-feat-wrapper h4 {
  font-size: 11pt;
  color: #fff;
}
.bc-feat-wrapper p {
  font-size: 11pt;
  color: #fff;
  text-align: justify;
  line-height: 26px;
  margin-top: 15px;
}
.bc-feat-wrapper img {
  width: 90%;
  height: auto;
  position: absolute;
  right: 5%;
  bottom: 0;
}

.bc-topic-section {
  border-bottom: solid 1px #32107f;
}
.bc-topic-wrapper {
  min-width: 300px;
  max-width: 80%;
  margin: auto;
}

.bc-topic-wrapper div {
  font-size: 1em;
  line-height: 1.75em;
  border-top: 3px solid;
  border-image: linear-gradient(to right, #743ad5 0%, #d53a9d 100%);
  border-image-slice: 1;
  border-width: 3px;
  margin: 0;
  padding: 40px;
  counter-increment: section;
  position: relative;
  color: #34435E;
}
.bc-topic-wrapper div:before {
  content: counter(section);
  position: absolute;
  border-radius: 50%;
  padding: 10px;
  height: 2.4em;
  width: 2.4em;
  background-color: #32107f;
  text-align: center;
  line-height: 1.25em;
  color: #ffffff;
  font-size: 1em;
}

.bc-topic-wrapper div:nth-child(odd) {
  border-right: 3px solid;
  padding-left: 0;
}
.bc-topic-wrapper div:nth-child(odd):before {
  left: 100%;
  margin-left: -20px;
}

.bc-topic-wrapper div:nth-child(even) {
  border-left: 3px solid;
  padding-right: 0;
}
.bc-topic-wrapper div:nth-child(even):before {
  right: 100%;
  margin-right: -20px;
}

.bc-topic-wrapper div:first-child {
  border-top: 0;
  border-top-right-radius:0;
  border-top-left-radius:0;
}
.bc-topic-wrapper div:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.boot-card{
  width: auto;
  height: 100%;
  border-radius: 15px !important;
}
.boot-card-img{
  width: 100%;
  height: 200px;
  border-radius: 15px;
}
.boot-card:hover .boot-card-img{
  filter: brightness(1.3) contrast(1.3);
  transition-duration: 1s;
}
.boot-card-label{
  width: 90px;
  font-size: 9pt;
  position: absolute;
  margin:187px 0px 0px 40px;
  padding:4px 15px;
  left: 0px;
  color: #fff;
  z-index:5;
}
.boot-card-wrapper {
  display: flex;
  flex-direction: column; /* stack children vertically */
  justify-content: flex-start;
  height: 192px;
}
.boot-card-btn {
  margin-top: auto;
}