body {
  font-family: IRANSans-, serif !important
}

#header.custom-class>div {
  background-color: #5a585875 !important
}

html .scroll-to-top {
  max-width: 50px !important
}

#header .header-top {
  background-color: #ecedef !important
}

.rtl {
  direction: rtl !important
}

.button,
.button--full,
.button--orange,
.button--round,
.button--secondary,
.button--transparent,
.footer__download-button,
.form-box__submit-button {
  background-color: #16406b !important
}

.Percentage {
  background-color: #fb3449;
  border: 4px solid #fb3449;
  border-radius: 1rem;
  color: #fff;
  padding: 3px .7rem 1px
}

del {
  font-size: 1.2rem !important
}

.category a {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  line-height: 22px;
  outline: none;
  padding: 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  white-space: nowrap
}

.shop .quantity .qty {
  border: 1px solid #f0f0f0;
  border-radius: .25rem;
  box-shadow: none;
  float: left;
  font-size: 1em;
  font-weight: 700;
  height: 40px;
  outline: 0;
  padding: 0 39px;
  text-align: center;
  width: 125px
}

.shop .quantity .qty::-webkit-inner-spin-button,
.shop .quantity .qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}

.shop .quantity .qty::-ms-clear {
  display: none
}

.shop .quantity.quantity-lg {
  height: 45px
}

.shop .quantity.quantity-lg .minus,
.shop .quantity.quantity-lg .plus {
  height: 45px;
  width: 45px
}

.course-left-field {
  align-items: center;
  background-color: #fff;
  border: 1px solid #e0e3ec;
  border-radius: 4px;
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px;
  width: 100%
}

html.sticky-header-active .header-logo .img-fluid {
  max-height: 65px !important
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
  color: var(--bs-btn-active-color) !important
}

.btn-outline-primary {
  --bs-btn-color: var(--primary) !important;
  --bs-btn-border-color: var(--primary) !important;
  --bs-btn-hover-color: #fff !important;
  --bs-btn-hover-bg: var(--primary) !important;
  --bs-btn-hover-border-color: var(--primary) !important;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--primary) !important;
  --bs-btn-active-border-color: var(--primary) !important;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  --bs-btn-disabled-color: var(--primary) !important;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: var(--primary) !important;
  --bs-gradient: none
}

.autocomplete-suggestions {
  background: #fff !important
}

.autocomplete-group {
  border-bottom: 1px solid var(--primary) !important;
  font-weight: 300
}

.navbar-dark .navbar-nav a.nav-link {
  color: #1c2871;
  font-size: 1.1em
}
.navbar-dark .navbar-nav a.nav-link:hover{
 
color:#2b74e1 !important;

}


.dropdown-menu {
  border: none;
  border-radius: 15px !important;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23)
}

.iconSTyle {
  background-color: #0d6efd29 !important;
  border-color: #195ec533 !important;
  border-radius: 32px !important;
  box-shadow: 0 .5rem 1rem #6c757d52 !important
}

.widthSTyle {
  width: max-content
}

  .megaStyleOnce {
    right: -33px !important;
    width: max-content
  }

  .dropdown-container {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 1fr 1fr
  }

  @media screen and (max-width:745px) {
    .dropdown-container {
      display: block !important;
    
    }
   }

  .dropdown-container ul {
    list-style: none;
    margin: 0;
    padding: 0
  }


.dropdown-menu ul {
  list-style: none;
  padding: 0
}

.dropdown-menu li .dropdown-item {
  color: gray;
  font-size: 1em;
  padding: .5em 1em
}

.dropdown-menu li .dropdown-item:hover {
  background-color: #0d6efd2e;
  color: #2b74e1 !important
}

.dropdown-menu li:first-child a {
  color: #283891;
  font-weight: 700
}

.dropdown-menu li:first-child a:hover {
  background-color: #0d6efd2e !important
}

@media only screen and (max-width:992px) {
  .dropdown-menu.show {
    flex-wrap: wrap;
    max-height: 268px;
    overflow-y: scroll;
    width:-webkit-fill-available;
  }
}

@media only screen and (min-width:992px) and (max-width:1140px) {
  .dropdown:hover .dropdown-menu {
    flex-wrap: nowrap;
    width: auto
  }
}

img.imagepose {
  bottom: 76%;
  position: absolute;
  right: 27%
}

.bround {
  border-radius: 30px !important
}

.shape-divider.shape-divider-reverse-xy {
  transform: rotate(180deg) !important
}

.custom-line {
  border-bottom: 2px solid #c19655;
  width: 50px
}

.search__box {
  background: none;
  border: none;
  border-radius: 2rem;
  color: #f7f7f7;
  float: left;
  height: 4rem;
  opacity: 1;
  outline: none;
  position: relative;
  transition: all .75s ease-in;
  width: 0
}

.search__box,
.search__icon {
  cursor: pointer;
  font-size: 1.5rem
}

.search__icon {
  border-radius: 50%;
  box-sizing: border-box;
  color: #fa983a;
  display: inline-block;
  float: right;
  margin-top: 0;
  padding: .7rem;
  position: absolute;
  transition: all .25s ease-in
}

.container:hover>.search__box {
  padding: 0 1rem;
  width: 85%
}

.container:hover>.search__icon {
  background-color: #eee
}

.menu-checkbox {
  display: none
}

.menu {
  position: relative
}

.menu-dots {
  align-items: center;
  background-color: #0c9adf;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(0, 0, 0, .06);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 45px;
  justify-content: center;
  transform: rotate(90deg);
  transition: .3s;
  width: 45px
}

.menu-dots:hover {
  box-shadow: 0 0 0 .3rem #4b82d3, 0 0 0 1rem #0d6efd1a;
  transform: scale(1.2) rotate(90deg)
}

.menu-dot {
  background-color: #fff;
  border-radius: 50%;
  height: 5px;
  width: 5px
}

.menu-dot+.menu-dot {
  margin-top: .3rem
}

.menu-items {
  color: #fff;
  height: 11rem;
  list-style: none;
  opacity: 0;
  pointer-events: none;
  transition: .3s;
  width: 9.4rem
}

.menu-item {
  filter: blur(10px);
  transform: scale(.5);
  transition: .3s
}

.menu-item:nth-child(odd) {
  text-align: right
}

.menu-item:nth-child(2n) {
  text-align: left
}

.menu-item:first-child,
.menu-item:last-child {
  grid-column: span 2;
  text-align: center
}

.menu-checkbox:checked+.menu>.menu-dots {
  box-shadow: 0 0 0 28px #0096c754;
  transform: none
}

.menu-checkbox:checked+.menu>.menu-items {
  opacity: 1;
  pointer-events: auto
}

.menu-closer-overlay {
  background-color: transparent;
  border-radius: 50%;
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2
}

.menu-checkbox:checked+.menu>.menu-items>.menu-item {
  filter: none;
  opacity: 1;
  transform: none
}

.menu-checkbox:checked+.menu>.menu-items>.menu-item:first-child {
  transition-delay: .05s
}

.menu-checkbox:checked+.menu>.menu-items>.menu-item:nth-child(2) {
  transition-delay: .1s
}

.menu-checkbox:checked+.menu>.menu-items>.menu-item:nth-child(3) {
  transition-delay: .15s
}

.menu-checkbox:checked+.menu>.menu-items>.menu-item:nth-child(4) {
  transition-delay: .2s
}

.menu-checkbox:checked+.menu>.menu-items>.menu-item:nth-child(5) {
  transition-delay: .25s
}

.menu-checkbox:checked+.menu>.menu-items>.menu-item:nth-child(6) {
  transition-delay: .3s
}

.menu-checkbox:checked+.menu>.menu-closer-overlay {
  cursor: pointer;
  pointer-events: auto
}

.colorICON {
  color: #03045e
}

@media only screen and (min-width:1200px) {
  .heightMyStyle {
    height: 407px !important;
    position: relative !important;
  }

  .directionnewDesign {
    left: 0 !important;
    position: absolute !important;
    right: 0 !important;
    top: 494px !important;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .heightMyStyle {
    height: 370px !important;
    position: relative !important;
  }

  .directionnewDesign {
    left: 0 !important;
    position: absolute !important;
    right: 0 !important;
    top: 525px !important;
  }
  .heightLMSStyle {
    height: 1429px !important;
  }

  .TopStyleResponse {
    top:26%;  
  }
}


@media (min-width:768px) and (max-width:991px) {
  .heightMyStyle {
    height: 1000px !important;
    position : relative !important;
  }

  .directionnewDesign {
    left: 0 !important;
    position: absolute !important;
    right: 0 !important;
    top: 705px !important;
  }
}

@media (min-width:576px) and (max-width:767px) {
  .heightMyStyle {
    height: 1056px !important;
    position: relative !important
  }

  .directionnewDesign {
    left: 0 !important;
    position: absolute !important;
    right: 0 !important;
    top: 776px !important
  }
}

@media (min-width:446px) and (max-width:575px) {
  .heightMyStyle {
    height: 2000px !important;
    position: relative !important
  }

  .directionnewDesign {
    left: 0 !important;
    position: absolute !important;
    right: 0 !important;
    top: 759px !important
  }
}

@media (min-width:320px) and (max-width:445px) {
  .heightMyStyle {
    height: 2000px !important;
    position: relative !important;
  }

  .directionnewDesign {
    left: 0 !important;
    position: absolute !important;
    right: 0 !important;
    top: 845px !important;
  }
}

.ServiceDorderStyle {
  border: 2px solid #283891;
  outline: 2px solid #283891;
  outline-offset: -8px;
}



.bg-primary {
  background-color: #283891 !important;
}
.CustomColor{
  background-color: #1B64C4;
  color: #fff;
  
}
.CustomColor:hover{
  background-color: #ecb306;
  color: #000;
}


li.nav-item {
  border-bottom: 1px solid #0d6efd30;
}
.LeftBorder{

  border-top-left-radius: 11px !important;
  border-bottom-left-radius: 11px !important;
}
.RightBorder{
  border-top-right-radius: 11px !important;
  border-bottom-right-radius: 11px !important;
}
.bg-lightblue{
  background-color:#EDF2F8;
}
.MinHeight{
  height: 377px !important;
}
.MinHeight395{
  min-height:395px !important;
}
.LightTextBlue{
  color: #b2d1f5;
}
.Round11{
  border-radius: 11px !important;
}

#shortUrlResult {
  margin-bottom: 20px;
  padding: 15px;
  border-radius: 8px;
  font-size: 16px;
  display: none; 
  transition: all 0.3s ease; 
  text-align:center;
  width: 60%;

}

#shortUrlResult.error {
  background-color: #f8d7da; 
  color: #721c24;           
  border: 1px solid #f5c6cb; 

  
}

#shortUrlResult.success {
  background-color: #d4edda; 
  color: #155724;           
  border: 1px solid #c3e6cb; 
}


.toggle-content {
  display: none;
}

.toggle-title {
  cursor: pointer;
  display: block;
  padding: 10px;
  border-radius: 18px;
  transition: background-color 0.3s ease;
}

.toggle-title:hover {
  background-color: #f0f0f0;
}

.toggle.active .toggle-content {
  display: block;
}

#image-container img {
  max-width: 100%;
  max-height: 300px;
  object-fit: contain;
  transition: opacity 0.3s ease;
}

.simple-post-list{
   list-style-type:none !important;
    padding:0 !important;
}

article.pr-design{

display:flex;
}



@media (min-width: 992px) {
    #header .header-nav.header-nav-links nav > ul > li > a, #header .header-nav.header-nav-links nav > ul > li:hover > a, #header .header-nav.header-nav-line nav > ul > li > a, #header .header-nav.header-nav-line nav > ul > li:hover > a {
        position: relative;
        background: transparent !important;
        padding: 0 .9rem !important;
        margin: 1px 0 0 !important;
        min-height: 60px !important;
        height: 100% !important;
    }
}
