@font-face
{
    font-family: 'iransans';
    font-weight: normal;
    src: url('../fonts/IRANSansWeb_FaNum.woff2') format('woff2'),
         url('../fonts/IRANSansWeb.eot'),
         url('../fonts/IRANSansWeb.eot?#iefix') format('embedded-opentype'),
         url('../fonts/IRANSansWeb.woff') format('woff'),
         url('../fonts/IRANSansWeb.ttf') format('truetype'),
         url('../fonts/IRANSansWeb.svg#iransans') format('svg');
}
html,body {
  font:14px 'iransans';
  line-height: 1.85em;
  text-align: right;
}

::selection {
  color: #eee !important;
  background: #1d75ff !important;
}
img {
  max-width: 100%;
}
p {
  line-height: 1.8em;
}




.page-result {
  background-color: whitesmoke;
  font-size: 15px;
  color: #444;
}
.page-result .content {
  border: 1px solid #eee;
}
.page-result .wrapper {
  min-height: calc(100vh - 245px);
}
.msg-success {
  color: #00B74A;
  line-height: 1.85em;
}
.msg-fail {
  color: red !important;
}
.page-result a {
  font-size: 14px;
}

.msg-success i {
  font-size: 39px;
}
.payment_result p.note {
  font-size: 16px;
  font-weight: bold;
  color: #555;
}
.payment_result p.note i {
  font-size: 20px;
}
.payment_result .msg-fail, .payment_result .msg-success {
  font-size: 22px;
}
.payment_result p.note {
  font-size: 14px;
}

#header-result{
  padding-top: 40px;
  padding-bottom: 40px;
  background: #2e7bcf url('../images/header-bg.jpg') 0 0 repeat-x;
  border-bottom: solid 1px #275da1;
}
#logo-result {
  display: block;

}
#msg-intro {
  position: fixed;
  left: 0;
  bottom: -1;
  width: 100%;
  padding: 6px 10px 5px;
  background-color: #0e6cff;
  font-size: 13px;
  z-index: 5;
  display: none;
}
#msg-intro a {
  color: white;
  display: block;
  text-align: center;
  text-decoration: none;
}

#menu {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
}
#menu a {
  color: white;
}
.navbar-brand {
  margin-left: 1rem;
  margin-right: 0;
}
.navbar-nav {
  padding-right: 0;
}





#slider {
  background-image: url(../images/home-bg.png);
  background-color: #0e6cff;
  position: relative;
  background-size: cover;
  min-height: 100vh;
  background-position: center center;
  color: white;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  position: relative;
  /* padding-top: 100px; */
}

#slider:after {
  background: transparent url(../images/wave.svg) top center no-repeat;
  -webkit-background-size: 5223px 186px;
  background-size: 5223px 186px;
  bottom: 0;
  content: '';
  display: block;
  height: 168px;
  left: 0;
  position: absolute;
  width: 100%;
}

.home-center {
  display: table;
  width: 100%;
  height: 100%;
}
.home-desc-center {
  display: table-cell;
  vertical-align: middle;
  padding: 100px 0;
}
#slider h1 {
  font-size: 41px;
  line-height: 1.5em;
}
#slider p {
  font-size: 21px;
}
#slider .btn {
  font-size: 18px;
  /* background-color: #00c851; */
  color: white;
  padding: 8px 35px;
  /* border-radius: 0; */
  /* border-color: green; */
  border-color: #002258;
  background-color: #065fd4;
  border: none;
}
.home-img {
  z-index: 1;
  position: relative;
}
.home-bottom-img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  opacity: 0.15;
}
.mover-img {
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes mover {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}


.col-head {
  text-align: center;

}
.col-head h1 {
  font-size: 32px;
}
.col-head .note {
  color: #555;
  font-size: 14px;
}

#services .content h5 {
  font-weight: bold;
  margin-top: 25px;
  margin-bottom: 10px;
  color: #555;
}
#services .content p {
  color: #777;
  font-size: 14px;
}
#services img {
  max-width: 167px;
}

#about-img a {
  margin: 0 auto;
}
#about img {
  max-width: 100%;
  height: auto;
  object-fit: initial;
  display: block;
  margin: 0 auto;
}
#about-desc {
  text-align: justify;
  padding-left: 85px;
  padding-left: 25px;
  font-size: 15px;
}
#about-desc .heading {
  font-size: 38px;
}
#about .btn {
  display: block;
    margin-top: 25px;
    width: 120px;
    background-color: #3683dc;
    color: white;
    font-size: 15px;
    padding: 4px 0 5px;
    line-height: 1.8em;
}

#video-holder {
  position: relative;
  display: inline-block;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #000;
  background: rgb(1, 111, 225);
  border-radius: 50%;
  animation: pulse-border 1000ms ease-out infinite;
}
.video-play-button {
  display: inline-block;
  position: absolute;
  width: 80px;
  height: 80px;
  left: 50%;
  top: 44%;
  transform: translate(-50%, -50%);
  /* margin-left: -43px;
  margin-top: -45px; */
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  color: white;
  font-size: 37px;
  content: '';
  padding-top: 13px;
  padding-left: 9px;
  background-color: rgba(0, 0, 0, 0.4);
  background-color: rgba(1, 111, 225, .7);
  text-align: center;
  cursor: pointer;
  z-index: 2;

  /* background-image: url('../images/play.png');
  background-position: 55% center;
  background-repeat: no-repeat;
  background-size: 32px 32px; */

}
.video-play-button i {
  line-height: 55px;
}
/* .video-play-button i {
  width: 32px;
  height: 32px;
  background: url('../images/play.png');
  background-size: 100% 100%;
} */
#intro li {
  margin-bottom: 8px;
}


@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}



#about {
  position: relative;
  z-index: 2;
}
video {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99;
}





#courses {
  background-color: white;
  color: #000;
}
#last-winers .content
{
    max-height:355px;
    overflow:hidden;
}
#last-winers .holder
{
    text-align:center;
}
#last-winers .button
{
    background-color: #4caf50;
    color: white;
    padding: 4px 9px;
    font-size: 13px;
    margin: 5px 82px;
    text-align: center;
    display:inline-block;
    margin-top:10px;
    margin-left:-30px;
}
#last-winers img
{
    width:64px;
    border-radius:100%;
    margin-bottom:0px;
}
#last-winers .col-md-3
{
    text-align:center;
    float: right;
}
#last-winers .col-md-3 div
{
    font-size:13px;
    cursor:default;
}
#last-winers .col-md-9 p
{
    padding-top:15px;
    margin: 0px;
    position:relative;
    cursor:default;
    height: 86px;
    overflow:hidden;
    padding-top: 15px;
}
#last-winers .col-md-9 p:before,#last-winers .col-md-9 p:after
{
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/quotation.png) no-repeat center center;
    background-size: 100% 100%;
    margin-left: 6px;
    opacity: 0.5;
}
#last-winers .col-md-9 p:after
{
    background-image: url(../images/quotation-end.png);
    margin-right:6px;
}


img.skyBlue{background-color:#7db9e8}
img.green{background-color:#0a831e}
img.black{background-color:#777}
img.pink{background-color:#E91E63}
img.blue{background-color:rgb(27, 115, 187)}
img.red{background-color:#f55327}

img.brd-3 {
  border-width: 4px !important;
}


.white {
  background-color: white;
}
.whitesmoke {
  background-color: whitesmoke;
}
.brd {
  border: 1px solid #eee;
  border-left: 0;
  border-right: 0;
}
.brd-top-0 {
  border-top: 0;
}

.col-head {
  white-space: nowrap;
  max-width: 100%;
}

.reg-form button {
  display: block;
  margin: 0 auto;
  background-color: #00c851;
  border: none;
  width: 205px;
  color: #fff;
  font-size: 17px;
  padding: 10px 0px;
  text-align: center;
  font-weight: normal;
  position: relative;
  right: -40px;
}
.reg-form label {
  min-width: 85px;
  font-weight: bold;
  color: #444;
  font-size: 15px;
}
.reg-form span {
  /* font-weight: bold; */
  color: #000;
  font-size: 14px;
}
.reg-form input, .reg-form select {
  border: 1px solid #ccc;
  width: 488px;
  padding: 5px 0;
  text-indent: 10px;
}
.reg-form .price-value {
  position: relative;
  font-size: 28px;
  font-weight: bold;
  color: green;
}
.reg-form .price-value i {
  font-style: normal;
  font-size: 14px;
}
.price-value s {
  color: #ff4a4a;
  font-size: 23px;
  position: absolute;
  /* top: -9px; */
  margin: 28px 0 0;
}
.reg-form .rw {
  margin: 25px 0;
}
.head {
  font-size: 30px;
  font-weight: bold;
  color: #444;
  margin-bottom: 40px;
}
.btn {
  border-radius: 0;
}

.lvl {
  margin: 8px 0;
  position: relative;
  padding-right: 55px;
  
}
.lvl i {
  position: absolute;
  font-style: normal;
  border: 2px solid green;
  color: green;
  display: inline-block;
  text-align: center;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 100%;
  /* margin-left: 15px; */
  font-size: 16px;
  
  right: 0;
  top: 50%;
  transform: translate(0,-50%);
}
.lvl p {
  padding-top: 5px;
  margin: 0;
  font-size: 14px;
  color: #000;
}
.bold {
  font-weight: bold;
}
img.reg-img {
  display: block;
  margin: 0 auto;
  max-width: 90%;
}

.countdown {
  text-transform: uppercase;
  font-family: 'iransans';
  text-align: center;
}

.countdown > div { display: inline-block; width: 80px; width: 60px; }

.countdown > div > span {
  display: block;
  text-align: center;
}

.countdown-container { margin: 0 3px; }

.countdown-container .countdown-heading {
  font-size: 13px;
  margin: 3px;
  color: #555;
  color: #eee;
}

.countdown-container .countdown-value {
  font-size: 38px;
    background: #444;
    padding: 25px 0 15px;
    color: #fff;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.4);

    font-size: 25px;
    padding: 14px 0 8px;

    background: #eee;
    padding: 15px 0 9px;
    color: #555;
    text-shadow: none;
    font-weight: bold;
}
.ltr {
  direction: ltr;
}


.animate {
  position: relative;
  padding-right: 3px !important;
  display: inline-block;
  margin-right: 5px;
  height: 10px;
  vertical-align: middle;
}

.animate .holder {
  cursor: pointer;
  position: absolute;
  top: 2px;
  bottom: 0;
  width: 10px;
  height: 10px;
  display: inline-block;
  margin: auto;
}

.animate .holder .arrow {
  right: 25%;
  position: absolute;
  margin-right: 0px;
  width: 10px;
  height: 10px;
  background-size: contain;
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.animate .holder .arrow.a1 {
  -webkit-animation-name: bounce;
          animation-name: bounce;
  -webkit-animation-duration: 1.4s;
          animation-duration: 1.4s;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.animate .holder .arrow.a2 {
  margin-right: 6px;
}

.animate .holder .arrow.next {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6I0ZGRkZGRjt9PC9zdHlsZT48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMjQ0LjgsMjdjMjAuMS0yMC4yLDUzLjEtMTkuOSw3My42LDAuNnMyMC44LDUzLjUsMC43LDczLjdsLTE5MCwxOTBjLTIwLjIsMjAuMi01My4yLDE5LjktNzMuNy0wLjZzLTIwLjgtNTMuNS0wLjYtNzMuN0wyNDQuOCwyN3oiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNNTQuOCwyOTAuNWwxOTAsMTkwYzIwLjIsMjAuMiw1My4yLDE5LjksNzMuNy0wLjZzMjAuOC01My41LDAuNi03My43bC0xOTAtMTkwYy0yMC4yLTIwLjItNTMuMi0xOS45LTczLjcsMC42UzM0LjYsMjcwLjMsNTQuOCwyOTAuNUw1NC44LDI5MC41eiIvPjwvc3ZnPg==);
}

@keyframes bounce {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) scale(1);
            transform: translateX(0px) scale(1);
  }
  25% {
    opacity: 0;
    -webkit-transform: translateX(-10px) scale(0.9);
            transform: translateX(-10px) scale(0.9);
  }
  26% {
    opacity: 0;
    -webkit-transform: translateX(10px) scale(0.9);
            transform: translateX(10px) scale(0.9);
  }
  55% {
    opacity: 1;
    -webkit-transform: translateX(0px) scale(1);
            transform: translateX(0px) scale(1);
  }
}








#slideshow-candidate .carousel-caption{
  position: static;
}
#canidate{
  background: #333 url('../images/bg.jpg') no-repeat;
  background-position: center center;
  background-attachment: fixed;
  padding: 60px 0px;
  position: relative;
}
#canidate .header{
  position: relative;
  z-index: 2;
}
#canidate h3{
  display: block;
  color: white;
  font-size: 22px;
  text-align: center;
  padding-bottom: 30px;
}
#canidate span{
  display: block;
  clear: both;
}
#canidate span.comment-loc{
  font-size: 12px;
  color: #eee;
}
#canidate p{
  text-align: right;
}
#canidate .pull-right{
  margin-left: 28px;
}
#canidate p:after, #canidate p:before {
  display: inline-block;
  margin-left: 8px;
  color: #eee;
  font: normal normal normal 11px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#canidate p::before{
  content: "\f10e";
}
#canidate p::after{
  content: "\f10d";
  margin-right: 8px;
}
#canidate .cover, #banner-quiz .cover{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-color: rgba(0,0,0,0.7);
  z-index: 0;
}
.carousel-inner{
  position: relative;
  z-index: 2;
}
.w-full {
  max-width: 100% !important;
  padding-left: 0 !important;
}
#canidate .note{
  position: relative;
}
.carousel-indicators li {
  height: 5px;
}



.faq-q {
  font-weight: bold;
  padding: 8px 15px;
}

.faq-c {
  background-color: white;
  color: #444;
  border: 1px solid #eee;
  border-bottom: none;
  cursor: pointer;
}
.faq-q:hover {
  background-color: #3683dc;
  color: white;
}

.faq-t {
  padding-left: 0.3em;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  transition: all 200ms;
  font-size: 20px;
  vertical-align: middle;
  margin-left: 5px;
  position: relative;
  top: 2px
}

.faq-o {
  transform: rotate(-45deg);
  transform-origin: 50% 50%;
  -ms-transform: rotate(-45deg);
  -ms-transform-origin: 50% 50%;
  -webkit-transform: rotate(-45deg);
  -webkit-transform-origin: 50% 50%;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  transition: all 200ms;
}


.faq-a {
  display: none;
  padding: 4px 15px 8px;
}
.faq-a p {
  margin-bottom: 0;
  padding: 5px 20px 5px 0;
  line-height: 1.8rem;
}

iframe {
  border: 0;
}

footer {
  position: relative;
  background-image: url(../images/home-bg.png);
  background-color: #0e6cff;
  background-size: cover;
  background-position: center -3%;
  color: #eee;
  padding: 65px 0 20px;
  z-index: 2000000003;
}
footer h5 {
  font-size: 16px;
  margin-bottom: 15px;
}
footer ul {
  margin: 0;
  padding: 0;
}
footer ul li {
  list-style: none;
}
footer a {
  color: #eee !important;
  font-size: 13px;
  text-decoration: none !important;
}
footer i {
  margin-left: 5px;
  font-size: 14px;
  vertical-align: middle;
}
footer:after {
  background: transparent url(../images/footer-wave.png) top center no-repeat;
  top: 0;
  content: '';
  display: block;
  height: 65px;
  left: 0;
  position: absolute;
  width: 100%;
}






@media only screen and (max-width: 1300px) {
  #slider h1 {
    font-size: 32px;
  }
  #slider p {
    font-size: 17px;
  }
  footer {
    padding: 45px 0 20px;
  }
}

@media only screen and (max-width: 991.98px) {
  .head {
    font-size: 28px;
  }
  #slider h1 {
    font-size: 24px;
  }
  #slider p {
    font-size: 15px;
  }
  .countdown > div {
    width: 45px;
  }
  .countdown-container .countdown-value {
    font-size: 19px;
    padding: 7px 0 4px;

  }
  .counter h5 {
    font-size: 14px;
  }
  .container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  #video-holder {
    display: block;
    margin: 0 auto 50px;
  }
  /* footer {
    padding: 45px 0 20px;
  } */
}

@media only screen and (max-width: 767.98px) {
  .head {
    font-size: 26px;
  }
  #slider .order-2.order-md-1 {
    margin-top: 20px;
  }
  #slider .counter {
    margin-top: 25px !important;
  }
  #course .order-1 {
    padding-bottom: 45px;
    border-bottom: 1px solid #eee;
  }
  footer {
    padding: 25px 0 20px;
  }
  .page-result h2 {
    font-size: 25px;
  }
  #slider .btn {
    font-size: 16px;
    padding: 7px 35px;
  }
}

@media only screen and (max-width: 575.98px) {
  .container {
    padding: 0 30px;
  }
  #register {
    padding-top: 10px !important;
    padding-bottom: 0px !important;
  }
  .head {
      font-size: 22px;
      margin-bottom: 20px;
  }
  #about h3 {
    padding-top: 0 !important;
  }
  .page-result h2 {
    font-size: 22px;
  }
  .reg-form .note label {
    min-width: initial;
    font-size: 14px;
  }
  .reg-form span {
    font-size: 13px;
  }
}
@media only screen and (max-width: 400px) {
  a.lnk.navbar-brand img {
    max-width: 220px;
  }
}

/* Menu */

body.menu-side {
  overflow-x: hidden; 
  padding-left: 44px;
}

@media (max-width: 767.98px)
{
  .navbar-brand.brand.icon {
    background: transparent !important;
    width: auto !important;
    margin: 0 !important;
    border: none !important;
  }
  .navbar-brand.brand.icon::before {
    display: none !important;
  }
  .mover-img {
    margin-top: 10px;
  }
  .home-bottom-img {
    bottom: 20px;
  }
}

@media (max-width: 767px) 
{
  header div.nav-side-menu nav.navbar li a {
    color: #eee !important;
  }
  .navbar .navbar-brand{
    padding: .7rem 0 !important;
  }
}

nav .navbar-toggler {
  padding: .2rem .45rem;
  border-color: rgba(255,255,255,.4) !important;
}
  

#overlay-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 98;
  background: rgb(0,0,0);
  background: rgba(0,0,0,0.7);
  display: none;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  background-color: white;
  z-index: 99;
  top: 0;
  right: 0;
  overflow-x: hidden;
  transition: 0.3s;
  display: none;
}

html body header .sidenav .brand {
  position: relative;
  padding: 0 !important;
  display: flex !important;
  flex-direction: row;
  padding: 15px 2px !important;
  background-color: #3683dc;
}
.sidenav .brand a {
  display: block;
  position: relative;
  max-width: 92%;
  line-height: initial;
  margin: 0 auto !important;
  -ms-flex-item-align: center!important;
  align-self: center!important;
  padding: 0 !important;
}
.sidenav li {
  display: block;
  font: inherit;
  list-style: none;
  line-height: 40px !important;
  border-top: solid 1px #dfdfdf;
  border-width: 1px 0 0 0 !important;
}
.sidenav li ul li {
  line-height: 36px !important;
}
.sidenav li>a {
  padding: .3rem 25px .3rem !important;
  font-weight: bold;
  font-weight: 500;
}
.sidenav>ul {
  border-bottom: solid 1px #dfdfdf;
  border-width: 0 0 1px 0 !important;
}

.sidenav a {
  padding: .2rem .5rem .2rem 1rem !important;
  font-size: 14px;
  color: #333 !important;
  font-weight: bold !important;
  text-decoration: none !important;
}
.sidenav .brd {
  border-bottom: solid 1px #333;
  border-width: 0 0 1px 0;
}

@media screen and (max-width: 767.98px) {
  
  .navbar.navbar-expand-lg {
    padding: 0 !important;
  }
  header {
    position: relative;
  }
  .sidenav {
    display: block;
    z-index: 99;
  }
  body.nav-open .sidenav {
    display: block;
    width: 280px;
  }
  body.nav-open #overlay-menu {
    display: block;
    transition: background-color .5s;
  }

}
@media screen and (max-width: 392px) {
  .navbar-toggler {
      font-size: 1.2rem
  }
}

@media screen and (max-width: 359.98px) {
  .navbar-toggler {
      font-size: 1.1rem
  }
}

/* End Menu */


