@font-face {
    font-family: "iransens";
    src: url("../fonts/IRANSansWeb(FaNum).eot ");
    src: url("../fonts/IRANSansWeb(FaNum).otf");
    src: url("../fonts/IRANSansWeb(FaNum).ttf");
    src: url("../fonts/IRANSansWeb(FaNum).woff");
}

body {
    font-family: iransens, IRANYekan, sans-serif;
    background: #f5f5f5;
    overflow-x: hidden;
}

::selection {
    background:rgb(25, 168, 255);
    text-shadow: none;
}

.row1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
}

a {
    text-decoration: none;
    color: #000;
}

a:hover {
    text-decoration: none;
    color: #000;
}
p{
    line-height: 1.5;
}

/**************** preloader ****************/

.flex-center {
    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;
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff9d;
    z-index: 1000;
}

/**************** backtotop ****************/

.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
    background: rgb(25, 168, 255);
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
    text-align: center;
}

.back-to-top i {
    font-size: 24px;
    color: #fff;
}

/********************منو******************/

.main-page {
    margin-top: 70px;
}

.wow {
    visibility: hidden;
}

#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #fff url("../img/preloader.svg") no-repeat center center;
}

.section-header {
    margin-bottom: 60px;
    position: relative;
    padding-bottom: 20px;
}

.section-header::before {
    content: '';
    position: absolute;
    display: block;
    width: 60px;
    height: 5px;
    background: #f82249;
    bottom: 0;
    left: calc(50% - 25px);
}

.section-header h2 {
    font-size: 36px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px;
}

.section-header p {
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    color: #9195a2;
}

.section-with-bg {
    background-color: #f6f7fd;
}

.nav-menu li.buy-tickets a {
    color: white;
    background: rgb(25, 168, 255);
    border: 1px solid rgb(25, 168, 255);
    box-shadow: 1px 3px 5px #afafaf;
    padding: 7px 22px;
    border-radius: 8px;
    transition: all ease-in-out 0.3s;
    font-weight: 500;
    margin-left: 8px;
    margin-top: 2px;
    line-height: 1;
    font-size: 14px;
}

#header {
    background: fixed;
    transition: all 0.5s;
    z-index: 997;
    padding: 10px 0;
    top: 0;
    box-shadow: rgba(50, 50, 93, 0.082) 0px 13px 27px -5px, rgba(0, 0, 0, 0.219) 0px 8px 16px -8px;
}

#header.header-scrolled {
    top: 0;
    background: #ffffff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

#header .logo {
    font-size: 28px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
}

#header .logo a {
    color: black;
}

#header .logo img {
    max-height: 60px;
}

@media (max-width: 576px) {
    #topbar {
        height: 0;
    }
    #topbar.topbar-scrolled {
        top: -60px;
    }
    #header {
        top: 0;
    }
}


/*****----- فهرست منو ------*****/

.navbar {
    padding: 0;
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

.navbar li {
    position: relative;
}

.navbar li:last-child {
    border-bottom: none;
}

.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 30px;
    color: #131313;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 16px;
    font-weight: 600;
}

.navbar a i,
.navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-right: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
    color: rgb(25, 168, 255);
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    right: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 4px;
}

.navbar .dropdown ul li {
    min-width: 200px;
}

.navbar .dropdown ul a {
    padding: 10px 20px;
    color: #444444;
}

.navbar .dropdown ul a i {
    font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
    color: #cda45e;
}

.navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar .dropdown .dropdown ul {
    top: 0;
    right: calc(100% - 30px);
    visibility: hidden;
    background: #18d26e;
}

.navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
    background: red;
}

@media (max-width: 962px) {
    .navbar li {
        position: relative;
        border-bottom: 1px solid rgba(44, 44, 44, 0.384);
    }
}

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }
    .navbar .dropdown .dropdown:hover>ul {
        left: -100%;
    }
}


/*****----- منو موبایل ------*****/

.mobile-nav-toggle {
    color: rgb(0, 0, 0);
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }
    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #fdfdfd;
    color: rgb(0, 0, 0);
    transition: 0.3s;
    z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    left: 15px;
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    bottom: 15px;
    right: 0;
    left: 0;
    padding: 10px 0;
    border-radius: 6px;
    background-color: transparent;
    overflow-y: auto;
    transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: rgb(2, 2, 2);
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
    color: rgb(25, 168, 255);
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
    margin: 15px;
}

.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    border-radius: 0;
    visibility: visible;
    background: #97d5ff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.5s;
}

.navbar-mobile .dropdown ul li {
    min-width: 200px;
}

.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
    font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
    color: #3498db;
}

.navbar-mobile .dropdown>.dropdown-active {
    display: block;
}


/*************** فرم ورود******************/

.formlogint {
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    display: flex
}

.left-side {
    width: 55%;
    border-radius: 9px 0 0 9px;
    background:radial-gradient(circle, rgb(25, 168, 255) 48%, rgb(0 159 255 / 0%) 100%);
    /*height: 100%;*/
    /* background-image: url('../tak/img/backn.jpg'); */
    background-repeat: repeat;
    background-size: 100% 100%;
}

.left-side .content {
    color: black;
    letter-spacing: 1px;
    margin-top: 80px;
    padding: 10px 30px;
    text-align: center
}

.left-side .social {
    padding: 10px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.left-side .social .social-icons {
    list-style: none;
    display: flex
}

.left-side .social .social-icons li {
    margin: 5px
}

.left-side .social .social-icons a {
    color: #fff;
    transition: all 0.5s
}

.left-side .social .social-icons a i {
    color: #fff;
    transition: all 0.5s
}

.left-side .social .social-icons a:hover i {
    transform: rotate(360deg)
}

.left-side .social .terms {
    list-style: none;
    display: flex;
    margin-top: 3px
}

.left-side .social .terms li .dots {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #eee;
    display: flex;
    margin: 12px 5px
}

.left-side .social .terms li a {
    font-size: 12px;
    text-decoration: none;
    letter-spacing: 1px;
    color: #fff
}

.left-side .content h5 {
    font-size: 19px
}

.left-side .content p {
    font-size: 10px
}

.right-side {
    width: 45%;
    border-radius: 0 9px 9px 0;
    background-color: #fff;
    height: 100%;
    padding: 20px;
    display: flex;
    text-align: center;
    margin-top: 75px;
}

.right-side .forms {
    padding-right: 20px;
    width: 100%;
}

.right-side .forms input {
    width: 100% !important;
    height: 45px;
    border: none;
    margin-bottom: 10px;
    padding: 0px 10px;
    border: 2px solid #eee;
    transition: all 0.5s;
    background-color: #e8f0fe;
    border-radius: 3px;
    outline: none;
    box-shadow: none
}

.right-side .forms input[type="submit"] {
    width: 100%;
    background: linear-gradient(90deg, rgba(222, 90, 38, 1) 48%, rgba(252, 176, 69, 1) 100%);
    border-radius: 5px;
    color: #fff;
    letter-spacing: 1px;
    cursor: pointer;
    border: none;
    text-transform: uppercase
}

.right-side .forms input[type="submit"]:hover {
    background-color: #020242
}

.submit-button {
    width: 110%
}

.right-side .forms input:focus {
    border: 2px solid #000 !important
}

.strength-list {
    margin-left: 5px;
    list-style: none;
    margin-bottom: 5px
}

.form-inputs {
    position: relative;
    width: 100% !important
}

.form-inputs i {
    position: absolute;
    top: 14px;
    right: -10px;
    color: #dbdada;
    z-index: 1000
}


/*
.list-group i {
    font-size: 10px;
    color: #aaa
}

.list-group span {
    font-size: 11px;
    color: #aaa;
    letter-spacing: 1px;
} */

.green-color {
    color: green !important
}

.random_password {
    margin-top: 5px;
    letter-spacing: 1px;
    font-size: 11px;
    cursor: pointer
}

@media (max-width:992px) {
    .section .container {
        max-width: 350px
    }
    .right-side {
        width: 100%;
        display: inline;
    }
    .left-side {
        display: none;
    }
}

.form__input {
    width: 250px;
    border: 0px solid transparent;
    border-bottom: 1px solid #aaa;
    transition: all .5s ease;
    text-align: left;
    padding-left: 55px
}

.form__input:focus {
    border-bottom-color:rgb(25, 168, 255);
    box-shadow: 0 0 5px rgb(25, 168, 255);
    border-radius: 4px;
}

.btnlogin {
    transition: all .5s ease;
    background:radial-gradient(circle, rgb(25, 168, 255) 48%, rgb(2 92 147 / 99%) 100%);
    border-radius: 4px;
    color: rgb(25, 168, 255);
    font-weight: 600;
    border: 1px solid rgb(25, 168, 255);
    color: #fff;
}

.btnlogin:hover,
.btnlogin:focus {
    background-color: rgb(25, 168, 255);
    color: #fff;
}

.kt-textfield .kt-textfield__suffix {
    position: relative;
    height: calc(2.5rem - 4px);
    float: left;
    line-height: calc(2.5rem - 4px);
    top: 41px;
}

.kt-textfield__suffix--tagged {
    background-color: rgba(0, 0, 0, .04);
    color: rgba(0, 0, 0, .87);
    font-size: .75rem;
    border-radius: 12px;
    padding: 0 12px;
    margin-top: 8px;
}

.kt-textfield__suffix {
    left: 12px;
    top: 5px;
    margin: 0;
    font-size: .875rem;
    color: rgba(0, 0, 0, .32);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: background-color .15s ease, -webkit-transform .15s ease;
    transition: transform .15s ease, background-color .15s ease;
    transition: transform .15s ease, background-color .15s ease, -webkit-transform .15s ease;
}

.labell {
    position: relative;
    font-size: 10px;
    right: 10px;
    top: 60px;
    transform: translateY(-50%);
    /*background-color: white;*/
    color: #9e9e9e;
    padding: 0 0.3rem;
    margin: 0 0.5rem;
    transition: .1s ease-out;
    transform-origin: right top;
    pointer-events: none;
    float: right;
}

.labell1 {
    position: relative;
    font-size: 10px;
    right: 0;
    top: 30px;
    transform: translateY(-50%);
    /*background-color: white;*/
    color: #9e9e9e;
    padding: 0 0.3rem;
    margin: 0 0.5rem;
    transition: .1s ease-out;
    transform-origin: right top;
    pointer-events: none;
    float: right;
}

.boxlog input[type="text"],
.ppplace2 input[type="tel"] {
    display: block;
    margin: 20px auto;
    padding: 10px 10px;
    outline: none;
    border-radius: 5px;
    width: 100%;
    border: 0px solid transparent;
    border-bottom: 1px solid #aaa;
    transition: all .5s ease;
    text-align: left;
    padding-left: 68px
}
 input[type="text"].inputpass {
    display: block;
    margin: 20px auto;
    padding: 10px 10px;
    outline: none;
    border-radius: 5px;
    width: 100%;
    border: 0px solid transparent;
    border-bottom: 1px solid #aaa;
    transition: all .5s ease;
    text-align: left;
    padding-left: 10px
}
.boxlog input[type="password"] {
    display: block;
    margin: 20px auto;
    padding: 10px 10px;
    outline: none;
    border-radius: 5px;
    width: 100%;
    border: 0px solid transparent;
    border-bottom: 1px solid #aaa;
    transition: all .5s ease;
    text-align: left;
    padding-left: 10px
}

.ppplace2 input[type="tel"] :focus {
    border-bottom-color: rgb(25, 168, 255);
    box-shadow: 0 0 5px rgb(25, 168, 255);
    border-radius: 5px;
    transition: all .5s ease;
}


/* .boxlog input[type="text"]:focus,
.ppplace input[type="tel"]:focus,
.boxlog input[type="password"]:focus {
    width: 300px;
} */


/*.boxlog input[type="tel"]-placeholder{*/


/*    text-align: right;*/


/*}*/

.boxlog input[type="submit"] {
    border: 0;
    background: white;
    display: block;
    margin: 20px auto;
    text-align: center;
    border: 2px solid #ffAA0f;
    padding: 14px 40px;
    outline: none;
    color: black;
    border-radius: 5px;
    transition: 0.25s;
    cursor: pointer
}

.boxlog input[type="submit"]:hover {
    background: #ffAA0f;
    color: white;
}

.Confirmation1 {
    border: 0;
    display: block;
    margin: 20px auto;
    text-align: center;
    background: rgb(25, 168, 255);
    font-weight: 500;
    border: 1px solid rgb(25, 168, 255);
    box-shadow: 1px 3px 5px #b6b6b6;
    padding: 12px 10px;
    outline: none;
    color: white;
    border-radius: 5px;
    transition: 0.25s;
    cursor: pointer;
    width: 250px;
}

.Confirmation1:hover,
.Confirmation1:focus {
    background-color: rgb(25, 168, 255);
    color: black;
    transition: all 1.5s;
}

.Confirmation {
    border: 0;
    display: block;
    margin: 20px auto;
    text-align: center;
    background: inherit;
    font-weight: 600;
    padding: 12px 10px;
    outline: none;
    color: rgb(25, 168, 255);
    cursor: pointer;
    width: 150px;
}

.Confirmation:hover,
.Confirmation:focus {
    color: #212121;
    transition: 0.005s;
    cursor: pointer;
}

.kod {
    border-bottom-width: 4px;
    border-top: none;
    border-right: none;
    border-left: none;
    width: 40px;
    line-height: 2;
    border-radius: 0;
    text-align: center;
    display: inline-block;
    vertical-align: baseline;
    box-sizing: border-box;
    background: none;
    color: black;
    border-radius: 5px;
    border-bottom: 2px solid rgb(25, 168, 255);
    margin-right: 4px;
}


/*.kod input[type="tel"]:focus{*/


/*    outline:0;*/


/*}*/

.kod:focus {
    outline: 0;
    border-bottom: 2px solid rgb(25, 168, 255);
}

.txtlogint {
    color: red;
    font-size: 10px;
    right: 0
}

.labell2 {
    position: relative;
    font-size: 10px;
    right: 2px;
    top: 28px;
    transform: translateY(-50%);
    /*background-color: white;*/
    color: #000000;
    padding: 0 0.3rem;
    margin: 0 0.5rem;
    transition: .1s ease-out;
    transform-origin: right top;
    float: right;
    cursor: pointer;
}

.inplftlog {
    text-align: left;
    direction: ltr!important;
    padding-left: 8px;
    font-size: 13px;
}

.trip-exchange-widget {
    top: 50px;
    position: absolute;
    left: 46.8%;
    z-index: 1;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
    color: #585858;
    border: 1px solid #bbb;
    border-radius: 100%;
    padding: 5px;
    cursor: pointer;
    width: 28px;
    height: 28px;
}

@media (max-width: 992px) {
    .trip-exchange-widget {
        left: 48%;
    }
}
@media (max-width: 767px) {
    .trip-exchange-widget {
        top: 70px;
        left: 8%;
    }
}
@media (min-width: 1200px) {
    .trip-exchange-widget {
        top: 50px;
        position: absolute;
        right: 21.9%;
        z-index:1;
        background: #fff;
        box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
        color: #585858;
        border: 1px solid #bbb;
        border-radius: 100%;
        padding: 5px;
        cursor: pointer;
        width: 28px;
        height: 28px;
    }
}
@media (max-width: 576px) {
    .trip-exchange-widget {
        top: 60px;
        position: absolute;
        left: 13%;
        z-index: 1;
        background: #fff;
        box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
        color: #585858;
        border: 1px solid #bbb;
        border-radius: 100%;
        padding: 5px;
        cursor: pointer;
        width: 28px;
        height: 28px;
    }
}

/***************فرم انتخاب بلیط******************/


/***منو اسلایدر***/

.axmen {
    width: 37px;
    height: 32px;
}

.nav-menu.bilit,
.nav-menu.bilit * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu.bilit ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
}

.nav-menu.bilit li {
    position: relative;
    white-space: nowrap;
}

.nav-menu.bilit>li {
    float: right;
}

.nav-menu.bilit li:hover>ul,
.nav-menu.bilit li.sfHover>ul {
    display: block;
}

.nav-menu.bilit ul ul {
    top: 0;
    left: 100%;
}

.nav-menu.bilit ul li {
    min-width: 180px;
}

.nav-menu.bilit p {
    color: white;
}

.nav-menu-container.bilit {
    float: right;
    margin: 0;
    height: 66px;
    /*background-color: rgba(0, 0, 0, 0.65);*/
    background: rgba(40, 40, 40, 0.54)
}

@media (min-width: 993px) {
    .nav-menu-container.bilit {
        margin-right: 65px;
    }
}

@media (min-width: 1200px) {
    .nav-menu-container.bilit {
        margin-right: -110px;
    }
}

@media (min-width: 1400px) {
    .nav-menu-container.bilit {
        margin-right: 10px;
    }
}


/*@media (min-width: 1328px) {*/


/*  .nav-menu-container.bilit {*/


/*    margin-right: 80px;*/


/*  }*/


/*}*/


/*@media (min-width: 1328px) {*/


/*  .nav-menu-container.bilit {*/


/*    margin-right: 84px;*/


/*  }*/


/*}*/

@media (min-width: 1450px) {
    .nav-menu-container.bilit {
        margin-right: 20px;
    }
}

@media (min-width: 1505px) {
    .nav-menu-container.bilit {
        margin-right: -20px;
    }
}

@media (min-width: 1570px) {
    .nav-menu-container.bilit {
        margin-right: -40px;
    }
}

@media (min-width: 1620px) {
    .nav-menu-container.bilit {
        margin-right: -55px;
    }
}

@media (min-width: 1630px) {
    .nav-menu-container.bilit {
        margin-right: -80px;
    }
}

.nav-menu.bilit a {
    padding: 8px;
    text-decoration: none;
    display: inline-block;
    /* color: rgba(202, 206, 221, 0.8); */
    color: white;
    font-weight: 600;
    font-size: 12px;
    outline: none;
}

.nav-menu.bilit .menu-active.bilit a,
.nav-menu.bilit a:hover {
    background-image: url(/thems/img/menu_active.png) !important;
    background-position: center top;
    background-repeat: no-repeat;
    padding-bottom: 80px;
    width: 80px;
    height: 40px;
}

.nav-menu.bilit>li {
    /* margin-left: 8px; */
    width: 80px;
}

.menubala {
    margin-top: -585px;
    z-index: 1000;
    position: relative;
}

@media (max-width: 1200px) {
    .menubala {
        margin-top: -660px;
        z-index: 1000;
        position: relative;
    }
}

@media (max-width: 768px) {
    .menubala {
        margin-top: -700px;
        z-index: 1000;
        position: relative;
    }
}

@media (max-width: 470px) {
    .nav-menu.bilit>li {
        width: 70px;
    }
    .nav-menu.bilit .menu-active.bilit a,
    .nav-menu.bilit a:hover {
        background-image: url(/thems/img/menu_active.png) !important;
        background-position: center top;
        background-repeat: no-repeat;
        padding-bottom: 80px;
        width: 70px;
        height: 36px;
    }
    .axmen {
        width: 30px;
        height: 25px;
    }
    .nav-menu.bilit p {
        font-size: 12px;
        margin-top: 9px;
    }
    /*.menubala {*/
    /*  margin-top: -455px;*/
    /*  z-index: 1000;*/
    /*  position: relative;*/
    /*}*/
}

@media (max-width: 380px) {
    .nav-menu.bilit>li {
        width: 60px;
    }
    .nav-menu.bilit .menu-active.bilit a,
    .nav-menu.bilit a:hover {
        background-image: url(/thems/img/menu_active.png) !important;
        background-position: center top;
        background-repeat: no-repeat;
        padding-bottom: 80px;
        width: 65px;
        height: 30px;
    }
    .axmen {
        width: 25px;
        height: 20px;
    }
    .nav-menu.bilit p {
        font-size: 11px;
        margin-top: 8px;
    }
}

.nav-menu.bilit>li>a:before {
    content: "";
    width: 0;
    height: 0px;
    bottom: 0;
    left: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out 0s;
}

.nav-menu.bilit a:hover:before,
.nav-menu.bilit li:hover>a:before,
.nav-menu.bilit .menu-active>a:before {
    visibility: visible;
    width: 100%;
}

.nav-menu.bilit ul {
    margin: 4px 0 0 0;
    padding: 10px;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    background: #fff;
    border-radius: 3px;
}

.nav-menu.bilit ul li {
    transition: 0.3s;
}

.nav-menu.bilit ul li a {
    padding: 10px;
    color: #060c22;
    transition: 0.3s;
    display: block;
    font-size: 13px;
    text-transform: none;
    border-radius: 3px;
}

.nav-menu.bilit ul li:hover>a {
    background: #f82249;
    color: #fff;
}

.nav-menu.bilit ul ul {
    margin: 0;
}


/***فرم رفت و برگشت***/

.text {
    font-size: 24px;
    margin-bottom: 24px;
    font-weight: 700;
    color: #dcdada
}

.login_btn {
    /*margin-top: 10px;*/
    /*margin-bottom: 10px;*/
    width: 100%;
    height: 40px;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 13px;
    color: #222222;
    border-radius: 6px;
    background: rgb(25, 168, 255);
    box-shadow: outset -4px 4px 5px #d1d0d0, inset 4px -4px 5px #d1d0d0;
}

@media (max-width: 768px) {
    .login_btn {
        margin-top: 5px;
        margin-bottom: 5px;
    }
}

.login_btn:active {
    background: #c0c0c0;
}


/***radio باتن های یک طرفه ُدوره ای و... ***/

.mrgnbtnhazf {
    margin-left: 22px;
}

.tbtnhazf {
    color: rgb(25, 168, 255);
}

.btnhazf {
    padding-left: 50px;
}

input[type="radio"].btnhazf {
    display: none
}

input[type="radio"].btnhazf+label {
    appearance: none;
    cursor: pointer;
    display: inline-block;
    padding-right: 34px;
    position: relative;
    vertical-align: middle;
    top: 2px;
}

input[type="radio"].btnhazf:checked+label {
    backface-visibility: hidden;
    animation: checked 200ms ease 1
}

input[type="radio"].btnhazf+label:before {
    background: none repeat scroll 0 0 #ffffff00;
    border-radius: 100% 100% 100% 100%;
    content: "";
    height: 9px;
    right: 10px;
    position: absolute;
    top: 5px;
    width: 9px
}

input[type="radio"].btnhazf+label:hover:before {
    background: none repeat scroll 0 0 rgb(25, 168, 255)
}

input[type="radio"].btnhazf:checked+label:before {
    background: none repeat scroll 0 0 rgb(25, 168, 255);
}

input[type="radio"].btnhazf+label:after {
    border: 3px solid #dadada;
    border-radius: 100% 100% 100% 100%;
    content: "";
    height: 19px;
    right: 5px;
    position: absolute;
    top: 0;
    width: 19px
}

input[type="radio"].btnhazf:checked+label:after {
    border-color: rgb(185, 185, 185)
}


/*****فرم مبدا و حرکت لیبل*****/

.count-passenger
{
    box-shadow: 0 0 5px #00000026;
    background: #FFF;
    border-radius: 10px;
    position: absolute;
    margin-top: 40px;
    min-width: 100%;
    height: 70px;
    z-index: 1111;
}
.count-passenger i
{
    font-size: 2em;
}

.container .field {
    /*margin-top: 10px;*/
    height: 40px;
    width: 100%;
    display: flex;
    color: #dcdada;
    position: relative;
    /*margin-bottom: 10px*/
    opacity: 1;
}

@media (max-width: 768px) {
    .container .field {
        margin-top: 0px;
        height: 38px;
        width: 100%;
        display: flex;
        color: #dcdada;
        position: relative;
        margin-bottom: 0px
    }
}

.field input {
    height: 100%;
    width: 100%;
    padding-right: 38px;
    font-size: 14px;
    border: none;
    color: #222222;
    outline: none;
    border-radius: 10px;
    background: #ffffff;
    /*box-shadow: inset -4px 4px 5px #e6e6e6, inset 4px -4px 5px #e6e6e6;*/
    transition: 0.1s ease-out;
    border: 1px solid rgb(25, 168, 255);
}

.field .inpfeild {
    padding-right: 36px;
    padding-top: 10px;
    width: 500px;
    height: 100%;
    border-radius: 10px;
    font-size: 14px;
    background-color: white;
    color: #222222;
    transition: .1s ease-out;
    text-align: right;
    position: relative;
    border: 1px solid rgb(25, 168, 255);
}

.field .inpfeildbus {
    padding-right: 40px;
    padding-top: 10px;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    font-size: 13px;
    background-color: white;
    color: #222222;
    transition: .1s ease-out;
    position: relative;
    display: none;
    word-wrap: normal;
    white-space: nowrap;
    text-align: right;
}

@media (max-width: 380px) {
    .field .inpfeildbus {
        font-size: 10px;
    }
}

@media (max-width: 1200px) {
    .field .inpfeild {
        width: 100%;
    }
}

.field i {
    position: absolute;
    width: 45px;
    line-height: 40px;
    opacity: 1;
    color: rgb(25, 168, 255);
}



.field label {
    position: absolute;
    font-size: 13px;
    top: 50%;
    transform: translateY(-50%);
    right: 28px;
    pointer-events: none;
    background-color: inherit;
    color: gray;
    padding: 0 0.3rem;
    margin: 0 0.5rem;
    transition: .1s ease-out;
    transform-origin: right top;
}

.field input:focus~label {
    opacity: 1;
    background: inherit;
    color: #8d8d8d;
    right: 1px;
    transform: translateY(-50%);
    top: 17%;
    border-radius: 3px 3px 0 0;
    font-size: 10px;
}


/*.field input:focus+label {*/


/*  top: 0;*/


/*  transform: translateY(-50%) ;*/


/*}*/


/*.field .inpfeild:not(:placeholder-shown)+label {*/


/*  top: 0;*/


/*  transform: translateY(-50%);*/


/*}*/

.field input:focus~.field label {
    opacity: 1;
}


/*.field input:focus ~ .field .inpfeild {*/


/*  opacity:1;*/


/*}*/


/*.field input:focus+label {*/


/*  color: #2194a7;*/


/*  top: 50%;*/


/*  transform: translateY(-50%) scale(1.1);*/


/*}*/

.field input:not(:placeholder-shown)+label {
    top: 19%;
    font-size: 9px;
    transform: translateY(-50%);
    right: 1px;
}

.field input:focus {
    border: 1px solid rgb(25, 168, 255) !important;
}

.listfly {
    position: absolute;
    z-index: 150;
    color: black;
    font-size: 14px;
    margin-top: 40px;
    width: 99%;
    border-radius: 10px;
    height: 150px;
    overflow-x: hidden;
    overflow-y: auto;

}

.listbus {
    position: absolute;
    z-index: 150;
    color: black;
    font-size: 14px;
    margin-top: 40px;
    width: 97%;
    border-radius: 6px;
    height: 150px;
    overflow-y: auto;
    /*background-color: #f5f5f5;*/
}

.listflya {
    position: relative;
    font-size: 13px;
    height: 40px;
    border-right: hidden;
    border-left: hidden;
    text-align: right;
    padding-right: 10px;
    background-color: #e7e7e7;
    line-height: 30px;
    border-radius: 4px;
    word-wrap: normal;
    white-space: nowrap;
    cursor: pointer;
}

.lablfl {
    top: 19%;
    font-size: 9px;
    right: 1px;
}

img {
    max-width: 100%;
    height: auto;
}

ul li {
    list-style: none;
}


/*label {*/


/*  height: 5rem;*/


/*  padding: 1.3rem;*/


/*  margin-bottom: 0px;*/


/*  z-index: 2;*/


/*}*/

::selection {
    color: #f1f1f1;
    /*background: #005252;*/
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: iransens;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-Calendar:before {
    /*content: "\e902";*/
    /*color: #ff6b59;*/
    /*font-size: 2.4rem;*/
    /*content: "\f073";*/
    color: red;
}

.label_calender {
    padding-right: 0px !important;
}


/***فرم مبدا مقصد اب دکمه جابجایی***/

.booking-form .form-group {
    position: relative;
    margin-bottom: 0px;
}

.booking-form>form .row.no-margin {
    margin-right: 0px;
    margin-left: 0px;
}

.formbuy {
    position: relative
}

.in-out {
    /* position: absolute;
        font-size: 28px;
        color: #f3eff5;
        right: -20px;
        top: 5px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        z-index: 20;
        text-align: center;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);

        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all .5s; */
    position: absolute;
    top: 7px;
    right: 163px;
    height: 28px;
    z-index: 99;
    background: #fff;
    width: 28px;
    border-radius: 50%;
    border: 1px solid #06a8f9;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .5s;
}


/*@media (min-width:1200px) {*/


/*    .in-out {*/


/*        right: 720px;*/


/*        !* bottom: -27px; *!*/


/*        top: 21px;*/


/*        transform: rotate(90deg);*/


/*    }*/

@media (max-width:1200px) {
    .in-out {
        right: 620px;
        /* bottom: -27px; */
        top: 21px;
    }
}

@media (max-width:900px) {
    .in-out {
        right: 560px;
        /* bottom: -27px; */
        top: 21px;
    }
}

@media (max-width:800px) {
    .in-out {
        right: 450px;
        /* bottom: -27px; */
        top: 21px;
    }
}

@media (max-width:700px) {
    .in-out {
        right: 450px;
        /* bottom: -27px; */
        top: 21px;
    }
}

@media (max-width:600px) {
    .in-out {
        right: 400px;
        /* bottom: -27px; */
        top: 21px;
    }
}

@media (max-width:500px) {
    .in-out {
        right: 280px;
        /* bottom: -27px; */
        top: 21px;
    }
}

@media (max-width:400px) {
    .in-out {
        right: 240px;
        /* bottom: -27px; */
        top: 21px;
    }
}

.inp-no-arrows::-webkit-outer-spin-button,
.inp-no-arrowst::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.inp-no-arrowst {
    -moz-appearance: textfield;
}

.mabrigh {
    margin-right: auto;
}

.mrfly {
    margin-right: 0;
}

.mrfly2 {
    margin-top: 15px;
}
@media (min-width: 576px) {

}
@media (min-width: 1200px) {
    .mabrigh {
        margin-right: 20px;
    }
    .mrfly {
        margin-right: -8px;
    }
    .mrfly2 {
        margin-top: 0;
    }
}

.brdate {
    border-radius: 10px;
}

.brdate2 {
    border-radius: 10px;
}

@media (min-width: 1200px) {
    .brdate {
        border-radius: 0 10px 10px 0 !important;
    }
    .brdate2 {
        border-radius: 10px 0 0 10px !important;
    }
}


/****تعداد مسافر****/

.sunumpaseng {
    background: white;
    width: 190px;
    border-radius: 8px;
    margin-top: 5px;
    z-index: 10000000000000;
    position: absolute;
    box-shadow: 0 2px 4px rgba(161, 161, 161, 0.25);
}


/*@media (max-width: 1200px) {*/


/*    .sunumpaseng{*/


/*        width:96%;*/


/*    }*/


/*}*/

nav.pasenger {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #0e88ec;
    width: 250px;
    line-height: 40px;
    padding: 8px 25px;
    border-radius: 10px;
    height: 40px;
}

nav.pasenger label {
    color: white;
    font-size: 15px;
    font-weight: 300;
    display: block;
    cursor: pointer;
    width: 150px;
    background-color: white;
    border: 1px solid red;
    line-height: 40px;
    padding: 8px 25px;
    border-radius: 10px;
    height: 40px;
}

.button span {
    float: right;
    line-height: 40px;
    transition: 0.5s
}

.button span.rotate {
    transform: rotate(-180deg)
}

nav.pasenger ul {
    position: absolute;
    background: #dbd0ff;
    list-style: none;
    top: 66px;
    left: 0;
    width: 100%;
    border-radius: 5px;
    display: none
}

[id^=btn]:checked+ul {
    display: block
}

nav.pasenger .menu:before {
    position: absolute;
    content: '';
    height: 13px;
    width: 13px;
    background: #1b1b1b;
    right: 24px;
    top: -6px;
    transform: rotate(45deg);
    z-index: -1
}

nav.pasenger ul li {
    line-height: 40px;
    padding: 8px 20px;
    cursor: pointer;
    height: 40px;
}

nav.pasenger ul li label {
    font-size: 13px
}

nav.pasenger ul li a {
    color: white;
    text-decoration: none;
    font-size: 13px;
    display: block
}

nav.pasenger ul li a:hover,
nav.pasenger ul li label:hover {
    color: red
}

nav.pasenger ul ul {
    position: static
}

nav.pasenger ul ul li {
    line-height: 30px;
    padding-left: 30px;
    border-bottom: none
}

nav.pasenger ul ul li a {
    color: #e6e6e6;
    font-size: 13px
}

nav.pasenger ul li span {
    font-size: 16px;
    float: right;
    margin-top: 13px;
    padding: 0 10px;
    transition: 0.5s
}

nav.pasenger ul li span.rotate {
    transform: rotate(-180deg)
}

.txtpasenge {
    font-size: 13px;
    word-wrap: normal;
    white-space: nowrap;
}


/* input {
        display: none
    } */

.form-control:disabled,
.form-control[readonly] {
    background-color: white;
    opacity: 1;
}

.inp-no-arrows::-webkit-outer-spin-button,
.inp-no-arrowst::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.inp-no-arrowst {
    -moz-appearance: textfield;
}


/*****رزور انلاین و بسته شگفت انگیز و....*****/

.mrgrezrv {
    margin-top:15%;
}

/*@media (min-width:1200px) {*/
/*    .mrgrezrv {*/
/*        margin-top: 12%;*/
/*    }*/
/*}*/

.bbb_advs {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
}

.bbb_adv {
    width: 100%;
    height: 130px;
    /* border: solid 1px #e8e8e8; */
    /* background-color: rgb(248, 248, 248); */
    /* margin-top: 8%; */
    border-radius: 8px;
    /* box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1) */
}

.bbb_adv_content {
    text-align: justify;
    margin-top: 8px;
    line-height: 1.4;
    /* padding-right: 10px; */
    /* white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        direction: rtl; */
}

.txtbbb_adv_content1 {
    font-size: 18px;
    color: rgb(25, 168, 255);
    font-weight: 600;
}

.txtbbb_adv_content2 {
    font-size: 15px;
    color: rgb(25, 168, 255);
    font-weight: 500;
}

.bbb_adv_subtitle {
    font-size: 16px;
    color: rgb(25, 168, 255);
    margin-bottom: 40px;
    /* white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        direction: rtl; */
}

.bbb_adv_title {
    font-size: 15px;
    font-weight: 500;
    color: #000000
}

.bbb_adv_title a:hover {
    color: #0e8ce4
}

.bbb_adv_text_2 {
    font-size: 13px;
    font-weight: 500;
    color: #2c2c2c
}

.bbb_adv_title_2 {
    font-size: 14px;
    font-weight: 400;
    /* color: red; */
}

.bbb_adv_title_2 a:hover {
    opacity: 0.8
}

.bbb_adv_text {
    color: #828282;
    margin-top: 5px;
    font-size: 12px;
    word-wrap: normal;
    white-space: nowrap;
}

.bbb_adv_image {
    width: 130px;
    height: 120%;
    border-radius: 8px;
}

.bbb_adv_image img {
    display: block;
    max-width: 90%;
    border-radius: 8px;
}

@media (max-width: 480px) {
    /* .bbb_adv {
        width: 100%;
        height: 150px;
    }

    .bbb_adv_image {
        width: 130px;
        height: 100%
    }

    .bbb_adv_image img {
        display: block;
        max-width: 90%;
        border-radius: 8px;
    }

    .bbb_adv_subtitle {
        font-size: 13px;
        color: rgba(0, 0, 0);
        margin-bottom: 21%;
    }

    .bbb_adv_title {
        font-size: 9px;
        font-weight: 500;
        color: #000000}

    .bbb_adv_text_2 {
        font-size: 9px;
        font-weight: 400;
        color: red;
    }

    .bbb_adv_text {
        color: #828282;
        margin-top: 10px;
        font-size: 9px
    } */
    /* .bbb_adv_title_2 {
            color: red;
            margin-top: 40px;
        } */
}

@media (min-width: 576px) {
    .bbb_adv_image {
        margin-right: 30%;
    }
}

@media (min-width: 768px) {
    /* .bbb_adv {
            height: 140px;
        } */
    .bbb_adv_image {
        width: 115px;
        height: 100%;
        margin-right: 10%;
    }
    .bbb_adv_image img {
        display: block;
        max-width: 85%;
        border-radius: 8px;
    }
    .bbb_adv_subtitle {
        font-size: 14px;
        color: rgb(0, 0, 0);
        margin-bottom: 15px;
    }
    .bbb_adv_title_2 {
        font-size: 14px;
    }
    .bbb_adv_text {
        font-size: 10px;
        word-wrap: normal;
        white-space: nowrap;
    }
}

@media (max-width: 768px) {
    .bbb_adv_image {
        margin-right: 4%;
    }
}

@media (min-width: 992px) {
    /* .bbb_adv {
            height: 140px;
        } */
    .bbb_adv_image {
        width: 120px;
        height: 100%;
        border-radius: 8px;
        margin-right: 8%;
    }
    .bbb_adv_image img {
        display: block;
        max-width: 80%;
        border-radius: 8px;
    }
    .bbb_adv_text {
        color: #828282;
        margin-top: 4px;
        font-size: 9px
    }
    .bbb_adv_title {
        font-size: 11px;
        font-weight: 500;
        color: #000000
    }
    .bbb_adv_text_2 {
        font-size: 9px;
        font-weight: 500;
        color: #2c2c2c
    }
    /*.bbb_adv_subtitle {*/
    /*    word-wrap: normal;*/
    /*    white-space: normal;*/
    /*}*/
}

@media (min-width: 1200px) {
    /* .bbb_adv_image {
            width: 160px;
            height: 115%;
            border-radius: 8px;
            margin-right: 1%;
        } */
    .bbb_adv_image img {
        display: block;
        max-width: 90%;
        border-radius: 8px;
    }
    .bbb_adv_subtitle {
        font-size: 16px;
        color: rgb(0, 0, 0);
        margin-bottom: 50px;
    }
    .bbb_adv_title {
        font-size: 15px;
        font-weight: 500;
        color: #000000
    }
    .bbb_adv_title a:hover {
        color: #0e8ce4
    }
    .bbb_adv_text_2 {
        font-size: 13px;
        font-weight: 500;
        color: #2c2c2c
    }
    .bbb_adv_title_2 a:hover {
        opacity: 0.8
    }
    .bbb_adv_text {
        color: #828282;
        margin-top: 10px;
        font-size: 12px
    }
    .bbb_advs {
        width: 100%;
        padding-top: 80px;
        padding-bottom: 80px;
    }
    /* .bbb_adv_title_2 {
            font-size: 16px;
            font-weight: 400;
            color: red;
        } */
    /* .bbb_adv {
            height: 180px;
        } */
}


/***********خط************/

.sec-title2 p {
    color: #000;
    text-align: center;
    margin-bottom: 0;
    display: block;
    letter-spacing: 0;
    position: relative;
    padding-bottom: 16px;
    font-variant: all-petite-caps;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.2em;
    overflow: hidden;
    background: url("../img/bg_title.png") no-repeat bottom center;
}


/*************خوش قیمت ها*****************/

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: rgb(25, 168, 255);
    background-color: inherit;
    border-bottom: 1px dashed rgb(25, 168, 255);
}

.nav-pills .nav-link {
    border-bottom: 1px solid rgb(207, 207, 207);
    border-radius: 0;
    color: rgb(40, 40, 40);
}

.card111 {
    background-color: rgb(250, 250, 250);
    position: relative;
    display: flex;
    width: 210px;
    height: 300px;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    padding: 5px;
    border-radius: 11px;
}

.card111:hover {
    transition: all 0.5s ease 0s;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 11px;
    /* border: 1px solid #d2d2dc; */
    -webkit-box-shadow: 0px 0px 4px 0px rgb(249, 249, 250);
    -moz-box-shadow: 0px 0px 4px 0px rgba(212, 182, 212, 1);
    box-shadow: 0px 0px 4px 0px rgb(161, 163, 164)
}

.card111 .card-body {
    width: 100%;
}

.cardslide {
    background-color: inherit;
    position: relative;
    display: flex;
    width: 100%;
    height: 300px;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    padding: 5px;
    border-radius: 9px;
    margin-top: 20px;
}

.cardslide:hover {
    transition: all 0.5s ease 0s;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 11px;
    /* border: 1px solid #d2d2dc; */
    -webkit-box-shadow: 0px 0px 4px 0px rgb(249, 249, 250);
    -moz-box-shadow: 0px 0px 4px 0px rgba(212, 182, 212, 1);
    box-shadow: 0px 0px 4px 0px rgb(161, 163, 164)
}

.cardslide .card-body {
    width: 100%;
}

.category {
    overflow: hidden;
    position: relative;
}

.category:hover .productaction li:nth-child(1) {
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInRight;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInRight;
    opacity: 1;
    transition: opacity 300ms linear 0s
}

.category:hover .productaction li:nth-child(2) {
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInRight;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInRight;
    opacity: 1;
    transition: opacity 500ms linear 0s
}

.category:hover .productaction li:nth-child(3) {
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInRight;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInRight;
    opacity: 1;
    transition: opacity 500ms linear 0s
}

.category:hover .frproductinner.innerposition {
    bottom: 0;
    opacity: 1
}

.frproductinner.innerposition {
    background: rgba(160, 160, 160, 0.726) none repeat scroll 0 0;
    bottom: -15px;
    left: 0;
    opacity: 0;
    padding: 21px 10px;
    position: absolute;
    text-align: left;
    transition: all 0.5s ease 0s;
    width: 100%
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: rgb(93, 93, 93);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-slide {
    margin: 10px
}

.hrline {
    border: 0;
    height: 3px;
    background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.79), transparent);
}

.slideline {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.79), transparent);
    /* border: 1px solid rgb(167, 167, 167); */
    border-right: hidden;
    border-left: hidden;
    border-top: hidden;
    background-color: inherit;
}

.imageslider {
    width: 100%;
    height: 152px;
    border-radius: 8px;
    object-fit: cover;
}

.txtitlslid {
    font-size: 14px;
    font-weight: 600;
    height: 65px;
    /* background-color: aquamarine; */
    /* white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    direction: rtl; */
}

.txtitlslid2 {
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    direction: rtl;
}

.txtitlslid3 {
    font-size: 11px;
}


/****************لذت خرید **************/

.imgmap {
    width: 100%;
    height: 100%;
    color: #000;
    display: block;
    position: relative;
    background: url("../img/world.jpg") no-repeat;
    background-size: 90% 90%;
    background-position: center;
}

.txtmap {
    font-size: 15px;
    text-align: justify;
    line-height: 2.3;
}

@media (max-width:500px) {
    .txtmap {
        font-size: 13px;
        text-align: justify;
        line-height: 2;
    }
}


/*******************پارالاکس******************/

.parallax {
    background-image: url("../img/tackticket.png");
    min-height: 350px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


/*****عضویت خبرنامه*****/

.main-search-input {
    background: #fff;
    padding: 0 0 0 100px;
    border: 1px solid rgb(219, 219, 219);
    border-radius: 6px;
    /* margin-top: 200px; */
    /* box-shadow: 0px 0px 0px 6px rgba(255, 255, 255, 0.3); */
}

.fl-wrap {
    float: left;
    width: 100%;
    position: relative
}


/* .main-search-input:before {
    content: '';
    position: absolute;
    bottom: -40px;
    width: 50px;
    height: 1px;
    background: rgba(255, 255, 255, 0.41);
    right: 50%;
    margin-right: -25px
} */

.main-search-input-item {
    float: right;
    width: 100%;
    box-sizing: border-box;
    border-right: 1px solid #eee;
    height: 40px;
    position: relative;
    border-radius: 8px;
}

.main-search-input-item input:first-child {
    border-radius: 100%
}

.main-search-input-item input {
    float: right;
    border: none;
    width: 100%;
    height: 40px;
    padding-right: 20px
}

.main-search-button {
    background: rgb(25, 168, 255);
}


/* .main-search-button :focus {
outline: none
} */

.main-search-button {
    position: absolute;
    left: 0px;
    height: 40px;
    width: 100px;
    color: #fff;
    top: 0;
    border: none;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    cursor: pointer
}

.main-search-input-wrap {
    /* max-width: 350px; */
    /* margin:  auto; */
    position: relative
}


/****************فوتر ***************/

.mgfrt {
    width: 100%;
    height: 390px;
    color: #fff;
    line-height: 1.8;
     background-color: rgba(41, 41, 41, 0.83);
    background-image: url("../img/footer-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

.footer {
    /* background-color: #707070; */
    color: rgb(47, 47, 47);
    /* background-color: #dbdbdb; */
    background-color: #E1E1E1;
    display: inline;
}


/* @media (max-width:990px) {
    .footer {
        margin-top: 12%;
    }
} */

.ftrli {
    margin-top: 3%;
    color: darkgrey;
    font-size: 14px;
    word-wrap: normal;
    white-space: nowrap;
}

@media (max-width:768px) {
    .ftrli {
        font-size: 11px;
    }
}

.ftrlit {
    font-size: 17px;
    color: rgb(233, 233, 233);
    word-wrap: normal;
    white-space: nowrap;
}

@media (max-width:768px) {
    .ftrlit {
        font-size: 16px;
    }
}

ul {
    list-style: none;
}

li.ftrli a {
    color: rgb(184, 184, 184);
}

li.ftrli a:hover {
    color: white;
}

.imgftr {
    width: 70px;
    height: 70px;
    padding: 4px;
    background-color: rgba(255, 255, 255, 0.698);
    border: 1px solid rgb(153, 153, 153);
    border-radius: 7px;
    /* box-shadow: 1px 1px 6px #686868; */
}


/* @media (min-width:1200px) {
    .imgftr {
        width: 90px;
        height: 90px;
    }
}

@media (min-width:993px) {
    .imgftr {
        width: 75px;
        height: 75px;
        margin-right: 3%;
        margin-top: 25%;
    }
}

@media (max-width:992px) {
    .imgftr {
        width: 58px;
        height: 58px;
        margin-bottom: 7%;
    }
} */

@media (max-width:576px) {
    .imgftr {
        width: 60px;
        height: 60px;
        /* margin-right: 10%; */
    }
}

.hamrah {
    width: 100%;
    height: auto;
    color: #353535;
    background-color: black
}

.social_box ul {
    list-style: none;
    position: relative;
    display: inline-block;
    border-radius: 50px;
}

.social_box ul .texth {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: rgb(255, 182, 45);
    color: rgb(2, 2, 2);
    line-height: 50px;
    border-radius: 50px;
    font-size: 16px;
    pointer-events: none;
    text-align: center;
    opacity: 0;
    transition: opacity .5s .75s ease-out
}

.social_box ul:hover .texth {
    opacity: 0;
    transition: opacity .5s .125s ease-out
}

.social_box ul li {
    display: inline-block !important;
    height: 30px;
    width: 30px;
    background: rgb(131, 131, 131);
    text-align: center;
    line-height: 35px;
    /*margin: 0 -16px !important;*/
    cursor: pointer;
    border-radius: 50px;
    transition: background-color .5s ease-out, border-radius .5s .25s ease-out, margin .5s .25s ease-out;
    border-radius: 10px;
    margin: 0 3px
}


/* .social_box ul li:hover {
    background: #3b3b3b;
    border: 1px solid rgb(216, 216, 216);
} */

.social_box ul li i {
    color: rgb(31, 31, 31);
    font-size: 15px;
    opacity: 1;
     margin-top: 7px;
    transition: opacity 1.4s
}


/* .social_box ul li i:hover {
    color: rgb(230, 230, 230);
} */


/* .social_box ul:hover li i {
    opacity: 1
} */


/*.social_box ul li:nth-child(1) {*/


/*    border-bottom-left-radius: 25px;*/


/*    border-top-left-radius: 25px*/


/*}*/


/*.social_box ul li:nth-child(5) {*/


/*    border-bottom-right-radius: 25px;*/


/*    border-top-right-radius: 25px*/


/*}*/


/*.social_box ul:hover li {*/


/*    border-radius: 50px;*/


/*    margin: 0 3px*/


/*}*/

.bltftr {
    text-align: right;
    font-size: 14px !important;
}

@media (max-width: 768px) {
    .bltftr {
        text-align: center;
        border-bottom: 1px solid #e8e8e8;
        margin-bottom: 15px;
    }
    .shomarftr {
        margin-bottom: 15px;
    }
}

.logoftr {
    width: 50px;
    height: 50px;
    display: inline-block
}

.txtbl {
    font-size: 23px;
    margin-top: 8px;
    display: inline-block
}

.txtbl2 {
    font-size: 18px;
}

.txtbl3 {
    font-size: 13px;
    color: white;
}
/*****************/
.accordion-body {
    line-height: 30px;
    text-align: justify;
}

#style-1::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar
{
    width: 12px;
    background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #b3b3b3;
}


 .btnbltan{
     background-color: #0377fe;color: white;
 }

.container .bus-wrapper {
    position: relative;
    /*border: 1px solid #cfcfcf;*/
    /*-webkit-border-radius: 18px;*/
    /*-moz-border-radius: 18px;*/
    /*border-radius: 18px;*/
    padding-top: 50px;
    padding-bottom: 20px;
}

.progressBar {
    display: block;
    text-align: center;
    width: 0;
    height: 3px;
    background: red;
    transition: width .3s;
}
.progressBar.hide {
    opacity: 0;
    transition: opacity 1.3s;
}

.bus-wrapper::before {
    content: '\f622';
    font-family: "Font Awesome 5 Pro";
    font-size: 2.8em;
    font-weight: normal;
    display: inline-block;
    position: absolute;
    left: 0.5em;
    top: 0px;
    color: #83898b;
    width: 20%;
    text-align: center;
}

.seatNo {
    margin:2px auto;
    width:30px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    overflow: hidden;
    display: inline-block;
}

.seatTag {
    background-color: #FDFDFD;
    color: #405875;
    font-weight: 700;
    width: 30px;
    height: 30px;
    display: block;
    margin:0 auto;
    padding-top: 5px;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.bus-wrapper .seats3 .seat{
    width:calc(25% - 5px);
    display: inline-block;
    text-align: center;
}

.bus-wrapper .seats4  .seat{
    width:calc(20% - 4px);
    display: inline-block;
    text-align: center;
}

.bus-wrapper .seats3 .seat-empty{
    width:calc(25% - 5px);
    display: inline-block;
    text-align: center;
    background-color: transparent;
}

.bus-wrapper .seats4 .seat-empty{
    width:calc(20% - 4px);
    display: inline-block;
    text-align: center;
    background-color: transparent;
}

.bus-wrapper ul {
    padding: 0 5px 0 0;
    margin-top: 1px;
    margin-bottom: 1px;
    line-height: 1px;
}

.bus-wrapper ul li {
    list-style-type: none;
    padding: 2px 0 3px 0;
    margin-bottom: 0;
}

@media only screen and (max-width: 420px) {

    .bus-wrapper {
        margin: 5px 1%;
        width: 98%;
    }

}

.well.label {
    font-size: 12px;
    font-weight: 700;
}

.well input, .well.select2, .select2-container--default .select2-selection--single, .select2-container--default .select2-selection--single .select2-selection__rendered, .select2-container--default .select2-selection--single .select2-selection__arrow {
    font-size:12px !important;
}

.rules {
    vertical-align: middle;
}

.rules .rulesText {
    display: inline-block;
    line-height: 25px;
    vertical-align: top;
    margin-left: 10px;
}

.sweet-alert.sweetalert-lg { width: 600px; }

.rules .rulesKey {
    display: inline-block;
}
/***************************/
/***** Seat Chechboxes *****/
/***************************/

.tgl {
    display: none;
}
.tgl, .tgl:after, .tgl:before, .tgl *, .tgl *:after, .tgl *:before, .tgl + .tgl-btn {
    box-sizing: border-box;
}
.tgl::-moz-selection, .tgl:after::-moz-selection, .tgl:before::-moz-selection, .tgl *::-moz-selection, .tgl *:after::-moz-selection, .tgl *:before::-moz-selection, .tgl + .tgl-btn::-moz-selection {
    background: none;
}
.tgl::selection, .tgl:after::selection, .tgl:before::selection, .tgl *::selection, .tgl *:after::selection, .tgl *:before::selection, .tgl + .tgl-btn::selection {
    background: none;
}
.tgl + .tgl-btn {
    outline: 0;
    display: block;
    width: 4em;
    height: 2em;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.tgl + .tgl-btn:after, .tgl + .tgl-btn:before {
    position: relative;
    display: block;
    content: "";
    width: 70%;
    height: 100%;
    margin: 0 auto;
}
.tgl + .tgl-btn:after {
    right: 0;
}
.tgl + .tgl-btn:before {
    display: none;
}
.tgl:checked + .tgl-btn:after {
    right: 50%;
}

.tgl-flip + .tgl-btn {
    padding: 2px;
    transition: all .2s ease;
    -webkit-perspective: 100px;
    perspective: 100px;
    margin: 0 auto;
}
.tgl-flip + .tgl-btn:after, .tgl-flip + .tgl-btn:before {
    display: inline-block;
    transition: all .4s ease;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    line-height: 2em;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 4px;
}
.tgl-flip + .tgl-btn:after {
    content: attr(data-tg-on);
    background: #02C66F;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
.tgl-flip + .tgl-btn:before {
    content: attr(data-tg-off);
}
.tgl-flip + .tgl-btn:active:before {
    -webkit-transform: rotateY(-20deg);
    transform: rotateY(-20deg);
}
.tgl-flip:checked + .tgl-btn:before {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.tgl-flip:checked + .tgl-btn:after {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    right: 0;
    background: #55b233;
}
.tgl-flip:checked + .tgl-btn:active:after {
    -webkit-transform: rotateY(20deg);
    transform: rotateY(20deg);
}

.tgl-flip + .tgl-btn:before {
    background: transparent;
}

.tgl-flip + .tgl-btnFree:before {
    background-color: #f5fed4 !important;
    color: #405875 !important;
}
.tgl-flip + .tgl-btnMale:before {
    background-color: #6b72d2 !important;
    border: 1px solid #46468c;
    color: #dbdbf9 !important;
}
.tgl-flip + .tgl-btnFemale:before {
    background-color: #ff0e1b !important;
    border: 1px solid #8f1143;
    color: #000fa3 !important;;
}
.tgl-flip + .tgl-btnDisabled:before {
    background-color: #1e004e !important;
    border: 1px solid #c4c4c4;
    color: #FDFDFD !important;
}

@media only screen and (max-width: 767px) {
    .no-padding-xs {
        padding:0 !important;
    }
}

.serviceItem {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius:8px;
    border: 1px solid #f6f6f6;
    margin: 25px 0 !important;
    overflow: hidden;
    font-size: 16px;
    font-weight: normal;
    color: #000000;
    background: white !important;
    box-shadow: 1px 3px 5px #d9d9d9;
}

.fancy-form>i {
    right:unset;
    left:15px;
}

.fancy-form > textarea, .fancy-form > input {
    padding-left: 30px;
    padding-right: 10px;
}

.timeError {
    font-size:11px;
    position: absolute;
    display: inline-block;
    right:-24px;
    top:-11px;
    color: #eddb19;
}


.serviceItem p {
    padding: 0;
    margin: 2px;
}

.bg-shade {
    background-color: #f8f8f8;
}

.serviceItemStripped {
    background-color: white !important;
}

.serviceItem:hover {
    /*background-color: #f3f3f3 !important;*/
    box-shadow: 1px 3px 5px #888888;
}

.busSeatsLayout {
    display: block;
    margin: auto;
    width:120px;
    height:172px;
    background-color: #d2dde8;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.busSeatsLayout a {
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    padding-top: 65px;
    display: block;
}

.priceSection {
    width: 100%;
    min-height: 155px;
    display: block;
    vertical-align: middle;
}

.bus-legend .legendTag {
    display: inline-block;
    width: 100%;
    height: 17px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    background-color: #F0F0F0;
    color: #405875 !important;
    border: 1px solid #223344;
    margin: 0 auto;
}

.legendTitle {
    display: inline-block;
    height: 30px;
}

.legendNotOnline {
    background-color: #1e004e !important;
    border: 1px solid #c4c4c4;
    color: #FDFDFD !important;
}

.legendOnline {
    background-color: #f5fed4 !important;
    color: #405875 !important;
    border: 1px solid #223344 !important;
}

.legendMale {
    background-color: #6b72d2 !important;
    border: 1px solid #46468c;
    color: #dbdbf9 !important;
}

.legendFemale {
    background-color: #ff0e1b !important;
    border: 1px solid #8f1143;
    color: #000fa3 !important;;
}

.legendSelected {
    background-color: #55b233 !important;
    color: #ffffff !important;
    border: 1px solid #7c87a2 !important;
}

.bus-title {
    background-color: #3b33b4;
    color: #FFFFFF;
    border: 3px solid #0A246A;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 5px 8px #cfcfcf;
    -moz-box-shadow: 0px 5px 8px #cfcfcf;
    box-shadow: 0px 7px 9px #cfcfcf;
    margin: 30px 0 20px 0;
}

.corner-ribbon{
    width: 100%;
    position: absolute;
    background: #e43;
    top: -2px;
    left: -113px;
    text-align: center;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    line-height: 50px !important;
    font-size: 17px;
    font-weight: 700;
    font-family: Samim, Tahoma, serif;
}

/* Custom styles */

.corner-ribbon.sticky{
    position: fixed;
}

.corner-ribbon.shadow{
    box-shadow: 0 0 3px rgba(0,0,0,.3);
}

/* Different positions */

.corner-ribbon.top-left{
    top: -2px;
    left: -113px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.corner-ribbon.top-right{
    top: -2px;
    right: -113px;
    left: auto;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.corner-ribbon.bottom-left{
    top: auto;
    bottom: -2px;
    left: -113px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.corner-ribbon.bottom-right{
    top: auto;
    right: -113px;
    bottom: -2px;
    left: auto;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

/* Colors */

.corner-ribbon.white{background: #f0f0f0; color: #555;}
.corner-ribbon.black{background: #333;}
.corner-ribbon.grey{background: #999;}
.corner-ribbon.blue{background: #39d;}
.corner-ribbon.green{background: #2c7;}
.corner-ribbon.turquoise{background: #1b9;}
.corner-ribbon.purple{background: #95b;}
.corner-ribbon.red{background: #e43;}
.corner-ribbon.orange{background: #e82;}
.corner-ribbon.yellow{background: #ec0;}

/****************** صفحه اول سایت اتوبوس ********************/

 .section-title {
     text-align: center;
     padding-bottom: 30px;
 }

.section-title h2 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    color: #222222;
}

.section-title h2::before,
.section-title h2::after {
    content: '';
    width: 50px;
    height: 2px;
    background: #3498db;
    display: inline-block;
}

.section-title h2::before {
    margin: 0 15px 10px 0;
}

.section-title h2::after {
    margin: 0 0 10px 15px;
}

.section-title p {
    margin: 15px 0 0 0;
}

/*****درباره ما ******/

.about .content h3 {
    font-weight: 600;
    font-size: 26px;
}

.about .content p {
    line-height: 1.5;
    text-align: justify;
    direction: rtl;
}

.about .content ul {
    list-style: none;
    padding: 0;
}

.about .content ul li {
    padding-right: 28px;
    position: relative;
}

.about .content ul li+li {
    margin-top: 10px;
}

.about .content ul i {
    position: absolute;
    right: 0;
    top: 2px;
    font-size: 20px;
    color: #3498db;
    line-height: 1;
}

.about .content p:last-child {
    margin-bottom: 0;
}

.about .content .btn-learn-more {
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 10px;
    transition: 0.3s;
    line-height: 1;
    color: #3498db;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    margin-top: 6px;
    border: 2px solid #3498db;
}

.about .content .btn-learn-more:hover {
    background: #3498db;
    color: #fff;
    text-decoration: none;
}


/******** سرویس ها*******/

.services .icon-box {
    padding: 30px;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
}

.services .icon-box::before {
    content: '';
    position: absolute;
    background: #e1f0fa;
    left: -60px;
    top: -40px;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    transition: all 0.3s;
    z-index: -1;
}

.services .icon-box:hover::before {
    background: #3498db;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 0px;
}

.services .icon {
    margin: 0 auto 20px auto;
    padding-top: 10px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    background: #3498db;
    transition: all 0.3s ease-in-out;
}

.services .icon i {
    font-size: 36px;
    line-height: 1;
    color: #fff;
}

.services .titlebox {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}

.services .titlebox a {
    color: #111;
}

.services .description {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0;
    text-align: justify;
    direction: rtl;
}

.services .icon-box:hover .titlebox a,
.services .icon-box:hover .description {
    color: #fff;
}

.services .icon-box:hover .icon {
    background: #fff;
}

.services .icon-box:hover .icon i {
    color: #3498db;
}

/****** نمونه کارها ******/
.portfolio .portfolio-item {
    margin-bottom: 30px;
    direction: rtl;
}
.portfolio #portfolio-flters {
    padding: 0;
    margin: 0 auto 20px auto;
    list-style: none;
    text-align: center;
    direction: rtl;
}
.portfolio #portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 8px 15px 10px 15px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    color: #222222;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
    border-radius: 3px;
}
.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
    color: #fff;
    background: #3498db;
}
.portfolio #portfolio-flters li:last-child {
    margin-right: 0;
}
.portfolio .portfolio-wrap {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: rgba(34, 34, 34, 0.6);
}
.portfolio .portfolio-wrap::before {
    content: "";
    background: rgba(34, 34, 34, 0.6);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all ease-in-out 0.3s;
    z-index: 2;
    opacity: 0;
}
.portfolio .portfolio-wrap img {
    transition: all ease-in-out 0.3s;
}
.portfolio .portfolio-wrap .portfolio-info {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 20px;
}
.portfolio .portfolio-wrap .portfolio-info h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}
.portfolio .portfolio-wrap .portfolio-info p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    font-style: italic;
}
.portfolio .portfolio-wrap .portfolio-links {
    text-align: center;
    z-index: 4;
}
.portfolio .portfolio-wrap .portfolio-links a {
    color: #fff;
    margin: 0 5px 0 0;
    font-size: 28px;
    display: inline-block;
    transition: 0.3s;
}
.portfolio .portfolio-wrap .portfolio-links a:hover {
    color: #3498db;
}
.portfolio .portfolio-wrap:hover::before {
    opacity: 1;
}
.portfolio .portfolio-wrap:hover img {
    transform: scale(1.2);
}
.portfolio .portfolio-wrap:hover .portfolio-info {
    opacity: 1;
}

/******* سوالات متداول *******/
.faq .faq-item {
    margin: 20px 0;
    padding: 20px 0;
    border-bottom: 1px solid #eeeeee;
    direction: rtl;
    text-align: justify;
    line-height: 2;
}
.faq .faq-item i {
    color: #8bc4ea;
    font-size: 24px;
    float: right;
    line-height: 0;
    padding: 13px 0 0 0;
    margin: 0;
}
.faq .faq-item h4 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    margin: 0 32px 10px 0;
}
.faq .faq-item p {
    font-size: 15px;
}
