@font-face {font-family: 'IRANSansWeb';src: url('../fonts/IRANSansWeb.eot') format('eot'),url('../fonts/IRANSansWeb.woff') format('woff'),url('../fonts/IRANSansWeb.ttf') format('truetype'); }
@font-face {font-family: 'IRANSansWeb_Bold';src: url('../fonts/IRANSansWeb_Bold.eot') format('eot'),url('../fonts/IRANSansWeb_Bold.woff') format('woff'),url('../fonts/IRANSansWeb_Bold.ttf') format('truetype'); }
@font-face {font-family: 'IRANSansWeb_Light';src: url('../fonts/IRANSansWeb_Light.eot') format('eot'),url('../fonts/IRANSansWeb_Light.woff') format('woff'),url('../fonts/IRANSansWeb_Light.ttf') format('truetype'); }
@font-face {font-family: 'IRANSansWeb_Medium';src: url('../fonts/IRANSansWeb_Medium.eot') format('eot'),url('../fonts/IRANSansWeb_Medium.woff') format('woff'),url('../fonts/IRANSansWeb_Medium.ttf') format('truetype'); }
@font-face {font-family: 'IRANSansWeb_UltraLight';src: url('../fonts/IRANSansWeb_UltraLight.eot') format('eot'),url('../fonts/IRANSansWeb_UltraLight.woff') format('woff'),url('../fonts/IRANSansWeb_UltraLight.ttf') format('truetype'); }
@font-face {font-family: 'IRANSansWeb_UltraLight';src: url('../fonts/IRANSansWeb_UltraLight.eot') format('eot'),url('../fonts/IRANSansWeb_UltraLight.woff') format('woff'),url('../fonts/IRANSansWeb_UltraLight.ttf') format('truetype'); }


a{
    color: #2d3167;
}
html{
    /*direction: rtl !important;*/
}
body{
    font-family: IRANSansWeb;
    /*text-align: right;*/
}

#page-wrapper {
    height: unset;
    min-height: 100%;
}

.container{
    max-width: 1300px;
}

header.description .row{
    margin: auto;
}

.row{
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}

.user-thumb h1{
    font-size: 1.5rem;
    margin-top: 30px;
}

.school {
    margin-top: 25px;
}

/*input form right margin edit*/
@media (min-width: 576px){
}

@media screen and (max-width: 991px){
}

@media screen and (min-width: 992px){
}

@media only screen and (max-width:1500px ) and (min-width: 1200px){
}

@media only screen and (max-width:1200px ) and (min-width: 992px){
}

img.owl-image {
  border-radius: 10px;
}

/*.view-carousel {
  border: 1px solid #e4e4e4;
  border-radius:10px;
  padding: 10px;
}*/

#courseintro .item {
  position: relative;
}
#courseintro .intro-icon {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  pointer-events:none;
}
#courseintro .item img {
  cursor: pointer;
}

/************************************
*************************************
            Products
*************************************
*************************************/
.cat-title{
    color: #fff;
    width: max-content;
    padding: 5px 10px 5px 10px;
    text-align: center;
    margin-bottom: -1px
}
.t1{
    background-color: #258843;
}
.dir-ltr .more-products{
    float: right;
}
.dir-rtl .more-products{
    float: left;
}
.more-products {
	margin-top: 5px;
}
.more-products a{
    font-size: 13px;
    color: #9f7700;
    font-weight: 600;
}
.more-products a:hover{
    color: #a11a26;
}

/************************************
*************************************
            owl-carousel
*************************************
*************************************/
.owl-carousel .owl-item img {
    width: 90%;
}
.owl-next, .owl-prev{
  position: absolute;
  font-family: FontAwesome;
  top: 50%;
  color:#000;
}
.owl-next {
    outline:0 !important;
    right: 3px;
}
.owl-prev {
    outline:0 !important;
    left: 3px;
}
.owl-prev, .owl-next{
  opacity: 0.4!important;
  font-size: 50px!important;
}
.owl-prev:hover, .owl-next:hover{
  opacity: 1 !important;
  font-size: 55px !important;
}
.owl-prev span[aria-label="Previous"], .owl-next span[aria-label="Next"]{
  position: relative;
  top: -25px;
}
.owl-carousel.owl-drag .owl-item {
    text-align: center;
}
/*replace next with back and vice versa*/
.dir-rtl .owl-prev {
	left: unset !important;
	right: 3px !important;
}
.dir-rtl .owl-next {
	right: unset!important;
	left: 3px!important;
}

#main-carousel {
    overflow: hidden;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

#main-carousel .carousel-img {
    max-height: 600px;
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
}

#main-carousel .owl-nav,  #logo-carousel .owl-nav{
    display: none;
}

#main-carousel .owl-dots {
    position: absolute;
    bottom: 10px;
    width: 100%;
}


/************************************
*************************************
            moodle
*************************************
*************************************/

.dir-rtl .categorypicker {
  text-align: right!important;
}

.dir-ltr .categorypicker {
  text-align: left!important;
}

#page {
    /*margin-top: 35px;*/
}

.container-fluid {
    /*padding-left: 0;
    padding-right: 0;*/
}

#region-main {
    border: 0;
}

/************************************
*************************************
            resourceplus module
*************************************
*************************************/

.modal-big {
    max-width: 90%!important;
}

/************************************
*************************************
            global
*************************************
*************************************/
/*vertical image*/
span.vertical-helper {
  display: inline-block;
  height: 100%;
  vertical-align:middle;
}
span.vertical-helper + .vertical {
  display: inline-block;
  vertical-align:middle;
}
