/* main.css change */
/* line 157, src/assets/scss/components/_components.header.scss */
.header .bg-transparent .navbar-toggler {
  color: #0c468a;
}


  .navbar-menu{
  /* position: absolute; */
  bottom: 0;
  right: 20%;
}

.ml-auto,
.mx-auto {
  margin: auto !important;
}

.bg-transparent {
  background: linear-gradient(75deg, #dbe3ef, #fff, #dbe3ef) !important;
  opacity: 0.95;
}

.header .menu li a {
  font-size: 16px;
  text-decoration: none;
  padding: 5px 12px;
  display: block;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  color: #070707;
}

.menu li a:hover, .menu li:hover > a {
    background: #0c468a;
    color: #fff;
  }

.affix {
    background-color: #292a2b;
    -webkit-transition: padding 0.4s ease-out;
    transition: padding 0.4s ease-out;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  /* background-color: transparent; */
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

h3, .h3 {
  font-size: 2.4rem;
}


/* custom property */





.up-header{
    width: 100%;
    height: auto;
    padding: 0 10%;
}

.tel-min{
    visibility: hidden;
    width: 0;
    height: 0;
  }


@media (min-width: 320px) and (max-width: 992px) {
 .navbar {
    padding: .45rem 1rem !important;
  }
}

@media (max-width: 992px) {
 .up-header {
    display: none;
  }

  .tel-min{
    visibility: visible;
    width: auto;
    height: auto;
    color: #fff;
  }


}

.top-white-space{
  height: 225px;
  width: 100%;
}

.gallery-title{
  font-family: 'Serpentine','Vazir';
  font-size: 20px;
}


/* .ptb-custom {
  padding: 120px 0 0 0;
} */

.ptb-100 {
  padding: 50px 0;
}

.ptb-30 {
  padding: 30px 0;
}

.bg-blue {
  background-color: #0c468a;
}

.bg-darkblue{
  background-color: #1c2f5d;
}

.bg-gray{
  background-color: #e0e8f2;
}

.count-data{
  color: #fff;
}

.count-number{
  font-size: 40px;
}

.title-orange{
  color: #fa8807;
  font-family: 'Serpentine','Vazir';
  font-style: italic;
}

.title-white{
  color: #fff;
  font-family: 'Serpentine','Vazir';
  font-style: italic;
}

.title-darkblue{
  color: #0c468a;
  font-family: 'Serpentine','Vazir';
  font-style: italic;
}

/* nav logo scrolling effect */

.nav-logo{
  width: 170px;
  height: auto;
}

.img-scroll-down{
  animation-name: img-down;
  animation-duration: 400ms;
  animation-fill-mode: forwards;
}

@keyframes img-down {
  from {max-width: 100%;}
  to {max-width: 50%}
}

.img-scroll-up{
  animation-name: img-up;
  animation-duration: 400ms;
  animation-fill-mode: forwards;
}

@keyframes img-up {
  from {max-width: 50%;}
  to {max-width: 100%}
}


/* image effect */

.img-effect-load{
    animation: img-flicker 2s;
}

@keyframes img-flicker {
  from {
    top: 200px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

/*  */

.nav-contact{
  position: absolute;
  top: 30%;
  right: 22%;
  color: #070707;
  font-size: 18px;
}


.tel-nav{
  font-weight: bold;
}

.img-frame-white{
  border: 1px solid #fff;
  padding: 5px;
}

.img-frame-blue{
  border: 1px solid #1c2f5d;
  padding: 5px;
}

.to-left{
  float: left;
}

.to-right{
  float: right;
}

.shop-font-black{
  font-size: 12px;
  color: #000;
}

.shop-font-white{
  font-size: 12px;
  color: #fff;
}

.shop-list{
  list-style: ' - ';
}



.footer-copyright{
  color: #bcbdc0;
  font-size: 9px;
  text-align: center;
}

.fs-20{
  font-size: 20px;
}

.fs-15{
  font-size: 15px;
}

@keyframes afb{from{opacity:0;transform:translateY(5rem)}to{opacity:1;transform:translateY(0)}}
.us_animate_afb.start{animation-name:afb}


/* start loader */
.loader {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-block;
  border-top: 4px solid #1c2f5d;
  border-right: 4px solid transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
.loader::after {
  content: '';
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border-bottom: 4px solid #f5821f;
  border-left: 4px solid transparent;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.logo-loader{
  margin-bottom: 20px;
  width: 120px;
}
/* end loader */

.banner{
    width: 100%;
    height: auto;
    top: 10px;
}

