﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
@font-face {
    font-family: 'IRANSans';
    src: url('Fonts/IRAN Sans.ttf') format('truetype');
}

@font-face {
    font-family: 'icomoon';
    src: url('Fonts/icomoon/icomoon.eot?6tt51o');
    src: url('Fonts/icomoon/icomoon.eot?6tt51o#iefix') format('embedded-opentype'), url('fonts/icomoon/icomoon.ttf?6tt51o') format('truetype'), url('fonts/icomoon/icomoon.woff?6tt51o') format('woff'), url('fonts/icomoon/icomoon.svg?6tt51o#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    direction: rtl;
    text-align: right;
    font-family: 'IRANSans' !important;    
}

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

.ltrCls {
    direction: ltr;
    text-align: left;
}

footer {
    background-color: #232323;
    /*background-color: #2f0d34;*/
    color: white;
    text-align: right;
}

    footer a {
        cursor: pointer;
    }

        footer a span:hover {
            opacity: 1 !important;
        }

.footer-heading {
    font-size: 17px;
    font-weight: 400;
    color: white;
    margin-bottom: 40px;
}

.colFooter {
    padding: 0 30px;
}

.icon-map-marker:before {
    content: "\f041";
}

.icon-envelope:before {
    content: "\f0e0";
}

.icon {
    font-family: icomoon;
    display: inline-block;
}

.icon-phone-footer:before {
    content: "\e0cd";
    display: inline-block;
    color: white;
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg); /* IE 9 */
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg); /* Safari */
}

.icon-phone2:before {
    font-size: x-large;
    content: "\e0cd";
    display: inline-block;
    color: rgba(253, 97, 0, 1);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg); /* IE 9 */
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg); /* Safari */
}

.telgeram:before {
    font-size: x-large;
    content: "\f1d8";
    display: inline-block;
    color: rgba(253, 97, 0, 1);
}

.btnTransparent {
    color: white;
    background-color: rgba(253, 97, 0, 1);
    border: 1px solid rgba(253, 97, 0, 1) !important;
}

    .btnTransparent:hover {
        color: rgba(253, 97, 0, 1);
        background-color: rgba(253, 97, 0, 0);
        border: 1px solid rgba(253, 97, 0, 1) !important;
    }

.btnTransparentDark {
    color: white;
    background-color: rgba(13, 17, 40, 1);
    border: 1px solid rgba(13, 17, 40, 1) !important;
}

    .btnTransparentDark:hover {
        color: rgba(13, 17, 40, 1);
        background-color: rgba(13, 17, 40, 0);
        border: 1px solid rgba(13, 17, 40, 1) !important;
    }

.btn100 {
    width: 100%;
}

.menuItem2 {
    color: white;
    font-size: 14px;
    margin-left: 30px;
}

    .menuItem2:hover {
        color: rgba(253, 97, 0, 1);
        transition: 500ms;
        text-decoration: none;
    }

.menuItemSelected {
    color: rgba(253, 97, 0, 1);
    font-size: 14px;
    margin-left: 30px;
}

    .menuItemSelected:hover {
        color: white;
        transition: 500ms;
        text-decoration: none;
    }
