
@font-face {
	font-family: IRANSansX;
	font-style: normal;
	font-weight: 100;
	src: url('/theme/moove/fonts/IRANYekanXFaNum-Thin.woff') format('woff'),   
	url('/theme/moove/fonts/IRANYekanXFaNum-Thin.woff2') format('woff2');		
}

@font-face {
	font-family: IRANSansX;
	font-style: normal;
	font-weight: 200;
	src: url('/theme/moove/fonts/IRANYekanXFaNum-UltraLight.woff') format('woff'),   
	url('/theme/moove/fonts/IRANYekanXFaNum-UltraLight.woff2') format('woff2');	
}

@font-face {
	font-family: IRANSansX;
	font-style: normal;
	font-weight: 300;
	src: url('/theme/moove/fonts/IRANYekanXFaNum-Light.woff') format('woff'),   
	url('/theme/moove/fonts/IRANYekanXFaNum-Light.woff2') format('woff2');		 
}

@font-face {
	font-family: IRANSansX;
	font-style: normal;
	font-weight: 500;
	src: url('/theme/moove/fonts/IRANYekanXFaNum-Medium.woff') format('woff'),   
	url('/theme/moove/fonts/IRANYekanXFaNum-Medium.woff2') format('woff2');		 
}

@font-face {
	font-family: IRANSansX;
	font-style: normal;
	font-weight: 600;
	src: url('/theme/moove/fonts/IRANYekanXFaNum-DemiBold.woff') format('woff'),   
	url('/theme/moove/fonts/IRANYekanXFaNum-DemiBold.woff2') format('woff2');	 
}

@font-face {
	font-family: IRANSansX;
	font-style: normal;
	font-weight: 800;
	src: url('/theme/moove/fonts/IRANYekanXFaNum-ExtraBold.woff') format('woff'),   
	url('/theme/moove/fonts/IRANYekanXFaNum-ExtraBold.woff2') format('woff2');		 
}

@font-face {
	font-family: IRANSansX;
	font-style: normal;
	font-weight: 900;
	src: url('/theme/moove/fonts/IRANYekanXFaNum-Black.woff') format('woff'),   
	url('/theme/moove/fonts/IRANYekanXFaNum-Black.woff2') format('woff2');		 
}
@font-face {
	font-family: IRANSansX;
	font-style: normal;
	font-weight: 950;
	src: url('/theme/moove/fonts/IRANYekanXFaNum-ExtraBlack.woff') format('woff'),   
	url('/theme/moove/fonts/IRANYekanXFaNum-ExtraBlack.woff2') format('woff2');		 
}

@font-face {
	font-family: IRANSansX;
	font-style: normal;
	font-weight: 1000;
	src: url('/theme/moove/fonts/IRANYekanXFaNum-Heavy.woff') format('woff'),   
	url('/theme/moove/fonts/IRANYekanXFaNum-Heavy.woff2') format('woff2');		 
}

@font-face {
	font-family: IRANSansX;
	font-style: normal;
	font-weight: bold;
	src: url('/theme/moove/fonts/IRANYekanXFaNum-Bold.woff') format('woff'),   
	url('/theme/moove/fonts/IRANYekanXFaNum-Bold.woff2') format('woff2');	 
}

@font-face {
	font-family: IRANSansX;
	font-style: normal;
	font-weight: normal;
	src: url('/theme/moove/fonts/IRANYekanXFaNum-Regular.woff') format('woff'),   
	url('/theme/moove/fonts/IRANYekanXFaNum-Regular.woff2') format('woff2');	
}


  textarea {
    resize: none;
  }
  
  a,
  button,
  input,
  textarea {
    outline: 0;
  }
  
  a:focus,
  input:focus,
  textarea:focus,
  button:focus {
    outline: 0;
  }
  
  .wrapper-slider {
    background: #F8F8F8 url(/theme/moove/pix/pattern.png) repeat top/contain;
    padding-bottom: 30px;
    padding-top: 50px;
    position: relative;
    margin-bottom: 50px;
  }
  
  .wrapper-slider .c-slider .owl-nav .owl-prev {
    background: url("/theme/moove/pix/ArrowRight.svg") no-repeat center !important;
    cursor: pointer;
    display: inline-block !important;
    height: 57px;
    right: -15px;
    position: absolute;
    top: 40%;
    width: 28px;
    z-index: 999;
  }
  
  .wrapper-slider .c-slider .owl-nav .owl-prev:hover {
    background: url("/theme/moove/pix/ArrowRight.svg") no-repeat center;
    border: 0;
    outline: 0;
  }
  
  .wrapper-slider .c-slider .owl-nav .owl-prev:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  
  .wrapper-slider .c-slider .owl-nav .owl-next {
    background: url("/theme/moove/pix/ArrowLeft.svg") no-repeat center !important;
    cursor: pointer;
    display: inline-block !important;
    height: 57px;
    left: -15px;
    position: absolute;
    top: 40%;
    width: 28px;
    z-index: 999;
  }
  
  .wrapper-slider .c-slider .owl-nav .owl-next:hover {
    background: url("/theme/moove/pix/ArrowLeft.svg") no-repeat center;
    border: 0;
    outline: 0;
  }
  
  .wrapper-slider .c-slider .owl-nav .owl-next:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  
  .wrapper-slider .circle-img {
    background: url("/theme/moove/pix/goldCircle.svg") no-repeat center center/contain;
    width: 516px;
    height: 516px;
    padding: 93px;
    margin: 0px auto;
    text-align: center;
  }
  
  .wrapper-slider .circle-img img {
    border-radius: 50%;
    width: 330px;
    height: 330px;
    margin: 0px auto;
  }
  
  .wrapper-slider .txt-slider {
    padding: 0px 80px 0px 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start; 
  }
  .wrapper-slider .txt-slider h2{border-bottom:0;}
  .wrapper-slider .txt-slider h2 a{
    color: #4D4A77;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 15px;
  }
  
  .wrapper-slider .txt-slider p {
    color: #000;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
    text-align: justify;
  }
  
 .wrapper-slider .txt-slider .button_link {
    background-color: #4D4A77;
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    padding: 7px 20px;
    border-radius: 5px;
    font-weight: 500;
    margin-bottom: 50px;
    display: inline-block;
  }
  
  .wrapper-slider .owl-theme .owl-dots .owl-dot span {
    width: 5px;
    height: 5px;
    margin: 3px !important;
    background: #4D4A77 !important;
    display: block;
    padding: 3px;
  }
  
  .wrapper-slider .owl-theme .owl-dots .owl-dot.active span, .wrapper-slider .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #FF9900 !important;
  }
  
  .c-gradient {
    background: -webkit-gradient(linear, left bottom, left top, from(#F8F8F8), to(rgba(217, 217, 217, 0)));
    background: linear-gradient(0deg, #F8F8F8 0%, rgba(217, 217, 217, 0) 100%);
    height: 30vh;
    position: absolute;
    bottom: 0px;
    right: 0px;
    left: 0px;
  }
  
  .wrapper-parallax {
    margin-bottom: 50px;
    background-image: url(/theme/moove/pix/whale-ai-image.jpg);
    padding: 70px 50px 15px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 450px;
  }
  
  .wrapper-parallax h3 {
    font-size: 13px;
    color: #68b9dd;
    margin-bottom: 20px;
  }
  
.wrapper-parallax a {
    font-size: 13px;
    color: #000000;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    font-weight: 400;
    cursor: pointer;
    background-color: #ff9800;
    padding: 5px 10px;
    border-radius: 7px;
    box-shadow: 5px 5px 20px #ff980057;
    transition:0.4s
}
.wrapper-parallax a:hover {
    background-color: #FFC107;
    box-shadow: 5px 5px 20px #ffeb3b59;
}

.top-wrapper-parallax {
    background-color: #d8611a;
    text-align: center;
}

a.top-wrapper-parallax-btn {
    background-color: #fff;
    padding: 5px 10px;
    border-radius: 6px;
  animation: blink 1s infinite;
  color:#000;
}

@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

  .wrapper-parallax .c-title fieldset {
    min-width: 100%;
    border-top: 1px solid #68b9dd;
  }
  
  .wrapper-parallax .c-title legend {
    width: auto;
    text-align: center;
    padding: 10px 15px;
    color: #68b9dd;
    font-weight: 300;
    font-size: 30px;
    margin: 0px auto;
    float: none;
  }
  
  .d-title {
    position: relative;
    direction: rtl;
    text-align: center;
    margin-bottom: 50px;
  }
  
  .d-title h2 {
    font-size: 25px;
    color: #000;
    text-align: center;
    background-color: #F8F8F8;
    padding: 0px 20px;
    display: inline;
    position: relative;
    z-index: 9;
    margin: 0px;
    font-weight: 300;
  }
  
  .d-title .c-line {
    position: absolute;
    top: 18px;
    background: #C3C3C3;
    width: 40%;
    height: 1px;
    margin: 0px auto;
    right: 0px;
    left: 0px;
  }
  
  .wrapper-period {
    margin-bottom: 50px;
  }
  
  .wrapper-period .box-period {
    border-radius: 7px;
    background: #FFF;
    -webkit-box-shadow: 10px 10px 40px 0px rgba(0, 0, 0, 0.05);
            box-shadow: 10px 10px 40px 0px rgba(0, 0, 0, 0.05);
    padding: 20px;
    margin-bottom: 30px;
  }
  
  .wrapper-period .box-period img {
    width: 100%;
  }
  
  .wrapper-period .box-period .txt-period {
    color: #5E5E5E;
    max-height: 58px;
    overflow: hidden;
  }
  
  .wrapper-period .box-period .title-period {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    color: #4D4A77;
    display: inline-block;
    margin-bottom: 5px;
    max-height: 50px;
    overflow: hidden;
    cursor: pointer;
  }
  
  .wrapper-period .box-period .txt-articles {
    color: #5E5E5E;
    max-height: 120px;
    overflow: hidden;
    margin-bottom: 10px;
  }
  
  .wrapper-period .box-period .c-period {
    color: #969696;
  }
  
  .wrapper-innovation {
    background: linear-gradient(94deg, #4D4A77 29.71%, #171445 100%);
    position: relative;
    color: #fff;
    padding: 100px 15px;
    margin-bottom: 50px;
  }
  
  .wrapper-innovation h2 {
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 20px;
  }
  
  .wrapper-innovation .img-innovation {
position: absolute;
    top: -120px;
    left: 0;
  }
  
  .wrapper-innovation a {
    background-color: #F3C75A;
    color: #4D4A77;
    font-size: 13px;
    text-decoration: none;
    padding: 7px 20px;
    border-radius: 5px;
    font-weight: 600;
  }
  
  .wrapper-innovation .top-svg {
    position: absolute;
    top: -5px;
    width: 100%;
    right: 0px;
  }
  
  .wrapper-innovation .top-svg img {
    width: 80%;
  }
  
  .wrapper-innovation .bottom-svg {
    position: absolute;
    bottom: -5px;
    right: 0px;
    width: 100%;
  }
  
  .wrapper-innovation .bottom-svg img {
    width: 80%;
  }
  
  .wrapper-linkbox {
    margin-bottom: 50px;
  }
  .link-box img {
    height: 40px;
}


  .wrapper-linkbox .link-box > div{
    filter: grayscale(100%);
    opacity: 0.5;
  }

  .wrapper-linkbox .link-box1 {
    border-radius: 10px;
    background: linear-gradient(303deg, #f37021 -3.29%, #c55715 105.72%);
    -webkit-box-shadow: 10px 10px 40px 0px rgba(172, 47, 66, 0.5);
            box-shadow: 10px 10px 40px 0px rgba(172, 47, 66, 0.5);
    position: relative;
    margin-bottom: 30px;
    filter: grayscale(0%) !important;
    opacity: 1 !important;
  }
  
  .wrapper-linkbox .link-box1 a {
    padding: 20px 20px 30px;
    text-align: right;
    display: inline-block;
    width: 100%;
  }
  
  .wrapper-linkbox .link-box1 img {
    margin-bottom: 5px;
  }
  
  .wrapper-linkbox .link-box1 span {
    color: #fff;
    display: inline;
    border-bottom: 2px solid #fff;
    padding-bottom: 5px;
    font-size: 16px;
  }
  
  .wrapper-linkbox .link-box1 .circles1 {
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: url(/theme/moove/pix/pink.svg) no-repeat left bottom/contain;
    height: 86px;
    width: 83px;
    padding-bottom: 0px;
    border-bottom: none;
  }
  
  .wrapper-linkbox .link-box2 {
border-radius: 10px;
    background: linear-gradient(125deg, #4D4A77 -6.36%, #6583BF 103.8%);
    -webkit-box-shadow: 10px 10px 40px 0px rgba(77, 74, 119, 0.5);
    box-shadow: 10px 10px 40px 0px rgba(77, 74, 119, 0.5);
    position: relative;
    margin-bottom: 30px;
        filter: grayscale(0%) !important;
    opacity: 1 !important;
  }
  
  .wrapper-linkbox .link-box2 a {
    padding: 20px 20px 30px;
    text-align: right;
    display: inline-block;
    width: 100%;
  }
  
  .wrapper-linkbox .link-box2 img {
    margin-bottom: 5px;
  }
  
  .wrapper-linkbox .link-box2 span {
    color: #fff;
    display: inline;
    border-bottom: 2px solid #fff;
    padding-bottom: 5px;
    font-size: 16px;
  }
  
  .wrapper-linkbox .link-box2 .circles2 {
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: url(/theme/moove/pix/green.svg) no-repeat left bottom/contain;
    height: 86px;
    width: 83px;
    padding-bottom: 0px;
    border-bottom: none;
  }
  
  .wrapper-linkbox .link-box3 {
    border-radius: 10px;
    background: linear-gradient(125deg, #4D4A77 -6.36%, #6583BF 103.8%);
    -webkit-box-shadow: 10px 10px 40px 0px rgba(77, 74, 119, 0.5);
    box-shadow: 10px 10px 40px 0px rgba(77, 74, 119, 0.5);
    position: relative;
    margin-bottom: 30px;
  }
  
  .wrapper-linkbox .link-box3 a {
    padding: 20px 20px 30px;
    text-align: right;
    display: inline-block;
    width: 100%;
  }
  
  .wrapper-linkbox .link-box3 img {
    margin-bottom: 5px;
  }
  
  .wrapper-linkbox .link-box3 span {
    color: #fff;
    display: inline;
    border-bottom: 2px solid #fff;
    padding-bottom: 5px;
    font-size: 16px;
  }
  
  .wrapper-linkbox .link-box3 .circles3 {
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: url(/theme/moove/pix/orange.svg) no-repeat left bottom/contain;
    height: 86px;
    width: 83px;
    padding-bottom: 0px;
    border-bottom: none;
  }
  
  .wrapper-linkbox .link-box4 {
border-radius: 10px;
    background: linear-gradient(125deg, #0081ff -6.36%, #65bf7a 103.8%);
    -webkit-box-shadow: 10px 10px 40px 0px rgba(77, 74, 119, 0.5);
    box-shadow: 10px 10px 40px 0px rgba(77, 74, 119, 0.5);
    position: relative;
    margin-bottom: 30px;
    filter: grayscale(0%) !important;
    opacity: 1 !important;
  }
  
  .wrapper-linkbox .link-box4 a {
    padding: 20px 20px 30px;
    text-align: right;
    display: inline-block;
    width: 100%;
  }
  
  .wrapper-linkbox .link-box4 img {
    margin-bottom: 5px;
  }
  
  .wrapper-linkbox .link-box4 span {
    color: #fff;
    display: inline;
    border-bottom: 2px solid #fff;
    padding-bottom: 5px;
    font-size: 16px;
  }
  
  .wrapper-linkbox .link-box4 .circles4 {
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: url(/theme/moove/pix/blue.svg) no-repeat left bottom/contain;
    height: 86px;
    width: 83px;
    padding-bottom: 0px;
    border-bottom: none;
  }
  
.wrapper-linkbox .link-box5 {
border-radius: 10px;
    background: linear-gradient(125deg, #4D4A77 -6.36%, #6583BF 103.8%);
    -webkit-box-shadow: 10px 10px 40px 0px rgba(77, 74, 119, 0.5);
    box-shadow: 10px 10px 40px 0px rgba(77, 74, 119, 0.5);
    position: relative;
    margin-bottom: 30px;
  }
  
  .wrapper-linkbox .link-box5 a {
    padding: 20px 20px 30px;
    text-align: right;
    display: inline-block;
    width: 100%;
  }
  
  .wrapper-linkbox .link-box5 img {
    margin-bottom: 5px;
  }
  
  .wrapper-linkbox .link-box5 span {
    color: #fff;
    display: inline;
    border-bottom: 2px solid #fff;
    padding-bottom: 5px;
    font-size: 16px;
  }
  
  .wrapper-linkbox .link-box5 .circles5 {
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: url(/theme/moove/pix/blue.svg) no-repeat left bottom/contain;
    height: 86px;
    width: 83px;
    padding-bottom: 0px;
    border-bottom: none;
  }  
  
  
  .center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: green;
  }
  
  .modal-head {
    padding: 15px 15px 5px;
    border-bottom: 1px solid #4d4a773d;
    background-color: #526c9a1c;
  }
  
  .modal-title {
    color: #4D4A77;
    text-align: right;
    font-size: 15px;
  }
  
  .txt-modal {
    color: #000;
    text-align: justify;
    font-size: 13px;
  }
  
  .w-title {
    position: relative;
    direction: rtl;
    text-align: center;
        margin-top: 15px;
  }
  
  .w-title h2 {
    font-size: 20px;
    color: #4D4A77;
    text-align: center;
    background-color: #fff;
    padding: 0px 20px;
    display: inline;
    position: relative;
    z-index: 9;
    margin: 0px;
    font-weight: 300;
  }
  
  .w-title .c-line {
    position: absolute;
    top: 18px;
    background: #4D4A77;
    width: 100%;
    height: 1px;
    margin: 0px auto;
    right: 0px;
    left: 0px;
  }
  
  .c-list ul {
    padding: 0px;
    margin: 0px;
  }
  
  .c-list ul li {
    list-style-type: none;
    margin-bottom: 10px;
  }
  .c-list li img {
    margin-left: 7px;
    width: 10px;
}
  .c-details {
    color: #1C274C;
  }
  
  .c-details img {
    margin-left: 10px;
  }
  
  .c-details span {
    font-weight: bold;
  }
  
  .table-details tr td:first-child {
    font-weight: bold;
  }
  
  .table-details tr:nth-of-type(2n+1) > * {
    background-color: #ECEEF4;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  
  .modal-links {
    position: absolute;
    left: 60px;
    top: 10px;
    width: 100%;
    text-align: left;
  }
  
  .modal-links a {
    margin: 0px 2px;
    text-align: center;
  }
  
  .modal-links .c-join {
    border-radius: 5px;
    background: linear-gradient(95deg, #FF9800 -0.66%, #FFC107 105.13%);
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    padding: 5px 20px;
  }
  
  .modal-links .c-download {
    border-radius: 5px;
    background: linear-gradient(95deg, #009688 -0.66%, #4CAF50 105.13%);
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    padding: 5px 20px;
  }
  
  body {
    font-family: IRANSans;
    font-size: 13px;
    color: #262626;
    background: #F8F8F8;
    overflow-x: hidden;
  }
  
  .browserupgrade {
    margin: 0.2em 0;
    background: #888888;
    color: #262626;
    padding: 0.2em 0;
  }
  
  ::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
  }
  
  ::selection {
    background: #b3d4fc;
    text-shadow: none;
  }
  
  .rtl {
    direction: rtl;
  }
  
  .ltr {
    direction: ltr;
  }
  
  a, a:hover, a:focus {
    text-decoration: none;
  }
  
  .c-rahkar img{margin-left: 7px;}
  
/*  
.modal.show .modal-dialog {
    transform: none;
    padding: 0;
    margin: 10px;
    --bs-modal-width: 100%;
}  
*/  
  
 .modal-content h2, .modal-content h4{    border-bottom: 0px dashed #42527c;}
  
  
.modal-content  legend {
    float: none;
    width: auto;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: calc(1.275rem + 0.3vw);
    line-height: inherit;
}
.modal-content  fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
    border-top: 1px solid #584a954d;
}

  
  /* --------------------------------------*/
  
  @media (min-width: 1650px) {
    .c-rahkar {
      width: 16.6%;
    }
  }
  
  @media only screen and (min-width: 1000px) and (max-width: 1650px) {
    .c-rahkar {
      width: 16.6%;
    }
  }
  
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .wrapper-parallax {
      height: auto !important;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .wrapper-parallax {
      height: auto !important;
    }
    .title-mobile {
      font-size: 15px !important;
    }
    .modal-links {
      position: relative !important;
      top: 5px !important;
      left: 0px;
      text-align: center !important;
    }
    .modal-links a {
      margin: 0px 2px !important;
      width: 48% !important;
    }
    .wrapper-slider .circle-img {
      background: url("/theme/moove/pix/goldCircle.svg") no-repeat center center/contain;
      width: 300px !important;
      height: 300px !important;
      padding: 60px;
      margin: 0px auto;
      text-align: center;
    }
    .wrapper-slider .circle-img img {
      border-radius: 50%;
      width: 180px !important;
      height: 180px !important;
      margin: 0px auto;
    }
  }
  
  @media only screen and (min-width: 480px) and (max-width: 768px) {
    .wrapper-slider .txt-slider {
      margin-top: 0px !important;
      padding: 0px 30px !important;
    }
    .wrapper-parallax {
      height: auto !important;
    }
    .title-mobile {
      font-size: 15px !important;
    }
    .modal-links {
      position: relative !important;
      top: 5px !important;
      left: 0px;
      text-align: center !important;
    }
    .modal-links a {
      margin: 0px 2px !important;
      width: 48% !important;
    }
    .wrapper-slider .circle-img {
      background: url("/theme/moove/pix/goldCircle.svg") no-repeat center center/contain;
      width: 300px !important;
      height: 300px !important;
      padding: 60px;
      margin: 0px auto;
      text-align: center;
    }
    .wrapper-slider .circle-img img {
      border-radius: 50%;
      width: 180px !important;
      height: 180px !important;
      margin: 0px auto;
    }
  }
  
  @media only screen and (min-width: 360px) and (max-width: 480px) {
    .wrapper-slider .txt-slider {
      margin-top: 0px !important;
      padding: 0px 30px !important;
    }
    .wrapper-parallax {
      height: auto !important;
    }
    .title-mobile {
      font-size: 15px !important;
    }
    .modal-links {
      position: relative !important;
      top: 5px !important;
      left: 0px;
      text-align: center !important;
    }
    .modal-links a {
      margin: 0px 2px !important;
      width: 48% !important;
    }
    .wrapper-slider .circle-img {
      background: url("/theme/moove/pix/goldCircle.svg") no-repeat center center/contain;
      width: 300px !important;
      height: 300px !important;
      padding: 60px;
      margin: 0px auto;
      text-align: center;
    }
    .wrapper-slider .circle-img img {
      border-radius: 50%;
      width: 180px !important;
      height: 180px !important;
      margin: 0px auto;
    }
  }
  
  @media only screen and (min-width: 320px) and (max-width: 360px) {
    .wrapper-slider .txt-slider {
      margin-top: 0px !important;
      padding: 0px 30px !important;
    }
    .wrapper-parallax {
      height: auto !important;
    }
    .title-mobile {
      font-size: 15px !important;
    }
    .modal-links {
      position: relative !important;
      top: 5px !important;
      left: 0px;
      text-align: center !important;
    }
    .modal-links a {
      margin: 0px 2px !important;
      width: 48% !important;
    }
    .wrapper-slider .circle-img {
      background: url("/theme/moove/pix/goldCircle.svg") no-repeat center center/contain;
      width: 300px !important;
      height: 300px !important;
      padding: 60px;
      margin: 0px auto;
      text-align: center;
    }
    .wrapper-slider .circle-img img {
      border-radius: 50%;
      width: 180px !important;
      height: 180px !important;
      margin: 0px auto;
    }
  }
  
  @media only screen and (max-width: 320px) {
    .wrapper-slider .txt-slider {
      margin-top: 0px !important;
      padding: 0px 30px !important;
    }
    .wrapper-parallax {
      height: auto !important;
    }
    .title-mobile {
      font-size: 15px !important;
    }
    .modal-links { 
      position: relative !important;
      top: 5px !important;
      left: 0px;
      text-align: center !important;
    }
    .modal-links a {
      margin: 0px 2px !important;
      width: 48% !important;
    }
    .wrapper-slider .circle-img {
      background: url("/theme/moove/pix/goldCircle.svg") no-repeat center center/contain;
      width: 300px !important;
      height: 300px !important;
      padding: 60px;
      margin: 0px auto;
      text-align: center;
    }
    .wrapper-slider .circle-img img {
      border-radius: 50%;
      width: 180px !important;
      height: 180px !important;
      margin: 0px auto;
    }
  }
  
  @media only screen and (max-width: 575px) {
    .wrapper-period .box-period .txt-period {
      max-height: auto !important;
      overflow: visible !important;
    }
    .wrapper-period .box-period .title-period {
      max-height: auto !important;
      overflow: visible !important;
    }
    .wrapper-parallax {
      height: auto !important;
    }
  }
  /*# sourceMappingURL=style.css.map */
  
  
/* ----------------------------------------------------------------------------------*/  
  
  
  body{font-size: 13px;}
#page.drawers .main-inner , .pagelayout-standard #page.drawers .main-inner, body.limitedwidth #page.drawers .main-inner, #page.drawers .main-inner, .moove-container-fluid, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1300px !important;
    width: -webkit-fill-available;
}

.login a {
    background-color: #FF9800;
    color: #000;
    padding: 7px 15px;
    margin-right: 10px;
    border-radius: 5px;
    box-shadow: 3px 3px 0 #ffc10780;
    margin-left: 10px;
}
.yui3-skin-sam .yui3-datatable-table {
    font-family: 'IRANSansX';
    font-size: 13px;
}
.userbutton{display:none;}
.mediaplugin{
    max-width: 70%;
    margin: 0 auto;
}
.secondary-navigation .moremenu .nav-tabs .nav-link.active {
    background-color: #243256 !important;
}
.carousel-indicators{    margin-bottom: -70px !important;}
.c-gradient {
    background: transparent !important;
    background: transparent !important;
}
.carousel {
    position: relative;
/*     height: 500px; */
}
#page-footer {
    width: 100%;
    background-position: left center, left top;
    background-repeat: no-repeat;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0 !important;
    text-align: left;
    padding-left: 10px;
    font-family: sans-serif;
}
#course-category-listings ul.ml ul.ml {
    margin: 0;
    margin-top: 8px;
    border: 1px solid #618d7a !important;
    border-radius: 7px;
}

#course-category-listings .item-actions {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
#course-category-listings #category-listing .course-count span {
    font-size: 11px;
    margin-right: 5px;
}
div .menubar i {
    font-size: 12px;
    color: #000;
    margin: 2px;
}
#course-category-listings #category-listing .course-count{margin-right: 0 !important;
    margin-left: 0 !important;}
.custom-control-label::before {
    top: 3px;
    right: -15px;
    width: 15px;
    height: 15px;
    content: "";
}
.navbar.fixed-top {
    padding: 0;
}

#course-category-listings .listitem>div>.float-left {
    font-size: 13px;
    color: #000;
}
#course-category-listings .listitem>div .idnumber {
    display: none;
}
#course-category-listings ul.ml {
    padding: 0;
}
#course-category-listings #category-listing .course-count {
    color: #a1a1a8;
    margin-left: 0;
    min-width: 50px;
    display: inline-block;
}
#course-category-listings #category-listing .course-count i{    font-size: 12px;
    color: #000;}
.course_category_tree .category.with_children>.info>.categoryname {
    background-image: url(/theme/moove/pix/down-arrow-list.svg);
    background-repeat: no-repeat;
    background-position: center left 10px;
}
.course_category_tree .category.with_children.collapsed>.info>.categoryname {
    background-image: url(/theme/moove/pix/left-arrow-list.svg);
    background-position: center left 7px;
}

.course_category_tree .category>.info>.categoryname {
    margin: 15px 10px;
    font-size: .9375rem;
    font-weight: 400;
    padding: 8px 25px;
    box-shadow: 5px 5px #42527c1c;
    border-bottom: 0;
    border: 1px solid #e9e9e9;
    border-radius: 6px;
}
.format-tiles .sectiontitle::after, .format-tiles .badge-info{display:none;}
.format-tiles .completioncheckbox{width:33px;}
.format-tiles .sectionbutton .icon {
    font-size: 14px;}
.format-tiles .sectionbutton {
    width: 35px;
    height: 35px;}
.format-tiles .tiles-top-button {
    height: 30px;
    width: 30px;}
.format-tiles ul.tiles .tile .tile-textinner.longtitle h3 {
    font-size: 15px;
}
.format-tiles:not(.editing) .course-content .icon, .format-tiles .iconpickericons .icon, .format-site .iconpickericons .icon { color: #618d7a;}
.format-tiles .tile-bg {
    background-color: rgb(255 255 255 / 5%);
}
.format-tiles .course-content ul.tiles .tile{box-shadow: 10px 10px 25px 0 #bdbdbd73; border-top: 2px solid transparent;}
.tree_dept_name {width: fit-content !important;}
.page-context-header{display: flex;}
#page-header h1.h2 { font-weight: 500; font-size: 22px;}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {font-weight: 300; color: #42527c; padding-bottom: 7px;}
#page-login-signup .select2-container--default .select2-selection--single { border-radius: 4px; height: 36px; border-radius: 9px;}
#page-login-signup .select2-container { width: 100% !important;}
#page-login-signup .fdescription.required , #page-login-signup #fgroup_id_buttonar { width: 100% !important; display: flex;}
.form-label-addon .icon { font-size: 7px;}
a.register-btn {background-color: #f0ad4e; padding: 10px 20px;    border-radius: 9px;    color: #000;    font-size: 14px;    margin-top: 5px; display: inline-block; margin-bottom: 25px;}
.signupform .mform .form-inline .custom-select{width: 100%;}
.signupform .custom-register .col-left{
background: url('/theme/moove/pix/register.jpg');width: 100%; background-position: center;  background-repeat: no-repeat; background-size: cover;
}
#page-login-signup .col-right .form-group { width: 50%; float: left; padding: 5px;}
#page-login-signup .login-container {min-width: 60%;}
.mediaplugin_videojs > div {  max-width: 100% !important;}
.drawer-toggles .drawer-toggler .btn:focus, .btn:focus, .btn.focus ,.aabtn.focus, .aabtn:focus, .btn-link.focus, .btn-link:focus, .nav-link.focus, .nav-link:focus, .editor_atto_toolbar button.focus, .editor_atto_toolbar button:focus, .editor_atto_toolbar .atto_toolbar_row.focus, .editor_atto_toolbar .atto_toolbar_row:focus, [role="button"].focus, [role="button"]:focus, .list-group-item-action.focus, .list-group-item-action:focus, input[type="checkbox"].focus, input[type="checkbox"]:focus, input[type="radio"].focus, input[type="radio"]:focus, input[type="file"].focus, input[type="file"]:focus, input[type="image"].focus, input[type="image"]:focus, .sr-only-focusable.focus, .sr-only-focusable:focus, a.dropdown-toggle.focus, a.dropdown-toggle:focus, .modal-dialog[tabindex="0"].focus, .modal-dialog[tabindex="0"]:focus, .moodle-dialogue-base .closebutton.focus, .moodle-dialogue-base .closebutton:focus, button.close.focus, button.close:focus, .form-autocomplete-selection.focus, .form-autocomplete-selection:focus, [role="treeitem"]:not([aria-expanded="true"]).focus, [role="treeitem"]:not([aria-expanded="true"]):focus {
outline: 0;  box-shadow: none;}

body.has-secondarynavigation #page, body.has-secondarynavigation #page.drawers { margin-top: 90px;}
.activity-item {padding: 7px !important; width: 100%;}
.activity-item:not(.activityinline) { border: 1px solid #dee2e6; padding: 1rem; background-color: #fff; box-shadow: 3px 3px 0px rgba(0, 0, 0, .08);}
body{background-color:red !important;}
body{ background: url('/theme/moove/pix/bodyback.jpg'), #F8F8F8 !important; font-family: 'IRANSansX'; background-repeat: repeat-x !important; }
.secondary-navigation { background-color: #555c708a; filter: drop-shadow(0px 0px 0px #a1adcead);}
.secondary-navigation .moremenu , .moremenu .nav-link {height: 25px;}
.secondary-navigation .moremenu .nav-tabs .nav-link:hover, .secondary-navigation .moremenu .nav-tabs .nav-link:focus { background-color: #24304f;}
.secondary-navigation .moremenu .nav-tabs .nav-link , .navbar.fixed-top{font-size: 13px;}
.navbar.fixed-top , .navbar.fixed-top .primary-navigation .navigation .nav-link , .navbar.fixed-top .primary-navigation .navigation{height: 50px; }
.secondary-navigation{top:50px;}
#page-login-index .loginform { width: 60% !important; padding:0 !important;}
.right-box-login{ padding: 80px; font-size: 13px;}
.login-form-submit.form-group button { font-size: 15px;    width: 190px;}
.right-box-login .form-control-lg { font-size: 14px;}
.section.course-section.main ul.section.m-0.p-0.img-text.d-block { display: flex!important; flex-direction: row; flex-wrap: wrap; justify-content: space-evenly; align-items: flex-start; align-content: center;}
.pagelayout-frontpage .section .activity { list-style: none; padding: 0.25rem 0; width: 45%; display: flex; margin: 5px 0;}
.left-box { background-image: url(/theme/moove/pix/login-img.jpg); width: 50%; background-size: cover;    background-position: center;}
.section .activity{width:100%}
.navbar.fixed-top .navbar-brand .logo { max-height: 45px;}
#page-login-index .loginform { width: 870px;}
.login-container .login-logo { display: flex; margin-bottom: 1rem; flex-direction: column; align-items: center;}
.login-logo fieldset {min-width: auto; margin: 0px; border: 0; border-top: 1px solid #b7b7b7; width: 100%; text-align: center; padding-left: 20%; padding-right: 20%; margin-top: 30px;}
.login-logo legend{font-size:15px;}
.activityiconcontainer { width: 30px; height: 30px;}
.course-section .section-item{    border-radius: 5px;}
.activityiconcontainer .activityicon, .activityiconcontainer .icon{ height: 20px;    width: auto;}
a.aalink.stretched-link {color: #000;}
#page-footer{ background: url('/theme/moove/pix/footer-top-left.png') #4C4B47; 
    width: 100%;
    background-position:center top;
    background-repeat: no-repeat;
    padding-top: 30px;
    padding-bottom: 5px;
    margin: 0 !important;
}
#page-footer ul{ padding: 0;}
#page-footer li { list-style: none;}
#page-footer li:before{content:''; display: block; background-image: url('/theme/moove/pix/footer-arrow.png');width: 5px; height: 20px; float: left; background-position: center; background-repeat: no-repeat; margin-right: 10px;}
#page-footer span { font-weight: bold; font-size: 16px;}
#page-footer hr{ border-top: 1px solid rgb(255 255 255 / 35%);}

.activity-navigation .larrow .icon-arrow-left { transform: rotate(180deg);}
.activity-navigation .rarrow .icon-arrow-right {transform: rotate(180deg);}
.vjs-menu-button-popup .vjs-menu .vjs-menu-content{max-height: 30em;}
/* --------------------- Responsive -------------------------  */
@media (max-width: 1440px){
#page-login-index .loginform { width: 70% !important;}
}
@media (max-width: 1240px){
#page-login-index .loginform { width: 90% !important;}
}
@media (max-width: 990px){
.left-box{display:none;}
}
@media (min-width: 768px){
body.has-secondarynavigation .drawer-left, body.has-secondarynavigation .drawer-right { top: calc(90px + 1px);}
.flex-md-row {flex-direction: initial !important;}
}
@media (min-width: 576px){
#page.drawers .drawer-right-toggle { margin-left: 0;}
#page-wrapper #page{ padding: 0;}
}

.btn , .form-control{font-size: 12px;    border-radius: 3px;}
  .custom-select {
    font-size: 12px;
    border-radius: 3px;
}
