

/** +++++++++++++++++++++++++++++++++++++++++++++
                          jux_logo Slider
++++++++++++++++++++++++++++++++++++++++++++++++**/
#jux_logo170 .logo_showcase_slider .jux_logo_item .logo_item_image {
  max-width: fit-content !important;
  height: 150px !important;
}




/** +++++++++++++++++++++++++++++++++++++++++++++
                          MX-News
++++++++++++++++++++++++++++++++++++++++++++++++**/
.mx-awesome11__image > img {
  height: 250px;
}
.mx-awesome11__date {
  background-color: #00aeef !important;
  font-size: 0.75rem !important;
  height: 38px !important;
  border-radius: 3px;
  width: 100px !important;
  letter-spacing: 0.03rem !important;
}
.mx-awesome11__meta a i, .mx-awesome11__meta i, .mx-awesome11__meta a:hover {
  color: #00aeef !important;
}
.mx-awesome11__meta a i, .mx-awesome11__meta i {
  margin-left: 6px;
}
.mx-awesome11__link {
  background-color: #e9edf2 !important;
  letter-spacing: 0.03rem !important;
}
.mx-awesome11:hover .mx-awesome11__content .mx-awesome11__link {
  background-color: #8d8d93 !important;
}
.mx-awesome11__title {
  font-size: 22px !important;
  padding-top: 8px;
}









/*------------------------------------------------------------------------
# mod_mx_services Extension
# ------------------------------------------------------------------------
# author    mixwebtemplates
# Copyright (C) 2020 mixwebtemplates.com. All Rights Reserved.
# @license - http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
# Websites: http://www.mixwebtemplates.com
-------------------------------------------------------------------------*/
:root {
 --mxserv23-color: #F64A00;
}

.service-twentytwo {
    direction: ltr;
}
#mainservice600 .serv-gate {
    display: inline-block;
    width: 48%;
    margin: 10px;
}

.service-blocks-two {
  position: relative;
}

.service-blocks-two .inner-box {
  position: relative;
  background-color: #ffffff;
  -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  height: 100%;
  padding: 50px 50px 50px;
  padding-right: 270px;
  min-height: 300px;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  z-index: 2;
}
@media only screen and (max-width: 1199px) {
  .service-blocks-two .inner-box {
    padding: 30px !important;
  }
}
.service-blocks-two .inner-box:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #00AEF1;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  border-radius: 500px 0 0;
  z-index: -1;
  content: "";
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.service-blocks-two .inner-box:hover::after {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
.service-blocks-two .inner-box:hover .text,
.service-blocks-two .inner-box:hover .title {
  color: #ffffff;
}
.service-blocks-two .inner-box:hover .icon {
  -webkit-transform: rotate(180deg) scale(-1);
          transform: rotate(180deg) scale(-1);
}
.service-blocks-two .inner-box:hover .image-box .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.service-blocks-two .image-box {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media only screen and (min-width: 1199px) {
.service-blocks-two .image-box {
  max-width: 250px;
}
}
@media only screen and (max-width: 1199px) {
  .service-blocks-two .image-box {
    position: relative;
    left: 0;
    top: 0;
    margin-bottom: 70px;
  }
}
.service-blocks-two .image-box .image {
  border-radius: 400px 0 0 0;
  overflow: hidden;
  min-height: 100px;
}
@media only screen and (max-width: 1199px) {
  .service-blocks-two .image-box .image {
    border-radius: 0 !important;
  }
}
.service-blocks-two .image-box .image img {
  width: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-blocks-two .image-box .icon {
  position: absolute;
  right: 75px;
  top: -10px;
  height: 88px;
  width: 88px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 34px;
  color: #00AEF1;
  -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  z-index: 2;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media only screen and (max-width: 1199px) {
  .service-blocks-two .image-box .icon {
    right: 0 !important;
    left: 0 !important;
    top: auto;
    bottom: 0;
    margin: 0 auto -40px;
  }
}
.service-blocks-two .content {
  position: relative;
  direction: rtl;
}
@media only screen and (max-width: 1199px) {
  .service-blocks-two .content {
    text-align: center;
  }
}
.service-blocks-two .title {
  font-size: 30px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 599px) {
  .service-blocks-two .title {
    font-size: 24px;
  }
}
.service-blocks-two .title:hover {
  color: var(--theme-color1);
}
.service-blocks-two .text {
  line-height: 30px;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  margin-bottom: 20px;
}
.service-blocks-two.style-two .inner-box {
  padding-left: 280px;
  padding-right: 30px;
}
.service-blocks-two.style-two .inner-box:after {
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  border-radius: 0 500px 0 0;
}
.service-blocks-two.style-two .image-box {
  right: auto;
  left: 0;
}
.service-blocks-two.style-two .image-box .image {
  border-radius: 0 400px 0 0;
}
.service-blocks-two.style-two .image-box .icon {
  right: auto;
  left: 75px;
}
.service-blocks-two.style-three .inner-box:after {
  -webkit-transform-origin: right top;
          transform-origin: right top;
  border-radius: 0 0 0 500px;
}
.service-blocks-two.style-three .image-box {
  top: 0;
  bottom: auto;
}
.service-blocks-two.style-three .image-box .image {
  border-radius: 0 0 0 400px;
}
.service-blocks-two.style-three .image-box .icon {
  top: auto;
  bottom: -10px;
}
.service-blocks-two.style-four .inner-box {
  padding-left: 280px;
  padding-right: 30px;
}
.service-blocks-two.style-four .inner-box:after {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  border-radius: 0 0 500px 0;
}
.service-blocks-two.style-four .image-box {
  bottom: auto;
  top: 0;
  left: 0;
  right: auto;
}
.service-blocks-two.style-four .image-box .image {
  border-radius: 0 0 400px 0;
}
.service-blocks-two.style-four .image-box .icon {
  right: auto;
  left: 75px;
  top: auto;
  bottom: -10px;
}

.service-blocks-two .btn-style1 {
    position: relative;
    z-index: 5;
    display: inline-block
}
.service-blocks-two .btn-style1 span {
    color: #646464;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #00AEF1;
    box-shadow: 0 6px 43px rgba(0, 0, 0, .16);
    padding: 10px 20px;
    transition: all .4s;
    font-weight: 500
}
.service-blocks-two .inner-box:hover .btn-style1  span {
  color: #ffffff;
  background-color: #333;
}

.service-blocks-two .btn-style1::before {
    content: "";
    height: 100%;
    width: 100%;
    border-width: 1px;
    border-color: #d8d8d8;
    border-style: solid;
    position: absolute;
    top: -10px;
    left: 10px;
    z-index: -1;
    -webkit-transition: all .4s;
    transition: all .4s
}

.service-blocks-two svg {
    margin-left: 7px;
    font-size: 18px;
    transition: all .4s;
    display: inline-block;
    margin-top: -2px
}

.service-blocks-two .btn-style1:hover:before {
    top: 0;
    left: 0;
    border-color: var(--mxserv23-color)
}



















#parsidana-featuers .btn-primary {
  font-size: 0.875rem !important;
}






 /** +++++++++++++++++++++++++++++++++++++++++++++
                          RS-Forms
++++++++++++++++++++++++++++++++++++++++++++++++**/
#rsform_3_page_0 {
    background-color: #eff4fd;
    padding: 20px;
  
}








 /** +++++++++++++++++++++++++++++++++++++++++++++
                          Owl-Carousel
++++++++++++++++++++++++++++++++++++++++++++++++**/
.owl-carousel.owl-rtl .owl-item {
  padding-top: 20px;
}
.owl-carousel .owl-item img {
  width: 100%;
  height: 235px !important;
  border-radius: 15px;
}
.course-single-wrap .single-course .course-price-item span {
  padding: 6px 20px !important;
  font-size: 0.875rem;
  margin-top: 5px;
  font-family: b yekan;
}
.single-course p {
  font-size: 0.825rem !important;
}
.single-course .course-footer .xs-ratting-content {
  float: right !important;
  font-size: 0.714rem;
}
.course-single-wrap .single-course .btn-link {
  float: left !important;
}
.owl-carousel.owl-rtl .fa-arrow-right::before {
  content: "\f060" !important;
}
.single-course {
  padding-bottom: 30px !important;
}






 /** +++++++++++++++++++++++++++++++++++++++++++++
                          Digi-Showcase
++++++++++++++++++++++++++++++++++++++++++++++++**/

.digi_showcase .image img {
  height: 255px;
  width: 100%;
}
#digi_showcase_142 .showcase-item .overlay {
  padding: 15px !important;
  background-color: #00aeef;
}
#digi_showcase_142 .overlay .item-content {
  padding-bottom: 5px;
}
.digi_showcase .image {
  margin-bottom: 25px;
}
.digi_showcase .showcase-item {
  padding: 20px;
}
.digi_showcase .showcase-item .category {
  position: absolute;
  margin-top: 5px;
  font-size: 0.73rem !important;
  left: 0;
  background: #2fb5ea !important;
  padding: 3px 6px;
  border-radius: 5px;
  margin-left: 10px;
  float: left;
}
.digi_showcase .overlay .item-content {
  position: relative;
}
#digi_showcase_142 #digi_showcase_filter , #digi_showcase_143 #digi_showcase_filter {
    margin-bottom: 12px !important;
    margin-right: -20px !important;
}
#digi_showcase_142 .nav-pills > li > a {
    color: #0478bd;
    background-color: #e6edf5;
    margin-left: 3px;
    font-size: 0.938rem;
}






 /** +++++++++++++++++++++++++++++++++++++++++++++
                           Parsi - Skill Bar
++++++++++++++++++++++++++++++++++++++++++++++++**/


 
.skill {
  margin: 30px 0;
}

.skill-bar-container {
  width: 100%;
  height: 15px;
  background-color: #f3f3f3;
  position: relative;
  overflow: hidden;
}

.skill-bar {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  background-color:#34e8d7;
  transition: width 3s cubic-bezier(0.22, 1, 0.36, 1);
}

.skill-info {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 5px;
}

.skill-info p {
  margin-bottom: 0px !important;
}

.skill-percentage {
  opacity: 0;
  transition: all 0.6s;
}

.skill-html {
  background-color: ;
}

.skill-css {
  
}

.skill-sass {
  
}

.skill-js {
  background-color: #fff28a;
}

.skill-php {
  
}







/** +++++++++++++++++++++++++++++++++++++++++++++
                           J-BusinessDirectory - Custom
++++++++++++++++++++++++++++++++++++++++++++++++**/
 
.com_jbusinessdirectory #sp-main-body {
  direction: ltr;
}
.com_jbusinessdirectory .jbd-container {
  direction: rtl;
}
.jbd-container h1 {
  font-size: 2rem !important;
  margin-top: 25px !important;
}
.jbd-container .list-style-6 .result-header-row {
  padding-right: 2rem;
}





/** +++++++++++++++++++++++++++++++++++++++++++++
                                       6 Circle - Category
++++++++++++++++++++++++++++++++++++++++++++++++**/
 

.great-stuffs {
  padding-top: 40px;
  padding-bottom: 70px;
}
.great-stuffs .single-location {
        position:relative;
}
.great-stuffs .single-location h3 a {
  color: #1A213D;
  font-size: 1.03rem;
  font-weight: 600;
  margin-bottom: 0;
  padding-top: 1.6rem;
  display: block;
  font-family: iransansx;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
        .great-stuffs .single-location h3 a {
                font-size:19px
        }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
        .great-stuffs .single-location h3 a {
                font-size:19px
        }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
        .great-stuffs .single-location h3 a {
                font-size:19px
        }
}
@media (max-width: 575px) {
        .great-stuffs .single-location h3 a {
                font-size:19px
        }
}
.great-stuffs .single-location .location-img {
        -webkit-transition:all .4s ease-out 0s;
        -moz-transition:all .4s ease-out 0s;
        -ms-transition:all .4s ease-out 0s;
        -o-transition:all .4s ease-out 0s;
        transition:all .4s ease-out 0s;
        border-radius:10px;
        overflow:hidden;
        position:relative;
        z-index:0;
        border-radius:50%;
        width: 75%;
        margin: auto;
}
.great-stuffs .single-location .location-img::before {
        -webkit-transition:all .4s ease-out 0s;
        -moz-transition:all .4s ease-out 0s;
        -ms-transition:all .4s ease-out 0s;
        -o-transition:all .4s ease-out 0s;
        transition:all .4s ease-out 0s;
        position:absolute;
        width:100%;
        height:100%;
        bottom:0;
        content:"";
        background:rgba(26,33,61,0.5);
        z-index:1;
        opacity:0;
        visibility:hidden;
        display: flex;
}
.great-stuffs .single-location .location-img::after {
        -webkit-transition:all .4s ease-out 0s;
        -moz-transition:all .4s ease-out 0s;
        -ms-transition:all .4s ease-out 0s;
        -o-transition:all .4s ease-out 0s;
        transition:all .4s ease-out 0s;
        position:absolute;
        width:90%;
        height:90%;
        bottom: 7px;
        content:"";
        border:2px dotted #fff;
        z-index:1;
        left:8px;
        border-radius:50%;
        opacity:0;
        visibility:hidden;
        -webkit-animation-name:rotateme;
        animation-name:rotateme;
        -webkit-animation-duration:30s;
        animation-duration:30s;
        -webkit-animation-iteration-count:infinite;
        animation-iteration-count:infinite;
        -webkit-animation-timing-function:linear;
        animation-timing-function:linear
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
        .great-stuffs .single-location .location-img::after {
                bottom:6px;
                left:5px
        }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
        .great-stuffs .single-location .location-img::after {
                bottom:6px;
                left:5px
        }
}
@media (max-width: 575px) {
        .great-stuffs .single-location .location-img::after {
                bottom:14px;
                left:13px
        }
}
@keyframes rotateme {
        from {
                -webkit-transform:rotate(0deg);
                transform:rotate(0deg)
        }
        to {
                -webkit-transform:rotate(360deg);
                transform:rotate(360deg)
        }
}
@-webkit-keyframes rotateme {
        from {
                -webkit-transform:rotate(0deg)
        }
        to {
                -webkit-transform:rotate(360deg)
        }
}
.great-stuffs .single-location .location-img img {
        width:100%;
        transform:scale(1);
        -webkit-transition:all .4s ease-out 0s;
        -moz-transition:all .4s ease-out 0s;
        -ms-transition:all .4s ease-out 0s;
        -o-transition:all .4s ease-out 0s;
        transition:all .4s ease-out 0s;
        height: 140px;
}
.great-stuffs .single-location .location-details {
        position:absolute;
        top:50%;
        transform:translateY(-50%);
        left:0;
        right:0;
        text-align:center;
        margin:0 auto;
        z-index:2;
        -webkit-transition:all .4s ease-out 0s;
        -moz-transition:all .4s ease-out 0s;
        -ms-transition:all .4s ease-out 0s;
        -o-transition:all .4s ease-out 0s;
        transition:all .4s ease-out 0s;
        opacity:0;
        visibility:hidden
}
.great-stuffs .single-location .location-details h4 a {
        color:#fff;
        font-size: 0.814rem;
        font-weight:600;
        display:inline-block;
        margin:0;
        line-height:1;
        font-family: iransansx;
}
@media (max-width: 575px) {
        .great-stuffs .single-location .location-details h4 a {
                font-size:18px;
                line-height:1.1
        }
}
.great-stuffs .single-location .location-details h4 a i {
        margin-right:5px
}
.great-stuffs .single-location .location-details h4 a:hover {
        font-size: 0.855rem;
        color: #50EEC9;
}
.great-stuffs .single-location:hover h3 a {
        color: #1FB683;
}
.great-stuffs .single-location:hover .location-img {
        box-shadow:0 10px 20px rgba(26,33,61,0.12)
}
.great-stuffs .single-location:hover .location-img img {
        transform:scale(1.05)
}
.great-stuffs .single-location:hover .location-img::before {
        opacity:1;
        visibility:visible
}
.great-stuffs .single-location:hover .location-img::after {
        opacity:1;
        visibility:visible
}
.great-stuffs .single-location:hover .location-details {
        opacity:1;
        visibility:visible
}









/** +++++++++++++++++++++++++++++++++++++++++++++
                                      J-Shortcode
++++++++++++++++++++++++++++++++++++++++++++++++**/
.js-post-slider a {
  font-family: iransansx;
  font-weight: 700;
  word-spacing: -0.5px;
  letter-spacing: 0px;
}
.js-post-slider .js-cdate {
  font-family: iranyekanx;
}




/** +++++++++++++++++++++++++++++++++++++++++++++
                           Parsidana - custom - css
++++++++++++++++++++++++++++++++++++++++++++++++**/



.left-column {
  padding-right: 1.5rem;
}
.donate-box {
  position: relative;
  margin-bottom: 2rem;
  margin-top: 3rem;
  margin-right: -1rem;
}
.donate-box .inner {
  position: relative;
  text-align: center;
}
.donate-box .inner .icon-box {
  position: relative;
  width: 100px;
  height: 100px;
  color: #52cd0e;
  line-height: 90px;
  font-size: 46px;
  text-align: center;
  margin: 0 auto;
    margin-bottom: 0px;
  margin-bottom: 0px;
  margin-bottom: 12px;
  border: 2px solid #ececec;
  border-radius: 50px 0px 50px 50px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  display: block;
  padding-left: 0 !important;
  box-shadow: 0 .125rem .125rem -0.125rem rgba(31,27,45,.08),0 .25rem .75rem rgba(31,27,45,.08) !important;
}
.donate-box .inner .icon-box {
  color: #52cd0e;
  line-height: 90px;
  font-size: 46px;
  text-align: center;
}
.donate-box .inner:hover .icon-box {
  border-color: #1ecb16;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.donate-box .inner:hover h3 a {
  color: #1ecb16;
}
.donate-box .inner h3 a:hover {
  color: #1ecb16;
}
.donate-box .inner h3 a {
  color: #000000;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  font-size: 1rem;
}
.fullwidth-section-one .section-outer .image-column {
  width: 100%;
  height: 500px;
  background-position: center center;
  background-size: cover;
}
.sec-title h2 {
  font-size: 5rem;
  font-weight: 700;
}
.sec-title h2 > span{
  font-size: 2rem;
  font-weight: 700;
}






/**--------------------------------------------------------------------------
                         button-color
-----------------------------------------------------------------------------**/










/**--------------------------------------------------------------------------
                         People-Work-Items
-----------------------------------------------------------------------------**/
.people-work-items img {
  min-height: 250px;
  max-height: 250px;
}






/**--------------------------------------------------------------------------
                        Latest-Event-Section
-----------------------------------------------------------------------------**/
.latest-event-section2 {
  position: relative;
  padding-top: 100px;
  #padding-bottom: 110px;
}
 @media (min-width: 992px) {
 
.green-tree {
  background-image: url("/pakzista/images/pak-bg-2.jpg");
  background-repeat: no-repeat;
  background-position: left;
  content: "";
  position: absolute;
  left: 0;
  padding: 0;
  height: 900px;
  float: left;
  margin-top: 1rem;
  width: 100%;
}
  
.latest-event-section2::before {
  #background-image: url("/pakzista/images/pak-bg-2.jpg");
  #background-position: bottom;
  #background-repeat: no-repeat;
  #background-position: right;
  #content: "";
  #position: absolute;
  #left: 0;
  #top: 0;
  #bottom: 0;
  #width: 23.2292%;
  #display: inline-block;
}
}






/**--------------------------------------------------------------------------
                         Menu-Card
-----------------------------------------------------------------------------**/

.icon-box-media {
  display: block;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  transition: background-color .22s ease-in-out,color .22s ease-in-out;
  border-radius: .5rem;
  background-position: center;
  background-size: cover;
  font-size: 1.5rem;
  line-height: 3rem;
  text-align: center;
}
.bg-faded-accent {
  background-color: rgba(93,60,242,.1) !important;
}
.bg-faded-warning {
  background-color: rgba(253,188,49,.15) !important;
}
.bg-faded-primary {
  background-color: rgba(253,86,49,.1) !important;
}
.bg-faded-success {
  background-color: rgba(7,201,139,.1) !important;
}
.bg-faded-info {
  background-color: rgba(60,118,242,.1) !important;
}





.icon-box {
  display: inline-flex;
  padding-left: 1.5rem !important;
  box-shadow: 0 .125rem .125rem -0.125rem rgba(31,27,45,.08),0 .25rem .75rem rgba(31,27,45,.08) !important;
}
.icon-box-title:not(.text-light):not(.text-white) {
  color: #1f1b2d !important;
  font-size: 1.03rem !important;
  letter-spacing: 0.3px;
  font-weight: 600;
}
.icon-box:hover .icon-box-media.text-success, .icon-box.active .icon-box-media.text-success, .icon-box.show .icon-box-media.text-success {
  background-color: #07c98b !important;
  color: #fff !important;
}
.icon-box:hover .icon-box-media.text-info, .icon-box.active .icon-box-media.text-info, .icon-box.show .icon-box-media.text-info {
  background-color: #3c76f2 !important;
  color: #fff !important;
}
.icon-box:hover .icon-box-media.text-primary, .icon-box.active .icon-box-media.text-primary, .icon-box.show .icon-box-media.text-primary {
  background-color: #fd5631 !important;
  color: #fff !important;
}
.icon-box:hover .icon-box-media.text-warning, .icon-box.active .icon-box-media.text-warning, .icon-box.show .icon-box-media.text-warning {
  background-color: #fdbc31 !important;
  color: #fff !important;
}
.icon-box:hover .icon-box-media.text-accent, .icon-box.active .icon-box-media.text-accent, .icon-box.show .icon-box-media.text-accent {
  background-color: #5d3cf2 !important;
  color: #fff !important;
}
.icon-box:hover .icon-box-media.text-info, .icon-box.active .icon-box-media.text-info, .icon-box.show .icon-box-media.text-info {
  background-color: #3c76f2 !important;
  color: #fff !important;
}

.card-hover.shadow-sm:hover, .card-hover.shadow-sm.show {
  box-shadow: 0 .125rem .5rem -0.25rem rgba(31,27,45,.12),0 .25rem 1rem rgba(31,27,45,.12) !important;
}
.bi-bold {
  font-size: 2rem;
}

.fs-sm {
  font-size: 0.875rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.text-accent {
  color: #5d3cf2 !important;
}








/**--------------------------------------------------------------------------
                          Parsi - Content
-----------------------------------------------------------------------------**/

.all-tab-img img {
  padding-bottom: 20px;
}
.all-tab-img img:nth-last-child(2) {
  padding-bottom:0;
}
.ourwork-tab-wrap{
  padding: 50px 0px;
  position: relative;
}
.ourwork-tab-wrap .nav-tabs {
  display:none;
  border-bottom: none;
}
.ourwork-tab-wrap .nav-tabs .nav-item {
  background: transparent;
  margin-right: 10px;
  margin-bottom: 0px;
}
.ourwork-tab-wrap .nav-tabs .nav-link {
  border: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  color: #1c1e1c;
  font-weight: 500;
  font-size: 1.03rem;
}
.ourwork-tab-wrap .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
  background: #31B33B;
  color: #fff;
}
 @media(min-width:768px) {
.ourwork-tab-wrap .nav-tabs {
  display: flex;
}        
.ourwork-tab-wrap .card {
  border: none;
}
.ourwork-tab-wrap .card .card-header {
  display:none;
}  
.ourwork-tab-wrap .card .collapse{
  display:block;
}
}
@media(max-width:767px){
.ourwork-tab-wrap .tab-content > .tab-pane {
  display: block !important;
  opacity: 1;
  margin-bottom: 10px;
}
.ourwork-tab-wrap .card-header {
  background: #427fad;
  color: #fff;
  border-bottom: 1px solid rgba(0,0,0,.125);                    
}
.ourwork-tab-wrap .card-header h5 a{
  background: #427fad;
  color: #fff;
  border-bottom: none;   
  text-decoration: none;  
  font-size: 16px;
  display: block;              
}
.ourwork-tab-wrap .card-header h5 a i {
  float: left;
  padding-top: 5px;
}
.ourwork-tab-wrap .card-body {
  border: 1px solid #427fad;
}
.ourwork-tab-wrap .card-header h5 a:hover {
  color: #fff;
}
}
 
/**--------------------------------------------------------------------------
                          Parsi - TabContent
-----------------------------------------------------------------------------**/

.tab-content {
  border-top: 2px solid #cdcdcd;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #31B33B !important;
}
.nav-link {
  display: block;
  padding: .5rem 1rem;
  color: #252525;
  text-decoration: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
.nav-link:focus, .nav-link:hover {
  color: #31B33B;
}
.nav-pills .nav-link {
  background: 0 0;
  border: 0;
  border-radius: .25rem;
  line-height: 1.6rem;
  font-weight: 500;
}
.tab-content > .active {
  display: block;
  padding-top: 1rem;
}





/**--------------------------------------------------------------------------
                          Read-More - Read Less
-----------------------------------------------------------------------------**/

.read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: .25s ease;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
}

.read-more-state ~ .read-more-trigger:before {
  content: 'Show more';
}

.read-more-state:checked ~ .read-more-trigger:before {
  content: 'Show less';
}

.read-more-trigger {
  cursor: pointer;
  display: inline-block;
  padding: 0 .5em;
  color: #666;
  font-size: .9em;
  line-height: 2;
  border: 1px solid #ddd;
  border-radius: .25em;
}

.status-meeting {
  padding-right: 0px;
}
















/**--------------------------------------------------------------------------
                          About
-----------------------------------------------------------------------------**/

  @media (min-width: 992px) {
.about .about-img {
  position: absolute;
  top: 0;
  left: 0;
}
}
.about .about-img {
  min-height: 600px;
  background-size: cover;
  background-position: center;
}
  @media (min-width: 991px) {
.about .our-story {
  padding-right: 35%;
}
}
.about .our-story {
  padding: 40px;
  padding-left: 40px;
  background-color: #f5f6f7;
}
  @media (min-width: 991px) {
.about .our-story {
  padding-left: 35%;
}
}
  @media (min-width: 991px) {
.about h2 {
  max-width: 65%;
  margin: 0 0 80px 0;
}
}
.about h2 {
  font-size: 2.1rem;
  font-weight: 700;
  font-family: var(--font-secondary);
  margin: 40px 0;
  line-height: 1.7;
}
.about .our-story h4 {
  text-transform: uppercase;
  font-size: 18px;
  color: #838893;
}
.about .our-story h3 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--color-secondary);
}
.about ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}









/**--------------------------------------------------------------------------
                          Data-aos
-----------------------------------------------------------------------------**/

[data-aos^="fade"][data-aos^="fade"].aos-animate {
  opacity: 1;
  transform: translateZ(0);
}
[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  transition-duration: .8s;
}
[data-aos^="fade"][data-aos^="fade"] {
  opacity: 0;
  transition-property: opacity,transform;
}
[data-aos="fade-up"] {
  transform: translate3d(0,100px,0);
}


/**--------------------------------------------------------------------------
                          Service-3
-----------------------------------------------------------------------------**/
.section-title {
  text-align: center;
  padding-bottom: 30px;
}
.section-title h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}
.what-we-do .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
}
.what-we-do .icon-box {
  text-align: center;
  padding: 30px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
}
.what-we-do .icon-box .icon {
  margin: 0 auto;
    margin-bottom: 0px;
  width: 64px;
  height: 64px;
  background: #f0fbea;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: ease-in-out 0.3s;
}
.what-we-do .icon-box:hover h4 a, .what-we-do .icon-box:hover .icon i {
  color: #5c8e13;
}
.what-we-do .icon-box .icon i {
  color: #5d8e16;
  font-size: 28px;
}
.what-we-do .icon-box:hover h4 a, .what-we-do .icon-box:hover .icon i {
  color: #5c8e13;
}
.what-we-do .icon-box h4 a {
  color: #384046;
  transition: ease-in-out 0.3s;
}
.what-we-do .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 400;
  padding-top: 0.814rem;
}









.view-article #sp-page-title {
    display: block !important;
}

/**--------------------------------------------------------------------------
                           Navbar
-----------------------------------------------------------------------------**/
.navbar {
  margin: 0;
  padding: 0;
}
.navbar ul li a {
  margin: 0;
  padding: 0px 26px 0px 0px;
}






/**--------------------------------------------------------------------------
                           Tooltip
-----------------------------------------------------------------------------**/
.tooltip {
  position: relative;
  text-decoration: underline dotted;
  cursor: help;
}
.tooltip-inner {
  background-color: #ffffff;
  box-shadow: 0px 0px 4px black;
  opacity: 1 !important;
  color: #105e53;
  font-weight: 600;
}



/**--------------------------------------------------------------------------
                           page-section
-----------------------------------------------------------------------------**/

.page-section-ptb {
  padding: 80px 0;
}
.theme-bg {
  background: linear-gradient(135deg,#18c88f,#022e7d) ;
  margin-top: 80px;
}
.page-section-ptb .button {
  background: #178aa4;
  padding: 10px 20px;
  font-size: 13px;
  letter-spacing: 1px;
  font-family: 'Montserrat', sans-serif;
  border: 0;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
  border-radius: 3px;
  text-align: center;
  border: 2px solid #178aa4;
  cursor: pointer;
  margin: 10px 8px;
}





/**--------------------------------------------------------------------------
                           parsi-card-products
-----------------------------------------------------------------------------**/

.mb-grid-gutter {
  margin-bottom: 1.875rem !important;
}
.card-img, .card-img-top {
  border-top-left-radius: calc(0.4375rem - 1px);
  border-top-right-radius: calc(0.4375rem - 1px);
}
.card-img, .card-img-top, .card-img-bottom {
  width: 100%;
  height: 285px;
}
.mt-1 {
  margin-top: .25rem !important;
}
.tps-shadow {
  box-shadow:0px 2px 12px rgba(44, 74, 100, 0.08);
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border-radius: .4375rem;
}
.card-body {
  flex: 1 1 auto;
  padding: 1.25rem 1.25rem;
  transition: all .3s linear;
}
.card-body h3 {
  margin-top: 0;
  margin-bottom: .75rem;
  font-weight: 500;
  line-height: 1.2;
  color: #373f50;
  transition: all .3s linear;
}
.card:hover .card-body  {
  background-color: #6ea81a;
}
.card:hover h3  {
  color: #fff;
}


/**--------------------------------------------------------------------------
                           animation
-----------------------------------------------------------------------------**/
.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}
.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}
.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
.animated {
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 1;
}
.d-inline-block {
    display: inline-block !important;
}
*, ::before, ::after {
    box-sizing: border-box;
}
.swiper-slider-2 * + .swiper-subtitle {
    margin-top: 28px;
}
.swiper-slider-2 * + .swiper-subtitle {
    margin-top: 20px;
}
.swiper-slider-2 .swiper-subtitle {
    font-weight: 500;
    letter-spacing: .03em;
    text-transform: none;
}
.swiper-slider-2 * + .button, .swiper-slider-2 * + .button-wrap {
    margin-top: 50px;
}













/**--------------------------------------------------------------------------
                           body
-----------------------------------------------------------------------------**/

body.itemid-101 #sp-main-body {
    display: none;
}
body.itemid-107 #sp-main-body .blog {
    display: none;
}
body.itemid-146 #sp-main-body .blog {
    display: none;
}
body.itemid-147 #sp-main-body .blog {
    display: none;
}
body.itemid-148 #sp-main-body .blog {
    display: none;
}
.btn {
      box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.1) !important;
}
/**--------------------------------------------------------------------------
                            Sp-Feture
-----------------------------------------------------------------------------**/
.sp-feature {
    background: #fff;
    padding: 50px 20px 30px 32px;
    #box-shadow: 0 14px 20px rgba(0, 0, 0, 0.05);
    transition: 0.2s;
    border-radius: 5px;
    height: 220px;
}
.sp-feature-icon {
    box-shadow: 0 0 0 0 #ffffff;
    display: inline-block;
    text-align: center;
    padding: 0 0 0 0;
    color: #0345BF;
    #color: #4d6de6;
    border-width: 0px;
}
.sp-feature-icon i {
    font-size: 40px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-weight: 400;
}
.sp-feature-right {
    padding-top: 1rem;
}
.sp-feature-right p {
    margin-top: 1.3rem;
    font-size: 1.14rem;
}





/**--------------------------------------------------------------------------
                            Section-xxl 
-----------------------------------------------------------------------------**/
.section-xxl {
    padding-top: 100px;
    padding-bottom: 100px;
}
.desktop .bg-image-fixed {
    background-attachment: fixed;
}
.bg-image-filter {
    position: relative;
    background-attachment: fixed;
}
.bg-image {
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.bg-image-filter .filter-inner-wrap {
    position: relative;
    z-index: 1;
}
.bg-image-filter::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(3, 27, 40, 0.66);
    z-index: 1;
}
.bg-image-filter h2 {
  font-weight: 600;
  font-size: 3.68rem;
  line-height: 4rem;
  letter-spacing: 1px;
}
.bg-image-filter span {
    font-weight: 600;
    font-size: 2.3rem;
}




/**--------------------------------------------------------------------------
                            Sp-Top-bar
-----------------------------------------------------------------------------**/
#sp-top-bar {
  z-index: 9999;
  position: relative;
  top: 0;
  width: 100%;
  display: flex;
  font-size: 0.875rem;
  background:  linear-gradient(135deg,#007ac4,#021d48);
  color: #e4eff2;
  padding: 8px 0px;
  overflow: visible;
}
  @media (min-width: 1200px) and (max-width: 1399.98px) {
#sp-top-bar {
  padding: 7px 0px;
}
}
#sp-top-bar a {
  color: #edf1f2;
}
#sp-top-bar #sp-top3 span {
  color: #eff7f4;
}
#sp-top-bar #sp-top1 span {
  color: #bfe4ff;
  padding: 0 0 0 0.22rem;
}
#sp-top-bar #sp-top3 span {
  #color: #64e3b9;
  font-weight: 500;
  padding-right: 0.23rem;
}
#sp-top-bar #sp-top3 .fa-user {
  color: #bfe4ff;
  font-size: 1.03rem;
  font-weight: 500;
  padding: 0.15rem 0.23rem;
}
#sp-top3 {
  display: flex;
  justify-content: left;
}
#parsi-login {
  margin-top: 0 !important;
}
.sp-contact-info {
  font-size: 0.875rem;
}
.sp-contact-info li {
  font-size: 93%;
}
ul.social-icons {
  font-size: 0.938rem;
  float: left;
  align-items: center;
  display: flex;
  margin-left: -15px;
  justify-content: left;
}
ul.social-icons > li:not(:last-child) {
  margin-left: 20px !important;
  margin-right: 0px !important;
  padding-top: 3px;
}
.sp-contact-info li {
  margin: 1px 20px 0px 0px;
  padding-top: 3px;
}
.sp-contact-phone {
  margin-right: 0px !important;
}






/**--------------------------------------------------------------------------
                            Sp-Header
-----------------------------------------------------------------------------**/


#sp-header {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  transition: all 0.6s ease 0s;
  position: inherit;
  z-index: 999;
  display: flex;
  align-items: center;
}

  @media (min-width: 320px) and (max-width : 767.98px){
#sp-header {
  height: 70px;
}
}
  @media (min-width: 768px) and (max-width : 1199.98px){      
#sp-header {
  height: 70px;
}
}
  @media (min-width: 1200px) and (max-width: 1399.98px) {
#sp-header {
  height: 80px;
}
}
  @media (min-width: 1400px) and (max-width: 1619.98px) {
#sp-header {
  height: 94px;
}
}
  @media (min-width: 1620px) and (max-width: 1899.98px) {
#sp-header {
  height: 103px;
}
}
  @media (min-width: 1900px) and (max-width: 26000px) {
#sp-header {
  height: 112px;
}
}

#sp-header.header-sticky {
  height: 60px;
  padding: 0px;
  animation: none;
}
.header-sticky {
    #margin-top: 0px !important;
    #transition: all 0.5s ease 0s !important;
    #animation: spFadeInDown 0.5s !important;
}
.sticky-header-placeholder {
    #height: 0px !important;
    display: none;
    height: 0px !important;
}
#sp-header .logo  {
  height: 100px !important;
  padding: 50px 0px;
}
  @media (min-width: 0px) and (max-width : 575.98px){ 
  #sp-logo {
    display: flex;
    width: 78%;
    justify-content: right !important;
  }
}
 @media (min-width: 576px) and (max-width: 991.98px){
#sp-logo {
  display: flex;
  width: 90%;
  justify-content: right !important;
}
}
 @media (min-width: 0px) and (max-width: 991.98px){
.sp-contact-email {
  display: none !important;
}
}
 @media (min-width: 0px) and (max-width: 991.98px){
.social-icons {
  display: none !important;
}
}
 @media (min-width: 0px) and (max-width: 575.98px){
.sp-contact-time {
  text-align: center;
}
}
 @media (min-width: 0px) and (max-width: 575.98px){
.sp-contact-time {
  display: inline-flex;
  align-items: center;
  width: 50%;
  left: 0;
  position: absolute;
  text-align: center;
}
}
 @media (min-width: 576px) and (max-width: 991.98px){
.sp-contact-time {
  display: inline-flex;
  align-items: center;
  width: 50%;
  left: 0;
  position: absolute;
  text-align: left;
}
}


#sp-header.header-sticky .logo {
  height: 65px !important;
  padding: 30px 0px;
  display: inline-flex;
  transition: all 10ms;
}
#sp-header.header-sticky .logo a {
  font-size: 1.5rem !important;
  line-height: 1;
  margin: 0px;
  padding: 11px 18px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-shadow: -0.001rem -0.001rem 0rem rgba(227, 234, 238, 0.8), 10px 10px 14px rgba(0, 0, 0, 0.1);
  background: transparent;
  color: #08287d;
  border-radius: 3px;
  transition: color 10ms, background-color 10ms;
}
#sp-header.header-sticky .sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
  font-size: 0.885rem !important;
  line-height: 1;
}
#sp-header .logo a {
  font-size: 1.6rem !important;
  line-height: 1;
  margin: 0px;
  padding: 11px 18px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-shadow: -0.001rem -0.001rem 0rem rgba(227, 234, 238, 0.8), 10px 10px 14px rgba(0, 0, 0, 0.1);
  background: transparent;
  color: #008fd5;
  border-radius: 3px;
  transition: color 10ms, background-color 10ms;
}
 @media (min-width: 1200px) and (max-width: 1399.98px){
#sp-header .logo a {
  font-size: 1.6rem !important;
}
}
 @media (min-width: 1400px) and (max-width: 1619.98px){
#sp-header .logo a {
  font-size: 1.7rem !important;
}
}
 @media (min-width: 1620px) and (max-width: 26000px){
#sp-header .logo a {
  font-size: 1.8rem !important;
}
}
#sp-header.header-sticky #offcanvas-toggler {
  height: 65px !important;
}
.sp-sign-in {
  line-height: 1.3rem;
  display: inline-flex;
  padding-top: 0.08rem;
  margin-left: -1.85rem;
}
#sp-header .sp-sign-in {
    display: flex;
    margin-left: -20px;
    padding: 7px 6px 5px 11px;
    border: 1px solid #ddd;
    line-height: 1.1;
    margin-right: 15px;
    border-radius: 3px;
}
#sp-header .signin-text {
    padding: 0px 7px 3px 2px;
}
.header-modules {
  margin-left: 0px !important;
}
 @media (min-width: 0px) and (max-width: 991.98px){
body #sp-menu {
  display: flex;
  align-items: center;
  width: 10%;
}
}
#sp-menu1 {
  display: flex;
  justify-content: left;
  padding-left: 1.8rem;
}
#sp-menu2 {
  display: flex;
  justify-content: right;
  padding-right: 1.85rem;
}
#sp-logo {
  display: flex;
  justify-content: center;
}

#sp-header .logo-image {
    height: 100px;
    width: 140px;
    transition: all 1ms;
}
#sp-header.header-sticky .logo-image {
    height: 60px !important;
    width: 85px;
}





/**--------------------------------------------------------------------------
                            Megamenu
-----------------------------------------------------------------------------**/
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
  font-size: 1rem !important;
  font-weight: 500;
  letter-spacing: 0.1px;
  color: #111;
  padding-top: 3px;
}
  @media (min-width: 1200px) and (max-width: 1399.98px) {
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
  #font-size: 1rem !important;
}
}
.sp-megamenu-parent > li:hover > a {
  color: #00aeef;
}
.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a {
  color: #00aeef;
  background: linear-gradient(135deg,#00aeef,#0071d5);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}
.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a {
  color: #00aeef;
}
.sp-megamenu-parent > li.active > a {
  font-weight: 600;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
  color: #ffffff;
}
.sp-megamenu-parent > li:last-child > a {
    padding: 0px 15px 0px 15px !important;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
  line-height: 2.3rem;
  padding-right: 10px;
  background-color: #f8f8f8;
  width: 100%;
  margin: 0 0 0.5rem;
  transition: linear 200ms, background-color 5ms, color 5ms;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  padding: 11px 11px 2px 11px;
}
body.rtl .sp-megamenu-parent > li.sp-has-child > a::before, body.rtl .sp-megamenu-parent > li.sp-has-child > span::before {
  font-family: remixicon !important;
  font-size: 1rem;
  color: #00aeef;
  content: "\EA4E";
  font-weight: 900;
  margin-right: 3px;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
  font-size: 0.84rem !important;
  font-weight: 500;
  color: #353535;
  line-height: 1.5rem;
  width: 100%;
  white-space: nowrap;
  transition: linear 200ms, background-color 5ms, color 5ms;
}
.sp-megamenu-parent > li.active > a::before {
   color: #19d296;
  -webkit-text-fill-color: initial !important;
}
body.rtl .sp-megamenu-parent .sp-dropdown .sp-dropdown-items .sp-has-child > a::after {
  font-family: bootstrap-icons !important;
  content: "\f284" !important;
  float: left !important;
  margin-right: 7px;
  left: 0;
  display: inline-flex;
  position: absolute;
  font-size: 0.714rem;
  font-weight: 900;
  margin-left: 10px;
}
body.rtl .sp-megamenu-parent .sp-dropdown .sp-dropdown-items .sp-has-child > span::after {
  font-family: bootstrap-icons !important;
  content: "\f284" !important;
  float: left !important;
  margin-right: 7px;
  left: 0;
  display: inline-flex;
  position: absolute;
  font-size: 0.64rem;
  font-weight: 900;
  margin-left: 6px;
}
body.rtl .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-right {
  width: 268px !important;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub .sp-dropdown-inner {
  margin-right: 10px;
}
.sp-megamenu-parent .sp-dropdown li:hover {
  background: linear-gradient(135deg,#03a2dd,#043d6f);
  color: #ffffff;
  padding-right: 15px;
}
.sp-megamenu-parent .sp-dropdown li:hover > a {
  color: #ffffff !important;
}
.sp-megamenu-parent .sp-dropdown li > a::after {
  color: #009688;
}
.sp-megamenu-parent .sp-dropdown li:hover > a::after {
  color: #ffffff;
}
.sp-megamenu-parent .sp-menu-heading {
  pointer-events: none;
  cursor: none;
  color: inherit !important;
  text-decoration: none;
}
.sp-megamenu-parent.menu-animation-fade-up .sp-has-child:hover > .sp-dropdown {
  width: 260px !important;
}


.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > .nav-header > .menu-toggler {
  left: 0;
  padding-left: 10px;
}




/**--------------------------------------------------------------------------
                             Footer
-----------------------------------------------------------------------------**/
#sp-footer, #sp-bottom {
  background-image: linear-gradient(3deg,  #052557 25%,  #052557 35%,  #052557 80%);
}
#sp-footer .container-inner {
  padding: 30px 0px 20px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-top: 0;
}
#footer {
    color: #e1e2e3;
    font-size: 14px;
    background: transparent !important;
}
#footer .footer-top {
    padding: 60px 0 30px 0;
    background: transparent !important;
}
#footer .footer-top .footer-links ul i::before {
  color: #1cb76e !important;
  font-size: 11px;
  font-weight: 600;
  padding-right: 7px;
}
#footer .footer-newsletter form {
    height: 45px;
}
input[type="email"]:not(.form-control) {
  background-color: #f2f2f2;
  right: 0;
  display: flex;
  margin-right: 7px;
  position: absolute;
  height: 1.8rem;
}
#footer a {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
  font-size: 0.8rem;
}
#footer .footer-top .footer-links ul a {
  color: rgba(255, 255, 255, 0.6);
  line-height: 1;
  font-size: 0.834rem;
  font-weight: 500;
}
#footer .footer-line h2 {
  justify-content: center;
  display: inline-flex;
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.7rem !important;
  width: auto;
  padding: 10px 20px;
  border-radius: 3px;
  font-weight: 600;
  letter-spacing: 0.3px;
  margin-left: -14px;
  text-shadow: -0.001rem -0.001rem 0rem rgba(227, 234, 238, 0.8), 10px 10px 14px rgba(0, 0, 0, 0.1);
  border-top: 1px dashed #ffffffd4;
  border-bottom: 1px dashed #ffffffd4;
  margin-bottom: 0px;
}
#footer .credits a {
  color: #5fd2a3;
  font-size: 0.958rem;
  font-weight: 500;
  padding-right: 0.4rem;
  line-height: 40px;
  letter-spacing: 0.2px;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul a {
  padding: 2px 10px;
  font-family: iranyekanx !important;
}
#footer .footer-top .footer-links ul a span {
  font-family: iranyekanx !important;
}
#footer .footer-top .footer-links ul i {
  padding-left: 10px;
  color: #1cb76e !important;
  font-size: 12px;
  line-height: 1;
  height: fit-content !important;
  width: fit-content !important;
}
#footer .footer-top .footer-links ul li {
  padding: 12px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul a:hover {
  color: #fff;
}
#footer .footer_bottom li {
  padding: 12px 0;
  display: flex;
  align-items: center;
}
#footer .footer_bottom li a {
  color: rgba(255, 255, 255, 0.63) !important;
  font-size: 0.875rem !important;
  font-weight: 500 !important;
}
#footer .footer_bottom li i {
  padding-left: 10px;
  color: #1ed33c !important;
  font-size: 12px;
  line-height: 1;
}
#footer .footer_bottom li i::before {
  color: #e6dce8 !important;
  font-size: 1.1rem !important;
  font-weight: 600 !important;
  padding-right: 7px !important;
}
#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  color: rgba(244, 250, 246, 0.8);
  line-height: 1;
  padding: 8px 0;
  margin-right: 6px;
  border-radius: 4px;
  text-align: center !important;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .social-links a:hover {
  background: #34a175;
  color: #fff;
  text-decoration: none;
}
.sp-copyright {
  color: #e1e2e3;
  padding: 0.5rem 0;
  display: flex;
  margin-bottom: -5px;
  justify-content: center;
  text-align: center;
}


#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0px;
  margin: 0;
  text-align: center;
  display: inline-block;
}
#footer .footer-top .footer-links ul li {
  padding: 12px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-contact p {
  font-size: 0.83rem !important;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.7);
}
#footer .footer-newsletter {
  font-size: 0.834rem !important;
  color: rgba(255, 255, 255, 0.7);
}







/**--------------------------------------------------------------------------
                             Mod-Finder__Search
-----------------------------------------------------------------------------**/
.mod-finder__search .awesomplete {
  display: inline-block;
  position: relative;
  width: 68%;
  margin-left: 2px;
}
.mod-finder__search button {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
  width: 30%;
  font-size: 0.875rem;
  margin-right: 3px;
}
.mod-finder__search button > span {
  display: inline-flex;
  margin-top: 5px;
  position: relative;
  margin-right: -2px;
  float: right;
  margin-left: 5px;
}

/**--------------------------------------------------------------------------
                             Page-Title
-----------------------------------------------------------------------------**/
.sp-page-title {
    padding: 30px 0 46px 0 !important;
    background: #1a4aa6 !important;
}
.sp-page-title .sp-page-title-heading {
  font-size: 1.83rem !important;
  line-height: 2 !important;
  font-weight: 600 !important;
  border-bottom: 1px solid #f5f5f5b0;
  width: fit-content;
  margin-bottom: 1rem;
}
.sp-page-title .sp-page-title-sub-heading {
    font-size: 1rem !important;
    font-weight: 600;
    line-height: 1;
    margin-top: 10px;
    margin-bottom: 3rem;
    font-family: iransansx;
}
.sp-page-title .breadcrumb {
  font-size: 0.875rem;
}


/**--------------------------------------------------------------------------
                             Breadcrumb
-----------------------------------------------------------------------------**/
.breadcrumb .float-start {
  color: #d1fdf7 !important;
  padding-left: 5px;
}
.breadcrumb-item + .breadcrumb-item {
    padding-left: 0 !important;
    padding-right: 0rem;
}
.breadcrumb-item + .breadcrumb-item::before {
    padding-left: .5rem;
    float: right;
}

/**--------------------------------------------------------------------------
                             Offcanvs
-----------------------------------------------------------------------------**/
.offcanvas-menu {
    top: 0px  !important;
}
#offcanvas-toggler {
  height: 100px  !important;
}
.offcanvas-menu .logo {
  font-size: 1.6rem;
  font-weight: 600;
  margin-right: 10px;
  text-shadow: -0.001rem -0.001rem 0rem rgba(30, 193, 55, 0.8), 10px 10px 14px rgba(0, 0, 0, 0.1);
  border: 1px solid #ddd;
  padding: 3px 14px;
  background-color: #fdfffd;
}
body.rtl.offcanvs-position-left.offcanvas-active .body-wrapper {
    right: 0px  !important;
}
body.rtl.offcanvs-position-right .body-wrapper {
    left: 0 !important;
}
body.rtl.offcanvs-position-right .offcanvas-menu {
    right: -300px !important;
    top: 0 !important;
}
body.rtl.offcanvs-position-right.offcanvas-active .offcanvas-menu {
    right: 0 !important;
}



/**--------------------------------------------------------------------------
                            pagination
-----------------------------------------------------------------------------**/

.pagination > li.previous {
   float: right;
}
.pagination > li.next {
   float: left;
}
.pagination > li {
  display: inline-flex;
}
.pagination {
  list-style: none;
  padding: 2rem 0 0;
  margin: 1rem 0 5rem 0;
  display: block;
}
.pagination-wrapper ul {
  padding: 0 3rem;
  margin: 1rem 0;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h1 {
    font-weight: 600;
    font-size: 2.3rem;
    color: #001837;
    padding-top: 12px;
    line-height: 3rem;
    text-shadow: -0.001rem -0.001rem 0rem rgba(30, 71, 193, 0.8), 10px 10px 14px rgba(0, 0, 0, 0.1);
}
.marketing h2 {
    font-weight: 500;
    margin-top: 20px;
    line-height: 3rem;
    font-size: 2.4rem;
}
.marketing h3 {
    font-weight: 500;
    font-size: 1.55rem;
    line-height: 1.5;
    padding: 1rem 0 0 0;
    text-shadow: -0.001rem -0.001rem 0rem rgba(30, 71, 193, 0.8), 10px 10px 14px rgba(0, 0, 0, 0.1);
}
.marketing h4 {
    font-weight: 500;
    font-size: 1.1rem;
    color: #0345BF;
    padding: 12px 0px;
}
.marketing p {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    padding: 1rem 0;
}
.featurette p {
    font-weight: 500;
    font-size: 1.1rem;
    line-height: 1.5;
    padding: 1rem 0;
}
.feature-icon {
  display: inline-flex;
  margin-bottom: 0.44rem;
  height: 53px;
  width: 53px;
  text-align: center;
  box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.1) !important;
  background: linear-gradient(135deg,#5b2588,#a441dd);
  justify-content: center;
  align-items: center;
  padding: 10px 10px 10px 15px;
  transition: color 400ms, background-color 400ms;
  border-radius: 10px;
}
.feature-box {
    background-color: #fff;
    padding: 3rem 0rem;
    border-radius: 10px;
    #box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
}
.feature-box a {
    font-size: 0.875rem;
    font-weight: 500;
    border: none;
    color: #333;
    background-color: transparent;
}
.feature-icon i {
  color: #fff;
  line-height: 1;
  transition: color 400ms, background-color 400ms;
  font-size: 1.6rem !important;
  margin-right: auto;
  margin-left: auto;
}
.marketing-image {
    width: 100%;
}
.marketing-image img {
    max-height: 350px;
    width: 90%;
}

/* rtl:begin:ignore */
.marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
    width: 80%;
    text-align: center;
    display: inline-flex;
    font-size: 0.938rem;
}
/* rtl:end:ignore */


















@font-face {
  font-family: "bootstrap-icons";
  src: url("../fonts/bootstrap-icons.woff2?856008caa5eb66df68595e734e59580d") format("woff2"),
url("../fonts/bootstrap-icons.woff?856008caa5eb66df68595e734e59580d") format("woff");
}
@font-face {
  font-family: "remixicon";
  src: url('../fonts/remixicon/remixicon.eot?t=1590207869815'); /* IE9*/
  src: url('../fonts/remixicon/remixicon.eot?t=1590207869815#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url("../fonts/remixicon/remixicon.woff2?t=1590207869815") format("woff2"),
  url("../fonts/remixicon/remixicon.woff?t=1590207869815") format("woff"),
  url('../fonts/remixicon/remixicon.ttf?t=1590207869815') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  url('../fonts/remixicon/remixicon.svg?t=1590207869815#remixicon') format('svg'); /* iOS 4.1- */
  font-display: swap;
}





/*===========================================
start of fonts section content
============================================*/


/* Generated by script */


@font-face {
  font-family: Vazirmatn;
  src: url('../fonts/webfonts/Vazirmatn-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Vazirmatn;
  src: url('../fonts/webfonts/Vazirmatn-ExtraLight.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Vazirmatn;
  src: url('../fonts/webfonts/Vazirmatn-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Vazirmatn;
  src: url('../fonts/webfonts/Vazirmatn-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Vazirmatn;
  src: url('../fonts/webfonts/Vazirmatn-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Vazirmatn;
  src: url('../fonts/webfonts/Vazirmatn-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Vazirmatn;
  src: url('../fonts/webfonts/Vazirmatn-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Vazirmatn;
  src: url('../fonts/webfonts/Vazirmatn-ExtraBold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Vazirmatn;
  src: url('../fonts/webfonts/Vazirmatn-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}













@font-face {
	font-family: IRANSansX;
	font-style: normal;
	font-weight: 100;
	src: 	url('../fonts/webfonts/IRANSansX-Thin.woff2') format('woff2');		
}

@font-face {
	font-family: IRANSansX;
	font-style: normal;
	font-weight: 200;
	src: 	url('../fonts/webfonts/IRANSansX-UltraLight.woff2') format('woff2');	
}

@font-face {
	font-family: IRANSansX;
	font-style: normal;
	font-weight: 300;
	src: 	url('../fonts/webfonts/IRANSansX-Light.woff2') format('woff2');		 
}

@font-face {
	font-family: IRANSansX;
	font-style: normal;
	font-weight: 500;
	src: 	url('../fonts/webfonts/IRANSansX-Medium.woff2') format('woff2');		 
}

@font-face {
	font-family: IRANSansX;
	font-style: normal;
	font-weight: 600;
	src: 	url('../fonts/webfonts/IRANSansX-DemiBold.woff2') format('woff2');	 
}

@font-face {
	font-family: IRANSansX;
	font-style: normal;
	font-weight: 800;
	src: 	url('../fonts/webfonts/IRANSansX-ExtraBold.woff2') format('woff2');		 
}

@font-face {
	font-family: IRANSansX;
	font-style: normal;
	font-weight: 900;
	src: 	url('../fonts/webfonts/IRANSansX-Black.woff2') format('woff2');		 
}

@font-face {
	font-family: IRANSansX;
	font-style: normal;
	font-weight: 950;
	src: 	url('../fonts/webfonts/IRANSansX-ExtraBlack.woff2') format('woff2');		 
}

@font-face {
	font-family: IRANSansX;
	font-style: normal;
	font-weight: 1000;
	src: 	url('../fonts/webfonts/IRANSansX-Heavy.woff2') format('woff2');		 
}

@font-face {
	font-family: IRANSansX;
	font-style: normal;
	font-weight: bold;
	src: 	url('../fonts/webfonts/IRANSansX-Bold.woff2') format('woff2');	 
}

@font-face {
	font-family: IRANSansX;
	font-style: normal;
	font-weight: normal;
	src: 	url('../fonts/webfonts/IRANSansX-Regular.woff2') format('woff2');	
}














@font-face {
	font-family: IRANYekanX;
	font-style: normal;
	font-weight: 100;
	src: 	url('../fonts/webfonts/IRANYekanX-Thin.woff2') format('woff2');		
}

@font-face {
	font-family: IRANYekanX;
	font-style: normal;
	font-weight: 200;
	src: 	url('../fonts/webfonts/IRANYekanX-UltraLight.woff2') format('woff2');	
}

@font-face {
	font-family: IRANYekanX;
	font-style: normal;
	font-weight: 300;
	src: 	url('../fonts/webfonts/IRANYekanX-Light.woff2') format('woff2');		 
}

@font-face {
	font-family: IRANYekanX;
	font-style: normal;
	font-weight: 500;
	src: 	url('../fonts/webfonts/IRANYekanX-Medium.woff2') format('woff2');		 
}

@font-face {
	font-family: IRANYekanX;
	font-style: normal;
	font-weight: 600;
	src: 	url('../fonts/webfonts/IRANYekanX-DemiBold.woff2') format('woff2');	 
}

@font-face {
	font-family: IRANYekanX;
	font-style: normal;
	font-weight: 800;
	src: 	url('../fonts/webfonts/IRANYekanX-ExtraBold.woff2') format('woff2');		 
}

@font-face {
	font-family: IRANYekanX;
	font-style: normal;
	font-weight: 900;
	src: 	url('../fonts/webfonts/IRANYekanX-Black.woff2') format('woff2');		 
}
@font-face {
	font-family: IRANYekanX;
	font-style: normal;
	font-weight: 950;
	src: 	url('../fonts/webfonts/IRANYekanX-ExtraBlack.woff2') format('woff2');		 
}

@font-face {
	font-family: IRANYekanX;
	font-style: normal;
	font-weight: 1000;
	src: 	url('../fonts/webfonts/IRANYekanX-Heavy.woff2') format('woff2');		 
}

@font-face {
	font-family: IRANYekanX;
	font-style: normal;
	font-weight: bold;
	src: 	url('../fonts/webfonts/IRANYekanX-Bold.woff2') format('woff2');	 
}

@font-face {
	font-family: IRANYekanX;
	font-style: normal;
	font-weight: normal;
	src: 	url('../fonts/webfonts/IRANYekanX-Regular.woff2') format('woff2');	
}












@font-face {
    font-family: 'Vazir';
    src: url('../fonts/Vazir/Vazir-Regular.eot');
    src: url('../fonts/Vazir/Vazir-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Vazir/Vazir-Regular.woff2') format('woff2'),
         url('../fonts/Vazir/Vazir-Regular.woff') format('woff'),
         url('../fonts/Vazir/Vazir-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Vazir';
    src: url('../fonts/Vazir/Vazir-Bold.eot');
    src: url('.../fonts/Vazir/Vazir-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Vazir/Vazir-Bold.woff2') format('woff2'),
         url('../fonts/Vazir/Vazir-Bold.woff') format('woff'),
         url('../fonts/Vazir/Vazir-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Vazir';
    src: url('../fonts/Vazir/Vazir-Black.eot');
    src: url('../fonts/Vazir/Vazir-Black.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Vazir/Vazir-Black.woff2') format('woff2'),
         url('../fonts/Vazir/Vazir-Black.woff') format('woff'),
         url('../fonts/Vazir/Vazir-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Vazir';
    src: url('../fonts/Vazir/Vazir-Medium.eot');
    src: url('../fonts/Vazir/Vazir-Medium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Vazir/Vazir-Medium.woff2') format('woff2'),
         url('../fonts/Vazir/Vazir-Medium.woff') format('woff'),
         url('.../fonts/Vazir/Vazir-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Vazir';
    src: url('../fonts/Vazir/Vazir-Light.eot');
    src: url('../fonts/Vazir/Vazir-Light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Vazir/Vazir-Light.woff2') format('woff2'),
         url('../fonts/Vazir/Vazir-Light.woff') format('woff'),
         url('../fonts/Vazir/Vazir-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Vazir';
    src: url('../fonts/Vazir/Vazir-Thin.eot');
    src: url('../fonts/Vazir/Vazir-Thin.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Vazir/Vazir-Thin.woff2') format('woff2'),
         url('../fonts/Vazir/Vazir-Thin.woff') format('woff'),
         url('../fonts/Vazir/Vazir-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}
@font-face {
  font-family: 'Shabnam';
  src: url('../fonts/Shabnam/Shabnam/Shabnam.eot');
  src: url('../fonts/Shabnam/Shabnam.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Shabnam/Shabnam.woff2') format('woff2'),
       url('../fonts/Shabnam/Shabnam.woff') format('woff'),
       url('../fonts/Shabnam/Shabnam.ttf') format('truetype');
  font-weight: normal;
}

@font-face {
  font-family: 'Shabnam';
  src: url('../fonts/Shabnam/Shabnam-Bold.eot');
  src: url('../fonts/Shabnam/Shabnam-Bold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Shabnam/Shabnam-Bold.woff2') format('woff2'),
       url('../fonts/Shabnam/Shabnam-Bold.woff') format('woff'),
       url('../fonts/Shabnam/Shabnam-Bold.ttf') format('truetype');
  font-weight: bold;
}

@font-face {
  font-family: 'Shabnam';
  src: url('../fonts/Shabnam/Shabnam-Thin.eot');
  src: url('../fonts/Shabnam/Shabnam-Thin.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Shabnam/Shabnam-Thin.woff2') format('woff2'),
       url('../fonts/Shabnam/Shabnam-Thin.woff') format('woff'),
       url('../fonts/Shabnam/Shabnam-Thin.ttf') format('truetype');
  font-weight: 100;
}

@font-face {
  font-family: 'Shabnam';
  src: url('../fonts/Shabnam/Shabnam-Light.eot');
  src: url('../fonts/Shabnam/Shabnam-Light.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Shabnam/Shabnam-Light.woff2') format('woff2'),
       url('../fonts/Shabnam/Shabnam-Light.woff') format('woff'),
       url('../fonts/Shabnam/Shabnam-Light.ttf') format('truetype');
  font-weight: 300;
}

@font-face {
  font-family: 'Shabnam';
  src: url('../fonts/Shabnam/Shabnam-Medium.eot');
  src: url('../fonts/Shabnam/Shabnam-Medium.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Shabnam/Shabnam-Medium.woff2') format('woff2'),
       url('../fonts/Shabnam/Shabnam-Medium.woff') format('woff'),
       url('../fonts/Shabnam/Shabnam-Medium.ttf') format('truetype');
  font-weight: 500;
}
@font-face {
    font-family: 'Sahel';
    src: url('../fonts/Sahel.eot');
    src: url('../fonts/Sahel.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Sahel.woff') format('woff'),
         url('../fonts/Sahel.ttf') format('truetype'),
         url('../fonts/Sahel.svg#BloodyNormal') format('svg');
    font-weight: normal;
}
@font-face {
    font-family: 'Sahel-Bold';
    src: url('../fonts/Sahel-Bold.eot');
    src: url('../fonts/Sahel-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Sahel-Bold.woff') format('woff'),
         url('../fonts/Sahel-Bold.ttf') format('truetype'),
         url('../fonts/Sahel-Bold.svg#BloodyNormal') format('svg');
    font-weight: bold;
}
@font-face {
  font-family: 'Sahel-Black';
  src: url('../fonts/Sahel-Black.eot');
  src: url('../fonts/Sahel-Black.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Sahel-Black.woff') format('woff'),
       url('../fonts/Sahel-Black.ttf') format('truetype');
  font-weight: 900;
}
@font-face {
    font-family: 'Terafikbd';
    src: url('../fonts/Terafikbd.eot');
    src: url('../fonts/Terafikbd.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Terafikbd.woff') format('woff'),
         url('../fonts/Terafikbd.ttf') format('truetype'),
         url('../fonts/Terafikbd.svg#BloodyNormal') format('svg');
}
@font-face {
    font-family: 'Parastoo';
    src: url('../fonts/Parastoo.eot');
    src: url('../fonts/Parastoo.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Parastoo.woff') format('woff'),
         url('../fonts/Parastoo.ttf') format('truetype'),
         url('../fonts/Parastoo.svg#BloodyNormal') format('svg');
}


@font-face
{
    font-family: 'IRANSansWeb_Medium';
    src: url('../fonts/IRANSansWeb_Medium.eot') format('eot'),
    url('../fonts/IRANSansWeb_Medium.ttf') format('truetype'),
    url('../fonts/IRANSansWeb_Medium.woff') format('woff'),
    url('../fonts/IRANSansWeb_Medium.woff2') format('woff2');
}

@font-face {
    font-family: 'Terafik';
    src: url('../fonts/Terafik.eot');
    src: url('../fonts/Terafik.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Terafik.woff') format('woff'),
         url('../fonts/Terafik.ttf') format('truetype'),
         url('../fonts/Terafik.svg#BloodyNormal') format('svg');
}
@font-face {
    font-family: 'BYekan';
    src: url('../fonts/BYekan.eot');
    src: url('../fonts/BYekan.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BYekan.woff') format('woff'),
         url('../fonts/BYekan.ttf') format('truetype'),
         url('../fonts/BYekan.svg#BloodyNormal') format('svg');
}
@font-face {
    font-family: 'Yekan';
    src: url('../fonts/Yekan.eot');
    src: url('../fonts/Yekan.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Yekan.woff') format('woff'),
         url('../fonts/Yekan.ttf') format('truetype'),
}
@font-face {
    font-family: 'IRANSansWeb';
    src: url('../fonts/IRANSansWeb.eot');
    src: url('../fonts/IRANSansWeb.eot?#iefix') format('embedded-opentype'),
         url('../fonts/IRANSansWeb.woff') format('woff'),
         url('../fonts/IRANSansWeb.ttf') format('truetype'),
         url('../fonts/IRANSansWeb.svg#BloodyNormal') format('svg');
    font-weight: normal;
    font-style: normal;
}




/* end of fonts section content */





/**--------------------------------------------------------------------------
                        Responsive - Media
-----------------------------------------------------------------------------**/
  @media (min-width: 1400px)
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  max-width: 1320px;
}
  @media (min-width: 1200px)
.container, .container-lg, .container-md, .container-sm, .container-xl {
  max-width: 1140px;
}
  @media (min-width: 992px)
.container, .container-lg, .container-md, .container-sm {
  max-width: 960px;
}
  @media (min-width: 768px)
.container, .container-md, .container-sm {
  max-width: 720px;
}
  @media (min-width: 576px)
.container, .container-sm {
  max-width: 540px;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;
}








