
@font-face{
    src: url(webfonts/IRANSansWeb.ttf)format(truetype);
    font-family: 'iranian sans';
    src: url(webfonts/IRANSansWeb.ttf); /* IE9 Compat Modes */
    src: url(webfonts/Iranian\ Sans.ttf) format('embedded-opentype'), /* IE6-IE8 */
           url(webfonts/IRANSansWeb.ttf) format('woff2'), /* Super Modern Browsers */
           url(webfonts/IRANSansWeb.ttf) format('woff'), /* Pretty Modern Browsers */
           url(webfonts/IRANSansWeb.ttf)  format('truetype'), /* Safari, Android, iOS */
           url(webfonts/IRANSansWeb.ttf) format('svg'); /* Legacy iOS */
}
body {
    overflow-x: hidden;
    margin: 0px;
	font-family: 'iranian sans';
}

.btn-dark-blue {
    color: #001554 !important;
    background-color: #fac916 !important;
    border: 2px solid #fac916 !important;
    Border-radius: 2px;
	font-family:Iranian Sans;
	
}

.btn-dark-blue:hover {
    color: #fac916 !important;
    border: 2px solid #001554 !important;
    background: hsl(225, 100%, 16%) !important;
    Border-radius: 6px;
	font-family:Iranian Sans;
}

.btn-outline-dark-blue {
    color: #001554 !important;
    border: 3px solid #Fac916 !important;
    Border-radius: 6px;
	font-family:Iranian Sans;
}

.btn-outline-dark-blue:hover {
    color: #001554 !important;
    background-color: #Fac916 !important;
    border: 3px solid #fac916 !important;
    Border-radius: 6px;
	font-family:Iranian Sans;
}

a:link {
    font-family:Iranian Sans;
    font-size: 16px;
    color: #001554;
    text-decoration: none;
    font-weight: 400;

}


a:visited {
    font-family:Iranian Sans;
    font-size: 18px;
    color: #001554;
    text-decoration: none;
    font-weight: 400;
}

a:hover {
    font-family:Iranian Sans;
    font-size: 16px;
    color: #001554;
    text-decoration: none;
    font-weight: 800;
}

a:active {
   font-family:Iranian Sans;
    font-size: 16px;
    color: #001554;
    text-decoration: none;
    font-weight: 400;
}

.header-site2 {

    padding: 10em;
    /* اینجا به صورت آزمایشی یه تصویری گذاشته شده که هدر سایت نمود پیدا کنه  */
    background: url(../img/header.jpg);
    /*<---------- میتوانید تغییر دهید*/


    height: 460px;
    object-fit: cover;
    overflow: hidden;
}

.full-page2 {
    width: 100%;
    float: left;
    font-weight: 400;
    position: relative;
    padding: 50px 0;
}
.full-page3 {
    width: 100%;
    float: left;
    font-weight: 400;
    position: relative;
    padding: 0px 0;
}
.content-width {
    width: 90%;
    margin: 0 auto;
    height: 500px;
  }
  
  .slideshow {
    margin-top: 50px;
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  
  .slideshow-items {
    position: relative;
    width: 100%;
    height: 400px;
  }
  @media screen and (max-width: 800px){
    .slideshow-items {
      height: 200px;
    }
  }
  
  .item {
    position: absolute;
    width: 100%;
    height: auto;
  }
  
  .item-image-container {
    position: relative;
    width: 70%;
    float: right;
  }
  
  .item-image-container::before {
    content: '';
    position: absolute;
    top: -1px;
    right: 0;
    width: 101%;
    height: 101%;
    background: #22222A;
    opacity: 0;
    z-index: 1;
  }
  
  .item-image {
    position: relative;
    width: 100%;
    height:auto;
    max-height: 500px;
    opacity: 0;
    display: block;
    /* transition: property name | duration | timing-function | delay  */
    transition: opacity .3s ease-out .45s;
  }
  
  .item.active .item-image {
    opacity: 1;
  }
  
  .item.active .item-image-container::before {
    opacity: 0;
  }
  
  .item-description {
    position: absolute;
    top: 20px;
    left: 0;
    width: 30%;
    text-align: justify;
    padding-left: 10px;
    line-height: 1.8;
    float: right;
    direction:rtl;
  }
  
  @media screen and (max-width: 800px){
    .item-description {
      top: 5px;
      font-size: 12px;
      width: 20%;
    }
  }
  /* Staggered Vertical Items ------------------------------------------------------*/
  .vertical-part {
    overflow: hidden;
    display: inline-block;
  }
  
  .vertical-part b {
    display: inline-block;
    transform: translateY(100%);
  }
  
  .item-header .vertical-part b {
    transition: .5s;
  }
  
  .item-description .vertical-part b {
    transition: .21s;
  }
  
  .item.active .item-header .vertical-part b {
    transform: translateY(0);
  }
  
  .item.active .item-description .vertical-part b {
    transform: translateY(0);
  }
  
  /* Controls ----------------------------------------------------------------------*/
  .controls {
    position: relative;
    text-align: left;
    z-index: 1000;
  }
  
  .controls ul {
    list-style: none;
  }
  
  .controls ul li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 3px;
    background:#bdbdd5;;
    cursor: pointer;
  }
  
  .controls ul li.active {
    background:#6a6a77;;
  }


footer .namad img {
    float: left;
}

#mobile img {
    display: none;

    transition: all 1s linear;
}

#mobile img.show {
    -webkit-transform: translate(300px, 0px);
    -moz-transform: translate(300px, 0px);
    transform: translate(300px, 0px);
}

header {
    position: relative;
    text-align: center;
    max-height: 460px;
}

video {
    width: 100%;
    max-height: 460px;
    object-fit: cover;
    overflow: hidden;
}

.header-site {
    position: absolute;
    top:-10px;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 21em 0 18em 0;
    background-color: rgba(0, 0, 0, 0);
}

/* ---------- متن داخل هدر وبسایت ------ */
.header-site .header-text {
    font-size: 2em;
    /*که انجا اندازه متن مشخص می شود*/
}

.text-bold-head {
    font-weight: 500;
    font-size: 1.5em;
    color: #001554;
    text-align: center;
    padding: 2em;
}

#elambar-roz {
    height: 300px;
    overflow-y: scroll;
    list-style-type: none;
    margin: 20px;
}

#elambar-roz li {
    display: block;
    padding: 5px;
    border: 1px solid #666666;
}

.main-box-1 {
    padding: 120px 0px !important;
}

.full-page {

    float: left;
    font-weight: 400;
    position: relative;
    padding: 50px 0;
}

.container {
    max-width: 720px;
}

/*@media (min-width: 576px) .container {
    max-width: 540px;
}
*/
.container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
}

.container {
    max-width: 1250px !important;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

.col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
    float: right;
    text-align: right;
}

h4 {
    display: block;
    margin-block-start: 1.33em;
    margin-block-end: 1.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

.mt-25 {
    margin-top: 25px;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

.full-page ul {
    list-style: none;
    color: #565656;
    margin: 20px 0;
    padding: 0;
}

.full-page ul li {
    padding: 2px 0;
}

.full-page ul li:not(.more-link)::before {
    content: "";
    line-height: 1em;
    width: .4em;
    height: .4em;
    background-color: #001d72;
    float: right;
    margin: 10px 10px 4px 0;
    border-radius: 50%;
}

.more-link {
    color: #779aff;
    font-size: 13px;
    text-decoration: underline;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

*,
*::before,
*after {
    box-sizing: inherit;
}

.gray-bg {
    background-color: #f6f9fc;
}

.full-page {
    width: 100%;
    float: left;
    font-weight: 400;
    position: relative;
    padding: 50px 0;
    padding-top: 50px;
    padding-right: 0px;
    padding-bottom: 50px;
    padding-left: 0px;
}


.col-md-12 {
    float: left;
}

.mt-25 {
    margin-top: 25px;
}
/*
@media (min-width: 768px) .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    float: left;
}
*/
.mt-10 {
    margin-top: 10px;
}

.no-padding {
    padding: 0 !important;
}

.col-md-9 {
    float: left;
}

.col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    float: left
}

.no-padding {
    padding: 0 !important;
    padding-top: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
}
/*
@media (min-width: 768px) .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    float: left;
}

@media (min-width: 768px) .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
*/
.col-md-3 {
    float: left;
}

.no-padding {
    padding: 0 !important;
    padding-top: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
}




/*
@media (min-width: 768px) .col-md-12 {

    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}
*/
h4 {
    font-size: 1.5 rem;
    margin-bottom: 0.5 rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

.mt-10 {
    margin-top: 10px;
}
/*
@media (min-width: 768px) .col-md-12 {

    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}
*/
.mt-25 {
    margin-top: 25px;
}

.col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    text-align: center;
}

:root {
    --animate-duration: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1;
}

.gray-bg {
    background-color: #f6f9fc;
}

.full-page {
    width: 100%;
    float: left;
    font-weight: 400;
    position: relative;
    padding: 50px 0;
}

.col-md-12 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}
/*
@media (min-width: 768px) .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
*/
.mt-25 {
    margin-top: 25px;
}

.margin-left-46 {
    margin-left: 46px;
}

.mt-10 {
    margin-top: 10px;
}

.no-padding {
    padding: 0 !important;
}

.col-md-9 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-md-9 {
    float: left;
}

.col-md-3 {
    float: left;
}

.no-padding {
    padding: 0 !important;
}
/*
@media (min-width: 768px) .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

@media (min-width: 768px) .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
*/
.mt-25 {
    margin-top: 25px;
}

.no-padding {
    padding: 0 !important;
}
/*
@media (min-width: 768px) .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    position: relative;
    width: 100%;
    min-height: 1px;
    float: left;
}
*/
.mt-10 {
    margin-top: 10px;
}

.no-padding {
    padding: 0 !important;
}

.text-description {
    text-align: right;
    color: #666666;
    font-weight: 300;
}

.text-list li {
    list-style-type: none;
    padding: 0.6em;
    color: #001554;
    font-size: 1.27em;
}

/* ------------- لیست آیکون های معرفی محصولات ------ */
.icon-list li {
    list-style-type: none;
    font-size: 1.45em;
    padding: 0.5em;
}
/*
.load-item {
    display: inline-block;
    width: 225px;
    font-size: 12px;
    padding: 4px 12px;
    box-sizing: border-box;
    color: #001554;
    position: relative;
}
.load-item .line {
    display: block;
    position: absolute;
    top: 12px;
    left: 88px;
    width: 50px;
    height: 4px;
    background-color: #fac916;
}
.load-item b.departure {
    float: center;
}
.load-item b.arrival {
    float: center;
}

.load-item .price {
    float: left;
    background-color: #001554;
    color: #fff;
    font-weight: bold;
    font-size: 10px;
    padding: 4px 8px;
    border-radius: 6px;
    margin-top: 4px;
}

.load-item .price small {
    color: #929dbd;
}

.load-item .add-offer {
    float: right;
    background-color: #fac916;
    color: #fff;
    font-weight: bold;
    font-size: 10px;
    padding: 4px 8px;
    border-radius: 6px;
    margin-top: 4px;
    text-decoration: none;
    -moz-box-shadow: inset 0 0 2px #149fc1;
    -webkit-box-shadow: inset 0 0 2px #149fc1;
    box-shadow: inset 0 0 2px #149fc1;
}
.load-item .line span {
 color:#fac916;
 font-size:10px;
 position:absolute;
 width:100%;
 top:-15px;
 left:0;
 text-align:center
}
*/
.container {
    max-width: 1140px !important;
}

.banner{
    width: 100%;
    
  }
  .d-sm-block{
    display: block !important;
  }
  .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

.truck-type-box {
    position: relative;
    border: 1px solid #9082f0;
    padding: 7px;
    border-radius: 20px;
    color: #332e2e;;
    font-size: 1.2rem;
    margin-bottom: 10px;
	box-shadow: 2px 3px 2px #9592a4
}
.truck-type-box i {
    position: absolute;
    left: 1rem;
    top: 7px;
    font-size: 1.2rem;
    color: #9082f0;
}

.truck-type-box span {
    font-size: 0.9rem;
	margin-right:5px;
}