@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: bold;
    src: url('fonts/iranyekan/eot/iranyekanwebbold(fanum).eot');
    src: url('fonts/iranyekan/eot/iranyekanwebbold(fanum).eot?#iefix') format('embedded-opentype'),
        /* IE6-8 */
        url('fonts/iranyekan/woff2/iranyekanwebbold(fanum).woff2') format('woff2'),
        /* FF39+,Chrome36+, Opera24+*/
        url('fonts/iranyekan/woff/iranyekanwebbold(fanum).woff') format('woff'),
        /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
        url('fonts/iranyekan/ttf/iranyekanwebbold(fanum).ttf') format('truetype');
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 300;
    src: url('fonts/iranyekan/eot/iranyekanweblight(fanum).eot');
    src: url('fonts/iranyekan/eot/iranyekanweblight(fanum).eot?#iefix') format('embedded-opentype'),
        /* IE6-8 */
        url('fonts/iranyekan/woff2/iranyekanweblight(fanum).woff2') format('woff2'),
        /* FF39+,Chrome36+, Opera24+*/
        url('fonts/iranyekan/woff/iranyekanweblight(fanum).woff') format('woff'),
        /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
        url('fonts/iranyekan/ttf/iranyekanweblight(fanum).ttf') format('truetype');
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: normal;
    src: url('fonts/iranyekan/eot/iranyekanwebregular(fanum).eot');
    src: url('fonts/iranyekan/eot/iranyekanwebregular(fanum).eot?#iefix') format('embedded-opentype'),
        /* IE6-8 */
        url('fonts/iranyekan/woff2/iranyekanwebregular(fanum).woff2') format('woff2'),
        /* FF39+,Chrome36+, Opera24+*/
        url('fonts/iranyekan/woff/iranyekanwebregular(fanum).woff') format('woff'),
        /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
        url('fonts/iranyekan/ttf/iranyekanwebregular(fanum).ttf') format('truetype');
}

body, h1,h2,h3,h4,h5,h6,p,ul,li,a,button,b{
  font-family: iranyekan !important;
}
.navbar .navbar-brand img {
    max-width: 190px;
}
.navbar .navbar-brand {
    padding: 5px 18px;
}
.bg-dark {
    background-color: #100f36 !important;
}
a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
    background-color: #100f36!important;
}

.contact-info a {
    font-weight: bold;
    color: #ffffff;
}

ul.navbar-nav {
    direction: rtl;
}
.navbar-nav .nav-item:first-child {
    margin-left: 15px !important;
    margin-right: 20px;
}
.navbar-nav .nav-item .nav-link {
    font-size: 14px;
}
.navbar-nav .nav-item:last-child {
    margin-right: inherit;
}

.side-menu {
    background: #100f36;
  }

  a.whatsapp-chatm {
      width: 56px;
      height: 56px;
      background: #2db742;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      box-shadow: 0px 6px 8px 2px rgb(0 0 0 / 14%);
      -webkit-box-shadow: 0px 6px 8px 2px rgb(0 0 0 / 14%);
      -moz-box-shadow: 0px 6px 8px 2px rgba(0,0,0,0.14);
      position: fixed;
      left: 30px;
      bottom: 20px;
      cursor: pointer;
      z-index: 999;
      color: #fff;
      padding: 9px 13px;
      font-size: 35px;
      animation: pulse-animation 2s infinite;
  }
@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgb(45 183 66 / 42%);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}  
  a.whatsapp-chatm i {
      color: #fff !important;
      font-family: 'Font Awesome 5 Brands';
      font-weight: normal;
  }
.banner-right-area-content h2 .main-bold-text{
  font-family: iranyekan;
}

.banner-right-area-content {
    direction: rtl;
    text-align: right;
}

@media (min-width: 1200px) and (max-width: 1599px){
  .banner-right-area-content h2 {
      font-size: 38px;
  }
}

.overlay-yellow-box {
    background-color: #1b306ab8;
    border-radius: 15px;
}

.fixed-nav-on-scroll {
    background-color: #100f36 !important;
}
.service-details {
    margin-top: 15px;
    direction: rtl;
    text-align: right;
}

@media (min-width: 1200px) and (max-width: 1599px){
  .about-sec .services-area .services .service-card .card-heading {
      font-size: 16px;
  }
}

.testimonial-sec .testimonial-area .testimonial-carousel .testimonial-box h5.user-name {
    font-size: 12px;
}
.testimonial-sec .testimonial-title .heading {
    text-align: right;
}
.about-sec {
    background-color: #3b6ea2;
}
.testimonial-sec {
    background-color: #2eba4c;
}
.skill-sec .skill-bars .progress-item .progress-bar {
    background-color: #2eba4c !important;
}
.lastest-blog {
    background-color: #3b6ea2;
}
footer#site-footer{
  position: relative;
  background: #3b6ea2;
  direction: rtl;
  text-align: right;
}

.ui-block-06.footer ul.links li a::before {
    margin-right: 5px;
    content: "\f0d9";
    margin-left: 5px;
}
.footer_panel {
    color: #fff;
}

.footer_notes p{
    margin-bottom: 20px !important;
}

.services-area-width-manage .card-heading {
    color: #fff !important;
}
section#free-consultation {
    direction: rtl;
    text-align: right;
}

.contact-sec .contact-details ul li i {
    margin-right: inherit;
    margin-left: 20px;
}
.ui-block-01.blog .news-item .news-text-box {
    text-align: right;
}

section#lastest-blog {
    text-align: right !important;
    direction: rtl;
}
.ui-block-01.blog .news-item .para {
    font-size: 13px;
}

.ui-block-01.blog .author .author-name {
    margin-right: 7px;
}
.ui-block-01.blog .news-item .news-title {
    font-size: 17px;
}
.ui-block-01.blog .news-item .date {
    font-size: 14px;
    color: #2eba4c;
}
.ui-block-06.footer .footer_logo {
    width: 200px;
}
.breadcrumb-item+.breadcrumb-item::before {
    padding-left: .5rem;
    padding-right: inherit;
}
.breadcrumb{
  background-color: transparent;
}
.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem;
    padding-right: 0.5rem;
}
.breadcrumb li {
    color: #fff !important;
}
.page-section-mirsoft{
  margin-top: 40px;
}
.banner-row.pageMinHeight {
    height: 70vh;
}
section.contact-sec {
    direction: rtl;
    text-align: right;
}

.pageMinHeight .banner-right-area-content {
    direction: rtl;
    text-align: right;
    padding: 0 56px;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #ffffff;
}
.mb40{
  margin-bottom: 40px;
}
.contact-sec .contact-details ul li:first-child {
    width: 90%;
}
.contact-sec .heading {
    font-size: 26px;
}
section#aboutus-testimonial-sec {
    background-color: #3b6ea2;
}

section#aboutus-testimonial-sec .testimonial-title .heading {
    color: #fff;
    font-size: 33px;
}
section#brand h3.heading {
    text-align: right;
    direction: rtl;
    font-size: 30px;
}
.err-box .error_txt {
    font-size: 80px;
    margin-bottom: 30px;
}

.err-box {
    direction: rtl;
}

.portfolio-sec .cbp-l-grid-mosaic .cbp-caption-activeWrap {
    background: rgb(59 110 162 / 75%);
}
.cbp-l-grid-mosaic .cbp-caption-activeWrap {
    background-color: #3b6ea2;
    background-color: rgb(59 110 162 / 75%);
}

.portfolio-sec .portfolio-hover-effect .hover-text {
    text-align: right;
    direction: rtl;
}

div#js-filters-mosaic {
    direction: rtl;
}
.cbp-filter-item {
    font-family: 'iranyekan';
}
.ui-block-06.footer.padding_top {
    padding-top: 9.5rem;
}

.ui-block-06.portfolio-sec .heading {
    text-align: right;
}

.ui-block-06.portfolio-sec .portfolio-heading-area {
    direction: rtl;
  }
h4.heading.wow.fadeInLeft {
    font-size: 27px;
}
a.edit-element {
    font-size: 20px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #2db742;
    padding: 16px 15px;
    border-radius: 50%;
    color: #fff !important;
    height: 56px;
    width: 56px;
}
.ui-block-06.portfolio-sec .portfolio-links{
  top: 50%;
  background-color: #1166d0;
}

.ui-block-06.portfolio-sec .portfolio-links:hover {
    background-color: #1166d0;
}
.portfolio-mini-detail {
    text-align: right;
}
.mb20{
  margin-bottom: 20px;
}

.banner-right-area-content h2 {
  font-size: 40px;
}

.contact-info:last-child {
    margin-left: 15px;
}
.contact-info a {
    font-size: 13px;
}

/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
*******************************/
    .modal.left .modal-dialog,
    .modal.right .modal-dialog {
        position: fixed;
        margin: auto;
        width: 340px;
        height: 100%;
        -webkit-transform: translate3d(0%, 0, 0);
            -ms-transform: translate3d(0%, 0, 0);
             -o-transform: translate3d(0%, 0, 0);
                transform: translate3d(0%, 0, 0);
    }

    .modal.left .modal-content,
    .modal.right .modal-content {
        height: 100%;
        overflow-y: auto;
    }

    .modal.left .modal-body,
    .modal.right .modal-body {
        padding: 15px 10px 80px;
    }

/*Left*/
    .modal.right.fade .modal-dialog{
        right: 0;
        -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
           -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
             -o-transition: opacity 0.3s linear, right 0.3s ease-out;
                transition: opacity 0.3s linear, right 0.3s ease-out;
    }


    .modal.left.fade .modal-dialog{
        left: 0;
        -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
           -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
             -o-transition: opacity 0.3s linear, left 0.3s ease-out;
                transition: opacity 0.3s linear, left 0.3s ease-out;
    }
div#authmodal {

    text-align: right;
}
.modal-header-mirsfot i {
    left: 20px;
    position: absolute;
    font-size: 14px;
    top: 28px;
}
.modal-header.modal-header-mirsfot h4 {
    font-size: 18px;
}
.modal-body,.modal-header.modal-header-mirsfot {
    direction: rtl;
}
.modal-header-mirsfot .modal-content{
  border-radius: inherit !important;
}

.form-control {
    font-size: 13px;
}
button.btn.btn-block.btn-primary.btn-submit-modallogin {
    font-size: 14px;
}
a.reset-password-link{
    font-size: 13px;
}
div#authmodal {
    z-index: 999999;
}
#snackbar{
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #e51818d6;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  padding: 16px;
  position: fixed;
  z-index: 11111;
  left: 50%;
  bottom: 80px;
}
#snackbar.success{
  background-color: #059b05d4;
}
#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 80px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 80px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {bottom: 80px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 80px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}




@media screen and (min-width: 992px) {
    .navbar-nav .dropdown {
        position: static;
    }
    .navbar .dropdown-menu {
        display: block;
        opacity: 0.4;
        visibility: hidden;
        min-width: 260px;
        transform: scale(1, 0);
        transform-origin: 0 0;
    }
    .navbar.menu-top .dropdown-menu {
        transform-origin: 100% 100%;
    }
    .dropright .dropdown-menu {
        display: block;
        opacity: 0.4;
        visibility: hidden;
        transform: scale(0, 1);
        transform-origin: 0 0;
    }
    .navbar-nav .dropdown:hover>.dropdown-menu,
    .dropright:hover>.dropdown-menu {
        opacity: 1;
        visibility: visible;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}


.dropdown-menu {
    text-align: right !important;
    right: 0;
    left: inherit;

  }

  .dropdown-menu .dropdown-item, .dropdown-menu .dropdown-title {
    color: #26313c;
}
.dropdown-menu .dropdown-item {
    background: transparent;
    font-weight: normal;
    font-size: 1rem;
    line-height: 40px;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}


.static.dropdown {
    position: static;
}

.dropdown-toggle::after {
    content: "\f107";
    border: none;
    vertical-align: baseline;
    width: auto;
    height: auto;
    line-height: 1;
    font-family: 'Font Awesome 5 Free';
}

.megamenu {
    /*padding: 20px 0;*/
    width: 100%;
}

.navbar-nav .dropdown-menu {
    z-index: 5;
    background: #fff;
    border: none;
    border-radius: 0;
    padding: 18px 0;
    -webkit-box-shadow: 0 13px 25px -12px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 13px 25px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 13px 25px -12px rgba(0, 0, 0, 0.25);
    left: 0;
    top: auto;
    border-top: 1px solid #efefef;
    margin-top: 0;
    cursor: default;
}

.menu-top .navbar-nav .dropdown-menu {
    -webkit-box-shadow: 0 0 25px -10px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 25px -10px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 25px -10px rgba(0, 0, 0, 0.25);
    bottom: 68px;
}

.dropdown-menu.right-show {
    left: auto !important;
    right: 0 !important;
}

.dropdown-menu .dropdown-item {
    background: transparent;
    font-weight: normal;
    font-size: 1rem;
    line-height: 40px;
}

a.dropdown-toggle::after {
    transition: all 0s;
}

.dropdown-menu .dropdown-item,
.dropdown-menu .dropdown-title {
    color: #26313c;
}

.dropdown-item.active {
    color: #ffb902;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active,
.navbar .dropdown:hover .dropdown-toggle,
.dropdown-menu .dropdown-item:hover,
.dropdown-menu.megamenu .dropdown-item:hover {
    color: #ffb902 !important;
}

.bglight {
    background: #f1f1f1;
}

.card-header .card-link {
    display: block;
    padding: .75rem 1.25rem;
    background: #fff;
    border: none;
    font-size: 1.125rem;
    color: #26313c;
    text-align: right;
}
.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
.card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}
#accordion .card {
    margin-bottom: 15px;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
.card-body {
    text-align: right;
    direction: rtl;
}
.card-header .card-link.collapsed:before {
    -webkit-transform: rotate(
180deg
);
    -moz-transform: rotate(180deg);
    transform: rotate(
180deg
);
}
.card-header .card-link:before {
    content: "\f107";
    float: left;
}
.dropdown-toggle::after, .card-header .card-link:before, blockquote.blockquote::before, ul.links li a::before, .form-check label::before {
    font-family: "Font Awesome 5 Free", serif;
    font-weight: 900;
}


.ui-block-01.blog .news-item {
    direction: rtl;
    text-align: right;
}
.bg-mirsoft-primary {
    background-color: #3b6ea2;
    color: #fff;
}

.bg-mirsoft-primary .heading-area .title{
    color: #fff !important;
}

.bg-mirsoft-primary .heading{
  color: #fff !important;
  font-size: 35px;
}
.mb100{
  margin-bottom: 100px;
}
.mb0{
  margin-bottom: 0;
}
.pageBody{
  text-align: right;
  direction: rtl;
}

#js-grid-mosaic .cbp-item {
    border: 2px solid #3b6ea2;
}
.banner-right-area-content h1 {
    font-size: 35px;
}
ol.breadcrumb {
    font-size: 14px;
}
.portfolio-carousel.owl-carousel.owl-item.owl-loaded.owl-drag {
    border: 2px solid #3b6ea2;
}
ul {
    text-align: right;
}
.mir-page-body a {
    color: #2e6de1;
    border-bottom: 2px dashed;
    line-height: 30px;
}

div#js-filters-mosaic {
    width: 52%;
}
.portfolio-pagination nav a {
    background: #100f36 !important;
    color: #ffff;
    margin-right: 10px;
    float:left;
}

portfolio-sec .cbp-l-filters-button .cbp-filter-item {
    letter-spacing: inherit;
}

.ui-block-10.prices .price-list:hover {
    color: #fff;
}
.ui-block-10.prices .price-list {
    border-bottom: 3px solid #15598a;
    font-family: inherit;
    text-align: right;
    direction: rtl;
}

.ui-block-10.prices .price-list .info .sub-heading {

    text-transform: none !important;
}

section.mir-page-body img {
    border-radius: 50%;
}

.ui-block-10.prices .price-list .info .main-heading {
    text-transform: none !important;
}

.mir-page-body h3 {
    font-size: 18px;
    font-weight: bold;
}

.mir-page-body h2 {
    font-size: 24px;
    font-weight: bold;
    color: #1b306a;
}

.side-menu.side-menu-active li.nav-item > ul > li > a {
    font-size: 12px !important;
}
.side-nav .navbar-nav .nav-item {
    display: block !important;
}

.side-menu.side-menu-active li.nav-item > ul > li > a::before {
    content: '- ';
}
.side-menu.side-menu-active .navbar-nav .nav-item:last-child{
    margin-right: 20px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}


.upper-nav .contact-info{
    margin-right: 13px;
}

@media (max-width: 575.98px){
 .sidemenu_btn {
    top: 125px;
    }   
}

.portfolio-body {
    background-color: #eee;
    border-radius: 12px;
    padding: 18px;
    direction: rtl;
}
