/*******************************************************************************
 * 01 template Website
 * front-end Developer: Sadegh Eftetahi (https://charterdesign.ir | +989158150424)
 *******************************************************************************/
body{
    position:relative;
}
body .ch_button i,
body #search_flight.searchPanel .date_icon i::before,
body #search_flight.searchPanel .arrow_city i::before{
    color:#ff7200;
}
body:before {
    position:fixed;
    right:0;
    content:'';
    top:0px;
    width:100%;
    height:100%;
    opacity:0;
    z-index:-1;
    background:#fff;
    -webkit-animation: fadein 0.5s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 0.5s; /* Firefox < 16 */
    -ms-animation: fadein 0.5s; /* Internet Explorer */
    -o-animation: fadein 0.5s; /* Opera < 12.1 */
    animation: fadein 0.5s;
}

@keyframes fadein {
    from { opacity: 1; z-index:99999;}
    to   { opacity:1; z-index:-1;}
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 1; z-index:99999;}
    to   { opacity:1; z-index:-1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 1; z-index:99999;}
    to   { opacity:1; z-index:-1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 1; z-index:99999; display:block;}
    to   { opacity:1; z-index:-1; display:none;}
}

/* Opera < 12.1 */

body #header_menu .contact_menu>.icon{
    background:url(iconss.png) no-repeat 0 0 !important;
    background-size:150px 200px !important;
}
body #header_menu .menu>.icon{
    display:none;
}
body #header_menu .menu{
    padding-right:0px !important;
    float:right;
    margin-left:16px;
}
body.en #header_menu .menu{
    padding-right: 0px !important;
}
body #header_menu .menu .arrow_icon{
    background:url(https://charterdesign.ir/templates/05/iconss.png) no-repeat 0px 0px !important;
    background-size:150px 200px !important;
}
body #header_menu .menu.panel_menu .separator{display:none;}
body #header_menu .submenu{
    left:auto;
    right:0px;
}
body #mobile_sidebar{
    top:0px;
    right:0px;
    left:auto;
}
body .submenu_blog{
    top:0px;
}
body #header_menu .panel_menu>.icon{
    background:url(iconss.png) no-repeat -20px -60px !important;
    background-size:150px 200px !important;
}
/* ---------------header--------------- */
body #main_nav{
    background-color: #ffbf17 !important; /* رنگ زرد ثابت */
    padding-top:36px;
    box-shadow:0 4px 15px rgba(0,0,0,0.2); /* سایه نرم‌تر */
    animation: slideDown 1s ease-in-out; /* انیمیشن اسلاید موقع لود */
}
@keyframes slideDown {
    0% {
        transform: translateY(-100%);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
body #logo{
    float:left;
    text-align:left;
    direction:ltr;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
body #sidebar_btn {
    margin-top: 0px;
}
#sidebar_btn span{
    background:#fff;
}
.news_details_page #sidebar{
    display: none;
}
body #logo a{
    width:180px;
    height:65px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
body #main_wrapper{
    position: relative;
}
body #header_bg{
    display: block;
    background-size:100% !important;
    background-position:center center !important;
    height:440px;
    width: 100%;
}
body #header_bg .container:last-child{
    display: none;
}
body #shoar_top{
    position: absolute;
    top: -36px;
    left: 0;
    height: 36px;
    font: normal 13px/36px chfont;
    color: #0279cc;
}
body #header_phone{
    position:absolute;
    right:0px;
    top:16px;
    font:normal 18px/30px tahoma;
    color:#333;
    height:30px;
    padding-left:28px;
}
body #header_phone a {
    color: #333;
}
body.en #header_phone span,
body.ar #header_phone span {
    display: none;
}
body #header_phone:before{
    background:url(https://charterdesign.ir/templates/05/iconss.png) no-repeat 0px -40px !important;
    background-size:150px 200px !important;
    content:'';
    position:absolute;
    width:20px;
    height:20px;
    left:0px;
    top:5px;
}
body #header_menu {
    background:none;
    border-radius: 8px;
    left:auto;
    top:-36px;
    height:36px;
}
body #header_menu .submenu,
body #mobile_sidebar{
    border-radius: 8px;
    border-color:#2AACD5;
}
body #header_menu .submenu .head_contact_menu{ display:none;}
body #header_menu .submenu .head_contact_menu{
    background:none;
}
body #header_menu .social {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}
body #header_menu .menu.active:before,
body #header_menu .menu:before{ display:none !important;}
body .submenu .head_menu{display:none;}
body #search_flight.searchPanel .text_box {
    border: 1px solid #dfdfdf;
    border-radius: 0px;
}
body #search_flight .date_icon,
body #search_flight .arrow_city{
    z-index:5;
    left:10px;
    top:8px;
}
body #search_flight .text_box{
    border-radius:0px;
    height:40px;
    line-height:40px;
}
body #search_flight .main_inp{
    padding-left:0px;
}
body #header_menu .menu{
    color:#0279cc;
    font-family: 'IRANSans', 'Vazir', Tahoma, sans-serif; /* فونت مدرن */
    font-weight: 600; /* وزن فونت بولدتر */
    position: relative; /* برای انیمیشن زیرخط */
    transition: all 0.3s ease; /* ترنزیشن نرم */
    padding: 0 10px; /* فاصله‌گذاری بهتر */
}
body #header_menu .menu:hover {
    color: #ff7200; /* تغییر رنگ موقع هاور */
    transform: scale(1.05); /* بزرگ شدن نرم */
}
body #header_menu .menu::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background: #ff7200;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    transition: width 0.3s ease;
}
body #header_menu .menu:hover::after {
    width: 60%; /* زیرخط متحرک موقع هاور */
}
body #search_flight.searchPanel .arrow_city{
    border:none;
}
#search_flight .label_box{
    display:none;
}
body #return_date_box{display:none;}
body #main_nav .container{width:1100px; margin:0 auto;}
body .container{ width:1100px;}
body #header_menu .menu .separator{display:none;}
#header_menu .menu.blog_menu, #header_menu .menu.contact_menu, #header_menu .menu.user_menu{ padding-left:20px;}
#other_menu li .arrow_icon, #header_menu .menu .arrow_icon{left:0px;}
#other_menu{ margin-right:0px;}
.other_menu_mobile{ display:none !important;}
#header_bg .container{
    position: relative;
}
.header_shoar{
    position: absolute;
    left: 0px;
    top: 50px;
    font: 22px/30px chfont;
    text-shadow: 0 1px 12px rgba(0,0,0,0.94);
    color: #fff;
}
/* ---------------#servicess_section--------------- */
#servicess_section{
    padding:40px 0;
}
body.en #servicess_section,
body.ar #servicess_section {
    display: none;
}
#shoar{
    position: absolute;
    top: 50px;
    text-align: center;
    font: bold 22px/40px chfont;
    color: #fff;
    margin: 0 auto;
    right: 0px;
    left: 0px;
    text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.49);
}
#servicess_section .title{
    text-align:center;
    margin-bottom:30px;
    font-size:16px;
    font-weight:bold;
    display: none;
}
#servicess_section span{
    display:inline-block;
    border-bottom:2px solid #00b9f6;
}
#servicess_section .item{
    float:right;
    width:25%;
    text-align: center;
    box-sizing:border-box;
    padding:0 14px;
}
#servicess_section .item .head{
    position:relative;
    font:bold 15px/30px chfont;
    color:#4c4c4c;
}
#servicess_section .item p{
    font:13px/30px chfont;
    color:#747474;
}
#servicess_section .item1 .head .icon{
    background:url(https://charterdesign.ir/templates/05/icons2.png) no-repeat 0px 0px !important;
}
#servicess_section .item2 .head .icon{
    background:url(https://charterdesign.ir/templates/05/icons2.png) no-repeat 0px -100px !important;
}
#servicess_section .item3 .head .icon{
    background:url(https://charterdesign.ir/templates/05/icons2.png) no-repeat 0px -200px !important;
}
#servicess_section .item4 .head .icon{
    background:url(https://charterdesign.ir/templates/05/icons2.png) no-repeat 0px -300px !important;
}
#servicess_section .item .head .icon{
    margin: 0 auto;
    width:100px;
    height:100px;
}
/* ---------------sidebar--------------- */
body #sidebar_inn{ margin: 0;}
body .abouthere#sidebar { display:none;}
body #wrapper .container{position: relative;}
body #search_flight.searchPanel{
    background: rgba(0,0,0,0.5);
    border: none;
    color:#fff;
    box-sizing:border-box;
    padding: 60px 10px 10px;
    height:190px;
    margin:0px;
    overflow:visible;
    width:100%;
    border-radius:6px;
    position:absolute;
    top:-310px;
}
body #sidebar #search_flight.searchPanel .widg_inn{
    background: #f2f2f2;
    border-radius:5px 0 5px 5px;
    width: 100%;
    height: 120px;
    box-sizing: border-box;
    padding:45px 22px;
}
body .line_box_mabda,body .line_box_maghsad{ background: none;}
body.en #search_flight.searchPanel{
    border-radius:  0 5px 5px 5px;
}
body #search_flight .exchange{
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}
body #search_flight .exchange:after {
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}
body #search_flight.searchPanel  .sbt_icon,
body #search_flight.searchPanel .logo{ display:none;}
body #search_flight .clear{ display:none;}
body #search_flight .line_box{
    float:right;
    width:29%;
    padding-left:20px;
    box-sizing: border-box;
    margin-bottom:25px;
    border:none;
}
body.en #search_flight .line_box{ float: left;}
body #search_flight .line_box .line_box{
    width:auto;
    float:none;
    margin-bottom:0px;
}
body #search_flight .line_box_mabda{
    padding-left:20px !important;
}
body.en #search_flight .line_box_mabda {
    padding-right: 0px !important;
    padding-left: 0px !important;
}
body.en #search_flight .line_box_maghsad {
    padding-left: 20px;
    padding-right: 0px;
}
body.en #search_flight .main_inp {
    padding-right: 24px;
    padding-left: 0;
}
body.en #search_flight .arrow_city {
    right: 25px;
    left: auto;
}
body #search_flight .line_box_maghsad{
    padding-right:20px;
}
body #search_flight .line_box_date{ padding-left:20px !important;}
body.en #search_flight .line_box_date{ padding-left:0px !important;}
body #search_flight .line_box .half_box{
    padding-left:0px;
    float:none;
    width:auto;
}
body #search_flight .exchange{
    background: none;
    border: none;
    right: 30%;
    margin-right: -14px;
    left:auto;
    display:block !important;
    top:110px;
}
body .ch_button{
    padding:0;
    float:left;
    width: 120px;
    height:40px;
    line-height:40px;
    border: none;
    background: rgba(255,115,0,1);
    background: -moz-linear-gradient(left, rgba(255,115,0,1) 0%, rgba(255,162,0,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,115,0,1)), color-stop(100%, rgba(255,162,0,1)));
    background: -webkit-linear-gradient(left, rgba(255,115,0,1) 0%, rgba(255,162,0,1) 100%);
    background: -o-linear-gradient(left, rgba(255,115,0,1) 0%, rgba(255,162,0,1) 100%);
    background: -ms-linear-gradient(left, rgba(255,115,0,1) 0%, rgba(255,162,0,1) 100%);
    background: linear-gradient(to right, rgba(255,115,0,1) 0%, rgba(255,162,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7300', endColorstr='#ffa200', GradientType=1 );
    border-radius:4px;
    color:#fff !important;
}
body .ch_button:hover{
    background-color: rgba(255,115,0,1);
}
body.en .ch_button{
    float: right;
}
body #sidebar_result .ch_button{
    top:0px;
}
body .ch_button .sub{
    text-align:center;
    border-radius:0px;
}
body .ch_button .bg{ display:none;}
body .ch_button i{
    left:auto !important;
    right:5px;
    color:#fff;
    top:6px;
    display:none;
}
body .ch_button .circle2,.ch_button .circle1{display:none;}
body #search_flight.searchPanel .label_box label{
    color:#fff;
}
body #sidebar_result .sb_title{
    background-color: #fafafa;
    text-shadow: none;
    color: #484848;
    font-size:17px;
    padding:0px;
    margin:0 20px;
    border-bottom:1px solid #e0e0e0
}
body #search_flight.searchPanel .sb_title{
    background: none;
    height:40px;
    border:none;
    position: absolute;
    top: 0px;
    right:0px;
    padding:10px 10px;
    margin:0px;
    border-radius:5px 5px 0 0;
    color:#fff;
}
body #search_flight.searchPanel .sb_title span{
    display: block;
    height: 50px;
    background: #f2f2f2;
    border-radius:5px 5px 0 0;
    color: #ff7200;
    padding:0 24px;
    font: bold 20px/50px chfont;
    text-shadow: none;
}
body.en #search_flight.searchPanel .sb_title{ right: auto; left: 0px;}
body #sidebar #search_flight .widg_inn{ padding:0px;}
body #search_flight .main_inp_inn{ height:40px;}
body #sidebar .sb_title .sbt_icon{
    display:none;
}
body #search_flight .main_inp .input_icon{top:10px;}
/* ---------------content--------------------- */
body .home_container #content {
    width:auto;
    float:none;
    background: #fff;
}
body #content .ad_sb{ display:none;}
body .ad_sb a:first-child{
    width:100%;
}
body .ad_sb a{
    float:right;
    width:50%;
    box-sizing:border-box;
    padding:20px;
}
.ad_sb img{width: 100%;}
body .special_route_box.special_result {
    float: none;
    width: auto;
}
body #wrapper{
    padding:50px 0 60px 0;
}
body #header_bg{ display: none;}
body.body_home_page #header_bg{ display: block;}
body .special_result .sr_table{
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.12);
    background:#fff;
    padding: 5px;
    box-sizing: border-box;
    margin:2%;
    width:29.3%;
    transition: all 0.5s ease;
}
body .special_result .sr_table:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 20px rgba(50,50,93,.1), 0 5px 10px rgba(0,0,0,.07);
}
body .content_title_box i{
    display:none;
}
body .content_title_box {
    text-align:center;
    overflow: initial;
    color: #272727;
    border:none;
}
body #homelinks_section .title span,
body .content_title_box .content_title{
    float:none;
    display:inline-block;
    position:relative;
    font-size:18px;
    line-height: 55px;
    border: none;
}
body #homelinks_section .title span:before,
body .content_title_box .content_title:before{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 70px;
    height: 3px;
    background: #ff7200;
    margin: 0 auto;
}
.content_title_box .content_title_en{ display:none}
body .special_result .sr_table .t_head{
    background: url("https://cdn.imgurl.ir/uploads/f564873_Untitled-1.jpg") left center !important;
    height:110px;
    padding:0 15px;
    position: relative;
}
body .special_result .sr_table .t_head:before{
    background: url("https://charterdesign.ir/templates/05/city_bg.png") no-repeat center bottom !important;
    display: block;
    width: 100%;
    height: 30px;
    position: absolute;
    content: '';
    left: 0;
    bottom: -1px;
    background-size: 100% !important;
}
body .sr_table.sr_table_THR .t_head {
    background: url("https://cdn.imgurl.ir/uploads/u0179_city-THR.png") left center !important;
}
body .sr_table.sr_table_MHD .t_head {
    background: url("https://cdn.imgurl.ir/uploads/m868896_city-MHD.png") left center !important;
}
body .sr_table.sr_table_KIH .t_head {
    background: url("https://cdn.imgurl.ir/uploads/r738805_city-KIH.png") left center !important;
}
body .sr_table.sr_table_AWZ .t_head {
    background: url("https://cdn.imgurl.ir/uploads/g54728_city-AWZ.jpg") left center !important;
}
body .sr_table.sr_table_IFN .t_head {
    background: url("https://cdn.imgurl.ir/uploads/g710296_city-IFN.png") left center !important;
}
body .sr_table.sr_table_SYZ .t_head {
    background: url("https://cdn.imgurl.ir/uploads/a900588_city-SYZ.png") left center !important;
}
body .sr_table.sr_table_TBZ .t_head {
    background: url("https://cdn.imgurl.ir/uploads/c63362_city-TBZ.png") left center !important;
}
body .sr_table.sr_table_RAS .t_head {
    background: url("https://charterdesign.ir/templates/05/city-RAS.jpg") left center !important;
}
body .sr_table.sr_table_NJF .t_head {
    background: url("https://charterdesign.ir/templates/05/city-NJF.jpg") left center !important;
}
body .sr_table.sr_table_GSM .t_head {
    background: url("https://charterdesign.ir/templates/05/city-GSM.jpg") left center !important;
}
body .sr_table.sr_table_BND .t_head {
    background: url("https://cdn.imgurl.ir/uploads/d596869_city-BND.png") left center !important;
}
body .sr_table.sr_table_ABD .t_head {
    background: url("https://charterdesign.ir/templates/05/city-ABD.jpg") left center !important;
}
body .sr_table.sr_table_KSH .t_head {
    background: url("https://charterdesign.ir/templates/05/city-KSH.jpg") left center !important;
}
body .sr_table.sr_table_BGW .t_head {
    background: url("https://charterdesign.ir/templates/05/city-BGW.jpg") left center !important;
}
body .sr_table.sr_table_KER .t_head {
    background: url("https://charterdesign.ir/templates/05/city-KER.jpg") left center !important;
}
body .sr_table.sr_table_IST .t_head {
    background: url("https://charterdesign.ir/templates/05/city-IST.jpg") left center !important;
}
body .sr_table.sr_table_DBX .t_head {
    background: url("https://charterdesign.ir/templates/05/city-DBX.jpg") left center !important;
}
body .sr_table.sr_table_ZAH .t_head {
    background: url("https://charterdesign.ir/templates/05/city-ZAH.jpg") left center !important;
}
body .sr_table.sr_table_SRY .t_head {
    background: url("https://charterdesign.ir/templates/05/city-SRY.jpg") left center !important;
}
body .sr_table.sr_table_IIL .t_head {
    background: url("https://charterdesign.ir/templates/05/city-IIL.jpg") left center !important;
}
body .sr_table.sr_table_AZD .t_head {
    background: url("https://charterdesign.ir/templates/05/city-AZD.jpg") left center !important;
}
body .special_result .sr_table .t_table{
    background:rgba(0,0,0,0.5);
    margin:34px 0px 0 0;
    padding:0 13px;
    border-radius:3px;
    line-height:30px;
    position:relative;
    color:#fff !important;
    overflow: visible;
}
body .sr_table .scroll-wrapper{
    margin:12px 0 !important;
}
body .special_result .sr_table .t_table:before{
    color:rgba(255,255,255,0.75);
    content:'پروازهای پرطرفدار';
    position:absolute;
    right:0px;
    top:-20px;
    font:normal 11px/20px chfont;
}
body.en .special_result .sr_table .t_table:before,
body.ar .special_result .sr_table .t_table:before{
    display: none;
}
body .special_result .sr_table .line{
    line-height:30px;
    height:36px;
    border-radius:3px;
    padding:0 10px;
    background:none;
    border-bottom:1px solid #eee;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
body .special_result .sr_table .line:nth-child(odd){
    background:#fff;
}
body .special_result .sr_table .line .city,
body .special_result .sr_table .line .price {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
body .special_result .sr_table .line:hover .city,
body .special_result .sr_table .line:hover .price{
    -ms-transform: scale(1.2); /* IE 9 */
    -webkit-transform: scale(1.2); /* Safari */
    transform: scale(1.2);
}
body .special_result .sr_table .content {
    height: 217px;
}
body .special_result .sr_table .line .price{
    color:#018c12;
    position:relative;
    font-size: 14px;
}
body .special_result .sr_table .line .price:before{
    content:'قیمت از';
    float:right;
    color: #9c9c9c;
    font-size: 9px;
    margin-left:3px;
    font-weight:normal;
}
body.en .special_result .sr_table .line .price:before,
body.ar .special_result .sr_table .line .price:before{
    display: none;
}
body .special_result .sr_table .line .price:after{
    content:'تومان';
    float:left;
    color: #9c9c9c;
    font-size: 9px;
    margin-right:3px;
    position:absolute;
    left:0px;
    line-height: 10px;
    top: 22px;
    font-weight:normal;
}
body.en .special_result .sr_table .line .price:after,
body.ar .special_result .sr_table .line .price:after{
    content: '$';
    position: static;
    float: none;
    margin-left: 2px;
    display: inline-block;
    font-size: 12px;
}
body .special_result .sr_table .line .city{
    color:#5b5b5b;
    font-family:chfont;
}
body .special_result .sr_table .line:hover .city{
    color:#2AACD5;
}
/*  */
body .cssload-content{
    background:url(loading281.gif) no-repeat 0 0 !important;
    background-size:100% !important;
    width:100px;
    height:100px;
}
body .cssload-content div{
    display:none;
}
body .calcu_table .cssload-content{
    width:40px;
    height:40px;
    -webkit-transform: scale(1)  !important;
    -moz-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    -o-transform: scale(1) !important;
    transform: scale(1) !important;
}

/* ------result------ */
body #sidebar_result .sb_res_title {
    background-color: #d0dcde;
    color: #2b3c5d;
}
body .btn {
    background-color: #437FA3;
}
body .search_result_box .result_header .search_result_no {
    font:normal 14px/25px chfont;
    color: #52636d;
}
body .search_result_box .tabbs .active {
    background-color: #1b5175;
}
body .resu .select a{
    background-color: #1b5175;
    border-radius: 3px;
}
body .resu .select a:hover {
    background-color: #194263;
}
body .resu {
    background: #ebf1f5 !important;
    box-shadow: none !important;
    border: 1px solid #d2dce2 !important;
}
/* ------popup------ */
body .close_btn {
    left: -11px;
    right: auto;
    background: #fff;
}
body .popup_title i{ display:none;}
body .calcu_table .titr{
    font-size:13px;
    color: #ff7200 ;
}
body .popup_title{
    text-shadow: none;
    color: #484848;
    font-size: 17px;
    padding: 10px 0px;
    border-bottom: 1px solid #e0e0e0;
}
body #from_to_popup .calcu_table_box{
    width:auto;
}
body .sr_table .t_head{
    background-color: #194263;
    border:none !important;
}
#sidebar .widg p.nodatedesc{
    margin:0;
    color: #636363;
}
.scrollToTop{
    background: #ff7200 url("iconss.png") no-repeat -120px 0;
    background-size:150px 200px !important;
    position: fixed;
    z-index: 999;
    opacity: 0;
    bottom: 14px;
    left: 14px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    display:none;
}
.scrollToTop.active{
    opacity: 1;
}
.scrollToTop:hover{
    background-color: #ff7200;
}
/* --------------------------------#about_section------------------------------------------ */
#about_section{
    background: #ebf3f3;
    padding:0;
    position:relative;
}
#about_section .container{
    position:relative;
    padding:50px 0;
    overflow:hidden;
}
#about_section .sbt_icon{
    display:none;
}
#about_section .widg_about{
    float:right;
    width:70%;
}
#about_section .widg_list{
    float:left;
    width:26%;
}
.widg_list ul li:before{ background: #ff7200;}
body .widg_list ul li:hover,
body .widg_list ul li:hover a {
    color: #000;
}
.scrollbar-inner > .scroll-element .scroll-bar{ background: #ff7200;}
#about_section .scroll-wrapper{
    height:180px;
}
#about_section .sb_title{
    margin-bottom: 20px;
}
#about_section .sb_title span{
    border-bottom:2px solid #ff7200;
    font-size: 16px;
    font-weight: bold;
}
#about_section p{
    font:normal 14px/30px chfont;
    color:#515151;
}
/* --------------------------------#homelinks_section------------------------------------------ */
#homelinks_section .container{
    padding:50px 0 80px 0;
}
#homelinks_section .title{
    margin-bottom: 20px;
    text-align:center;
}
#homelinks_section ul{
    overflow:hidden;
}
#homelinks_section ul li{
    padding-right:24px;
    float:right;
    width:25%;
    padding-left:20px;
    box-sizing:border-box;
    position:relative;
    margin: 0 !important;
}
#homelinks_section ul li:before{
    background: url("https://charterdesign.ir/templates/05/iconss.png") 0 -20px no-repeat;
    background-size:150px 200px !important;
    content:'';
    position:absolute;
    right:0px;
    top:5px;
    width:20px;
    height:20px;
}
#homelinks_section ul li a{
    color:#464646;
    line-height:30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display:block;
    white-space: nowrap;
}
#homelinks_section ul li a:hover{
    color:#000;
}
/* --------------------------------result page------------------------------------------ */
body #no_way .ad_sb_result{ display:none;}
body .one_way .search_result_box{
    float:none !important;
    width:auto;
    padding: 10px;
    background: #fff;
    box-shadow: 0 0 18px rgba(0,0,0,0.1);
    border-radius: 5px;
}
body .resu{
    background: #fff;
    border:none;
    padding: 8px;
    margin-bottom:15px;
    box-shadow: 0 0 7px rgba(0,0,0,.1);
    transition: all 0.5s ease;
}
body .resu:hover {
    background: #ebf1f5;
}
body .resu .price{
    background:none;
    color:#25ab04;
}
body .resu .price div{
    left:auto;
    right:-13px;
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(-90deg)
}
body .resu .select{
    width:18%;
    border-radius:5px;
}
body .resu .price{
    padding-right:20px;
    box-sizing:border-box;
}
/* -------------------------------footer-------------------------- */
body #footer_logo {
    background: #fff;
    padding:17px 0;
}
body #footer_logo img{
    max-width: 750px;
}
body #footer_logo .container{
    position:relative;
}
body #footer_logo .container:before{
    background: url("https://charterdesign.ir/templates/05/footer_logo_bg.png") 0 0 no-repeat;
    position:absolute;
    right:0px;
    top:-82px;
    width:280px;
    height:65px;
}
#footer{
    background:#f7f7f7;
    padding-bottom:60px;
}
#footer .container{width:1100px;}
#footer_menu{
    background:none;
    float:right;
    width:200px;
}
#footer_menu .container{width:auto; text-align:right;}
#address_footer{width:auto !important;}
#address_footer .clear{ display:none;}
#footer_menu ul li{
    display:block;
    position:relative;
    padding-right:10px;
}
#footer_menu ul li:before{
    content:'';
    width:8px;
    height:8px;
    border-radius:50%;
    position:absolute;
    right:0px;
    top:10px;
    background-color:#707070;
}
#footer_menu ul li a{color:#6c6c6c}
#social_box ul li a{
    border-radius:5px;
    border-radius:50%;
    background-color: #ffa903 ;
}
#social_box ul li a:hover {
    background-color: #ffa903 ;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
}
#copyright{
    background:#fff;
    line-height:30px;
    clear:both;
    overflow:hidden;
    color: #666;
    text-align:center;
}
body #other_menu>ul>li {
    height: 65px;
    line-height: 65px;
    width:auto !important;
}
body #other_menu li .menu_toggle_btn, body #other_menu>ul>li>a{
    background:none;
    height: 65px;
    line-height: 65px;
    display:block;
}
body #other_menu>ul>li{
    float:right;
    display:block;
    margin:0px;
}
body #social_box ul{
    overflow:hidden;
}
body #sidebar_result .sb_res_title{
    margin-right:0px;
}
/* -------------------------------------------------------------------------- */
#footer_menu{
    background:none;
    float:right;
    width:200px;
    padding: 0;
}
#footer_menu .container{width:auto; text-align:right;}
#address_footer{width:auto !important;}
#address_footer .clear{ display:none;}
.footer_menu ul li{
    display:block;
    position:relative;
    padding-right:20px;
}
.footer_menu ul li:before{
    content:'';
    width:8px;
    height:8px;
    border-radius:50%;
    position:absolute;
    right:0px;
    top:12px;
    background-color:#ffa903;
}
.footer_menu ul li a{color:#6c6c6c;}
.footer_menu ul li a:hover{color:#000;}
#social_box{
    padding:0;
    float: right;
    margin: 5px 0px 0 0;
}
#social_box ul li{
    float:right;
}
body .download_info{
    /*float: left;*/
}
body .download_info .download_btn{
    float: left;
    width: 180px;
    margin: 0 10px 0 0;
    font-size: ;
}
.download_info_box .footer_widg_title{
    display: none;
}
.contact_list_footer ul li i {
    height: 24px;
    width: 24px;
    border-radius: 2px;
    background:#ffa903;
}
.contact_list_footer ul li i.flaticon-headset  {background-position: -120px -30px !important;}
.contact_list_footer ul li i.flaticon-email19  {background-position: -120px -55px !important;}
.contact_list_footer ul li i.flaticon-mobile228  {background-position: -120px -80px !important;}
.contact_list_footer ul li i.flaticon-paper6  {background-position: -120px -105px !important;}
.contact_list_footer ul li i.flaticon-dollar185  {background-position: -120px -130px !important;}
.contact_list_footer ul li i.flaticon-map-pointer2  {background-position: -120px -155px !important;}
.contact_list_footer ul li i:before{
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 24px;
    display: block;
}
.footer_top{
    margin-bottom: 20px;
    padding-bottom: 20px;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #e8e5df;
}
#footer .widg1{ padding-left: 10px; width: 28%;}
#footer .widg3{
    width: 22%;
    float: right;
}
#footer .widg2{
    float: left;
    padding: 0;
}
#footer .widg .footer_widg_title{
    border:none;
    color: #4a4a4a;
    background: none;
}
#footer .widg .footer_widg_title:before{ display: none}
.footer_top .footer_logo{
    display: none;
    float: right;
    width: 140px;
    height: 60px;
}
#copyright{
    display:none;
    background:#d6e6ea;
    line-height:30px;
    height:60px;
    clear:both;
    overflow:hidden;
    text-align:center;
}
#header_menu .submenu .address{ display: none}
#social_box .title{ display:none;}
#footer_download{
    float: left;
    padding-top: 12px;
    overflow: hidden;
}
#footer_download a{
    display: block;
    float: left;
    margin-right: 10px;
}
#address_footer .map{
    display: none;
}
.enemad_box{
    float: none;
    width: auto;
    overflow: hidden;
    margin-bottom: 8px;
}
.footer_about{
    text-align: right;
    color: #6c6c6c;
    font: normal 13px/26px chfont;
}
#footer .design{
    color: #6c6c6c;
    text-align: left;
    font: normal 13px/26px chfont;
}
#footer .design a {color: #6c6c6c;}
#footer .design a:hover{color: #000;}
.enemad_box .item{
    background: rgba(255, 255, 255, 0.45);
    float: left;
}
/* -----------------------------------single--------------------------------------- */
body #sidebar_result .sb_res_title {
    background: none;
    color: #ff7200;
}
body .btn{ background-color: rgba(255, 162, 0, 1);}
body .btn:hover { background: rgba(255, 115, 0, 1);}
body .resu .select a,
body .search_result_box .tabbs .active {
    background: rgba(255, 115, 0, 1);
    background: -moz-linear-gradient(left, rgba(255, 115, 0, 1) 0%, rgba(255, 162, 0, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 115, 0, 1)), color-stop(100%, rgba(255, 162, 0, 1)));
    background: -webkit-linear-gradient(left, rgba(255, 115, 0, 1) 0%, rgba(255, 162, 0, 1) 100%);
    background: -o-linear-gradient(left, rgba(255, 115, 0, 1) 0%, rgba(255, 162, 0, 1) 100%);
    background: -ms-linear-gradient(left, rgba(255, 115, 0, 1) 0%, rgba(255, 162, 0, 1) 100%);
    background: linear-gradient(to right, rgba(255, 115, 0, 1) 0%, rgba(255, 162, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7300', endColorstr='#ffa200', GradientType=1);
}
body .resu .select a:hover{
    background: rgba(255, 115, 0, 1);
    background: -moz-linear-gradient(left, rgba(255, 115, 0, 1) 0%, rgba(255, 162, 0, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 115, 0, 1)), color-stop(100%, rgba(255, 162, 0, 1)));
    background: -webkit-linear-gradient(left, rgba(255, 115, 0, 1) 0%, rgba(255, 162, 0, 1) 100%);
    background: -o-linear-gradient(left, rgba(255, 115, 0, 1) 0%, rgba(255, 162, 0, 1) 100%);
    background: -ms-linear-gradient(left, rgba(255, 115, 0, 1) 0%, rgba(255, 162, 0, 1) 100%);
    background: linear-gradient(to right, rgba(255, 115, 0, 1) 0%, rgba(255, 162, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7300', endColorstr='#ffa200', GradientType=1);
}
body #sidebar_result .sb_title{
    background: rgb(255,162,0);
    background: -moz-linear-gradient(top, rgba(255,162,0,1) 33%, rgba(255,115,0,1) 99%);
    background: -webkit-linear-gradient(top, rgba(255,162,0,1) 33%,rgba(255,115,0,1) 99%);
    background: linear-gradient(to bottom, rgba(255,162,0,1) 33%,rgba(255,115,0,1) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa200', endColorstr='#ff7300',GradientType=0 );
    margin: 0;
    padding: 5px 15px;
    color: #fff;
}
body .search_result_box .result_header .search_result_no,
body .search_result_box .result_header .title ,
body .search_result_box .result_header .title a{
    color: #333333;
}
body .reserve_sidebar .sb_title {background-color: rgb(255,162,0) ;}
body .reserve_sidebar .sb_title .title{ color: #fff;}
body .reserve_sidebar_inn {border: 6px solid rgb(255,162,0) ;}
/* -------------------------------------------------------------------------- */
body #main_nav #other_menu {margin-right: 150px !important;}
@media only screen and (max-width: 1224px){
    body #main_nav .container,
    body .container{ width:auto !important; margin:0 15px !important;}
    body #other_menu{ height:50px;}
}
@media only screen and (max-width: 1024px){
    body #header_bg{
        background-size:cover !important;
    }
    body .ch_button{ width: 100px;}
}
@media only screen and (max-width: 960px){
    body .ch_button i{display:none;}
    body #header_menu{height:50px;}
    body #header_menu .submenu, body #mobile_sidebar{ top:30px;}
    body #sidebar .widg_inn {
        padding:12px 20px;
    }
    body #header_menu{ height:30px;}
}
@media only screen and (max-width: 850px){
    body .special_result .sr_table {
        margin: 1%;
        width: 31.3%;
    }
    body .ad_sb a{ padding:10px;}
    #servicess_section{ display:none;}
    #about_section .widg_about{
        float:none;
        width:auto;
    }
    #about_section .widg_list{ display:none;}
    #about_section .container {padding: 20px 0;}
}
@media only screen and (max-width: 780px){
    body .ch_button {
        width: 47%;
    }
    body #sidebar #search_flight.searchPanel .widg_inn{ height: 170px;}
    body #search_flight.searchPanel{ height: 240px; }
    #shoar{ display: none;}
    body #search_flight .line_box{ width: 50%;}
    body #search_flight .exchange{right: 50%;}
    body #search_flight .line_box_maghsad {
        padding-left: 0px;
    }
    body #logo a{ width:140px; height:50px;}
    body #main_nav{
        top:0px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    body #main_nav.header_small{
        position:fixed;
        background:#133F5C;
    }
    body #sidebar .ad_sb{ display:none;}
    body .sr_table{ width:31.3%;}
    body #sidebar_result #search_flight {
        display: block;
    }
    body #mobile_sidebar {
        top:0 !important;
        border-radius:0;
        right: -250px !important;
    }
    body.active_sidebar #mobile_sidebar {
        right: 0 !important;
    }
    body #sidebar_result {
        position:static;
    }
    #full_bg_result{z-index: 997;}
    .ch_side_filter{z-index: 999;}
    body #sidebar_result #best_sb_search{
        position: fixed;
        top: 0;
        height: 100%;
        overflow: auto;
        z-index: 999;
        right: -240px;
        width: 240px;
        -webkit-transition: .4s ease-in-out;
        -moz-transition: .4s ease-in-out;
        -o-transition: .4s ease-in-out;
        transition: .4s ease-in-out;
    }
    body.active_sidebar_result #sidebar_result  #best_sb_search{right:0px;}
    body .sidebar_responsive_inn{ padding:0px;}
    body #homelinks_section ul li{ width:33.3%;}
    body #header_menu .menu{ line-height:30px;}
    body #header_menu{ right:40px;}
    body #other_menu>ul>li,
    body #other_menu li .menu_toggle_btn, body #other_menu>ul>li>a{
        height:50px;
        line-height:50px;
        padding:0 !important;
        text-indent:-99999px;
        width:35px;
    }
    body #logo{ margin-right:0px !important;}
    body .header_shoar{ display: none;}
    body #header_phone{top: 9px;}
}
@media only screen and (max-width: 720px){
    body #search_flight .line_box{ width:50%;}
    body .ch_button {
        width: 18%;
    }
    body #search_flight .line_box.line_box_maghsad{
        padding-left:0;
    }
    body .special_result .sr_table {
        margin: 1.5%;
        width: 47%;
    }
}
@media only screen and (max-width: 640px){
    body {
        padding-top: 80px !important;
    }
    body #wrapper{ padding-top:20px;}
}
@media only screen and (max-width: 640px){
    body .sr_table {width: 48%;}
    body .calcu_table{
        width:22.4%;
    }
    body .resu .price span {
        padding-left: 0px;
        padding-right: 10px;
    }
    body #homelinks_section ul li{ padding-left:10px;}
    body #header_menu .menu .txt {
        display: block;
    }
    body #other_menu li .arrow_icon, body #header_menu .menu .arrow_icon{ display:block;}
    body .special_result .sr_table .t_head{
        background-size:cover !important;
    }
    body .resu .price span{ padding-right:0px !important;}
}
@media only screen and (max-width: 620px){
    #footer .widg {
        float: none;
        width: auto;
    }
    body .download_info .download_btn{ float: none; display: inline-block;}
    #social_box{ text-align: center; float: none;}
    #social_box ul{ width: 100%;}
    #social_box ul li{ float: none; display: inline-block;}
    #footer .design,
    .footer_about{ display: none;}
    body #footer .widg3{ margin-bottom: 0px; padding-bottom: 20px !important;}
    .enemad_box{ text-align: center;}
    .enemad_box .item{ float: none;}
}
@media only screen and (max-width: 560px){
    body #shoar_top{ display: none}
    body #other_menu li .icon_menu{
        right: 7px !important;
        top: 50% !important;
        margin: -12px 0  0 0 !important;
        width: 25px !important;
        height: 25px !important;
        transform: scale(1) !important;
    }
    body .close_btn {
        left: 2px;
    }
}
@media only screen and (max-width: 480px){
    body #social_box{ background: none;}
    body .special_result .sr_table{ padding:0;}
    body .calcu_table {
        width: 30.7%;
        margin: 0 1.3%;
    }
    body .resu{ padding:0px;}
    body #homelinks_section ul li{ width:50%;}
    #homelinks_section .container{ padding:20px 0 60px;}
    body .special_result .sr_table .line .price:before{ display:none;}
    .sr_tables_box{ margin:0;}
    body .special_result .sr_table .t_head{ height:80px;}
    .container.home_container{
        margin:0px !important;
    }
}
@media only screen and (max-width: 440px){
    body #search_flight .line_box_date{ clear:none;}
    body .ch_button{width: 45% !important; line-height: 32px !important; margin-top: 0px;}
    body #search_flight .line_box.line_box_maghsad,
    body #search_flight .line_box_date {clear: none; }
    body #search_flight .line_box {
        width: 100%;
        padding-left: 0 !important;
        padding-right: 0;
    }
    body #search_flight .exchange{
        top: 40px;
        margin-right: 0;
        left: 60px;
        right: auto;
        border: 1px solid #dfdfdf;
        background: #fff;
        transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
    }
    body #search_flight.searchPanel{ padding: 0px ; background: none;}
    body #search_flight.searchPanel .sb_title{ display: none;}
    body #sidebar #search_flight.searchPanel .widg_inn{ padding: 14px;}
    #search_flight .line_box_date {
        margin-bottom: 14px !important;
    }
    body #search_flight .line_box{ margin-bottom: 7px !important;}
    body #wrapper{ padding-top: 0px;}
}
@media only screen and (max-width: 420px){
    body .special_route_box.special_result{ border-radius:0;}
    body #sidebar .sb_title{ text-align:right;}
    body #sidebar .sb_title .text {
        display: inline-block;
    }
    body #wrapper .container{ margin:0 !important;}
    body .one_way .search_result_box{
        border-radius:0px;
    }
    body .special_route_box{ padding:0px;}
    body #sidebar #search_flight .sb_title{
        display:block !important;
        font-size:16px;
    }
    body .special_result .sr_table .line .price:after{ display:none;}
    body .special_result .sr_table .line{height:30px;}
    body #sidebar .widg_inn {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    body #search_flight .exchange {
        top: 45px !important;
    }
}
@media only screen and (max-width: 360px){
    body #other_menu{ display:none !important;}
}

/*//////////////////////////////////adatepicker-charter724//////////////////////////////////*/
.adpmain *{
    box-sizing: border-box;
    font-family: tahoma;
    font-size: 12px;
}
.adpmain .pickerHead {
    background-color: #ff7200;
    border: 1px solid #ff7200;
}
.adpmain a.today{
    background-color: #ff7200;
}
.adpmain  a.nav:hover,
.adpmain a.monYear:hover,
div.monthYearPicker a:hover,
div.monthYearPicker a.selected,
.adpmain a.selected{
    background-color: #ff7200;
}

/* تغییر رنگ هدر - اصلاح‌شده برای رنگ زرد ثابت */
body #main_nav {
    background-color: #ffbf17 !important; /* رنگ زرد ثابت */
    background-image: none !important;    /* حذف بک‌گراند قبلی */
}

body #header_menu .menu,
body #main_nav,
body #main_nav a,
body #header_menu .menu .txt {
    color: #000000 !important;            /* مشکی برای متن‌ها */
}
/* اعمال رنگ مشکی برای تمام متن‌ها داخل هدر به جز آیکون‌ها */
body #main_nav *:not(i):not(.icon):not(.arrow_icon) {
    color: #000000 !important;
    fill: #000000 !important;
}
body {
    font-family: Tahoma, Arial, sans-serif !important;
}
/* Content title */
.special_route_box .content_title{
 font-family:'Arial Black','Arial Bold',Gadget,sans-serif;
 font-size:23px !important;
 letter-spacing:-0.9px;
 word-spacing:-0.5px;
}