@font-face {
  font-family: San9;
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/9/eot/SansWeb_Bold.eot");
  src: url("../fonts/9/eot/SansWeb_Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/9/woff2/SansWeb_Bold.woff2") format("woff2"), url("../fonts/9/woff/SansWeb_Bold.woff") format("woff"), url("../fonts/9/ttf/SansWeb_Bold.ttf") format("truetype");
}

@font-face {
  font-family: San9;
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/9/eot/SansWeb.eot");
  src: url("../fonts/9/eot/SansWeb.eot?#iefix") format("embedded-opentype"), url("../fonts/9/woff2/SansWeb.woff2") format("woff2"), url("../fonts/9/woff/SansWeb.woff") format("woff"), url("../fonts/9/ttf/SansWeb.ttf") format("truetype");
}

body {
  font-family: San9,Tahoma,Arial,SansSerif;
  font-weight: normal;
  font-size: 14px;
  direction: rtl;
  text-align: right;
}

h1, h2, h3, h4, h5 {
  padding: 0;
  margin: 0;
}

a, a:visited {
  text-decoration: none;
  color: #000;
  outline: none;
}

a:hover {
  text-decoration: none;
  color: #6a830f;
}

.left {
  text-align: left;
}

i.ion {
  display: inline-block;
  width: 1em;
  height: 1em;
  mask-repeat: no-repeat;
  mask-position: center center;
  vertical-align: middle;
  visibility: hidden;
  mask-size: contain;
  -webkit-mask-size: contain;
}

i.ion[style] {
  visibility: visible;
}

.scroll-x {
  white-space: nowrap;
  width: 100%;
  overflow-x: auto;
}

.bg-light {
  background-color: #f0f0f0;
}

.header { padding: 1em 0;position:relative; }
.header a.logo { position:absolute;top:9rem;left:3rem;width:auto; }
.header a.logo img { width:160px;outline:none;border-radius:.4em 1.6em 1.7em .4em; }

.header h1 {
  color: #777;
  display: inline-block;
  position: relative;
  letter-spacing: -.06em;
}

.header h1 i {
  color: #777;
  display: inline-block;
  position: absolute;
  bottom: -1em;
  right: 0;
  font-style: normal;
  font-size: .4em;
  letter-spacing: .3em;
  color: #e7e2f8;
}

.header .btns { text-align: left;padding: 0; }

.header .btns a {
  display: inline-block;
  border: 1px solid #6a830f;
  border-radius: .3em 1em 1em .3em;
  padding: .3em .7em;
  color: #6a830f;
  white-space: nowrap;
  margin: .1em 0;
}

.header .btns a:last-child {
  border-radius: 1em .3em .3em 1em;
}

.header .btns a:hover {
  color: #333;
  border-color: #666;
}

.header .btns a:hover i {
  color: #666;
}

.header .btns a i {
  color: #6a830f;
  font-size: 1.6em;
  vertical-align: middle;
}

.container.indx {
  margin-top: 2em;
  line-height: 2em;
  background: #fff url("../img/bg9.webp") no-repeat center center;
  background-size: cover;
  border-radius: 1em;
}

.container.indx .main {
  background: linear-gradient(to bottom left, #fff, rgba(200, 200, 200, 0.4));
  border-radius: 1em;
  padding: 2em;
}

.index-menu {
  background-color: #f2f2f2;
}

.index-menu .container {
  white-space: nowrap;
  overflow: auto;
}

.index-menu .container ul {
  list-style: none;
  margin: 1.7em auto;
  padding: 0;
}

.index-menu .container ul li {
  display: inline-block;
  text-align: center;
  margin: 0 1em;
  min-width: 7%;
}

.index-menu .container ul li h2 {
  font-size: 1em;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

.index-menu .container ul li a {
  color: #333;
  transition-duration: .2s;
  -webkit-transition-duration: .2s;
  transition-property: all;
}

.index-menu .container ul li a:hover {
  color: #85a512;
  transition-duration: .3s;
  -webkit-transition-duration: .2s;
  transition-property: all;
}

.index-menu .container ul li a:hover i {
  color: #333;
  transition-duration: .3s;
  -webkit-transition-duration: .3s;
  transition-property: all;
}

.index-menu .container ul li a.head:hover {
  color: #333;
}

.index-menu .container ul li a.head:hover i {
  color: #85a512;
}

.index-menu .container ul li i {
  color: #85a512;
  display: block;
  font-size: 2em;
  margin: 0 auto .2em auto;
  transition-duration: .2s;
  -webkit-transition-duration: .2s;
  transition-property: all;
}

.pages {
  direction: ltr;
}

.pages a:hover {
  color: #743697;
}

.pages .page-item.active a.page-link {
  background-color: #85a512;
  border-color: #85a512;
}

.container .frm {
  padding-top: 3em;
  padding-bottom: 4em;
}

.container .frm form {
  margin: 0 auto;
  max-width: 400px;
}

.container .frm form .alert {
  box-shadow: 0 10px 10px -10px #e8e8e8;
}

.container .frm form .alert i {
  color: #666;
  font-size: 1.5em;
  vertical-align: middle;
}

.container .frm form .form-group label {
  margin: 1.5em 0 .5em 0;
}

.container .frm form button:focus,
.container .frm form input:focus {
  box-shadow: 0 0 0 0.2rem rgba(133, 165, 18, 0.5);
  border-color: rgba(133, 165, 18, 0.8);
}

.container .frm form input.ltr {
  direction: ltr;
}

.container .frm form button[type=submit] {
  box-shadow: 0 10px 20px -10px #c0c0c0;
}

.container .frm form button[type=submit],
.container .frm form button[type=submit]:focus,
.container .frm form button[type=submit]:active:focus {
  background-color: #85a512;
  border-color: #85a512;
  color: #FFF;
}

.container .frm form button[type=submit]:focus,
.container .frm form button[type=submit]:active:focus {
  box-shadow: 0 0 0 0.2rem rgba(133, 165, 18, 0.5);
}

.foot-light {
  background-color: #f0f0f0;
}

.footer {
  font-size: .9em;
  color: #888;
  padding: 2em 0 4em 0;
}

.footer div.col {
  white-space: nowrap;
}

.footer i {
  color: #888;
}

.footer .social {
  display: inline-block;
  text-align: left;
}

.footer .social a {
  font-size: 2em;
  margin: 0 .3em;
}

.footer .social a:hover i {
  color: #00a198;
}

.footer .lnks {
  line-height: 2em;
}

.footer .lnks a {
  display: block;
}

.footer .lnks a i.fa {
  color: #666;
}

@media (min-width: 576px) {
  .header .btns a:last-child {
    margin-right: .2em;
  }
  .header .btns a {
    padding: .5em 2em;
  }
  .container .login {
    padding-top: 5em;
    padding-bottom: 6em;
  }
}

@media (min-width: 992px) {
  .header {
    padding: 1em 2em 1em 3em;
  }
}


/****************AWSHANG BEGINS*****************/


.thiso {
    padding: 70px 0;
}
body {
    background: linear-gradient(90deg, #2B237C, #0F054C);
}
.container.indx .main {
    clip-path: polygon( 0 0, 0 0, calc(100% - 15px) 0px, 100% 15px, 100% 100%, 100% 100%, 0 100%, 0 100%, 0 0 );
    border-radius: 0 !important;
    padding: 20px 15px 15px 15px;
    background: rgb(13 7 51 / 70%);
    color: #fff;
    padding: 70px;
}
body .container.indx {
    background: unset;
    margin-top: 0;
}
.container.indx .main img {
    filter: brightness(0) invert(1);
}
.container-fluid.index-menu {
    background: rgb(13 7 51 / 70%);
    color: #fff;
    outline: none;
    border-color: #336bff;
    box-shadow: 0 0 10px #336bff;
    filter: drop-shadow(0px 0px 280px #336bff);
}
.index-menu .container ul li h2,.index-menu .container ul li i {
    color: #fff;
    transition:all .3s;
    display: inherit;
    margin-right: 15px;
    vertical-align: middle;
}
.index-menu .container ul li:hover h2,.index-menu .container ul li:hover i {
    color: #336bff !important;
}
.container.indx .main p i {
    margin-left: 10px;
    font-size: 24px;
    vertical-align: middle;
}
.container-fluid.hint {
    color: #fff;
}

.hint > .main > .row > .col-12 {
    clip-path: polygon( 0 0, 0 0, calc(100% - 15px) 0px, 100% 15px, 100% 100%, 100% 100%, 0 100%, 0 100%, 0 0 );
    border-radius: 0 !important;
    padding: 20px 15px 15px 15px;
    background: rgb(13 7 51 / 70%);
    color: #fff;
    padding: 70px ;
}

.hint > .main > .row {
    padding: 70px 0;
}
.hint > .main > .row > .col-12 figure {
    clip-path: polygon( 0 0, 0 0, calc(100% - 15px) 0px, 100% 15px, 100% 100%, 100% 100%, 0 100%, 0 100%, 0 0 );
    border-radius: 0 !important;
    padding: 20px 15px 15px 15px;
    background: rgb(13 7 51 / 70%);
    color: #fff;
    padding: 35px;
    margin-bottom: 35px;
}

.hint > .main > .row > .col-12 figure img {border-radius: unset !important;}

figcaption.figure-caption {
    color: #f0f0f0;
    font-size: 14px;
    margin-top: 15px;
    font-weight: 900;
}
.d-n{
    display:none !important;
}
img.chango {
    height: 52px;
    outline: none;
    border-radius:0.1em 1.6em 1.7em 0.1em;
    float: left;
    vertical-align: middle;
    margin-top: 10px;
}
.index-menu .container ul li {
    display: inline-block;
    text-align: center;
    margin: 0 1em;
    min-width: 7%;
    padding: 20px 0px;
}
.index-menu .container ul li a {
    padding: 20px 0px;
}
.floaty {
    background-position: left center;
    background-repeat: no-repeat;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
        z-index: -1;
}
html, body {
    height: 100%;
}

.cuntant {
    min-height: 80%;
}
.col.lefto {
    text-align: left;
    direction: ltr;
}
.container .frm form .form-group label {
    color: #fff;
    font-weight: 900;
}

.container .frm form button[type=submit],.container .frm form button[type=submit]:focus, .container .frm form button[type=submit]:active:focus {
    border: unset;
    border-radius: unset;
    background-color: #2f6b88 !important;
    border-color: #2f6b88;
    color: #f0f0f0 !important;
    transition: all 0.3s;
    box-shadow: unset !important;
    clip-path: polygon( 0 0, 0 0, calc(100% - 15px) 0px, 100% 15px, 100% 100%, 100% 100%, 0 100%, 0 100%, 0 0 );
    padding: 8px 30px 8px 20px;
    margin-top:25px;
}

.container .frm form .alert {
    border-radius: unset;
    box-shadow: unset;
}
.frm .d-grid.mt-4 {
    display: block !important;
    text-align: left;
}
body .form-group .form-control {
    background: rgb(13 7 51 / 70%) !important;
    color: #fff !important;
    border: unset;
    border-radius: unset;
}
.container .frm form button:focus, .container .frm form input:focus {
    box-shadow: unset;
    border-color: unset;
}
.foot-light {
    background: rgb(13 7 51 / 70%);
    color: #fff;
    outline: none;
    border-color: #336bff;
    box-shadow: 0 0 10px #336bff;
    filter: drop-shadow(0px 0px 280px #336bff);
}
.footer {
    color: #f0f0f0;
    padding: 2em 0px;
}
.footer a {
    color: #eee;
}
.footer ul {
    list-style: none;
}
.footer .social {
    text-align: center;
}
.footer ul li {
    display: inline-block;
    margin: 0 1em;
}

.footer .social i {
    font-size: 20px;
}
.alert {
    color: #055160 !important;
    background-color: #cff4fc !important;
    border-color: #b6effb !important;
}
.cuntant .frm form {
    clip-path: polygon( 0 0, 0 0, calc(100% - 15px) 0px, 100% 15px, 100% 100%, 100% 100%, 0 100%, 0 100%, 0 0 );
    border-radius: unset;
    background-color: rgb(13 7 51 / 70%);
    max-width: 500px;
}

.container .frm form .form-group {
    padding: 0 1em;
}
.frm .d-grid.mt-4 {
    display: block !important;
    text-align: left;
    padding: 1em;
    margin-top: 0 !important;
}
input#terms {
    margin-left: 10px;
}
@media (max-width:500px){
.index-menu .container ul li i {
    display: none;
}
.hint > .main > .row > .col-12 {
    padding: 2rem;
}
}
@media (max-width:980px){
body .footer div.col {
    text-align: center;
    width: 100% !important;
    display: block !important;
    flex: unset;
    min-height: 50px;
}}




.floaty img {
    position: absolute;
    left: 0%;
    top: 10%;
}
.floaty .l1{  
    animation: chapia 3s ease-in-out infinite ;
    animation-delay: 0.5s;
}
.floaty .l2{  
    animation: chapia 3s ease-in-out infinite ;
    animation-delay: 1s;
}
.floaty .l3{  
    animation: chapia 3s ease-in-out infinite ;
    animation-delay: 1.5s;
}
.floaty .lc1{  
    animation: chapiacenter 3s ease-in-out infinite ;
    animation-delay: 0.5s;
}
.floaty .lc2{  
    animation: chapiacenter 3s ease-in-out infinite ;
    animation-delay: 1s;
}
.floaty .lc3{  
    animation: chapiacenter 3s ease-in-out infinite ;
    animation-delay: 1.5s;
}
.floaty .r1{  
    animation: rastia 3s ease-in-out infinite ;
    animation-delay: 0.5s;
}
.floaty .r2{  
    animation: rastia 3s ease-in-out infinite ;
    animation-delay: 1s;
}
.floaty .r3{  
    animation: rastia 3s ease-in-out infinite ;
    animation-delay: 1.5s;
}
.floaty .rc1{  
    animation: rastiacenter 3s ease-in-out infinite ;
    animation-delay: 0.5s;
}
.floaty .rc2{  
    animation: rastiacenter 3s ease-in-out infinite ;
    animation-delay: 1s;
}
.floaty .rc3{  
    animation: rastiacenter 3s ease-in-out infinite ;
    animation-delay: 1.5s;
}


@keyframes rastia {
  0% {
    transform: translateX(0px);
  }
  40% {
    filter:hue-rotate(0);
  }
  50% {
    filter:hue-rotate(45deg);
    transform: translateX(+10px);
  }
  60% {
    filter:hue-rotate(0);
  }

  100% {
    transform: translateX(0px);

  }
}
@keyframes rastiacenter {
  0% {
    transform: translateX(0px);
  }
  40% {
    filter:hue-rotate(0);
  }
  50% {
    filter:hue-rotate(45deg);
    transform: translateX(+5px);
  }
  60% {
    filter:hue-rotate(0);
  }

  100% {
    transform: translateX(0px);

  }
}
@keyframes chapia {
  0% {
    transform: translateX(0px);
  }
  40% {
    filter:hue-rotate(0);
  }
  50% {
    filter:hue-rotate(45deg);
    transform: translateX(-10px);
  }
  60% {
    filter:hue-rotate(0);
  }

  100% {
    transform: translateX(0px);

  }
}
@keyframes chapiacenter {
  0% {
    transform: translateX(0px);
  }
  40% {
    filter:hue-rotate(0);
  }
  50% {
    filter:hue-rotate(45deg);
    transform: translateX(-5px);
  }
  60% {
    filter:hue-rotate(0);
  }

  100% {
    transform: translateX(0px);

  }
}
@keyframes MoveUpDown {
  0%, 100% {
     transform: translateY(0px);
  }
  50% {
     transform: translateY(-20px);
  }
}
.c11{
  animation: MoveUpDown 3s ease-in-out infinite;
}
.floaty .c7 {
    animation: filan 5s ease-in-out infinite;
    animation-delay: 1s;
}
.floaty .c8 {
    animation: filan 5s ease-in-out infinite;
    animation-delay: 4s;
}
.floaty .c9 {
    animation: filan 5s ease-in-out infinite;
    animation-delay: 7s;
}
@keyframes filan {
  0% {
    filter:hue-rotate(0deg);
  }
  25% {
    filter:hue-rotate(-30deg);
  }
  75% {
    filter:hue-rotate(90deg);
  }
  100% {
    filter:hue-rotate(0deg);

  }
}